summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* minor formattingdwight2011-05-281-6/+2
* findN method in cpp clientdwight2011-05-283-15/+31
* check if master is null CS-596gregs2011-05-271-2/+2
* fix compileKristina2011-05-241-1/+1
* simpleclientlib.cpp apparently now needs spinlock.cppdwight2011-05-231-0/+1
* fix typo in previous dbclientcursor commitdwight2011-05-231-0/+1
* use firstElementFieldName()dwight2011-05-231-2/+2
* make a Batch concept within dbclientcursor. this will be used to facilitate s...dwight2011-05-232-44/+42
* if $err is not the first element, complain. elsewhere we do not check all the...dwight2011-05-231-1/+19
* Add InsertOption_KeepGoing to keep going after error on bulk insert. SERVER-509Mathias Stearn2011-05-236-21/+25
* Fix for potential unsafe access of addressgregs2011-05-191-9/+7
* fix for duplicate host namesgregs2011-05-191-0/+6
* onDestry hook for connection poolEliot Horowitz2011-05-192-15/+35
* timeout connections idle for 30 minutesEliot Horowitz2011-05-172-4/+55
* check we are in writelock on optime::now. also tune it a bitdwight2011-05-141-1/+1
* make comments doxygen friendlydwight2011-05-145-5/+12
* triple check that an update actually went through for a dist unlock - sort1.j...gregs2011-05-121-0/+11
* fix deadlockEliot Horowitz2011-05-122-1/+7
* fix race condition when adding hosts to the list of relica set nodesEliot Horowitz2011-05-121-0/+4
* fix logging messagegregs2011-05-121-1/+1
* don't shadow return value for maybePrimarygregs2011-05-121-1/+0
* fix failing test - need to make dist lock thread-safe SERVER-3058gregs2011-05-122-4/+12
* don't remember pings on errors or successful dist_locking SERVER-3039gregs2011-05-122-14/+30