summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* BUMP 2.7.3r2.7.3Jonathan Reams2014-07-031-1/+1
* SERVER-14254 (v8-3.25) convert _v8_function from function pointer to booleanBenety Goh2014-07-021-4/+6
* SERVER-14254 convert _v8_function from function pointer to booleanBenety Goh2014-07-021-4/+4
* SERVER-14318 Use structs for replication command argumentsSpencer T Brody2014-07-029-116/+98
* SERVER-14426 Add a StringData method to BSONElementSpencer T Brody2014-07-027-26/+27
* SERVER-14419 Implement HostAndPort::parse.Andy Schwerin2014-07-023-23/+67
* SERVER-14419 Introduce unittest of HostAndPort; make ":123" unparseable due t...Andy Schwerin2014-07-024-2/+96
* SERVER-14419 Correctly parse the "masterHost" argument to Cloner::go into a C...Andy Schwerin2014-07-021-7/+22
* SERVER-4345 mongorestore will read from stdin when filename is "-"Benety Goh2014-07-022-17/+29
* SERVER-4345 Add support processing fifo files in mongorestoreAzat Khuzhin2014-07-022-18/+37
* 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-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