summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-5069 replace ScopedDBConnection message with something more meaningfulGreg Studer2012-03-061-1/+1
* fix segfault in mongos with some replica set changesEliot Horowitz2012-02-041-2/+1
* SERVER-4399 make replica set updating more reliable in c++ driver, remove nod...Greg Studer2012-02-012-37/+165
* SERVER-4712 check that query results are valid before using in case of conn e...Greg Studer2012-02-011-0/+3
* don't re-use deleted connections from rset after runCommandGreg Studer2011-12-191-0/+1
* handle non-sharded query not master errors SERVER-4324Eliot Horowitz2011-11-211-1/+24
* when we get a "not master" error on a command, check for new primary SERVER-4324Eliot Horowitz2011-11-212-2/+25
* don't leak connections when onCreate or onHandOut hook fails SERVER-4331Eliot Horowitz2011-11-211-5/+23
* spellinggregs2011-10-312-8/+8
* SERVER-3962 previous commit wasnt right. backport.dwight2011-10-081-10/+14
* finish SERVER-3962dwight2011-10-081-5/+5
* SERVER-3962 very high extraneous ismaster type commands from mongos to repl s...dwight2011-10-081-26/+11
* better logging of stale configs for parallel cursor SERVER-3982gregs2011-10-041-4/+4
* add lock pinger conn timeout, to avoid hanging SERVER-3784gregs2011-10-041-1/+1
* Change test to allow the creation of new locks as well SERVER-3959gregs2011-10-042-2/+9
* share lastpings between dist locks SERVER-3959gregs2011-10-042-11/+35
* extraneous include breaking buildbotEliot Horowitz2011-08-211-1/+0
* Fix mongos skipping checking the health of the first node in the _nodes arraySpencer T Brody2011-08-151-1/+1
* fix for sharding slaveokgregs2011-08-092-5/+23
* fix mongos slave okEliot Horowitz2011-08-082-18/+25
* in-place serverNameCompareMathias Stearn2011-08-081-9/+25
* update hidden status and check secondary more accurately SERVER-3432Eliot Horowitz2011-08-082-36/+89
* Rename keep_going to continue_on_error SERVER-3233Mathias Stearn2011-08-081-1/+1
* SERVER-3249 add so_timeout support in DBClientReplicaSetAaron2011-08-074-12/+28
* better slave handling for SERVER-3462Eliot Horowitz2011-08-061-7/+3
* finish SERVER-3462Eliot Horowitz2011-08-061-4/+9
* debuggingEliot Horowitz2011-08-061-1/+3
* don't use lazy on connection types where it can't workEliot Horowitz2011-08-035-4/+16
* port tech could be >= 0gregs2011-07-281-1/+1
* check host empty not port, port() always > 0gregs2011-07-281-4/+6
* additional logging for slave selectiongregs2011-07-281-3/+25
* add options to Futures SERVER-3405gregs2011-07-272-7/+9
* change command api to allow command options SERVER-3405gregs2011-07-273-8/+6
* test and group slaveok fix for SERVER-3405gregs2011-07-271-1/+3
* forgot an ssl #ifdefEliot Horowitz2011-07-271-1/+5
* support for forced ssl everywhere in client and serverEliot Horowitz2011-07-272-1/+22
* Socket client ssl supportEliot Horowitz2011-07-271-16/+22
* expose ReplicaSetMonitor statsEliot Horowitz2011-07-263-1/+59
* Make doing slaveOk reads use all secondaries - SERVER-3462Spencer T Brody2011-07-261-2/+4
* fix connection pooling with socket timeoutsEliot Horowitz2011-07-125-21/+65
* commentEliot Horowitz2011-07-081-1/+4
* fixed commentEliot Horowitz2011-07-071-2/+2
* a little http client cleaning and better testEliot Horowitz2011-07-061-1/+10
* fix mongoclientlib file for new file locationsdwight2011-06-271-2/+3
* net cleaning: starting to split up message.hEliot Horowitz2011-06-261-0/+1
* net cleaning: move message.* to net/Eliot Horowitz2011-06-263-3/+3
* require server name on SocketExceptionEliot Horowitz2011-06-251-3/+3
* fix null deref SERVER-3285Kristina2011-06-231-1/+1
* Debugging buildbotMathias Stearn2011-06-221-1/+1
* add auth method for config server connections SERVER-921Kristina2011-06-222-0/+11