index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
s
/
client.cpp
Age
Commit message (
Expand
)
Author
2012-01-24
SERVER-3763 SERVER-4643 use correct connection
Eric Milkie
2012-01-24
SERVER-3763 SERVER-4643 catch exceptions on connect to other shards when hand...
Eric Milkie
2012-01-24
SERVER-3763 SERVER-4643 avoid exceptions in getlasterror due to other shards ...
Eric Milkie
2011-11-16
don't throw away conn on gle SERVER-4290
gregs
2011-11-09
SERVER-4209 remove warning for sharded sub-conn, this is expected now
gregs
2011-10-29
fix bad assert in sharded getLastError handling
Eliot Horowitz
2011-10-25
more error handling and msgs for gle SERVER-3763
gregs
2011-07-12
supress sharded sub-connection warning for getLastError()
gregs
2011-05-26
Fixing a bunch of spelling mistakes, and a few grammatical errors. No functio...
Jens Rantil
2011-05-11
fix multi-shard writeback contention
Eliot Horowitz
2011-04-05
use hasPort not getPort
Eliot Horowitz
2011-04-01
conversion of unneeded caused_by macros to methods
gregs
2011-03-30
remove all clientId related code and systems, and just use tls SERVER-2872
Eliot Horowitz
2011-03-02
Cleanup connection when getlasterror fails
greg
2011-02-01
use HostAndPort rather than string
Eliot Horowitz
2011-01-31
don't report errors to config via getLastError as those are different
Eliot Horowitz
2011-01-28
reduce verbosity
Eliot Horowitz
2011-01-28
fix writeback assert
Eliot Horowitz
2011-01-25
don't do recursive writeback
Eliot Horowitz
2011-01-21
make sure getLastError fields are correct after writeback SERVER-1467
Eliot Horowitz
2011-01-04
ran astyle SERVER-2304
Eliot Horowitz
2011-01-03
new writeback hookup with per connection info SERVER-1467 SERVER-1855
Eliot Horowitz
2010-12-27
move getLastError code to client.cpp so can access not only through command i...
Eliot Horowitz
2010-12-27
moving client class into its own file
Eliot Horowitz