summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUMP 2.5.1r2.5.1Dan Pasette2013-07-162-2/+2
* SERVER-10128 skip killop.js in auth passthrough until auth no longer requires...Spencer T Brody2013-07-161-0/+1
* SERVER-9850 Disable logging in the Client destructorTad Marshall2013-07-161-0/+9
* SERVER-10128 More descriptive failure message in killop.js when assert.soon f...Andy Schwerin2013-07-151-23/+39
* SERVER-10037: move reset firstScott Hernandez2013-07-151-2/+3
* SERVER-5932 Fix use after freeMathias Stearn2013-07-151-1/+4
* add new header subdir to client tarballEric Milkie2013-07-151-0/+1
* SERVER-7174: don't allow multiple positional elementsScott Hernandez2013-07-159-18/+67
* SERVER-7174: $push fix for missing destScott Hernandez2013-07-152-1/+35
* MongoRunner setParameters support for smoke.pyScott Hernandez2013-07-153-5/+22
* SERVER-6399 Fix upsert logic when the collection is not empty.Alberto Lerner2013-07-151-53/+57
* SERVER-6399 Fix update_serOnInsert.js test under new update framework.Alberto Lerner2013-07-152-11/+18
* SERVER-6071 Visual Studio -- remove db/repl/sync_source_feedback.{cpp,h}Tad Marshall2013-07-134-16/+0
* SERVER-10127 Add extra assert to catch incomplete initial data earlier in sha...Spencer T Brody2013-07-121-0/+2
* SERVER-10172 Refactor RamLog to make it thread-safe.Andy Schwerin2013-07-1211-92/+189
* SERVER-9675 disable tests that depend on fair lock schedulerMatt Kangas2013-07-122-0/+7
* SERVER-10103 avoid hitting socket exception in the shellEric Milkie2013-07-121-0/+3
* Remove unnecessary and broken portion of testMathias Stearn2013-07-121-16/+0
* SERVER-10103 add debugging outputEric Milkie2013-07-121-1/+3
* Revert "SERVER-6071 use command on local.slaves instead of cursor"Eric Milkie2013-07-1221-1828/+50
* Visual Studio -- add and remove filesTad Marshall2013-07-128-77/+2247
* SERVER-10026 Fix Windows warningTad Marshall2013-07-121-1/+1
* SERVER-10138 Temporary fix for auth_repl.js failureRandolph Tan2013-07-121-0/+2
* SERVER-10096 need to have a separate mongod to ensure our stats are correctGreg Studer2013-07-121-0/+7
* SERVER-10172 Appenders must be added to global log domain during single threa...Andy Schwerin2013-07-114-13/+15
* Extra debugging for jstests/dropdb.jsMathias Stearn2013-07-111-3/+12
* SERVER-10105 replReads.js failing on Nightly Linux RHEL 64-bitRandolph Tan2013-07-111-1/+6
* SERVER-10104 make mr_drop.js more likely to workHari Khalsa2013-07-111-3/+3
* Fix slownightly failureMathias Stearn2013-07-112-2/+0
* SERVER-10110 Fix flakiness in TimeTBuilder jsobj testAndrew Morrow2013-07-111-3/+3
* SERVER-10183: fix replsets/maintenance.js test for new exception from getmore...Scott Hernandez2013-07-111-9/+11
* SERVER-10145 In auth passthrough suite add user to mongos instead of directly...Spencer T Brody2013-07-111-1/+1
* SERVER-10179 Fix test failure due to SERVER-10134Mathias Stearn2013-07-111-1/+7
* SERVER-10175 buildbot v2.4 index1.js failure run GLE after inserts to make su...Greg Studer2013-07-111-0/+1
* Fix bug in Sorter when spilling to diskMathias Stearn2013-07-102-28/+32
* SERVER-5932 Aggregation returning a cursorMathias Stearn2013-07-1016-16/+403
* SERVER-10134 Report errors during GetMore processingMathias Stearn2013-07-105-13/+46
* Fix aggregation lockingMathias Stearn2013-07-104-121/+134
* Add user-facing option for SERVER-9444: Using disk storage for $sort and $groupMathias Stearn2013-07-108-8/+81
* Make Sorter file numbers globally unique within a process.Mathias Stearn2013-07-101-2/+8
* Enable test for SERVER-4534Mathias Stearn2013-07-101-3/+5
* Extra safety to prevent Sorter from writing to disk in mongosMathias Stearn2013-07-102-0/+13
* Remove dead classes: DocMemMonitor and StringWriterMathias Stearn2013-07-1015-255/+9
* SERVER-9444 Make $group use Sorter when results don't fit in memoryMathias Stearn2013-07-103-31/+238
* SERVER-9444 Remove context-awareness from Accumulators to prep $group for SorterMathias Stearn2013-07-1012-534/+439
* SERVER-9444 improve Sorter serialization of Document and ValueMathias Stearn2013-07-104-22/+185
* SERVER-9444 Use Sorter in DocumentSourceSortMathias Stearn2013-07-109-126/+123
* Revert "SERVER-1891 Consolidate command authorization checking logic."Andy Schwerin2013-07-109-96/+68
* SERVER-8886 Add LICENSE file for OpenSSLIan Whalen2013-07-101-0/+116
* SERVER-9395 Implement $minDistance for geoNear commandA. Jesse Jiryu Davis2013-07-108-15/+514