summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* quorom connection (for sharding config) checkpointEliot Horowitz2009-12-164-12/+96
* Start using Date_t. Can anyone think of a better name?Mathias Stearn2009-12-092-2/+2
* make quiet suppress connection warnings SERVER-455Eliot Horowitz2009-12-031-4/+3
* fix client compileEliot Horowitz2009-12-031-0/+9
* add optional options param to more methodsEliot Horowitz2009-12-022-6/+6
* Model::remove()Eliot Horowitz2009-12-022-4/+21
* fix warningEliot Horowitz2009-11-301-1/+1
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-11-161-2/+23
|\