summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into mainDwight2011-05-032-2/+6
|\
* | test for SERVER-3014Eliot Horowitz2011-04-281-0/+29
* | nicer assert for unopened connectionEliot Horowitz2011-04-281-1/+1
* | deterministic slaveok failovergregs2011-04-272-15/+15
* | a little more aggressive trying slavesEliot Horowitz2011-04-271-4/+4
* | log output fix and slightly more verbose slave failovergregs2011-04-261-3/+3
* | function must return a value error/warningdwight2011-04-221-1/+1
* | parallelize ParallelSortClusteredCursor using callLazy SERVER-2014Eliot Horowitz2011-04-212-5/+80
* | DBClientBase::callLazy - does the send part, and doesn't wait for responseEliot Horowitz2011-04-216-11/+90
* | shutdown safetyEliot Horowitz2011-04-211-0/+1
* | cleaner with LOGEliot Horowitz2011-04-211-6/+4
* | some cleaning on parallel cursorEliot Horowitz2011-04-212-16/+23
* | ok() method on ScopedConnection to know if you actually have one or if done h...Eliot Horowitz2011-04-211-0/+8
* | comments etcdwight2011-04-142-2/+5
* | slightly better demodwight2011-04-141-0/+12
|/
* fix linking of exitCleanlyEliot Horowitz2011-04-051-0/+4
* C++ driver now supports 1.8 M/R options SERVER-2893Mathias Stearn2011-04-043-6/+42
* conversion of unneeded caused_by macros to methodsgregs2011-04-013-32/+39
* windows 64 compileMathias Stearn2011-03-301-2/+2
* fix callback for not master errors on replica set connections and make backgr...Eliot Horowitz2011-03-302-6/+18
* safer not master checkEliot Horowitz2011-03-301-4/+5
* changed failed to _failedEliot Horowitz2011-03-302-14/+14
* better test/exampleEliot Horowitz2011-03-301-11/+55
* vstudioDwight2011-03-282-3/+5
* add background option to create index in the cpp clientdwight2011-03-272-3/+7
* elim variable not used warning in visual c++dwight2011-03-231-1/+1
* moved comment to appropriate positiongregs2011-03-231-1/+2
* fix for distlock (fixes sync5, sync6 failures)gregs2011-03-222-31/+117
* show lock error messageGreg Studer2011-03-201-1/+1
* remove const for win compileEliot Horowitz2011-03-182-2/+2
* standards compliant and leak a list on shutdown to avoid race condition SERVE...Eliot Horowitz2011-03-172-25/+35
* pointer owernship docsEliot Horowitz2011-03-171-2/+2
* elim compiler warningDwight2011-03-171-1/+1
* more informative dist lock logginggregs2011-03-173-145/+192
* Changes to source needed to compile cleanly with clang++Mathias Stearn2011-03-161-3/+3
* Merge branch 'master' of github.com:mongodb/mongodwight2011-03-141-0/+47
|\
| * client sampledwight2011-03-131-0/+47
* | just formattingdwight2011-03-141-0/+1
|/
* Can't use prettyHostName() in dist lockgregs2011-03-111-1/+1
* Fix for SERVER-2740 add port to dist lock idgregs2011-03-111-1/+1
* cap connections in connection pool stack SERVER-2687 180Eliot Horowitz2011-03-052-1/+13
* fix rs client error on failover SERVER-2619Eliot Horowitz2011-03-031-8/+6
* fix distributed lock assignmentgreg2011-03-021-2/+22
* Fix for distlock test - old version of boost::random on MSVCgreg2011-03-021-2/+17
* update mongo_client_lib.cpp for reference to jsTime_virtual_skew in pch.cppdwight2011-03-011-0/+2
* compile warning on windows eliminatedwight2011-03-011-1/+1
* Cannot use boost::thread::id for legacygreg2011-03-012-18/+26
* Cross platform RNGgreg2011-03-011-3/+17
* Misspellinggregstuder2011-03-011-1/+1
* compileDwight2011-03-011-1/+1