summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix mismatched new[] and delete SERVER-2500Eliot Horowitz2011-02-091-1/+1
* error cleanupEliot Horowitz2011-02-091-4/+2
* better migrate commit error handlingEliot Horowitz2011-02-091-1/+7
* better error messsageEliot Horowitz2011-02-091-1/+1
* add sleep in dumprestore2 to handle SERVER-2501Aaron2011-02-081-0/+3
* commentdwight2011-02-091-3/+5
* trap top level exceptionsdwight2011-02-091-1/+18
* fix update memory leak on user error SERVER-2497Eliot Horowitz2011-02-081-2/+2
* clear indexes at beginning of covered index tests so they will pass consisten...Aaron2011-02-082-2/+2
* skip heartbeat check on self SERVER-2483Kristina2011-02-081-0/+5
* don't run drop2 test inparallel suiteAaron2011-02-082-2/+4
* use distinct collection names in tests to prevent conflict in parallel suiteAaron2011-02-083-3/+3
* if there is an old lock file, no journal files, and no dbs present, safe to s...Eliot Horowitz2011-02-071-7/+21
* vstudioEliot Horowitz2011-02-071-1/+1
* less chatty ReplicaSetMonitor for c++ client SERVER-2490Eliot Horowitz2011-02-071-1/+1
* better parallel test failure messasgeEliot Horowitz2011-02-071-1/+1
* better error messageEliot Horowitz2011-02-071-2/+1
* dur try to fix fileId bugDwight2011-02-073-2/+11
* log a little moreDwight2011-02-071-0/+4
* make preallocateIfFaster() less noisy. dont want to get unlucky and false ind...Dwight2011-02-071-2/+5
* if dropdb is broken, this should make it fail more frequentlydwight2011-02-071-1/+6
* test output log moredwight2011-02-071-2/+4
* crlfdwight2011-02-071-34/+34
* Merge branch 'master' of github.com:mongodb/mongodwight2011-02-0737-199/+486
|\
| * connection per client thread, since connections are not thread-safeTony Hannan2011-02-062-42/+66
| * dur once prealloc is used keep using itdwight2011-02-061-11/+12
| * fix test to work with preallocdwight2011-02-061-8/+14
| * fix initialSync on reconfig SERVER-2484Kristina2011-02-052-4/+34
| * make sm conversion from BSON array to js array fasterEliot Horowitz2011-02-051-7/+7
| * DBClientReplicaSet::killCursor should never be called SERVER-2479Eliot Horowitz2011-02-051-1/+1
| * fix SlaveOk getMore with replica sets for non sharded collections SERVER-2482Eliot Horowitz2011-02-056-13/+38
| * added option paral to call to specify server address where was sent if differentEliot Horowitz2011-02-058-11/+20
| * DbMessage::getInt64 helperEliot Horowitz2011-02-051-1/+12
| * better debug messageEliot Horowitz2011-02-051-1/+1
| * fix SlaveOk getMore with replica sets for sharded collections SERVER-2482Eliot Horowitz2011-02-053-19/+41
| * ClientCursor::getFieldDottedEliot Horowitz2011-02-052-0/+31
| * adjust md5.js to pass with the file format changedwight2011-02-051-5/+6
| * try to make test more forgivingdwight2011-02-051-3/+10
| * error test textdwight2011-02-051-1/+1
| * only preallocate journal files if it helpsdwight2011-02-051-11/+50
| * nicer latency test admin commanddwight2011-02-052-15/+24
| * use odirect (LogFile class) to prealloc, no reason not to, code shorter toodwight2011-02-051-23/+17
| * fix race condition in MigrateFromStatus done()Eliot Horowitz2011-02-041-3/+6
| * fix testsdwight2011-02-046-38/+113
| * higher timeout for startMongoProgramdwight2011-02-041-1/+1
* | commentsdwight2011-02-071-3/+10
|/
* wait longerdwight2011-02-041-1/+1
* more syncingdwight2011-02-041-4/+8
* a_quick adjusteddwight2011-02-041-4/+7
* add fsyncdwight2011-02-041-0/+3