summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* post 2.2.4-rc0r2.2.4-rc0Dan Pasette2013-03-272-2/+2
* BUMP 2.2.4-rc0Dan Pasette2013-03-262-2/+2
* SERVER-9124: avoid raw pointers for SM's nativeHelperBen Becker2013-03-251-51/+76
* SERVER-8984: gle c++ client helper should check for command failureScott Hernandez2013-03-252-5/+98
* SERVER-9095 fix reconfig.js on Windows by removing Client from heartbeat threadEric Milkie2013-03-251-8/+1
* SERVER-6591 Visual Studio -- adapt to renamed and added filesTad Marshall2013-03-238-18/+34
* SERVER-7817 - fix no_chaining.js to forceSync from correct hostDan Pasette2013-03-221-2/+8
* SERVER-9022: command line option for releaseConnectionsAfterResponseDan Pasette2013-03-211-0/+6
* SERVER-7034 add 10 second timeouts to three connectionsTad Marshall2013-03-211-2/+4
* SERVER-7817 Display chainingAllowed option when set to falseDan Pasette2013-03-211-17/+24
* SERVER-8172 Exclude $not query operator fields from new upsert document.aaron2013-03-203-3/+43
* SERVER-8335 test for autosplit heuristicsGreg Studer2013-03-201-0/+72
* SERVER-8335 remember _dataWritten for unaffected chunks after partial chunk m...Greg Studer2013-03-202-0/+7
* SERVER-1606: don't duplicate update namesEliot Horowitz2013-03-203-21/+68
* SERVER-8167 make units more accurateGreg Studer2013-03-202-6/+6
* SERVER-8456: use CursorHolder to avoid auto_ptr::releaseBen Becker2013-03-202-12/+10
* SERVER-8442 don't release() direct m/r cursors to shardsgregs2013-03-201-3/+12
* SERVER-8116 - mongostat doesn't divide lock% by sampling intervalDan Pasette2013-03-201-1/+3
* SERVER-9022 allow releasing sharded conn back to pool after read operationGreg Studer2013-03-204-3/+49
* SERVER-6991 better stats for sharded connections and sharded conn poolGreg Studer2013-03-201-19/+150
* Revert "Revert "SERVER-8648 add explicit timeout to checkStatus connection""Greg Studer2013-03-182-1/+6
* SERVER-8685 - use old style append for OpTimeDan Pasette2013-03-151-2/+2
* SERVER-8685 Fix gcc compileTad Marshall2013-03-141-2/+2
* SERVER-8685: mongorestore oplogLimit fixesScott Hernandez2013-03-141-10/+75
* Revert "SERVER-8648 add explicit timeout to checkStatus connection"Dan Pasette2013-03-141-1/+1
* fix sharding testEliot Horowitz2013-03-111-1/+2
* SERVER-8689, SERVER-8691Dan Pasette2013-03-112-2/+2
* SERVER-8696 buildbot no_balance_collection.js wait for changelog write before...Greg Studer2013-03-111-0/+4
* SERVER-8734 use a recursive mutex to work around OpenSSL deadlockEric Milkie2013-03-071-3/+8
* SERVER-8455 Fix buildbot failure caused by accessing uninitialized memoryRandolph Tan2013-03-071-1/+3
* SERVER-8455 explicitly kill connection on config errorEliot Horowitz2013-03-071-2/+5
* Handle some missing log -> LOG conversions due to backportsMathias Stearn2013-03-062-5/+5
* Use fast thread-local for loggingMathias Stearn2013-03-062-4/+5
* SERVER-8244 Pass log levels from MONGO_LOG to LogstreamMathias Stearn2013-03-061-6/+25
* Return nullstream in don't-log case of MONGO_LOGMathias Stearn2013-03-061-1/+1
* SERVER-7231 Fixed cases where LOG(level) macro is used with booleansShaun Verch2013-03-066-7/+7
* SERVER-7231 Construct log helper variables only when they will be loggedShaun Verch2013-03-061-6/+21
* SERVER-7231 Removed log(level) functionsShaun Verch2013-03-061-19/+2
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2013-03-0661-239/+249
* SERVER-7231 Use ternary operator in LOG() macro and add necessary comparison ...Shaun Verch2013-03-061-1/+14
* try to make sharding tests more reliable when needing balancing to be doneEliot Horowitz2013-03-063-2/+15
* make remove2 more reliableEliot Horowitz2013-03-061-4/+18
* SERVER-8771 Additional fix for mongostat --discover with mongosSpencer T Brody2013-03-011-1/+1
* fix mongostat --discover with mongosEliot Horowitz2013-03-011-1/+2
* SERVER-8786 Fix race condition when adding ShardingConnectionHook to connecti...Spencer T Brody2013-03-011-1/+6
* SERVER-8786 Make sure that the ShardingConnectionHook gets added to the conne...Spencer T Brody2013-03-015-8/+62
* SERVER-6591 Fix localhostAuthBypass tests to work on 2.2, where GLE requires ...Spencer T Brody2013-02-273-21/+8
* SERVER-6591 Fix testSpencer T Brody2013-02-271-2/+2
* SERVER-6591: added tests for bypassing authentication when connected with a l...Craig Wilson2013-02-274-23/+463
* SERVER-6591 Don't query config server when running with noauthSpencer T Brody2013-02-271-1/+1