summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* don't copy stringgregs2011-05-122-3/+3
* Merge branch 'master' of github.com:mongodb/mongoDwight2011-05-111-0/+4
|\
| * fix multi-shard writeback contentionEliot Horowitz2011-05-111-0/+4
* | remove WIN32 define from vcxprojsDwight2011-05-111-2/+2
|/
* test drive StackBufBuilder. can use more laterDwight2011-05-101-1/+1
* remove legacy logic, refactor to consts SERVER-3047gregs2011-05-103-154/+80
* always require double-check before forcing locks - sync6 fixgregs2011-05-081-4/+9
* fix for legacy dlock test failure sync5.jsgregs2011-05-051-9/+15
* fix connPoolStats race condition SERVER-3043Eliot Horowitz2011-05-051-0/+3
* Re-entrant distributed locks with ping unlock retries -- SERVER-3024gregs2011-05-043-93/+294
* Merge branch 'master' into mainDwight2011-05-032-2/+6
|\
* | test for SERVER-3014Eliot Horowitz2011-04-281-0/+29