summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-17252: PCRE 8.36 SCons IntegrationMark Benvenuto2015-03-045-1/+825
* SERVER-17252: CVE-2014-8964: Fix zero-repeat assertion condition bug.Mark Benvenuto2015-03-041-2/+5
* SERVER-17252: PPCRE 8.36Mark Benvenuto2015-03-04141-0/+124610
* SERVER-12726 addArb adding full member if incorrect input suppliedSiyuan Zhou2015-03-041-0/+5
* SERVER-16844 dbAdminAnyDatabase should be able to do anything dbAdmin canSpencer T Brody2015-03-042-0/+11
* SERVER-16849 Prevent mongos from always invalidating the user cache once, eve...Spencer T Brody2015-03-041-1/+17
* SERVER-17463 Fix issue specifying absolute path to scons --cache-dir.Max Hirschhorn2015-03-041-1/+1
* SERVER-14723 fix crash in plan enumerator affecting some geo near queriesDavid Storch2015-03-033-5/+29
* SERVER-6168 Fix exception memory leak in BSONIteratorSortedTyler Brock2015-03-032-8/+6
* SERVER-17381 Rename rocksExperiment to RocksDBIgor Canadi2015-03-031-2/+3
* SERVER-17369 [Rocks] Fix the calculation of nextPrefixIgor Canadi2015-03-033-19/+52
* SERVER-17331 RocksDB configuring and monitoringIgor Canadi2015-03-0312-17/+410
* SERVER-17417: Import boost::chrono into third_party/boost and use as polyfill...Mark Benvenuto2015-03-031-0/+40
* SERVER-17379 Require connection be on localhost to allow unauthorized access ...Spencer T Brody2015-03-031-3/+1
* SERVER-17417: Import boost::chrono into third_party/boost and use as polyfill...Mark Benvenuto2015-03-032-0/+8
* SERVER-8994: Remove Boost 1.49Mark Benvenuto2015-03-032729-562357/+5
* SERVER-17250 Verify logOp listeners are rollback-safealabid2015-03-034-3/+58
* SERVER-17050 Error message for read-commands on secondary should suggest slaveOkSiyuan Zhou2015-03-031-1/+6
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-0332-853/+409
* SERVER-17443 use assert.soon rather than assert for log messages in get_repli...matt dannenberg2015-03-031-2/+6
* SERVER-17442 increase tolerance for shutdown timeout in stepdown.js to fix wi...matt dannenberg2015-03-031-1/+2
* SERVER-17436 Don't try to access collection pointer if it gets deleted during...Kaloian Manassiev2015-03-023-5/+12
* SERVER-17416 MMAP V1 journal thread should check for deadlocksKaloian Manassiev2015-03-028-38/+85
* SERVER-17394 Top chunk optimization logic can move chunk other than the extre...Randolph Tan2015-03-022-3/+142
* SERVER-17282 remove dead code in runQuery() loopDavid Storch2015-03-021-8/+1
* SERVER-17428 remove _snprintf for Visual Studio 2015Eric Milkie2015-03-025-12/+7
* SERVER-17427 Get rid of useless RWLock in replSetReconfig command.Andy Schwerin2015-03-021-13/+2
* SERVER-17412 removed authSchemaUpgrade commandBenety Goh2015-02-2710-413/+8
* SERVER-17330 removed unused replication codeBenety Goh2015-02-277-496/+0
* SERVER-17330 removed multiCommand dependency from CmdAuthSchemaUpgradeBenety Goh2015-02-271-59/+0
* SERVER-17330 moved ScopedConn::keepOpen to ReplicationExecutor::NetworkInterfaceBenety Goh2015-02-277-12/+19
* SERVER-17388/SERVER-16776 If closing unopened file, do not check for journal ...Kaloian Manassiev2015-02-272-8/+18
* SERVER-17276 WCE retry for collection creation on upsert, legacy write pathDavid Storch2015-02-271-2/+2
* SERVER-17405 Don't throw MsgAssertionException when getLog is given a non-str...alabid2015-02-272-1/+11
* SERVER-17300 Balancer tries to create config.tags index multiple timesRandolph Tan2015-02-272-11/+11
* SERVER-17403 Fix StageDebugCmd command registrationJason Rassi2015-02-271-7/+14
* SERVER-17398 Deadlock in MigrateStatus::startCommitRandolph Tan2015-02-261-1/+1
* make tool_replset.js more resilient against certain failuresmatt dannenberg2015-02-261-55/+56
* SERVER-17395: Disable fsm tests that were previously disabled.Charlie Swanson2015-02-262-24/+6
* SERVER-12235 Cache whether any users exist for checking whether the localhost...Spencer T Brody2015-02-262-4/+34
* SERVER-17395: Add FSM tests to stress yielding.Charlie Swanson2015-02-2620-8/+684
* SERVER-17338: uassert when primary steps down during dbcopyGeert Bosch2015-02-261-0/+4
* SERVER-17383 Make sure that ops are sent to the right shard in rename.jsRandolph Tan2015-02-261-0/+1
* SERVER-17348 Temporarily disable tests until v3.0 is released.Randolph Tan2015-02-263-2/+5
* SERVER-17384 Remove v2.6 vs v3.0 tests in multiVersion suiteRandolph Tan2015-02-267-818/+0
* SERVER-16477 Confusing info message from initiate on removed memberSiyuan Zhou2015-02-251-2/+3
* SERVER-17330 move handshake cmd to master/slaveEric Milkie2015-02-258-49/+45
* SERVER-17280 geo near must propagate saveState()/restoreState() to the Densit...David Storch2015-02-255-10/+87
* SERVER-17372 fix findAndModify output when there is an insert in the upsert: ...David Storch2015-02-252-13/+33
* SERVER-17280 geo near must propagate invalidate messages to IndexScan used by...David Storch2015-02-255-0/+62