summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* better debugging for drop errorsEliot Horowitz2010-08-311-2/+5
* mongo::Query instead of Query for defineEliot Horowitz2010-08-311-1/+1
* extraneous newline in loggingdwight2010-08-312-2/+3
* less extraneous shutdown loggingdwight2010-08-311-2/+4
* Merge branch 'master' of github.com:mongodb/mongodwight2010-08-3122-130/+194
|\
| * fix docs for pidfilepath SERVER-1706Eliot Horowitz2010-08-311-1/+1
| * SERVER-1705 validate op type with regexAaron2010-08-305-24/+19
| * SERVER-1701 don't try killing master in slave delay testAaron2010-08-301-3/+2
| * SERVER-1212 deal with elemMatch laterAaron2010-08-302-3/+5
| * Merge branch 'master' of github.com:mongodb/mongoAaron2010-08-3096-1045/+2148
| |\
| | * SERVER-1700 ignore first op on initial query so that sync point is always bef...Aaron2010-08-301-11/+10
| | * more smoke.py cleanup - remove global from expand_suitesMike Dirolf2010-08-301-13/+6
| | * clean up smoke.py options handlingMike Dirolf2010-08-301-43/+25
| | * Merge branch 'master' of github.com:mongodb/mongoDwight2010-08-303-14/+16
| | |\
| | | * fix windows buildMathias Stearn2010-08-302-14/+12
| | | * Per-file flush mutex on Windows SERVER-1163Mathias Stearn2010-08-302-1/+10
| | | * Revert "make sure only one flush happens at a time SERVER-1163"Mathias Stearn2010-08-301-6/+1
| | * | crazy buildbot warningsDwight2010-08-301-1/+1
| | |/
| | * Merge branch 'master' of github.com:mongodb/mongoDwight2010-08-301-3/+7
| | |\
| | | * debugging for shardign/features3Eliot Horowitz2010-08-301-3/+7
| | * | rs potential fix for sync1.js intermittents 163Dwight2010-08-302-22/+35
| | |/
| | * rs bug fixed was refusing to leave ROLLBACK state after successful rollback o...Dwight2010-08-301-0/+5
| * | SERVER-1212 ne range negation checkpointAaron2010-08-305-11/+75
| * | SERVER-1701 don't use index key to resolve exists queryAaron2010-08-303-8/+14
* | | lowercasedwight2010-08-312-3/+4
* | | lowercasedwight2010-08-311-1/+1
* | | a little more testdwight2010-08-311-205/+211
* | | log successdwight2010-08-311-3/+5
* | | turn off disconnect for now rsdwight2010-08-311-2/+2
* | | make rs test tolerate dropped connectionsdwight2010-08-311-28/+42
* | | rs close sockets when relinquish primary so clients arent surpriseddwight2010-08-314-11/+17
| |/ |/|
* | maybe this will make repl10.js run consistentlydwight2010-08-301-2/+8
* | more logging for repl10.jsdwight2010-08-301-2/+5
* | debugging flag was on by mistake which si very baddwight2010-08-291-1/+1
* | better debugging for sync1.jsdwight2010-08-293-11/+23
* | remove CRdwight2010-08-291-53/+53
* | more logging to debugh sync1.js [2]dwight2010-08-292-2/+1
* | more logging to debugh sync1.jsdwight2010-08-291-2/+8
* | rs add a new test casedwight2010-08-293-5/+114
* | better test logging; log less pdfiledwight2010-08-294-10/+14
* | make roundtripping of NumberLong work and add another testEliot Horowitz2010-08-292-1/+36
* | NumberLong shell output changed to NumberLong(111111111111) or NumberLong(111...Wojciech Piekutowski2010-08-294-26/+31
* | crlfdwight2010-08-282-57/+60
* | dont run this test on debug buildsdwight2010-08-281-4/+9
* | compile test.vcxprojdwight2010-08-281-0/+1
* | fix test.vcxprojdwight2010-08-281-3/+3
* | test for SERVER-1697Eliot Horowitz2010-08-281-0/+14
* | add if debug is on to buildinfoEliot Horowitz2010-08-281-0/+7
* | SERVER-1452 missed c_str in previously fixed append*Alberto Lerner2010-08-271-1/+1
* | SERVER-1607 more replica set checks before adding shardAlberto Lerner2010-08-272-9/+48