summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * bson cleaningDwight2010-04-221-0/+6
* | don't duplicate _id from ModelEliot Horowitz2010-04-221-3/+7
|/
* use upsertEliot Horowitz2010-04-211-1/+1
* clean up Model _id handlingEliot Horowitz2010-04-211-1/+26
* SyncClusterConnection _id safetyEliot Horowitz2010-04-211-0/+8
* some rs work and clean up BSONElementDwight2010-04-211-1/+3
* sync cluster connection work with write $cmdEliot Horowitz2010-04-202-16/+61
* checkpoointDwight Merriman2010-04-201-6/+3
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-04-202-8/+12
|\
| * rsDwight2010-04-202-8/+12
* | some helpersEliot Horowitz2010-04-202-1/+15
|/
* Shard abstractionEliot Horowitz2010-04-191-1/+7
* safetyEliot Horowitz2010-04-191-1/+1
* Merge branch 'master' of github.com:mongodb/mongoDwight Merriman2010-04-183-7/+76
|\