summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-25143-975/+1274
* SERVER-14135 Clean up management of the _slaveInfoMap in ReplicationCoordinat...Spencer T Brody2014-08-252-51/+68
* SERVER-15003 Handle custom gleModes in awaitReplicationSpencer T Brody2014-08-254-72/+255
* SERVER-14371 Implement killOp support to interrupt threads blocked in awaitRe...Spencer T Brody2014-08-259-16/+162
* SERVER-14668 Move DB-level locks to be on the LockManagerKaloian Manassiev2014-08-2511-603/+393
* SERVER-14668 Implementation of LockManager and unit testsKaloian Manassiev2014-08-257-9/+1853
* SERVER-14668 Add function to StringBuilder for formatting addressesKaloian Manassiev2014-08-252-6/+42
* Revert "SERVER-14668 Add function to StringBuilder for formatting addresses"Kaloian Manassiev2014-08-252-38/+6
* SERVER-14668 Add function to StringBuilder for formatting addressesKaloian Manassiev2014-08-252-6/+38
* SERVER-14446 Don't process replSetInitiate in replCoordinatorImpl until all c...Spencer T Brody2014-08-251-2/+4
* SERVER-15028 prevent sync2.js from attempting an insert on an incorrect prima...matt dannenberg2014-08-251-1/+6
* SERVER-14969 CollectionCursorCache::invalidateAll() kill agg execJason Rassi2014-08-252-13/+41
* SERVER-15009: Solaris - check if numa is enabledMark Benvenuto2014-08-252-2/+21
* SERVER-14818 make file allocator exception safe, and print error if we run ou...Adam Midvidy2014-08-251-3/+16
* SERVER-14446 Implement and test ReplCoordinatorImpl::processReplSetInitiate.Andy Schwerin2014-08-256-51/+368
* SERVER-14561: Topology updateHeartbeatScott Hernandez2014-08-258-63/+151
* SERVER-14939: Calculate replication election qualification dynamicallyScott Hernandez2014-08-253-174/+197
* SERVER-14961 IndexScan over empty range should return EOF immediatelyJason Rassi2014-08-243-14/+47
* SERVER-15006 Don't add vendored paths when system libraries are requestedAndrew Morrow2014-08-231-13/+35
* SERVER-14923 cleanup old multiversion tests for v2.8Randolph Tan2014-08-2223-2698/+37
* SERVER-14984 Server aborts when running $centerSphere query with NaN radiusSiyuan Zhou2014-08-222-2/+34
* SERVER-8994: Make Boost 1.56 defaultMark Benvenuto2014-08-221-1/+1
* SERVER-14818 disable file_allocator_bench suite too big for MCIMatt Kangas2014-08-221-2/+7
* SERVER-14951 fix getCollectionInfos to qualify name with db for legacy mongo ...Adam Midvidy2014-08-221-1/+8
* SERVER-14980 Support fake clock in ReplicationExecutor for testing.Andy Schwerin2014-08-228-39/+151
* SERVER-14446 When required, generate the default replica set config in the re...Andy Schwerin2014-08-222-59/+61
* SERVER-14818 save file_allocator_bench to BUILD_ROOTMatt Kangas2014-08-212-32/+27
* SERVER-14940: Put close connections in ReplicationCoordinatorExternalStateScott Hernandez2014-08-215-1/+21
* SERVER-14561: record execution time for remote commandsScott Hernandez2014-08-217-39/+74
* SERVER-14561: Allow dynamic responses from NetworkInterfaceMockScott Hernandez2014-08-216-46/+233
* SERVER-14989 Raise stack trace max depth to 100Mathias Stearn2014-08-212-2/+2
* SERVER-14371 SERVER-14143 killOp notification callbackMathias Stearn2014-08-2110-18/+84
* SERVER-14508 Break header dependencies of geo stuffs in query framework.Siyuan Zhou2014-08-2126-604/+453
* SERVER-14508 Better GeoJSON polygon parsing.Siyuan Zhou2014-08-212-46/+75
* 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-14988 Replace expired CRL filesAndreas Nilsson2014-08-212-50/+50
* 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-206-25/+32
* SERVER-8994: Boost 1.56 build system integrationMark Benvenuto2014-08-202-2/+46
* 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-9253 added pid_file argument to mongo_killproc. New usage: mongo_killp...Benety Goh2014-08-201-4/+5
* 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-206-9/+36