summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13645 move HeartbeatInfo class into its own header and cpp filematt dannenberg2014-04-187-88/+165
* SERVER-13645 move InitialSync class into its own header and cpp filematt dannenberg2014-04-187-112/+192
* SERVER-13645 move SyncTail class into its own header and cpp filematt dannenberg2014-04-185-558/+656
* SERVER-13615 sharding_rs2.js intermittent failure due to reliance on opcountersSiyuan Zhou2014-04-181-11/+20
* SERVER-11332 minor cleanup of SCC and chunk diff timeoutGreg Studer2014-04-182-4/+10
* Revert "SERVER-13601 assert upon failing to run a replicated command"matt dannenberg2014-04-181-15/+1
* SERVER-13368: Expose microsecs_running in currentOpScott Hernandez2014-04-181-0/+1
* SERVER-13635: fix os x compileEliot Horowitz2014-04-181-1/+1
* SERVER-13644 Fix command line censorshipShaun Verch2014-04-183-66/+92
* SERVER-13635: hide some NamespaceDetails callsEliot Horowitz2014-04-181-2/+2
* SERVER-13635: move more methods out of NamespaceDetailsEliot Horowitz2014-04-1810-131/+173
* SERVER-11332 ConnectionString less-than for simpler use in mapsGreg Studer2014-04-183-12/+8
* Revert "SERVER-13644 Fix command line censorship"Shaun Verch2014-04-172-50/+4
* SERVER-13644 Fix command line censorshipShaun Verch2014-04-172-4/+50
* add logging for when file allocation from ExtentManager takes more than 1 secondEliot Horowitz2014-04-171-0/+5
* SERVER-13635: hide some NamespaceDetails callsEliot Horowitz2014-04-174-7/+5
* SERVER-1205 add test for explode for sort with meta sort specDavid Storch2014-04-171-0/+12
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-1755-212/+207
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-1764-265/+317
* SERVER-13618 explode for sort tries reversing index scan directionDavid Storch2014-04-172-1/+42
* SERVER-13585 Race in dist lock after winning "tournament" roundRandolph Tan2014-04-172-5/+13
* SERVER-13611 fix sort elimination in the case of trailing fieldsDavid Storch2014-04-172-10/+47
* MCI-13287: delegate to shell when compressing tar archivesWisdom Omuya2014-04-161-23/+86
* SERVER-13494 Use numeric sorting for versions in the multi-version scriptKamran Khan2014-04-161-2/+30
* SERVER-12084 fix comment in RecordStoreV1Base::validateMathias Stearn2014-04-161-1/+2
* SERVER-13496 do not abort replication on secondaries when index name conflict...Eric Milkie2014-04-164-12/+13
* SERVER-13563 Add old package names to RPM ObsoletesErnie Hershey2014-04-162-13/+24
* SERVER-13601 assert upon failing to run a replicated commandmatt dannenberg2014-04-161-1/+15
* RevertSam Helman2014-04-161-1/+0
* Don't add compile to patch manuallySam Helman2014-04-161-0/+1
* SERVER-13540 take CRS into account for output distances as well as inputGreg Studer2014-04-162-2/+75
* SERVER-13503 disallow $where under $elemMatch valueBenety Goh2014-04-162-1/+49
* SERVER-13527 Enable C++11 automatically when reasonable to do soAndrew Morrow2014-04-161-21/+89
* SERVER-13527 Eliminate unused module tests facilityAndrew Morrow2014-04-163-13/+2
* SERVER-13589 logOp inserts into system.indexes for index buildsEric Milkie2014-04-161-4/+5
* SERVER-13566 oplog start stage uses only 'ts' field as a filterDavid Storch2014-04-152-1/+85
* SERVER-13600 Remove string-copying implicit conversion operator from Namespac...Andy Schwerin2014-04-151-2/+2
* SERVER-13600 Forbid implicit construction of NamespaceString from StringData.Andy Schwerin2014-04-153-6/+6
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-1581-405/+383
* SERVER-13579 Wait for deletion after migration in feature2.jsSiyuan Zhou2014-04-152-10/+5
* SERVER-13561 Improve wire API message validationAndreas Nilsson2014-04-142-2/+3
* SERVER-13562 limit and skip stages no longer return eof without calling work(...David Storch2014-04-143-4/+67
* SERVER-13582 increase stability of server6733.js by retrying replSetSyncFrommatt dannenberg2014-04-141-3/+3
* SERVER-13577 geo_borders.js immediately catches own assertionsGreg Studer2014-04-141-20/+15
* SERVER-13330 Removed unused setParameter option supportCompatibilityFormPrivi...Spencer T Brody2014-04-145-79/+1
* SERVER-13534 Remove data in test array_shard_key.jsSiyuan Zhou2014-04-141-3/+3
* SERVER-13084: move validate down a levelEliot Horowitz2014-04-1410-330/+444
* SERVER-13557 disallow negated elemMatch value from using an index scanDavid Storch2014-04-142-2/+12
* SERVER-13537 better handle numerical overflow of large limit valuesDavid Storch2014-04-147-12/+36
* SERVER-13544 Enable gperftools for C++11 buildsAndrew Morrow2014-04-1413-72/+65