summaryrefslogtreecommitdiff
path: root/src/mongo/logger
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itMathias Stearn2017-03-242-12/+9
|
* SERVER-28380 Clear ramlog before looking for stopReplProducer failpoint log ↵Spencer T Brody2017-03-202-2/+16
| | | | message
* SERVER-27908 Log every heartbeat during testingWilliam Schultz2017-03-092-0/+6
|
* SERVER-27897 Remove uses of temporary RAII objectsGeert Bosch2017-02-161-1/+1
|
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
|
* SERVER-26506 add tracking for commandsMisha Tyulenev2016-10-142-0/+5
|
* SERVER-26325: Show redacted slow operation report when redaction enabledSpencer Jackson2016-10-071-1/+0
|
* SERVER-25981 fix race in log component settingsMatt Cotter2016-09-264-22/+139
|
* SERVER-17358 Add flag to customize maxLogLine when logging large linesWaley Chen2016-09-204-5/+112
|
* Revert "SERVER-17358 Add flag to customize maxLogLine when logging large lines"Judah Schvimer2016-09-194-112/+5
| | | | This reverts commit 7c6c92e3cd514a156a49ae9e5139ea66d324c004.
* SERVER-17358 Add flag to customize maxLogLine when logging large linesWaley Chen2016-09-194-5/+112
|
* SERVER-16725 Incorrect character conversion between UTF-8 and UTF-16Mark Benvenuto2016-09-161-20/+4
|
* SERVER-25926 Fix LintMark Benvenuto2016-09-091-1/+1
|
* SERVER-25926 Windows audit bson output erroneously translates LF to CR LFMark Benvenuto2016-09-092-30/+35
|
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-6/+6
|
* SERVER-13367 Specialize operator<< for BSONType for std::ostream, ↵Adam Chelminski2016-08-151-0/+6
| | | | LogstreamBuilder, and StringBuilder
* Revert "SERVER-13517 Specialize operator<< for BSONType for std::ostream, ↵Adam Chelminski2016-08-151-6/+0
| | | | | | LogstreamBuilder, and StringBuilder" This reverts commit 0b2645558c9715128dceb524660b603e9d8532d6.
* SERVER-13517 Specialize operator<< for BSONType for std::ostream, ↵Adam Chelminski2016-08-151-0/+6
| | | | LogstreamBuilder, and StringBuilder
* SERVER-24521 Log redaction 'redact' functionsAndreas Nilsson2016-07-086-0/+316
|
* Revert "SERVER-24521 Log redaction 'redact' functions"Andreas Nilsson2016-07-086-316/+0
| | | | This reverts commit 396f6d57d51c7367e26a71ac35b95ae927cc0e3b.
* SERVER-24521 Log redaction 'redact' functionsAndreas Nilsson2016-07-076-0/+316
|
* SERVER-24651 Add and use string data literalsJason Carey2016-06-174-62/+54
| | | | Replace StringData("foo", StringData::LiteralTag()) with "foo"_sd
* SERVER-23103 Remove the unit test crutchAndrew Morrow2016-06-161-1/+0
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2810-32/+46
|
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-6/+3
| | | | | | | The mongo::Duration type does overflow checking on casts and arithmetic. This patch also moves DESTRUCTOR_GUARD out of assert_util.h into destructor_guard.h in order to break an include cycle with duration.h.
* SERVER-23548 Remove More VS2013 WorkaroundsMark Benvenuto2016-05-052-37/+2
|
* SERVER-22974 Ensure single threaded initialization of std::coutAndrew Morrow2016-03-171-1/+23
|
* SERVER-13447 Added type expression to aggregation.Benjamin Murphy2016-03-151-2/+2
|
* SERVER-21529 Don't assume char is unsigned in loggingAndrew Morrow2015-12-212-4/+4
|
* SERVER-21959 Do not truncate stack traces in log messages.Andy Schwerin2015-12-214-9/+23
|
* SERVER-19301 Expose new MongoBridge API for network partition testing.Max Hirschhorn2015-11-062-0/+6
| | | | | | | | | Changes the existing architecture of having a mongobridge process for each unidirection link between two mongod processes in a replica set to having a single mongobridge process per node in the replica set. The mongobridge process is able to distinguish between connections from different hosts by using the "hostInfo" field in the initial isMaster command request.
* SERVER-20752 improve NetworkInterfaceASIO loggingAdam Midvidy2015-10-122-0/+6
| | | | | | | | | - add a log component for ASIO, make it a subcomponent of Network - add additional LOG(2), and LOG(3) messages for tracing - remove a few redundant log messages A previous version of this patch had a bug where we could access the state of a freed AsyncOp.
* Revert "SERVER-20752 improve NetworkInterfaceASIO logging"Adam Midvidy2015-10-092-6/+0
| | | | This reverts commit 8e2cc8cc18a841d36fe4827cafd3572dc3f11506.
* SERVER-20752 improve NetworkInterfaceASIO loggingAdam Midvidy2015-10-092-0/+6
| | | | | | - add a log component for ASIO, make it a subcomponent of Network - add additional LOG(2), and LOG(3) messages for tracing - remove a few redundant log messages
* SERVER-19585: Implement full-time diagnostic data capture MongoD integrationMark Benvenuto2015-09-082-0/+5
|
* SERVER-19307 clean up strcpy in Ramlog and removed ErrorMsgBenety Goh2015-07-271-1/+1
|
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-25/+6
|
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-6/+5
|
* SERVER-19099 Use std:: to back stdx polyfillsAndrew Morrow2015-07-061-0/+2
|
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-302-1/+6
|
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+2
| | | | | | Signed-off-by: Ramon Fernandez <ramon.fernandez@mongodb.com> Closes #988
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2045-2999/+3130
|
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-3/+3
|
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-175-20/+18
|
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-2/+1
|
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-107-13/+7
|
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-103-4/+4
|
* SERVER-18623 Split NetworkInterface and StorageInterface out from ↵Spencer T Brody2015-06-042-0/+3
| | | | ReplicationExecutor
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent ↵Andy Schwerin2015-05-134-7/+14
| | | | | | | | stdx::chrono types. Also introduces operators for adding stdx::chrono::duration to Date_t, subtracting two Date_ts to get Milliseconds, and remove the use of reinterpret_cast from the implementation of BSON Timestamp type.
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent ↵Andy Schwerin2015-05-123-9/+2
| | | | | | | | stdx::chrono types." This reverts commit 9aac625685811873ffbc2d3e8d09531eff1ce10e. Committed in error.