summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* don't run 32-bt test on small oplog testr1.7.0Eliot Horowitz2010-09-031-1/+1
* slighly cleaner shutdownEliot Horowitz2010-09-031-2/+8
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-09-032-9/+4
|\
| * Replace stdout with logfile SERVER-1727Mathias Stearn2010-09-031-5/+1
| * SERVER-1598 minor: comment clarificationKyle Banker2010-09-031-4/+3
* | fix sharding test when all chunks on 1 serverEliot Horowitz2010-09-031-15/+2
|/
* Adjust times on geo_near_random testsMathias Stearn2010-09-035-3/+37
* Limit generated points to [-179.9, 179.9] due to SERVER-1720Mathias Stearn2010-09-031-1/+1
* SERVER-1598 updated test for getlasterror defaultsKyle Banker2010-09-031-25/+10
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-09-031-2/+0
|\
| * forgot to remove debugging codeMathias Stearn2010-09-031-2/+0
* | try to prevent segfault on corrupt data SERVER-1724Eliot Horowitz2010-09-032-1/+4
* | spamEliot Horowitz2010-09-031-2/+2
* | some cleaningEliot Horowitz2010-09-032-17/+19
|/
* BUMP 1.7.0Eliot Horowitz2010-09-034-3/+11
* SERVER-1545 don't switch shards if current is best (FCoJ)Alberto Lerner2010-09-033-22/+14
* OpenVZ warning SERVER-1668Mathias Stearn2010-09-023-11/+22
* try to fix osx 32-bitEliot Horowitz2010-09-021-1/+1
* Shard key in upsert query must be exact match SERVER-1689Mathias Stearn2010-09-021-4/+11
* errno SERVER-1342Mathias Stearn2010-09-021-4/+4
* Add randomized $near tests SERVER-1342Mathias Stearn2010-09-026-0/+154
* fix bug in Geo2dType::edgeSize() and add more debugging SERVER-1342Mathias Stearn2010-09-021-2/+13
* Parse $nearSphere queries SERVER-1342Mathias Stearn2010-09-022-2/+14
* $nearSphere bugfixes SERVER-1342Mathias Stearn2010-09-021-5/+11
* Proper ordering of operations in phase 1 of $near SERVER-1342Mathias Stearn2010-09-021-6/+6
* $nearSphere WIP SERVER-1342Mathias Stearn2010-09-021-6/+22
* probably faster to cache farthest() SERVER-1342Mathias Stearn2010-09-021-7/+11
* optimization SERVER-1342Mathias Stearn2010-09-021-0/+10
* $nearSphere checkpoint SERVER-1342Mathias Stearn2010-09-021-35/+70
* _start and _n are the same thing SERVER-1342Mathias Stearn2010-09-021-5/+4
* bigger oplog for small oplogMike Dirolf2010-09-021-1/+1
* smoke.py nicer outputMike Dirolf2010-09-021-2/+3
* minor: smoke.py timout 2 min -> 5 minMike Dirolf2010-09-021-1/+1
* better assert messageAlberto Lerner2010-09-011-1/+1
* one more place in smoke.py where we need to talk to a slaveMike Dirolf2010-09-011-1/+1
* allow connecting to slave in smoke.pyMike Dirolf2010-09-011-1/+1
* Revert "Revert "replace shelling out w/ pymongo calls in smoke.py""Mike Dirolf2010-09-011-13/+11
* Revert "replace shelling out w/ pymongo calls in smoke.py"Mike Dirolf2010-09-011-11/+13
* test case for SERVER-1716Mike Dirolf2010-09-011-0/+16
* replace shelling out w/ pymongo calls in smoke.pyMike Dirolf2010-09-011-13/+11
* don't allow db access in m/r finalize SERVER-1715Eliot Horowitz2010-09-011-0/+1
* Scope::rename and ability to block db access prep for SERVER-1715Eliot Horowitz2010-09-016-2/+63
* SERVER-1207 be more conservative recording a successful query plan when part ...Aaron2010-08-312-3/+71
* try to fix smoke.py againEliot Horowitz2010-08-311-1/+1
* fix small oplog debuggingEliot Horowitz2010-08-311-2/+2
* SERVER-1545 when moving a chunk, we dont want to risk getting the same shardAlberto Lerner2010-08-312-3/+16
* don't log create collection if on replication side SERVER-1707Eliot Horowitz2010-08-311-2/+2
* flush stream after printing back traceEliot Horowitz2010-08-311-1/+1
* optionally have dbexit try to get a dblockEliot Horowitz2010-08-315-7/+16
* make shutdownServer a little cleaner, no ~Client errorEliot Horowitz2010-08-311-1/+5