| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-08 | SERVER-79274 Fix race where FCV is uninitialized in between FCV checks | Huayu Ouyang | |
| 2023-07-21 | SERVER-34156 Consolidate to a single replication API method for checking if ↵ | Kaitlin Mahar | |
| a replica set is being used | |||
| 2023-06-27 | SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8 | Daniel Moody | |
| 2022-05-06 | SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes | Billy Donahue | |
| 2021-12-03 | SERVER-58533 Log FCV at initialization and on log rotation | Vishnu Kaushik | |
| 2021-12-01 | Revert "SERVER-58533 Log FCV at initialization and on log rotation" | auto-revert-processor | |
| This reverts commit 190c45ddd442812ed5f384002ba1d1c7722f3963. | |||
| 2021-11-30 | SERVER-58533 Log FCV at initialization and on log rotation | Reo Kimura | |
| 2021-11-23 | Revert "SERVER-58533 Log FCV at initialization and on log rotation" | Uladzimir Makouski | |
| This reverts commit 5b6df52bd38e223fb186c6ede035de92abbeb82b. | |||
| 2021-11-22 | SERVER-58533 Log FCV at initialization and on log rotation | Reo Kimura | |
| 2021-11-18 | SERVER-58533 Log FCV at initialization and on log rotation | Reo Kimura | |
| 2021-05-03 | SERVER-54103 Improve log message "Available memory is less than system memory" | Luis Osta | |
| 2020-04-26 | SERVER-47735 change mongo source over to logv2 | Billy Donahue | |
| - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2:: | |||
| 2020-04-03 | SERVER-47077 Clean up log lines in 'mongo/db' | Amirsaman Memaripour | |
| Cleaning up log lines to adhere to the LOGV2 style guide. | |||
| 2020-03-31 | Revert "SERVER-47077 Clean up log lines in 'mongo/db'" | Amirsaman Memaripour | |
| This reverts commit bc67d9be07b35da807ae854960e24f9ed61e5d43. | |||
| 2020-03-27 | SERVER-47077 Clean up log lines in 'mongo/db' | Amirsaman Memaripour | |
| Cleaning up log lines to adhere to the LOGV2 style guide. | |||
| 2020-03-23 | SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging | Billy Donahue | |
| This reverts commit 79a8452b2a813b796059e5eab6c18f685283ce08. with new spot fix: printCommandLineOpts when sending to log | |||
| 2020-03-23 | Revert "SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging" | Max Hirschhorn | |
| This reverts commit cddfeb0c7cb137d46b14da18a7cfd4905bfab87f. | |||
| 2020-03-20 | SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging | Billy Donahue | |
| 2020-03-06 | SERVER-46542 Cleanup log statements for early logging and startup warnings | Henrik Edin | |
| 2020-02-21 | SERVER-45567 removing util/log.h where I can | Gabriel Russell | |
| o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp | |||
| 2020-02-13 | SERVER-45869 automatically converted structured logging | Gabriel Russell | |
| 2020-02-12 | SERVER-43761 Log OS version at startup | Mark Benvenuto | |
| 2019-07-27 | SERVER-41772 Apply clang-format 7.0.1 to the codebase | clang-format-7.0.1 | |
| 2019-03-08 | SERVER-16571 Use Actual Memory Constraint vs. Total System Memory When They ↵ | Matt Lord | |
| Differ | |||
| 2019-02-13 | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | |
| Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines. | |||
| 2018-10-22 | SERVER-37651 Update header files with new license | Ramon Fernandez | |
| 2018-06-07 | SERVER-35297 Split server_options and server_status into two pieces. | Henrik Edin | |
| Similarly to how commands are setup, so embedded can depend on a smaller library with fewer dependencies. | |||
| 2018-05-05 | SERVER-34805 Refactor the network libraries and move messages types to ↵ | Andrew Morrow | |
| rpc/protocol | |||
| 2018-03-02 | SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting ↵ | Nick Zolnierz | |
| decoration through service context (global if needed). This reverts commit a8fddd07a740e959646995ef93139887b3b3eb5c. | |||
| 2018-03-02 | Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when ↵ | Nick Zolnierz | |
| getting decoration through service context (global if needed)." This reverts commit 7d37a75df3f6035a7afcb51123b88f0e99308fc8. | |||
| 2018-03-02 | SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting ↵ | Henrik Edin | |
| decoration through service context (global if needed). | |||
| 2018-01-22 | SERVER-29519 Removed many usages of getGlobalReplicationCoordinator | Henrik Edin | |
| 2017-11-03 | SERVER-30715 print replSetConfig in rotateLogs | Pavithra Vetriselvan | |
| 2017-08-23 | SERVER-29687 Add sock.h header where needed for non-ssl builds | Andrew Morrow | |
| 2016-08-15 | SERVER-25402 Fewer binaries depend on interpolated version info | Andrew Morrow | |
| 2016-03-23 | SERVER-23246 make SockAddr its own files | Matt Cotter | |
| 2015-09-04 | SERVER-16852 Print buildInfo in version output/allow override of buildInfo | Jonathan Reams | |
| 2015-06-30 | SERVER-19099 Consistently use concurrency and time names via stdx | Andrew Morrow | |
| 2015-06-20 | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | |
| 2015-04-30 | SERVER-18099 Refactor buildinfo/version reporting | Jonathan Reams | |
| 2015-01-15 | SERVER-13256 Add usings and qualifications for names from namespace std | Andrew Morrow | |
| 2014-10-27 | SERVER-15604 log component kControl | Matt Kangas | |
| 2014-10-14 | SERVER-15592 set default log component for all cpp | Matt Kangas | |
| 2014-08-12 | SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, ↵ | Benety Goh | |
| de-inlining functions that use logging where applicable. de-inlined BSONElement::_asCode() de-inlined BSONObjBuilder::appendDate() de-inlined DBClientCursor::nextSafe() de-inlined IndexDescriptor::_checkOk() de-inlined LastErrorHolder::getSafe() de-inlined UpdateResult constructor de-inlined QueryPlannerCommon::reverseScans() de-inlined repl::ScopedConn::connect() de-inlined repl::_MultiCommand::run() de-inlined OplogReader::tailCheck() de-inlined repl::StateBox::change() de-inlined repl::SyncSourceFeedback::_resetConnection() de-inlined DiskLoc56Bit::operator=() de-inlined DurableInterface::~DurableInterface() de-inlined ListeningSockets::closeAll() de-inlined RelativePath::fromFullPath() and getPartition() de-inlined V8Scope::checkV8ErrorState and removed debug log message from ObjTracker destructor (v8-3.25) de-inlined V8Scope::checkV8ErrorState and removed debug log message from ObjTracker destructor removed log message from List1::orphan() - this should have no user-facing impact because List1::orphan() is used in tests only removed log message from RWLockRecursiveNongreedy::Lock() removed log message from RSBase destructor removed log.h dependency from DESTRUCTOR_GUARD macro removed mongo/util/log.h dependency from qlog.h removed mongo/util/log.h dependency from stacktrace.h removed mongo/util/log.h dependency from s2 logging header removed mongo/util/log.h dependency from chunk_diff-inl.cpp removed mongo/util/log.h from pch.h removed unused mongo/util/log.h include from inlined file sorter.cpp convert HashTable<K,V> to non-template NamespaceHashTable. De-inlined NamespaceHashTable::_find() and constructor convert isself getMyAddrs()and getallIPs() debug log to use LOG() macro assign default log component MONGO_LOG_DEFAULT_COMPONENT removed unused macros LOGATMOST and LOGSOME removed unused FLOG() macro from goodies.h | |||
| 2013-12-23 | SERVER-12156 Split version.h/cpp into version and version_reporting. | Andy Schwerin | |
| 2013-11-04 | SERVER-11538: Create library for socket code and fix dependencies of ↵ | Shaun Verch | |
| libserver_options.a | |||
| 2013-10-04 | SERVER-8510 Get rid of CmdLine struct and use new option handling style | Shaun Verch | |
| 2013-10-03 | SERVER-7140 startup info is now printed on log rotate | Kyle Erf | |
| Signed-off-by: Matt Kangas <matt.kangas@mongodb.com> | |||
