summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* better logging of stale configs for parallel cursor SERVER-3982gregs2011-10-041-4/+4
* Change test to allow the creation of new locks as well SERVER-3959gregs2011-10-042-2/+9
* More descriptive exception message.Spencer T Brody2011-10-041-1/+1
* Throw exception when no secondary is valid and there's no master.Spencer T Brody2011-10-041-3/+1
* Merge branch 'master' of github.com:mongodb/mongoDwight2011-10-0311-116/+110
|\
| * compiledwight2011-10-021-0/+1
| * compiledwight2011-10-021-0/+1
| * compiledwight2011-10-021-0/+1
| * add lock pinger conn timeout, to avoid hanging SERVER-3784gregs2011-09-291-1/+1
| * share lastpings between dist locks SERVER-3959gregs2011-09-292-11/+35
| * SERVER-3962 previous commit wasnt right. backport.dwight2011-09-291-10/+14
| * finish SERVER-3962dwight2011-09-271-5/+5
| * SERVER-3962 very high extraneous ismaster type commands from mongos to repl s...dwight2011-09-271-26/+11
| * better dbclient_rs logging - mainly for mongosdwight2011-09-271-3/+13
| * ClientBasic for clientEliot Horowitz2011-09-181-0/+6
| * need to describe exception if known when syncclusterconnection fails SERVER-3888Eliot Horowitz2011-09-161-0/+3
| * remove pcre dependency from the cpp clientdwight2011-09-143-42/+1
| * Made most of the GridFS and GridFile member functions 'const'.Yakov Markovitch2011-09-132-33/+33
* | merge vcxproj files and cleaning thereDwight2011-08-291-16/+31
|/
* 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