summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* gcc 4.6 compileMathias Stearn2011-06-171-0/+1
* don't print out full lock when acquired - SERVER-3263gregs2011-06-161-1/+1
* better logic for no-result in rs for parallel ops SERVER-2481gregs2011-06-169-28/+32
* parallel cursor recover gracefully from replica set and other errors SERVER-2481gregs2011-06-167-104/+373
* no stack tracegregs2011-06-131-4/+4
* add client socket timeout option SERVER-3220gregs2011-06-136-28/+67
* doesnt make much sense to specify capped without a size so check for thatdwight2011-06-111-0/+1
* Fix for slownightly - store slave not full rs conn for getMoregregs2011-06-061-2/+8
* be smarter about the pids we look for when cleaning old locks.gregs2011-06-031-2/+2
* dbGetMore needs to filter out newly migrated results SERVER-3086gregs2011-06-031-0/+2
* always use parallelcursor SERVER-3086gregs2011-06-031-0/+1
* don't force dist lock if ts changed but pings stopped - sync6 Greg Studer2011-06-011-1/+1
* add returnGreg Studer2011-06-011-1/+1
* check for not master or secondary error on slave queries, re-route SERVER-2253gregs2011-06-016-3/+65
* Don't use separate threads for Future::spawnCommand SERVER-1790Mathias Stearn2011-05-312-38/+33
* SERVER-1790 WIP: use initLazy but still in separate threadMathias Stearn2011-05-312-1/+11