summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Query class supports $queryEliot Horowitz2010-04-172-7/+21
| * utility - not sure where i'm going with it yetEliot Horowitz2010-04-161-0/+55
* | replset workDwight Merriman2010-04-181-9/+10
|/
* commentDwight Merriman2010-04-161-1/+1
* skip for sharding SERVER-1022Eliot Horowitz2010-04-142-4/+27
* removing duplicate logicEliot Horowitz2010-04-142-36/+17
* fix filter cursorEliot Horowitz2010-04-142-6/+24
* a bunch of refactoring for mongos linkingEliot Horowitz2010-04-132-12/+78
* client fix for bad queriesEliot Horowitz2010-04-091-0/+2
* SERVER-832 use send/recv timeoutsAaron2010-04-082-3/+18
* 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