summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-6311 do not crash if FlushFileBuffers failsEric Milkie2012-07-111-1/+0
* SERVER-6372 fassert does not exist in 2.0Eric Milkie2012-07-101-2/+2
* SERVER-5920 buildbot bad_config_load.js also check for socket exceptions in testGreg Studer2012-07-091-1/+4
* SERVER-6311 abort if FlushViewOfFile takes longer than 15 minutesEric Milkie2012-07-091-3/+5
* SERVER-5594 memory corruption in sharding/auth1.js V8 builderRandolph Tan2012-07-091-1/+1
* SERVER-6359 mongoexport now outputs full strings in CSV modeJosh Price2012-07-091-1/+1
* SERVER-6305 command-line option to turn off auto-splitting on particular mong...Greg Studer2012-07-065-1/+54
* fix Windows compileEric Milkie2012-07-051-31/+27
* SERVER-4907 Backport query plan hinting when oplog entries are applied.Aaron2012-07-047-13/+170
* SERVER-4992 Disable dropDatabase command on configSiddharth Singh2012-07-033-0/+48
* SERVER-5473 mongostat will not auth unless passed a username or passwordMatt Dannenberg2012-07-031-1/+2
* SERVER-5872 use ScopedDBConnection when we talk to other shards during autosplitEric Milkie2012-07-031-1/+1
* SERVER-5920 protect reload of database config, ensure we don't get partial db...Greg Studer2012-07-032-48/+118
* Don't grow a document on $pull/$pullAll. SERVER-6047Richard Kreuter2012-07-023-0/+38
* SERVER-6167 reduce logging verbosity on stale versioned writes and getting di...Greg Studer2012-07-022-6/+15
* SERVER-6178 catch dbexceptions not socket exceptions during startup consisten...Greg Studer2012-06-281-1/+5
* SERVER-6006 import code and fixes from 2.1.x into testTad Marshall2012-06-281-3/+152
* SERVER-6006 buildbot sharding_rs2.js turn off balancer in test before split/m...Greg Studer2012-06-271-0/+6
* SERVER-4800 make unsorted parallel cursors do round-robin when pulling data, ...Greg Studer2012-06-272-1/+11
* SERVER-6162 adapt sharding/no_empty_reset.js for v2.0Tad Marshall2012-06-271-0/+1
* Visual Studio -- .gitignore, make mongo shell buildableTad Marshall2012-06-273-116/+125
* Revert "Always go through relinquish when stepping down SERVER-5258"Tad Marshall2012-06-262-15/+30
* SERVER-6162 backport of targeted shard ranges instead of broadcast on all que...gregs2012-06-253-24/+66
* Always go through relinquish when stepping down SERVER-5258Kristina2012-06-252-30/+15
* SERVER-4291: Return code of recv uncheckedBrandon Diamond2012-06-221-3/+4
* SERVER-3969 handle spaces in passwords at the "Enter password:" promptTad Marshall2012-06-221-3/+2
* SERVER-3097 -- "mongod --install" uses wrong image path depending on CWDTad Marshall2012-06-221-8/+3
* SERVER-5663, SERVER-2942 MapViewOfFileEx backportTad Marshall2012-06-203-67/+109
* Visual Studio -- update shell/mongo_vstudio.cppTad Marshall2012-06-201-1/+206
* SERVER-6132 makeChunkWritable abort on failure (Windows)Tad Marshall2012-06-201-6/+15
* fix smalloplog; cleanup extra collectionEric Milkie2012-06-191-0/+1
* SERVER-2833 -- shut down cleanly on OS or Service Controller shutdown eventTad Marshall2012-06-104-19/+51
* Visual Studio -- .gitignore ipch, make mongos buildableTad Marshall2012-06-103-92/+170
* post 2.0.6Eric Milkie2012-06-042-2/+2
* BUMP 2.0.6r2.0.6Eric Milkie2012-06-043-3/+3
* post 2.0.6-rc0Andy Schwerin2012-05-231-1/+1
* BUMP 2.0.6-rc0r2.0.6-rc0Eric Milkie2012-05-224-3/+10
* fassert not available in 2.0 yetEric Milkie2012-05-181-1/+1
* SERVER-5040 retry initial sync if errors occur when creating indexesEric Milkie2012-05-183-5/+59
* SERVER-4609 ensure correct buffer sizes for string representations of numbersEric Milkie2012-05-171-20/+29
* fix js-1.7 for freebsdEric Milkie2012-05-161-0/+2
* backport - fix handling of socket timeouts on Windows SERVER-4758Eric Milkie2012-05-161-13/+13
* SERVER-4758 raising timeout to 10 minutes for safetyEric Milkie2012-05-151-1/+1
* SERVER-5581 (backport only)Eric Milkie2012-05-152-2/+30
* SERVER-5353 Backport print capped collection scan on _id query warning messag...Eric Milkie2012-05-135-18/+118
* SERVER-5746 Wrong initialization for ReplicaSetMonitor NodesRandolph Tan2012-05-101-2/+1
* SERVER-5405 make sure we recycle authenticated conn when doneGreg Studer2012-05-101-0/+5
* SERVER-5405 mongos does not send reads to secondariesRandolph Tan2012-05-102-6/+18
* SERVER-5706 if only slaveDelay'd nodes are available, use themEric Milkie2012-05-102-9/+62
* SERVER-4603 handle last shard migration more correctlyGreg Studer2012-05-091-0/+9