summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* get rid of a 32-bit Windows build warningTad Marshall2011-12-241-2/+2
* get rid of some warnings in Windows buildTad Marshall2011-12-242-8/+9
* SERVER-4130: defer to bind_ip arg when getting addrsBrandon Diamond2011-12-231-2/+8
* tell Windows linker to create .PDB debug info files for release mode imagesEric Milkie2011-12-231-2/+5
* SERVER-3257U-tellus\cwestin2011-12-232-41/+39
* bad typo from yesterday checkinDwight2011-12-231-1/+0
* SERVER-4535: the jsMode of MR calls finalize without the key as first argumentagirbal2011-12-232-3/+19
* SERVER-4499: avoid renaming non-reg filesBrandon Diamond2011-12-231-13/+17
* fix failing unit test with SRW; grabbing the upgradable lock takes a bit longerEric Milkie2011-12-231-0/+5
* Do not require _id index for capped collection update SERVER-4546Kristina2011-12-232-5/+61
* compile *nix curop - temp removal of a constEliot Horowitz2011-12-232-3/+3
* curop cleaningdwight2011-12-223-188/+161
* saferdwight2011-12-221-1/+1
* vcxprojdwight2011-12-224-2/+8
* give curop its own cpp filedwight2011-12-223-42/+40
* Merge branch 'master' of github.com:mongodb/mongodwight2011-12-2215-75/+226
|\
| * Fixed broken tests to wait for replicationBrandon Diamond2011-12-223-3/+39
| * remove unused variablesagirbal2011-12-222-6/+0
| * SERVER-4471: added testagirbal2011-12-221-0/+3
| * SERVER-4312 fix logic for meta-C (capitalize)Tad Marshall2011-12-221-2/+8
| * SERVER-4312 add meta-C, meta-L and meta-U to mongo shellTad Marshall2011-12-221-19/+63
| * SERVER-4215: cannot retry enough times to satisfy tests, use lockagirbal2011-12-221-35/+54
| * SERVER-4200 add 'cls' (clear screen) command to the shellTad Marshall2011-12-225-5/+25
| * SERVER-4499: made log rotation more robustBrandon Diamond2011-12-221-14/+24
| * SERVER-4499: old log rotated, not clobberedBrandon Diamond2011-12-221-0/+9
| * clear _rsLookup table when appropriate.Spencer T Brody2011-12-221-0/+10
| * SERVER-2285: reapply earlier change after testingBrandon Diamond2011-12-221-1/+1
* | tododwight2011-12-221-1/+4
|/
* Update replica set info on config server by shard name, not replica set name....Spencer T Brody2011-12-214-2/+72
* fix warning newlineagirbal2011-12-211-1/+1
* SERVER-3627: lookup of chunk was incorrect when checking on splitagirbal2011-12-211-4/+3
* SERVER-4215: previous commit broke output of MRagirbal2011-12-211-1/+1
* avoid copying bson obj twiceagirbal2011-12-211-3/+3
* bump up the retry limit for count8, until failures on win32 buildbot are diag...Aaron2011-12-211-1/+1
* fix duplicated codeEric Milkie2011-12-211-21/+13
* SERVER-4538 fix code buffer size calculationEric Milkie2011-12-211-2/+2
* SERVER-4538 detect if pages are in our working set, on WindowsEric Milkie2011-12-211-4/+22
* SERVER-4220 allow commands with \#RANDOM in benchRun for migration testsGreg Studer2011-12-211-2/+1
* fix build one more timeKevin Matulef2011-12-211-1/+1
* buildbot and SERVER-4526 mongos_no_detect_sharding.js split logic may change,...Greg Studer2011-12-211-1/+4
* fix. some machines don't define certain rlimitsKevin Matulef2011-12-211-0/+2
* SERVER-4407 check rlimits on startupKevin Matulef2011-12-215-5/+22
* SERVER-4312 consolidate some code into a class/structTad Marshall2011-12-211-103/+98
* Merge pull request #155 from charsyam/patch-3Kristina2011-12-211-1/+1
|\
| * remove unnecessary condition !hopeful <-- it already check line 35charsyam2011-12-211-1/+1
* | milliseconds are thousandths of a second; thx TadEric Milkie2011-12-211-1/+1
* | fix socket timeouts on WindowsEric Milkie2011-12-211-2/+10
|/
* fix slow log line output with default valuesEliot Horowitz2011-12-211-1/+1
* call GLE occasionally on each thread to make timing more accurateEliot Horowitz2011-12-211-1/+4
* replset/maintenance testing (wip)Brandon Diamond2011-12-201-1/+1