summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* test exact matchAaron2009-04-021-0/+2
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-04-023-3/+6
|\
| * solaris gcc ordering fixEliot Horowitz2009-04-021-2/+2
| * remove unused variableEliot Horowitz2009-04-021-1/+0
| * solaris fixEliot Horowitz2009-04-021-0/+4
* | add datasize commandAaron2009-04-022-1/+75
* | refactor median key commandAaron2009-04-021-81/+91
|/
* add smokeAllNoJs targetAaron2009-04-021-0/+12
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-04-021-1/+1
|\
| * fix BSONObj ownershipEliot Horowitz2009-04-021-1/+1
* | Log warning when shell sees null bytes in mongod outputAaron2009-04-021-0/+2
* | Add mongobridgeAaron2009-04-024-0/+107
|/
* more correct check for initial sync completeAaron2009-04-021-1/+9
* vlaidate mongod instance started by sconsAaron2009-04-021-1/+9
* temp sleep log for debuggingAaron2009-04-021-0/+1
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-04-011-0/+6
|\
| * some platform notes for linux 64 bitEliot Horowitz2009-04-011-0/+6
* | Only sleep extra on sigkill, be sure to stop running mongods at end of each d...Aaron2009-04-0111-23/+28
|/
* converted rest of repl testsAaron2009-04-0110-78/+73
* Dynamically allocate ports for use in repl testsAaron2009-04-012-8/+40
* Fix ReplSource memory leaksAaron2009-04-012-27/+16
* try adjusting sleepsAaron2009-04-0110-10/+13
* maybe fix win & solarisAaron2009-04-011-1/+3
* include sys/file.h for linuxAaron2009-04-011-0/+3
* Explicitly release lock on shutdownAaron2009-04-012-3/+9
* Don't return from main(), even if listen socket is closedAaron2009-04-011-0/+4
* Close listener sockets on exitAaron2009-04-0110-13/+56
* More timeoutsAaron2009-04-0110-1/+10
* Run test with both kill modesAaron2009-04-011-1/+2
* Add timeoutAaron2009-04-011-0/+1
* Validate length of allocated fileAaron2009-04-011-1/+2
* Validate length of allocated fileAaron2009-04-011-1/+2
* Fix OID string repAaron2009-04-011-1/+1
* fix some compiler warnings for fcc 4.3Eliot2009-04-012-5/+12
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-03-311-4/+4
|\
| * option for only ading a library if its staticEliot Horowitz2009-03-311-4/+4
* | nicer error for v8Eliot Horowitz2009-03-311-3/+4
|/
* removing more boost 1.34+ featuresEliot Horowitz2009-03-311-2/+2
* using deprecated boost api so it works 1.33 -> 1.38Eliot Horowitz2009-03-311-8/+5
* works with older versions of boostEliot Horowitz2009-03-311-1/+1
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-03-318-81/+123
|\
| * Increase timeoutAaron2009-03-311-1/+1
| * Print compilation info in test outputAaron2009-03-311-1/+3
| * Print compilation info in test outputAaron2009-03-311-0/+2
| * sleep to allow os to recover resources of killed processAaron2009-03-312-0/+4
| * Persist dbs to addAaron2009-03-313-2/+65
| * Always list databases if syncedTo is initialAaron2009-03-312-7/+5
| * Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-03-3112-22/+207
| |\
| * | manual resync no longer required on failed initial cloneAaron2009-03-311-1/+0
| * | Reset ReplSource on resyncAaron2009-03-312-21/+47