summaryrefslogtreecommitdiff
path: root/client/dbclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix bad result handling SERVER-1275Eliot Horowitz2010-06-211-0/+1
* make maxSize for a capped collection a long long SERVER-1235Eliot Horowitz2010-06-141-1/+1
* QueryOption_Exhaustdwight2010-06-061-0/+38
* make a .vcxproj/.sln for the shelldwight2010-06-051-1/+1
* make getLastError smarter in a sharded environmentEliot Horowitz2010-06-021-1/+5
* Make sharding work with $orderbyMathias Stearn2010-05-281-1/+4
* clean up cursors SERVER-1167Eliot Horowitz2010-05-281-0/+12
* auto_ptr -> scoped_ptr in DBClientConnectionMathias Stearn2010-05-271-2/+2
* isOK() should take ok:true not just ok:1Dwight2010-05-141-1/+1
* rs and lots of misc including dbwebserverDwight2010-05-061-1/+1
* findOne throws better errorEliot Horowitz2010-04-291-0/+4
* some client refactoringEliot Horowitz2010-04-291-145/+0
* stdafx->pchDwight2010-04-271-1/+1
* tailable cursors have different cursor id semanticsEliot Horowitz2010-04-261-3/+5
* throw exception in client if cursor doesn't exist on server SERVER-193Eliot Horowitz2010-04-261-1/+3
* fix DBClientCursor ownership of ScopedDBConnection SERVER-1048Eliot Horowitz2010-04-261-1/+21
* towards 3Dwight Merriman2010-04-241-1/+1
* bson cleaningDwight2010-04-221-0/+6
* rsDwight2010-04-201-8/+8
* Query class supports $queryEliot Horowitz2010-04-171-6/+20
* client fix for bad queriesEliot Horowitz2010-04-091-0/+2
* SERVER-832 use send/recv timeoutsAaron2010-04-081-1/+11
* Move all name resolution to SockAddr constructor.Mathias Stearn2010-04-081-14/+7
* better handling of IPv6 literal addressesMathias Stearn2010-04-081-2/+2
* Merge branch 'master' of git@github.com:mongodb/mongodwight2010-04-071-15/+0
|\
| * Remove code to automatically use unix socketsMathias Stearn2010-04-061-15/+0
* | Merge branch 'master' of git@github.com:mongodb/mongodwight2010-04-061-0/+5
|\ \ | |/
| * disable automatic usage of unix socketsMathias Stearn2010-04-051-0/+5
* | Merge branch 'master' of git@github.com:mongodb/mongodwight2010-04-051-1/+15
|\ \ | |/
| * If using localhost, try to use unix socket SERVER-866Mathias Stearn2010-04-051-0/+10
| * Unix socket support (must use --nohttpinterface for now) SERVER-866Mathias Stearn2010-04-021-1/+5
* | uassert instead of massert in dbclient on a network breakdwight2010-03-291-2/+2
|/
* can't inline isOkEliot Horowitz2010-03-111-1/+1
* SERVER-693 don't duplicate db name when creating collectionAaron2010-03-021-2/+2
* SERVER-580 add putBack() to db client cursorAaron2010-03-011-0/+8
* batchSize option for js and c++Eliot Horowitz2010-02-271-7/+16
* nToReturn is now a limit in C++ driver SERVER-537Mathias Stearn2010-02-261-0/+7
* better error messageDwight Merriman2010-02-121-1/+7
* check for nullDwight2010-02-041-1/+1
* Add debugging support for multiple destructors, and some guards to prevent th...Aaron2010-02-011-10/+11
* cleanup comments prepwork for some repl improvementsDwight2010-01-041-1/+2
* a little code cleanup / renameingDwight2010-01-031-3/+3
* nsToClient -> nsToDatabaseEliot Horowitz2009-12-311-3/+3
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-10/+10
* quorom connection (for sharding config) checkpointEliot Horowitz2009-12-161-1/+1
* add optional options param to more methodsEliot Horowitz2009-12-021-4/+4
* moved some methods from DBClientBase to DBClientWithCommandsEliot Horowitz2009-11-121-8/+8
* question about SERVER-193Eliot Horowitz2009-11-101-0/+1
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-15/+14
* flag to update multiple objects with $ operators SERVER-268Eliot Horowitz2009-10-211-2/+5