summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Move all name resolution to SockAddr constructor.Mathias Stearn2010-04-081-14/+7
* better handling of IPv6 literal addressesMathias Stearn2010-04-082-2/+3
* 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-052-1/+17
|\ \ | |/
| * 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
| * do'nt require boost options in mongoclient SERVER-855Eliot Horowitz2010-03-311-0/+2
* | uassert instead of massert in dbclient on a network breakdwight2010-03-291-2/+2
|/
* first pass at making replication more realtimeDwight2010-03-261-0/+1
* 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