summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* BUMP 2.4.9r2.4.9Ernie Hershey2014-01-081-1/+1
* post 2.4.9-rc0Dan Pasette2013-12-231-1/+1
* BUMP 2.4.9-rc0r2.4.9-rc0Dan Pasette2013-12-221-1/+1
* SERVER-11494 Reduce fragility of TextIndexVersionCheck1 testJason Rassi2013-12-221-2/+2
* SERVER-11494 Run text index version check at time of text index useJason Rassi2013-12-212-3/+48
* SERVER-11194 fix log messageDan Pasette2013-12-211-2/+2
* SERVER-12146 do not check writebacks if calling gle from wblDan Pasette2013-12-212-33/+38
* SERVER-12041 improve retry logic for read preferences without slaveOk setGreg Studer2013-12-202-7/+7
* SERVER-12092 Fix mongorestore warning that collection options changedJason Rassi2013-12-191-2/+2
* SERVER-12092 mongorestore should generate valid "create" command objJason Rassi2013-12-191-23/+18
* SERVER-9238 Don't set a timeout in shell autocompleteMathias Stearn2013-12-191-1/+3
* SERVER-10919 logging in ~ReplicaSetsMonitor crashesRandolph Tan2013-12-191-1/+0
* SERVER-11194 ignore non-numeric expiresAfterSeconds on TTL indexesmatt dannenberg2013-12-191-0/+6
* SERVER-11908: let rollback handle collmodEliot Horowitz2013-12-191-0/+10
* SERVER-12094 Do not strip false setParameter options from config fileShaun Verch2013-12-171-3/+8
* SERVER-10538 SERVER-11731 change segfault to uassert on improper use of $wherematt dannenberg2013-12-091-0/+2
* SERVER-11869 support for external gle opTime for w > 1Greg Studer2013-12-081-3/+10
* SERVER-11971 slaveok versioning logic should also apply to read prefsGreg Studer2013-12-063-65/+91
* SERVER-7246 rename internal dbclient_rs auth helperGreg Studer2013-12-041-3/+2
* SERVER-7246 external user authentication should use primary preferred read prefGreg Studer2013-12-041-1/+3
* SERVER-11099 Partial cherry-pick from upstream v8 to fix UB related mongo she...Andrew Morrow2013-12-021-1/+2
* SERVER-5625 SERVER-7426 allow all connections in all states to tolerate downe...Greg Studer2013-12-019-48/+292
* SERVER-5625 don't throw on problem setting shard version on initial connectGreg Studer2013-11-201-1/+10
* SERVER-11502 Moved OpenSSL multithreading callbacksAndreas Nilsson2013-11-061-5/+4
* post 2.4.8Ernie Hershey2013-11-011-1/+1
* BUMP 2.4.8r2.4.8Dan Pasette2013-10-311-1/+1
* BUMP 2.4.8-rc0Dan Pasette2013-10-301-1/+1
* SERVER-11421: make applyOps call logOpForDbHashDan Pasette2013-10-301-1/+5
* SERVER-11478 Make admin.system.version, admin.system.roles,Dan Pasette2013-10-301-0/+4
* post 2.4.7Dan Pasette2013-10-201-1/+1
* BUMP 2.4.7r2.4.7Dan Pasette2013-10-171-1/+1
* post 2.4.7-rc0Dan Pasette2013-10-091-1/+1
* BUMP 2.4.7-rc0r2.4.7-rc0Dan Pasette2013-10-081-1/+1
* SERVER-11032: Do not veto if primary is the node trying to be electedScott Hernandez2013-10-041-1/+3
* SERVER-11021: backport to 2.4Eliot Horowitz2013-10-045-116/+286
* SERVER-10655: pass query options to the aggregation command on mongosDan Pasette2013-10-031-0/+2
* SERVER-10594 slaveOk bit ignored for unsharded aggregateDan Pasette2013-10-031-1/+1
* SERVER-10285 uassert that s2latlng is valid, print out if it's notDan Pasette2013-10-021-2/+9
* SERVER-9109 continue rather than return on ECONNABORTED and EBADFmatt dannenberg2013-10-021-4/+12
* SERVER-9501: initial sync exception: 10083 Changed validation to allow explic...Kyle Erf2013-10-021-1/+1
* SERVER-9993 Accept any numeric type for the maxSize field in config.shardsShaun Verch2013-10-022-1/+12
* SERVER-9861 explicitly forget temporary collections for versioning in M/RGreg Studer2013-10-023-1/+23
* SERVER-9907 Allow to skip initial count() in mapreduceRandolph Tan2013-10-021-3/+17
* SERVER-9907 Allow to skip initial count() in mapreduceRandolph Tan2013-10-022-5/+15
* SERVER-9738 mongos should set the CursorNotFound bit when the cursor is not f...Randolph Tan2013-10-021-10/+2
* SERVER-9738 mongos should set the CursorNotFound bit when the cursor is not f...Randolph Tan2013-10-021-3/+4
* SERVER-10261 disable ssl session caching (affects java driver)Eric Milkie2013-09-261-8/+2
* SERVER-10724 better exception handling in health pollmatt dannenberg2013-09-101-3/+5
* SERVER-10596 Globalize formerly per-thread Pool of JS ScopesMathias Stearn2013-08-279-91/+99
* Add check to prevent future memory leaks like SERVER-10554Mathias Stearn2013-08-232-0/+47