summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* make isOK except any true value (1.4 backport)Mathias Stearn2010-05-241-1/+1
* fix ScopedDBCOnnectionleak SERVER-1077Eliot Horowitz2010-05-032-4/+8
* DBClientPaired::isFailed is backwards SERVER-1076Eliot Horowitz2010-05-031-1/+1
* client fix for bad queriesEliot Horowitz2010-04-091-0/+2
* do'nt require boost options in mongoclient SERVER-855Eliot Horowitz2010-03-311-0/+2
* can use sharding with SyncClusterConnection for 2 phase commit across 3 serve...Eliot Horowitz2010-03-225-28/+70
* some abstractions in prep for SHARDING-39Eliot Horowitz2010-03-223-4/+41
* move --fork --logpath --logappend into cmdline so it works for mongos SHARDIN...Eliot Horowitz2010-03-181-0/+4
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-152-4/+4
* move CmdLine cmdLine into its own file in prep for other command line workEliot Horowitz2010-03-121-2/+0
* can't inline isOkEliot Horowitz2010-03-111-1/+1
* read only command support in ClusterSyncConnectionEliot Horowitz2010-03-113-3/+47
* Revert "SERVER-695 don't destroy static global mutexes"Aaron2010-03-102-4/+4
* SERVER-695 don't destroy static global mutexesAaron2010-03-092-4/+4
* SERVER-693 don't duplicate db name when creating collectionAaron2010-03-021-2/+2
* old g++ fixyellow2010-03-011-0/+1
* SERVER-580 add putBack() to db client cursorAaron2010-03-012-1/+15
* batchSize option for js and c++Eliot Horowitz2010-02-274-16/+30
* nToReturn is now a limit in C++ driver SERVER-537Mathias Stearn2010-02-262-0/+10
* change Command locking configEliot Horowitz2010-02-261-0/+1
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-02-234-4/+57
|\
| * move dummy createDirectClientEliot Horowitz2010-02-171-0/+5
| * refactoring runQuery / UserQueryOp part 1Eliot Horowitz2010-02-151-3/+2
| * Merge branch 'master' of github.com:mongodb/mongoDwight Merriman2010-02-121-0/+43
| |\
| | * test for http interfaceEliot Horowitz2010-02-121-0/+43
| * | better error messageDwight Merriman2010-02-121-1/+7
| |/
* | commentsDwight2010-02-231-1/+5
|/
* Merge branch 'licensing'Richard Kreuter2010-02-093-0/+48
|\
| * Add license headers to .cpp & .h files that lacked them. MINORRichard Kreuter2010-02-093-0/+48
* | Cloner: don't dbtemprelease too oftenDwight2010-02-091-0/+7
|/
* Performance fix: pass set<ServerAndQuery> as a const reference toIlya Martynov2010-02-092-7/+7
* check for nullDwight2010-02-041-1/+1
* Add debugging support for multiple destructors, and some guards to prevent th...Aaron2010-02-012-15/+16
* fix vcproj; typoDwight2010-01-202-27/+27
* Quorum -> SyncClusterConnectionEliot Horowitz2010-01-192-30/+30
* when scanning serially, if a chunk had no results, stopped prematurely SHARDI...Eliot Horowitz2010-01-152-2/+16
* some more debugging for sharding MINOREliot Horowitz2010-01-141-0/+6
* SERVER-531 killCursors no longer affects lastErrorAaron2010-01-121-0/+17
* cleanup comments prepwork for some repl improvementsDwight2010-01-042-11/+27
* a little code cleanup / renameingDwight2010-01-032-11/+17
* nsToClient -> nsToDatabaseEliot Horowitz2009-12-311-3/+3
* Merge branch 'master' of git@github.com:mongodb/mongodwight2009-12-299-37/+39
|\
| * Exception classess need codes too SERVER-112Eliot Horowitz2009-12-284-8/+10
| * uassert/massert take error code SERVER-112Eliot Horowitz2009-12-289-30/+30
* | remove dbinfo.h/cppdwight2009-12-291-1/+0
|/
* compile windows / vcprojDwight2009-12-221-4/+4
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-12-171-2/+1
|\
| * build vis studioDwight2009-12-171-2/+1
* | quorum checkpoint 2Eliot Horowitz2009-12-172-9/+61
|/
* MINOR win compileEliot Horowitz2009-12-161-1/+7