summaryrefslogtreecommitdiff
path: root/client/syncclusterconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugging buildbotMathias Stearn2011-06-221-1/+1
* add auth method for config server connections SERVER-921Kristina2011-06-221-0/+10
* better logic for no-result in rs for parallel ops SERVER-2481gregs2011-06-161-1/+1
* add client socket timeout option SERVER-3220gregs2011-06-131-4/+12
* use firstElementFieldName()dwight2011-05-231-2/+2
* Add InsertOption_KeepGoing to keep going after error on bulk insert. SERVER-509Mathias Stearn2011-05-231-3/+3
* fix for distlock (fixes sync5, sync6 failures)gregs2011-03-221-1/+1
* typoEliot Horowitz2011-02-271-1/+1
* better sync cluster update diagnosticsEliot Horowitz2011-02-181-1/+9
* some better debugging and an assertEliot Horowitz2011-02-131-1/+3
* better error messsageEliot Horowitz2011-02-091-1/+1
* added option paral to call to specify server address where was sent if differentEliot Horowitz2011-02-051-2/+5
* better debug messageEliot Horowitz2011-02-051-1/+1
* better SyncClusterConnection error reportingEliot Horowitz2011-01-211-1/+4
* SyncClusterConnection support for --durMathias Stearn2011-01-141-1/+1
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-79/+79
* remove isMember since it was ill-formed and only used for an assertEliot Horowitz2010-12-181-11/+0
* fix getMore with sharding+rs in edge case SERVER-1584Eliot Horowitz2010-08-061-0/+12
* findOne now takes const Query&Eliot Horowitz2010-07-211-1/+1
* raw methods for talking to dbEliot Horowitz2010-07-211-2/+15
* dist lock fixesEliot Horowitz2010-07-121-12/+21
* saferEliot Horowitz2010-07-041-1/+2
* make sure we own our getLastErrorEliot Horowitz2010-07-041-2/+2
* better distributed lockingEliot Horowitz2010-07-021-0/+8
* clean up cursors SERVER-1167Eliot Horowitz2010-05-281-0/+4
* MutexDebuggerDwight Merriman2010-05-261-4/+4
* fix packing for gccdwight2010-05-231-1/+0
* rs synced clusterDwight2010-05-141-0/+15
* stdafx->pchDwight2010-04-271-1/+1
* begginings of WriteConcern for c++ and a update impl for SCC that doesn't fsyncEliot Horowitz2010-04-231-6/+16
* implement remove() for SCCEliot Horowitz2010-04-221-1/+9
* indexes and SCCEliot Horowitz2010-04-221-1/+2
* SyncClusterConnection _id safetyEliot Horowitz2010-04-211-0/+8
* sync cluster connection work with write $cmdEliot Horowitz2010-04-201-15/+56
* can use sharding with SyncClusterConnection for 2 phase commit across 3 serve...Eliot Horowitz2010-03-221-13/+42
* some abstractions in prep for SHARDING-39Eliot Horowitz2010-03-221-1/+14
* read only command support in ClusterSyncConnectionEliot Horowitz2010-03-111-1/+33
* batchSize option for js and c++Eliot Horowitz2010-02-271-2/+2
* Add license headers to .cpp & .h files that lacked them. MINORRichard Kreuter2010-02-091-0/+16
* fix vcproj; typoDwight2010-01-201-23/+23
* Quorum -> SyncClusterConnectionEliot Horowitz2010-01-191-0/+165