summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-4345 mongorestore will read from stdin when filename is "-"Benety Goh2014-07-023-17/+37
* SERVER-4345 Add support processing fifo files in mongorestoreAzat Khuzhin2014-07-022-18/+37
* SERVER-14181: Test Hang AnalyzerMark Benvenuto2014-07-021-0/+6
* SERVER-14419 Improve error message when parseNumberFromString encounters a ba...Andy Schwerin2014-07-021-4/+10
* SERVER-14370 Core functionality for setLastOptime and awaitReplication in Rep...Spencer T Brody2014-07-025-18/+432
* SERVER-14418 Introduce unittest::assertGet, use in replication_executor_test.Andy Schwerin2014-07-022-26/+31
* SERVER-13989: clean up quota apiEliot Horowitz2014-07-0122-150/+147
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-01107-55/+486
* SERVER-14397: Update Building.md & Contributing.rstMark Benvenuto2014-07-013-45/+44
* SERVER-13471 map reduce loglevel changes for debug messagesThomas Rueckstiess2014-07-011-3/+6
* SERVER-14404 eliminate isCurrentlyAReplSetPrimary()matt dannenberg2014-07-013-8/+5
* SERVER-14135 implement canServeReadsFor() in LegacyReplicationCoordinatormatt dannenberg2014-07-0112-130/+45
* SERVER-14405 remove getIndexPrefetchConfig calls from outside the repl namespacematt dannenberg2014-07-013-8/+21
* SERVER-13951 Improve Rollback code for DurRecoveryUnitMathias Stearn2014-07-012-56/+62
* SERVER-5378 replaced jstests/core/mr_parampositions.js with mr_test.cpp for o...Benety Goh2014-07-012-37/+16
* SERVER-5378 out {} parameters position independenceosheroff2014-07-012-11/+50
* SERVER-5378 added tests for parsing map reduce output optionsBenety Goh2014-07-012-0/+158
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-0164-37/+352
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-0172-912/+1016
* SERVER-14352: update rocks engine for other changesEliot Horowitz2014-07-017-54/+13
* SERVER-14378: fix assert codesEliot Horowitz2014-06-301-1/+1
* SERVER-14378: require _id for all but a few system collectionsEliot Horowitz2014-06-301-1/+6
* SERVER-2442 SERVER-14378: add listCollections commandEliot Horowitz2014-06-3010-6/+152
* SERVER-14378: move listDatabases to its own fileEliot Horowitz2014-06-303-78/+121
* SERVER-14378: remove Database::_namespacesNameEliot Horowitz2014-06-3011-48/+75
* SERVER-14367 HostAndPort deinlining.Andy Schwerin2014-06-304-135/+185
* SERVER-14367 Preparation for removing some implicit conversion and other meth...Andy Schwerin2014-06-3024-45/+53
* SERVER-14350 validate distances for circular regions in $near/$withinGreg Studer2014-06-305-9/+48
* SERVER-5092 removed LogTag typedef and macros.Benety Goh2014-06-302-9/+0
* SERVER-5092 updated default log component in storage and networking subsystemsBenety Goh2014-06-3013-13/+13
* SERVER-5092 renamed LogTag to LogComponentBenety Goh2014-06-3014-426/+451
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-3072-1010/+898
* SERVER-14293 Skip exit logging test when using address sanitizerAndrew Morrow2014-06-302-0/+23
* SERVER-9788 mongos does not respect secondary preferred after temporarily una...Randolph Tan2014-06-3010-43/+225
* SERVER-10190 Upstart conf: use pidfile, not 'ps'Nick Stenning2014-06-301-0/+5
* SERVER-10190 reformat start-stop-daemon command line with newlinesBenety Goh2014-06-301-1/+3
* SERVER-14388 Fixup detection of yaml-cpp system libraryJames Page2014-06-301-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-2872-898/+1010
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-2873-1029/+908
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-2773-908/+1029
* SERVER-13961 Remove TLS LockState accesses from replKaloian Manassiev2014-06-271-5/+11
* SERVER-13961 Move clean shutdown logic from dbexit to exitCleanly onlyKaloian Manassiev2014-06-273-51/+39
* SERVER-14368 move isSelf from HostAndPort to a free function in namespace replmatt dannenberg2014-06-2712-30/+78
* SERVER-14374 Include mongo/util/mongoutils/str.h as needed.Andy Schwerin2014-06-273-1/+4
* SERVER-14374 Include server_options.h as needed and apply the std:: namespace...Andy Schwerin2014-06-2716-21/+40
* SERVER-13635 change lib depsHari Khalsa2014-06-271-1/+1
* SERVER-14366 disallow $natural sort or hint with geoNearDavid Storch2014-06-272-0/+63
* SERVER-14376 Move mongoutils::html namespace into mongo::html namespace.Andy Schwerin2014-06-2710-23/+9
* SERVER-14376 Make mongoutils::str available in the mongo namespace.Andy Schwerin2014-06-271-12/+12
* SERVER-14376 Remove mongoutils::checksum, which was only called in one test.Andy Schwerin2014-06-273-55/+0