summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-011-0/+16
* SERVER-5378 out {} parameters position independenceosheroff2014-07-011-11/+13
* 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-309-6/+129
* 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-303-1/+7
* 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-301-0/+18
* SERVER-9788 mongos does not respect secondary preferred after temporarily una...Randolph Tan2014-06-309-43/+157
* 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
* SERVER-14376 Get rid of mongoutils/README and test.cpp.Andy Schwerin2014-06-272-72/+0
* SERVER-14376 Get rid of mongoutils/hash.h.Andy Schwerin2014-06-274-57/+10
* SERVER-13635 extents are mmapv1 specific, move into mmapv1Hari Khalsa2014-06-2722-34/+31
* SERVER-13635 keep mmapv1-specific record.h within mmapv1 implHari Khalsa2014-06-2720-47/+43
* Revert "SERVER-13961 Remove TLS LockState accesses from repl"Tyler Brock2014-06-271-5/+3
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-2779-694/+3337
* SERVER-5092 tagged storage and networking LOG() messagesBenety Goh2014-06-2715-11/+57
* SERVER-5092 added server parameters for tag log levelsBenety Goh2014-06-271-0/+74
* SERVER-5092 support log tags for LOG() messagesBenety Goh2014-06-2613-26/+821
* SERVER-13961 Remove TLS LockState accesses from replKaloian Manassiev2014-06-261-3/+5
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-2642-232/+353
* SERVER-14341 OpCounters missing calls to _checkWrap() added backJason Rassi2014-06-262-8/+42