summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* If user sets a smaller stack size than our default we should use it SERVER-2707r1.9.2Mathias Stearn2011-08-121-4/+16
* SERVER-3572 write lock for authenticatedwight2011-08-123-5/+5
* BUMP 1.9.2Eliot Horowitz2011-08-114-3/+9
* Use LSN file outside of DEBUG modeMathias Stearn2011-08-101-6/+0
* maintenance test debuggingKristina2011-08-101-1/+6
* SERVER-2506 journal faster if a j:1 pendingdwight2011-08-101-10/+15
* dbtests was broken on windows debug build after _rotate call changedwight2011-08-102-8/+1
* NotifyAll::nWaiting()dwight2011-08-102-0/+9
* Don't need to call lseek if we won't do fadvise (was getting unused var warning)Mathias Stearn2011-08-091-0/+2
* Remove superfluous const. Caused warnings on some compilersMathias Stearn2011-08-091-1/+1
* Don't do commitIfNeeded when not writeLocked SERVER-3553Mathias Stearn2011-08-091-0/+3
* new jstests/date3.js for SERVER-405 & SERVER-960Tony Hannan2011-08-091-0/+29
* fix for sharding slaveokgregs2011-08-095-13/+40
* typogregs2011-08-091-1/+1
* error codesgregs2011-08-092-3/+3
* fix semantics of the getChunkManager() method, add non-erroring version SERVE...gregs2011-08-098-11/+24
* reload full db when dropping collection - SERVER-3517gregs2011-08-096-16/+28
* SERVER-3555 testAaron2011-08-091-0/+26
* SERVER-3545 fix test typosAaron2011-08-091-2/+2
* fix mongos slave okEliot Horowitz2011-08-082-18/+25
* cleaningEliot Horowitz2011-08-081-4/+6
* SERVER-1395 make group yield test adaptiveAaron2011-08-091-16/+34
* Don't moveToFront if shardKey is _idMathias Stearn2011-08-081-1/+1
* Tell glibcxx to use glibc's optimized str functionsMathias Stearn2011-08-081-0/+13
* in-place serverNameCompareMathias Stearn2011-08-081-9/+25
* use LOG(x) everywhere in mongosMathias Stearn2011-08-0818-64/+64
* make less garbage stringsMathias Stearn2011-08-081-5/+7
* fast-path for ShardKey::extractFields to create less garbage if already in ke...Mathias Stearn2011-08-082-2/+18
* SERVER-3545 uassert if elemMatch specified with ithin in or ninAaron2011-08-083-0/+21
* update hidden status and check secondary more accurately SERVER-3432Eliot Horowitz2011-08-083-37/+142
* speed up mem check SERVER-3374Eliot Horowitz2011-08-081-11/+10
* Rename keep_going to continue_on_error SERVER-3233Mathias Stearn2011-08-085-6/+6
* Check dbhash on config servers once a minute and report failures SERVER-3323Mathias Stearn2011-08-082-1/+12
* Add "warnings" RamLog and field in serverStatus. Use for full disk warnings. ...Mathias Stearn2011-08-086-3/+43
* remove unused mutexMathias Stearn2011-08-081-2/+0
* cleaning new profiler data SERVER-1815Eliot Horowitz2011-08-083-8/+14
* don't run bench tests under mongosEliot Horowitz2011-08-081-1/+1
* make test fasterEliot Horowitz2011-08-081-1/+1
* don't duplicate ns entry for non-sharded collections via mongos SERVER-3539Eliot Horowitz2011-08-082-1/+8
* SERVER-2506 configurable journal batch commit timedwight2011-08-085-15/+40
* SERVER-1395 allow group more opportunities to yield in testAaron2011-08-071-3/+3
* try to make test more reliableEliot Horowitz2011-08-081-1/+1
* make test more reliableEliot Horowitz2011-08-081-4/+7
* SERVER-3249 add so_timeout support in DBClientReplicaSetAaron2011-08-074-12/+28
* SERVER-3475 don't close the builder in missing _id index caseAaron2011-08-071-1/+0
* less aggressive threads for sync6_slow.jsgregs2011-08-061-1/+4
* better slave handling for SERVER-3462Eliot Horowitz2011-08-061-7/+3
* finish SERVER-3462Eliot Horowitz2011-08-061-4/+9
* upsert optionEliot Horowitz2011-08-061-1/+1
* fix perf reportEliot Horowitz2011-08-061-7/+16