summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Support large files in GridFS SERVER-1408Mathias Stearn2010-08-091-3/+0
* fix getMore with sharding+rs in edge case SERVER-1584Eliot Horowitz2010-08-065-5/+42
* DistributedLock::unlock() handles partition from config DBAlberto Lerner2010-08-052-20/+22
* fix sorting if sort field not included in projection SERVER-1561Eliot Horowitz2010-08-041-0/+32
* fix type SERVER-1563Eliot Horowitz2010-08-041-1/+1
* compile old gccEliot Horowitz2010-08-031-5/+11
* check all shard connections at once so we don't get cascading failure SERVER-...Eliot Horowitz2010-08-033-13/+12
* allow set of 1 since can derive SERVER-1556Eliot Horowitz2010-08-032-2/+5
* commentDwight2010-08-021-0/+1
* check for null return from query()Dwight2010-08-021-0/+2
* cleaning to make sure _init isn't being called twiceEliot Horowitz2010-08-012-3/+12
* unref local var warningdwight2010-07-301-1/+1
* c++ repl set connection will add hosts in hosts array to list SERVER-1320Eliot Horowitz2010-07-301-3/+47
* replaced replica pair connection with basic set version SERVER-1320Eliot Horowitz2010-07-303-247/+219
* fix error code MINORKristina Chodorow2010-07-301-1/+1
* Merge branch 'master' of github.com:mongodb/mongodwight2010-07-303-34/+38
|\
| * centralize connection url parsing SERVER-1319Eliot Horowitz2010-07-303-34/+38
* | rs better error reportingdwight2010-07-301-1/+5
|/
* fix memory leak in ParallelCursor on config changesEliot Horowitz2010-07-292-4/+22
* fix batchSizeEliot Horowitz2010-07-282-8/+4
* fix skip + batch size issueEliot Horowitz2010-07-283-11/+19
* fix paired authEliot Horowitz2010-07-262-5/+5
* stop pinging at shutdownEliot Horowitz2010-07-231-1/+1
* fixingEliot Horowitz2010-07-231-2/+2
* fix bach size for weird casesEliot Horowitz2010-07-231-0/+2
* cleaning remove flagsEliot Horowitz2010-07-222-2/+13
* SERVER-1278 sharding/cursor1.js shouldn't really work, fix upcomingAlberto Lerner2010-07-222-1/+6
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-07-221-2/+3
|\
| * SERVER-1278 Expose cursor buffer remains to js testingAlberto Lerner2010-07-221-2/+3
* | treat some stale configs differently SERVER-1430Eliot Horowitz2010-07-221-0/+5
|/
* findOne now takes const Query&Eliot Horowitz2010-07-214-6/+6
* raw methods for talking to dbEliot Horowitz2010-07-213-5/+34
* fix warningEliot Horowitz2010-07-202-3/+3
* rsDwight2010-07-201-2/+2
* SERVER-1270 Elim c_str() /clientAlberto Lerner2010-07-202-3/+3
* rsdwight2010-07-191-1/+1
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-07-195-33/+34
|\
| * signed unsigned warningDwight2010-07-191-1/+1
| * Merge branch 'master' of github.com:mongodb/mongodwight2010-07-194-32/+32
| |\
| | * SERVER-1270 Fix example codeAlberto Lerner2010-07-191-3/+3
| | * SERVER-1270 Hook StringData to BufBuilderAlberto Lerner2010-07-192-28/+28
| * | rs initial syncdwight2010-07-191-1/+2
* | | passthrough mongod $err through mognos SERVER-1431Eliot Horowitz2010-07-191-0/+7
* | | dos2unixEliot Horowitz2010-07-191-12/+14
| |/ |/|
* | Eliminate BSONObj->string implicit conversionAlberto Lerner2010-07-181-1/+1
|/
* cleaningdwight2010-07-186-7/+28
* Revert "SERVER-1270 Prep for hooking StringData"Alberto Lerner2010-07-175-11/+11
* SERVER-1270 Prep for hooking StringDataAlberto Lerner2010-07-175-11/+11
* use long instead of int for countEliot Horowitz2010-07-161-1/+1
* fix error codeEliot Horowitz2010-07-161-1/+1