summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19558 drop scopeCache in shutdownServerJason Carey2015-07-234-0/+20
* SERVER-19289 Sharding tests should always use wiredTiger as the storage engin...Daniel Alabi2015-07-231-0/+3
* SERVER-19456 Use final designators where appropriate in PlanStagesMathias Stearn2015-07-2340-344/+309
* SERVER-19391: Remove BSONObjBuilder::appendAsNumber.David Hatch2015-07-233-80/+0
* SERVER-19414 Use CatalogManagerReplicaSet when config servers are a replica setSpencer T Brody2015-07-237-21/+56
* SERVER-19450 UnorderedFastKeyTable/StringMap construct with std::initializer_...Qingyang Chen2015-07-234-8/+33
* SERVER-19221 implement async SSL in NetworkInterfaceASIOAdam Midvidy2015-07-2214-198/+424
* Revert "SERVER-19221 patch ASIO to not initialize OpenSSL"Adam Midvidy2015-07-223-11/+4
* Revert "SERVER-19221 implement async SSL in NetworkInterfaceASIO"Adam Midvidy2015-07-2213-408/+198
* SERVER-19221 implement async SSL in NetworkInterfaceASIOAdam Midvidy2015-07-2213-198/+408
* SERVER-19221 patch ASIO to not initialize OpenSSLAdam Midvidy2015-07-223-4/+11
* SERVER-18951 do not add j:true to w:majority writes if journaling is not avai...Eric Milkie2015-07-223-10/+14
* SERVER-19504 Remove indexStats command artifactsJames Wahlin2015-07-225-144/+3
* SERVER-19526: Move expensive invariant to dassertMartin Bligh2015-07-222-3/+3
* SERVER-19474 Improve validation for createIndex array options in shellJ Delaney2015-07-221-1/+5
* SERVER-19513: Unindex documents when truncating WT capped collectionsGeert Bosch2015-07-221-0/+2
* SERVER-19493 Include 'code' field in thrown js Error objects where possibleSpencer T Brody2015-07-228-53/+70
* SERVER-19414 SERVER-19459 Make ParallelSortClusteredCursor::startInit check f...Spencer T Brody2015-07-221-2/+2
* SERVER-19206 Fix race in tests of read after optime with read committed.Siyuan Zhou2015-07-211-2/+9
* SERVER-19160 Drop trailing null bytes from OS X string sysctlsAndrew Morrow2015-07-211-2/+3
* SERVER-19516 More aggressive GC in JSJason Carey2015-07-212-0/+12
* SERVER-19508 MozJS stacktraces lack file namesJason Carey2015-07-211-0/+1
* SERVER-19492 Replace ReplicationExecutor with ThreadPoolTaskExecutor in shard...Andy Schwerin2015-07-218-19/+33
* SERVER-19355 add limit support to the new find/getMore path in mongosDavid Storch2015-07-2116-295/+894
* SERVER-19307 updated BackgroundSync producer thread to tail remote oplog usin...Benety Goh2015-07-213-77/+177
* SERVER-19492: Fix dependency edgeMark Benvenuto2015-07-211-1/+1
* SERVER-19395 Write commands should use ShardConnectionKaloian Manassiev2015-07-2116-376/+310
* SERVER-19492 Use ThreadPoolTaskExecutor instead of ReplicationExecutor in uni...Andy Schwerin2015-07-2117-46/+155
* SERVER-19494 Don't shutdown mongobridge on empty responseSpencer T Brody2015-07-211-2/+5
* SERVER-19500 Remove shard version checking for write command explainKaloian Manassiev2015-07-211-5/+0
* SERVER-19500 Cleanup explain logicKaloian Manassiev2015-07-2114-584/+466
* SERVER-18997 Enforce value of boolean byte in bson validationAndrew Morrow2015-07-212-3/+26
* SERVER-19431 Remove little endian assumption from BSON db hashAndrew Morrow2015-07-211-5/+6
* SERVER-8843 Return large page fault numbers as doublesAndrew Morrow2015-07-211-1/+4
* SERVER-9666 Fold SSLManager library into networkAndrew Morrow2015-07-211-18/+5
* SERVER-9666 Remove test watchdog and support codeAndrew Morrow2015-07-214-76/+0
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-2154-269/+382
* SERVER-18982: do inserts as inserts in replicationScott Hernandez2015-07-202-34/+82
* SERVER-17464: check for interrupts (like during shutdown) in clonerScott Hernandez2015-07-207-6/+29
* SERVER-533 Add aggregation stage to randomly sample documentsCharlie Swanson2015-07-2011-35/+634
* Revert "$sample"Charlie Swanson2015-07-2011-634/+35
* $sampleCharlie Swanson2015-07-2011-35/+634
* SERVER-18846: Converts DocumentSourceTests into unit testsJames Cohan2015-07-207-2117/+2031
* SERVER-18195 remove unneeded deferred readAfterOpTime testsEric Milkie2015-07-201-54/+0
* SERVER-18531 Additional fixes for SpiderMonkeyJason Carey2015-07-2014-59/+42
* SERVER-19039 Buffer fetched documents in geoNearBrandon Zhang2015-07-207-227/+172
* SERVER-19168 Move variable declarationsKevin Albertson2015-07-201-2/+3
* SERVER-19083 Strip out WT internal metadata from creation string.Max Hirschhorn2015-07-201-1/+1
* SERVER-19207 SERVER-19210 committed reads wait for a committed snapshot and r...matt dannenberg2015-07-1922-73/+127
* SERVER-19205 change all ReadAfterOpTime objects to be ReadConcern objectsmatt dannenberg2015-07-1918-375/+405