summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* cruftAlberto Lerner2010-09-241-6/+0
* fix FutureEliot Horowitz2010-09-172-0/+4
* simplify Future and have it catch exceptionsEliot Horowitz2010-09-172-20/+15
* LOG macros so can use LOG(1) instead of log(1)Eliot Horowitz2010-09-172-0/+6
* handle explain counts generically so new ones get aggregatedEliot Horowitz2010-09-141-11/+16
* timeout connections idle in pool after an hour SERVER-1731Eliot Horowitz2010-09-132-13/+42
* cleaning connection pool up a bit in prep for SERVER-1731Eliot Horowitz2010-09-132-41/+74
* lower verbosity at -vEliot Horowitz2010-09-121-2/+2
* fix distlock header for multiple includesEliot Horowitz2010-09-101-0/+2
* can set connection pool error name so can easily differentiate mongos from mo...Eliot Horowitz2010-09-102-5/+8
* block rather than poll in CommandResult::join()Mathias Stearn2010-09-082-2/+12
* get rid of last _grab SERVER-1602Mathias Stearn2010-09-082-21/+4
* support sub-second timeouts SERVER-1515Mathias Stearn2010-09-071-2/+2
* Ensure client headers include cleanly in any context SERVER-1267Mathias Stearn2010-09-074-5/+10
* optionally have dbexit try to get a dblockEliot Horowitz2010-08-311-1/+1
* mongo::Query instead of Query for defineEliot Horowitz2010-08-311-1/+1
* SERVER-1607 expose replica set of a ConnectionStringAlberto Lerner2010-08-271-0/+4
* SERVER-1611 allow localhost in a replica-set-based shardAlberto Lerner2010-08-271-4/+9
* fix typoAlberto Lerner2010-08-211-1/+1
* call_once has a fast path alreadyAlberto Lerner2010-08-201-2/+1
* sayPiggyBack for replica set connection SERVER-1647Eliot Horowitz2010-08-201-1/+1
* Tighten process string cachingAlberto Lerner2010-08-191-8/+24
* SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner2010-08-183-5/+5
* change massert to uassertEliot Horowitz2010-08-161-1/+1
* SERVER-1461 auth when getting remote authlog infoAaron2010-08-161-1/+1
* Log all error exit paths.Alberto Lerner2010-08-121-7/+7
* Give the pinger thread a name.Alberto Lerner2010-08-121-0/+2
* Log more dist lock details at high verbose level.Alberto Lerner2010-08-111-8/+22
* better adding of sort key to projection in mongos SERVER-1601Mathias Stearn2010-08-091-14/+23
* Support large files in GridFS SERVER-1408Mathias Stearn2010-08-091-3/+0
* fix getMore with sharding+rs in edge case SERVER-1584Eliot Horowitz2010-08-065-5/+42
* DistributedLock::unlock() handles partition from config DBAlberto Lerner2010-08-052-20/+22
* fix sorting if sort field not included in projection SERVER-1561Eliot Horowitz2010-08-041-0/+32
* fix type SERVER-1563Eliot Horowitz2010-08-041-1/+1
* compile old gccEliot Horowitz2010-08-031-5/+11
* check all shard connections at once so we don't get cascading failure SERVER-...Eliot Horowitz2010-08-033-13/+12
* allow set of 1 since can derive SERVER-1556Eliot Horowitz2010-08-032-2/+5
* commentDwight2010-08-021-0/+1
* check for null return from query()Dwight2010-08-021-0/+2
* cleaning to make sure _init isn't being called twiceEliot Horowitz2010-08-012-3/+12
* unref local var warningdwight2010-07-301-1/+1
* c++ repl set connection will add hosts in hosts array to list SERVER-1320Eliot Horowitz2010-07-301-3/+47
* replaced replica pair connection with basic set version SERVER-1320Eliot Horowitz2010-07-303-247/+219
* fix error code MINORKristina Chodorow2010-07-301-1/+1
* Merge branch 'master' of github.com:mongodb/mongodwight2010-07-303-34/+38
|\
| * centralize connection url parsing SERVER-1319Eliot Horowitz2010-07-303-34/+38
* | rs better error reportingdwight2010-07-301-1/+5
|/
* fix memory leak in ParallelCursor on config changesEliot Horowitz2010-07-292-4/+22
* fix batchSizeEliot Horowitz2010-07-282-8/+4
* fix skip + batch size issueEliot Horowitz2010-07-283-11/+19