summaryrefslogtreecommitdiff
path: root/s/client.cpp
AgeCommit message (Expand)Author
2012-01-24SERVER-3763 SERVER-4643 use correct connectionEric Milkie
2012-01-24SERVER-3763 SERVER-4643 catch exceptions on connect to other shards when hand...Eric Milkie
2012-01-24SERVER-3763 SERVER-4643 avoid exceptions in getlasterror due to other shards ...Eric Milkie
2011-11-16don't throw away conn on gle SERVER-4290gregs
2011-11-09SERVER-4209 remove warning for sharded sub-conn, this is expected nowgregs
2011-10-29fix bad assert in sharded getLastError handlingEliot Horowitz
2011-10-25more error handling and msgs for gle SERVER-3763gregs
2011-07-12supress sharded sub-connection warning for getLastError()gregs
2011-05-26Fixing a bunch of spelling mistakes, and a few grammatical errors. No functio...Jens Rantil
2011-05-11fix multi-shard writeback contentionEliot Horowitz
2011-04-05use hasPort not getPortEliot Horowitz
2011-04-01conversion of unneeded caused_by macros to methodsgregs
2011-03-30remove all clientId related code and systems, and just use tls SERVER-2872Eliot Horowitz
2011-03-02Cleanup connection when getlasterror failsgreg
2011-02-01use HostAndPort rather than stringEliot Horowitz
2011-01-31don't report errors to config via getLastError as those are differentEliot Horowitz
2011-01-28reduce verbosityEliot Horowitz
2011-01-28fix writeback assertEliot Horowitz
2011-01-25don't do recursive writebackEliot Horowitz
2011-01-21make sure getLastError fields are correct after writeback SERVER-1467Eliot Horowitz
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2011-01-03new writeback hookup with per connection info SERVER-1467 SERVER-1855Eliot Horowitz
2010-12-27move getLastError code to client.cpp so can access not only through command i...Eliot Horowitz
2010-12-27moving client class into its own fileEliot Horowitz