summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13648 rangedeleter log waiting cursors at start and after cursor timeoutGreg Studer2014-08-212-79/+75
* SERVER-14449 Fix potential deadlock in processReplSetSyncFromSpencer T Brody2014-08-2115-182/+191
* SERVER-8994: Remove Boost 1.55Mark Benvenuto2014-08-213071-619562/+0
* SERVER-14454 Fix compileSpencer T Brody2014-08-201-1/+1
* SERVER-8994: Boost 1.56 - fix uninitialized variable in lexical_cast.hppMark Benvenuto2014-08-201-3/+4
* SERVER-8994: Boost 1.56 build fixesMark Benvenuto2014-08-205-24/+4
* SERVER-8994: Boost 1.56 build system integrationMark Benvenuto2014-08-201-0/+44
* SERVER-14946: assert.soon don't print code if possibleMatt Kangas2014-08-201-2/+4
* SERVER-14454 Implement processReplSetFresh in ReplicationCoordinatorImplSpencer T Brody2014-08-205-76/+251
* SERVER-14446 Use _setCurrentRSConfig to update TopologyCoordinator's config.Andy Schwerin2014-08-202-22/+39
* SERVER-14446 Add ability to save config to ReplCoordinatorExternalState.Andy Schwerin2014-08-205-7/+40
* SERVER-14892 Fix memory leak in MatchExpressionParser::_parseElemMatchJason Rassi2014-08-201-5/+6
* SERVER-13951 Better scoping for many WUOWsMathias Stearn2014-08-2024-83/+105
* SERVER-14219 logOp implicit collection creationMathias Stearn2014-08-205-9/+35
* SERVER-14925 Shutdown command should exit cleanlyMathias Stearn2014-08-2013-21/+36
* SERVER-14710 finish removal of dropDupsMathias Stearn2014-08-205-48/+3
* SERVER-13474 remove redundant split and migrate metadata validation stepsGreg Studer2014-08-204-255/+218
* SERVER-9634 Fixed misspelled mongodb in syslog option description.Sam Zaydel2014-08-201-1/+1
* SERVER-14818 Add cpp benchmark to measure FileAllocator performance.Adam Midvidy2014-08-192-1/+330
* SERVER-14474 diagLogging command is deprecated. Print warning on use.Matt Kangas2014-08-192-1/+7
* SERVER-14831 Fix signed/unsigned comparison in fts_query_test.cppJason Rassi2014-08-191-4/+4
* SERVER-14962 Fix variable name re-use discovered by coveritySpencer T Brody2014-08-191-2/+2
* SERVER-14957 Fix some erroneous or missing LIBDEPS edgesAndrew Morrow2014-08-193-3/+5
* SERVER-14937 Give BSONObj move semantics in C++11 modeAndrew Morrow2014-08-191-0/+16
* SERVER-14936 Give BSONObj::Holder a proper class lifecycleAndrew Morrow2014-08-194-93/+133
* SERVER-14934 Move static builder strings to builder source rather than oidAndrew Morrow2014-08-192-18/+18
* SERVER-14914 Stop using waitForHealth in ReplSetTest.stopRandolph Tan2014-08-191-29/+16
* SERVER-14831 Add textIndexVersion:1 support to FTSQueryJason Rassi2014-08-196-22/+73
* SERVER-14938 Remove string streaming operators from OpTime and Date_tSpencer T Brody2014-08-196-11/+24
* SERVER-14449 Implement processReplSetSyncFrom in ReplicationCoordinatorImplSpencer T Brody2014-08-198-4/+271
* SERVER-14950 Move rsLog to its own librarySpencer T Brody2014-08-1925-19/+124
* SERVER-14657 use RangeDeleter for all migration cleanup in d_migrate.cppRandolph Tan2014-08-199-26/+55
* SERVER-14858 Small cleanups to replication startupSpencer T Brody2014-08-182-37/+35
* Revert "SERVER-14818 Add cpp benchmark to measure FileAllocator performance."mike o'brien2014-08-182-328/+1
* SERVER-14818 Add cpp benchmark to measure FileAllocator performance.Adam Midvidy2014-08-182-1/+328
* SERVER-14938 Move replSetGetStatus unit test from a repl coordinator to a top...Spencer T Brody2014-08-188-134/+141
* SERVER-13635 Improvements to RocksDB storage engineAlex Kleiman2014-08-1510-165/+275
* Revert "SERVER-14448 Move replSetGetStatus unit test from a repl coordinator ...mike o'brien2014-08-157-140/+133
* SERVER-14858 Force replset config detected by the LegacyReplicationCoordinato...Spencer T Brody2014-08-156-89/+235
* SERVER-8994: Boost 1.56.0Mark Benvenuto2014-08-154089-0/+768999
* SERVER-14448 Move replSetGetStatus unit test from a repl coordinator to a top...Spencer T Brody2014-08-157-133/+140
* SERVER-14709 SERVER-14896 Add more SSL data to serverStatus. Enforce X.509 cl...Spencer Jackson2014-08-159-71/+88
* SERVER-14907 Create a version of HeapRecordStore for testing btree logic.Alex Kleiman2014-08-154-4/+269
* SERVER-14657 use RangeDeleter for all migration cleanup in d_migrate.cppRandolph Tan2014-08-1510-210/+238
* SERVER-12472 Fail MoveChunk if an index is needed on TO shard and data existsRandolph Tan2014-08-151-0/+11
* post 2.7.5Ernie Hershey2014-08-151-1/+1
* BUMP 2.7.5r2.7.5Ernie Hershey2014-08-151-1/+1
* SERVER-14128 Disallow requests for non-unique _id indexesJason Rassi2014-08-152-7/+28
* SERVER-14889 wrapped all malloc/realloc calls within src/mongo with mongoMall...Benety Goh2014-08-1521-116/+123
* SERVER-14442 Ensure that we always send a repl handshake after reconnecting t...Spencer T Brody2014-08-142-1/+2