Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-27727 Make threadName a native thread_local so debuggers can get to it | Mathias Stearn | 2017-03-24 | 2 | -12/+9 |
| | |||||
* | SERVER-28380 Clear ramlog before looking for stopReplProducer failpoint log ↵ | Spencer T Brody | 2017-03-20 | 2 | -2/+16 |
| | | | | message | ||||
* | SERVER-27908 Log every heartbeat during testing | William Schultz | 2017-03-09 | 2 | -0/+6 |
| | |||||
* | SERVER-27897 Remove uses of temporary RAII objects | Geert Bosch | 2017-02-16 | 1 | -1/+1 |
| | |||||
* | SERVER-27497 Scope SCons Environment changes narrowly | Andrew Morrow | 2017-01-03 | 1 | -0/+2 |
| | |||||
* | SERVER-26506 add tracking for commands | Misha Tyulenev | 2016-10-14 | 2 | -0/+5 |
| | |||||
* | SERVER-26325: Show redacted slow operation report when redaction enabled | Spencer Jackson | 2016-10-07 | 1 | -1/+0 |
| | |||||
* | SERVER-25981 fix race in log component settings | Matt Cotter | 2016-09-26 | 4 | -22/+139 |
| | |||||
* | SERVER-17358 Add flag to customize maxLogLine when logging large lines | Waley Chen | 2016-09-20 | 4 | -5/+112 |
| | |||||
* | Revert "SERVER-17358 Add flag to customize maxLogLine when logging large lines" | Judah Schvimer | 2016-09-19 | 4 | -112/+5 |
| | | | | This reverts commit 7c6c92e3cd514a156a49ae9e5139ea66d324c004. | ||||
* | SERVER-17358 Add flag to customize maxLogLine when logging large lines | Waley Chen | 2016-09-19 | 4 | -5/+112 |
| | |||||
* | SERVER-16725 Incorrect character conversion between UTF-8 and UTF-16 | Mark Benvenuto | 2016-09-16 | 1 | -20/+4 |
| | |||||
* | SERVER-25926 Fix Lint | Mark Benvenuto | 2016-09-09 | 1 | -1/+1 |
| | |||||
* | SERVER-25926 Windows audit bson output erroneously translates LF to CR LF | Mark Benvenuto | 2016-09-09 | 2 | -30/+35 |
| | |||||
* | SERVER-22973 use mongo macros for static assert | Matt Cotter | 2016-09-09 | 1 | -6/+6 |
| | |||||
* | SERVER-13367 Specialize operator<< for BSONType for std::ostream, ↵ | Adam Chelminski | 2016-08-15 | 1 | -0/+6 |
| | | | | LogstreamBuilder, and StringBuilder | ||||
* | Revert "SERVER-13517 Specialize operator<< for BSONType for std::ostream, ↵ | Adam Chelminski | 2016-08-15 | 1 | -6/+0 |
| | | | | | | LogstreamBuilder, and StringBuilder" This reverts commit 0b2645558c9715128dceb524660b603e9d8532d6. | ||||
* | SERVER-13517 Specialize operator<< for BSONType for std::ostream, ↵ | Adam Chelminski | 2016-08-15 | 1 | -0/+6 |
| | | | | LogstreamBuilder, and StringBuilder | ||||
* | SERVER-24521 Log redaction 'redact' functions | Andreas Nilsson | 2016-07-08 | 6 | -0/+316 |
| | |||||
* | Revert "SERVER-24521 Log redaction 'redact' functions" | Andreas Nilsson | 2016-07-08 | 6 | -316/+0 |
| | | | | This reverts commit 396f6d57d51c7367e26a71ac35b95ae927cc0e3b. | ||||
* | SERVER-24521 Log redaction 'redact' functions | Andreas Nilsson | 2016-07-07 | 6 | -0/+316 |
| | |||||
* | SERVER-24651 Add and use string data literals | Jason Carey | 2016-06-17 | 4 | -62/+54 |
| | | | | Replace StringData("foo", StringData::LiteralTag()) with "foo"_sd | ||||
* | SERVER-23103 Remove the unit test crutch | Andrew Morrow | 2016-06-16 | 1 | -1/+0 |
| | |||||
* | SERVER-23971 Clang-Format code | Mark Benvenuto | 2016-05-28 | 10 | -32/+46 |
| | |||||
* | SERVER-24104 Replace stdx::duration with mongo::Duration. | Andy Schwerin | 2016-05-17 | 1 | -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 Workarounds | Mark Benvenuto | 2016-05-05 | 2 | -37/+2 |
| | |||||
* | SERVER-22974 Ensure single threaded initialization of std::cout | Andrew Morrow | 2016-03-17 | 1 | -1/+23 |
| | |||||
* | SERVER-13447 Added type expression to aggregation. | Benjamin Murphy | 2016-03-15 | 1 | -2/+2 |
| | |||||
* | SERVER-21529 Don't assume char is unsigned in logging | Andrew Morrow | 2015-12-21 | 2 | -4/+4 |
| | |||||
* | SERVER-21959 Do not truncate stack traces in log messages. | Andy Schwerin | 2015-12-21 | 4 | -9/+23 |
| | |||||
* | SERVER-19301 Expose new MongoBridge API for network partition testing. | Max Hirschhorn | 2015-11-06 | 2 | -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 logging | Adam Midvidy | 2015-10-12 | 2 | -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 Midvidy | 2015-10-09 | 2 | -6/+0 |
| | | | | This reverts commit 8e2cc8cc18a841d36fe4827cafd3572dc3f11506. | ||||
* | SERVER-20752 improve NetworkInterfaceASIO logging | Adam Midvidy | 2015-10-09 | 2 | -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 integration | Mark Benvenuto | 2015-09-08 | 2 | -0/+5 |
| | |||||
* | SERVER-19307 clean up strcpy in Ramlog and removed ErrorMsg | Benety Goh | 2015-07-27 | 1 | -1/+1 |
| | |||||
* | SERVER-9666 Collapse the low level cyclic libs into a new base lib | Andrew Morrow | 2015-07-21 | 1 | -25/+6 |
| | |||||
* | SERVER-19313 Remove some obsoleted usages of boost | Andrew Morrow | 2015-07-09 | 1 | -6/+5 |
| | |||||
* | SERVER-19099 Use std:: to back stdx polyfills | Andrew Morrow | 2015-07-06 | 1 | -0/+2 |
| | |||||
* | SERVER-19099 Consistently use concurrency and time names via stdx | Andrew Morrow | 2015-06-30 | 2 | -1/+6 |
| | |||||
* | SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint> | Kang In Cheol | 2015-06-29 | 1 | -1/+2 |
| | | | | | | Signed-off-by: Ramon Fernandez <ramon.fernandez@mongodb.com> Closes #988 | ||||
* | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | 2015-06-20 | 45 | -2999/+3130 |
| | |||||
* | SERVER-19041 Simplify SimpleMutex | Andrew Morrow | 2015-06-19 | 1 | -3/+3 |
| | |||||
* | SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guard | Adam Midvidy | 2015-06-17 | 5 | -20/+18 |
| | |||||
* | SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Andrew Morrow | 2015-06-10 | 1 | -2/+1 |
| | |||||
* | SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T> | Andrew Morrow | 2015-06-10 | 7 | -13/+7 |
| | |||||
* | SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T> | Andrew Morrow | 2015-06-10 | 3 | -4/+4 |
| | |||||
* | SERVER-18623 Split NetworkInterface and StorageInterface out from ↵ | Spencer T Brody | 2015-06-04 | 2 | -0/+3 |
| | | | | ReplicationExecutor | ||||
* | SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent ↵ | Andy Schwerin | 2015-05-13 | 4 | -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 Schwerin | 2015-05-12 | 3 | -9/+2 |
| | | | | | | | | stdx::chrono types." This reverts commit 9aac625685811873ffbc2d3e8d09531eff1ce10e. Committed in error. |