summaryrefslogtreecommitdiff
path: root/s/client.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6709: Don't call ->done() on a null ptrDan Pasette2012-10-151-1/+2
* SERVER-3763 SERVER-4643 use correct connectionEric Milkie2012-01-241-19/+23
* SERVER-3763 SERVER-4643 catch exceptions on connect to other shards when hand...Eric Milkie2012-01-241-5/+6
* SERVER-3763 SERVER-4643 avoid exceptions in getlasterror due to other shards ...Eric Milkie2012-01-241-2/+1
* don't throw away conn on gle SERVER-4290gregs2011-11-161-0/+1
* SERVER-4209 remove warning for sharded sub-conn, this is expected nowgregs2011-11-091-2/+2
* fix bad assert in sharded getLastError handlingEliot Horowitz2011-10-291-1/+7
* more error handling and msgs for gle SERVER-3763gregs2011-10-251-5/+16
* supress sharded sub-connection warning for getLastError()gregs2011-07-121-2/+2
* Fixing a bunch of spelling mistakes, and a few grammatical errors. No functio...Jens Rantil2011-05-261-2/+2
* fix multi-shard writeback contentionEliot Horowitz2011-05-111-2/+6
* use hasPort not getPortEliot Horowitz2011-04-051-1/+1
* conversion of unneeded caused_by macros to methodsgregs2011-04-011-2/+2
* remove all clientId related code and systems, and just use tls SERVER-2872Eliot Horowitz2011-03-301-65/+42
* Cleanup connection when getlasterror failsgreg2011-03-021-2/+30
* use HostAndPort rather than stringEliot Horowitz2011-02-011-3/+3
* don't report errors to config via getLastError as those are differentEliot Horowitz2011-01-311-1/+2
* reduce verbosityEliot Horowitz2011-01-281-1/+1
* fix writeback assertEliot Horowitz2011-01-281-6/+11
* don't do recursive writebackEliot Horowitz2011-01-251-6/+11
* make sure getLastError fields are correct after writeback SERVER-1467Eliot Horowitz2011-01-211-12/+29
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-63/+65
* new writeback hookup with per connection info SERVER-1467 SERVER-1855Eliot Horowitz2011-01-031-7/+17
* move getLastError code to client.cpp so can access not only through command i...Eliot Horowitz2010-12-271-15/+137
* moving client class into its own fileEliot Horowitz2010-12-271-0/+130