summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* make client -> mongod connection static SERVER-956Eliot Horowitz2010-05-194-5/+19
* isOK() should take ok:true not just ok:1Dwight2010-05-141-1/+1
* rs synced clusterDwight2010-05-142-17/+19
* convert massert and uassert back to macrosMathias Stearn2010-05-142-0/+4
* hostandport cleaningDwight2010-05-141-4/+14
* SERVER-109 multi buffer messageAaron2010-05-121-2/+2
* make test more lenientEliot Horowitz2010-05-081-1/+1
* debuggingEliot Horowitz2010-05-081-0/+1
* some typos SERVER-1103Eliot Horowitz2010-05-081-2/+2
* rsDwight2010-05-071-12/+11
* update clientEliot Horowitz2010-05-071-4/+8
* ScopedConn rsDwight2010-05-061-2/+0
* rs and lots of misc including dbwebserverDwight2010-05-062-2/+2
* Command::run gets "test" not "test.$cmd"Eliot Horowitz2010-05-031-2/+2
* fix ScopedDBCOnnectionleak SERVER-1077Eliot Horowitz2010-05-032-4/+8
* DBClientPaired::isFailed is backwards SERVER-1076Eliot Horowitz2010-05-031-1/+1
* findOne throws better errorEliot Horowitz2010-04-291-0/+4
* remove duplicate $errMathias Stearn2010-04-291-1/+1
* better error messageMathias Stearn2010-04-291-1/+1
* fix how pooling and get more workEliot Horowitz2010-04-292-19/+33
* some client refactoringEliot Horowitz2010-04-295-290/+355
* connPoolStatsEliot Horowitz2010-04-282-11/+44
* stdafx.h -> pch.h part 2Eliot Horowitz2010-04-273-3/+3
* stdafx->pchDwight2010-04-277-7/+7
* 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-265-8/+52
* update redef_macros.hMathias Stearn2010-04-241-5/+0
* towards 3Dwight Merriman2010-04-241-1/+1
* decruftDwight Merriman2010-04-241-1/+0
* dont need these undefs anymoreDwight Merriman2010-04-241-7/+4
* less defines - use inlines instead. uassert etc.Dwight Merriman2010-04-241-3/+0
* Macro smashing. Also sequester lower-case null to ntservice.cppMathias Stearn2010-04-232-10/+0
* Get rid of xassertMathias Stearn2010-04-232-2/+0
* replace pragmas push_macro and pop_macro SERVER-1042Mathias Stearn2010-04-232-67/+30
* Remove yassertMathias Stearn2010-04-232-3/+0
* opread doesnt need to be a macroDwight Merriman2010-04-231-1/+0
* Automatic cleanup of global macros in client headers. SERVER-1042Mathias Stearn2010-04-239-67/+191
* more /_commandsDwight2010-04-231-0/+1
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-04-231-0/+66
|\
| * cleanup.h to undef macros SERVER-1042Mathias Stearn2010-04-231-0/+66
* | /_commands in the http interfaceDwight2010-04-231-2/+2
|/
* begginings of WriteConcern for c++ and a update impl for SCC that doesn't fsyncEliot Horowitz2010-04-232-7/+38
* implement remove() for SCCEliot Horowitz2010-04-221-1/+9
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-04-221-0/+2
|\
| * Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-04-221-1/+1
| |\
| * | rs work; ismasterDwight2010-04-221-0/+2
* | | indexes and SCCEliot Horowitz2010-04-221-1/+2
| |/ |/|
* | make default parameters more human readableEliot Horowitz2010-04-221-1/+1
|/
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-04-221-0/+6
|\