summaryrefslogtreecommitdiff
path: root/client/dbclient.cpp
Commit message (Collapse)AuthorAgeFilesLines
* don't re-use deleted connections from rset after runCommandGreg Studer2011-12-191-0/+1
|
* when we get a "not master" error on a command, check for new primary SERVER-4324Eliot Horowitz2011-11-211-2/+19
|
* SERVER-3249 add so_timeout support in DBClientReplicaSetAaron2011-08-071-1/+1
|
* forgot an ssl #ifdefEliot Horowitz2011-07-271-1/+5
|
* support for forced ssl everywhere in client and serverEliot Horowitz2011-07-271-1/+17
|
* require server name on SocketExceptionEliot Horowitz2011-06-251-3/+3
|
* better logic for no-result in rs for parallel ops SERVER-2481gregs2011-06-161-1/+1
|
* parallel cursor recover gracefully from replica set and other errors SERVER-2481gregs2011-06-161-5/+4
|
* no stack tracegregs2011-06-131-4/+4
|
* add client socket timeout option SERVER-3220gregs2011-06-131-2/+9
|
* doesnt make much sense to specify capped without a size so check for thatdwight2011-06-111-0/+1
|
* check for not master or secondary error on slave queries, re-route SERVER-2253gregs2011-06-011-0/+4
|
* findN method in cpp clientdwight2011-05-281-7/+19
|
* fix compileKristina2011-05-241-1/+1
|
* if $err is not the first element, complain. elsewhere we do not check all ↵dwight2011-05-231-1/+19
| | | | the way through, so it is important it is the first field
* Add InsertOption_KeepGoing to keep going after error on bulk insert. SERVER-509Mathias Stearn2011-05-231-6/+4
|
* test drive StackBufBuilder. can use more laterDwight2011-05-101-1/+1
|
* Merge branch 'master' into mainDwight2011-05-031-1/+4
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: SConstruct db/btree.h db/db.vcxproj.filters db/dbcommands_admin.cpp db/geo/2d.cpp db/pdfile.cpp dbtests/test.vcxproj.filters
* | DBClientBase::callLazy - does the send part, and doesn't wait for responseEliot Horowitz2011-04-211-2/+10
| | | | | | | | you have to call recv later
* | comments etcdwight2011-04-141-2/+2
|/
* C++ driver now supports 1.8 M/R options SERVER-2893Mathias Stearn2011-04-041-3/+4
|
* safer not master checkEliot Horowitz2011-03-301-4/+5
|
* changed failed to _failedEliot Horowitz2011-03-301-9/+9
|
* add background option to create index in the cpp clientdwight2011-03-271-1/+4
|
* add ConnectionString and add a testEliot Horowitz2011-02-141-0/+33
|
* fix replica set cursor cleaning through mongos SERVER-2505Eliot Horowitz2011-02-091-2/+6
| | | | fix cursor cleaning in mongos generally by not doing lazy cleaning
* added option paral to call to specify server address where was sent if differentEliot Horowitz2011-02-051-1/+1
|
* DBDirectClient uses smart count rather than going over message apiEliot Horowitz2011-01-251-7/+12
|
* [SERVER-2286]: slaveOk is ignored for group() and mapReduce(), these are ↵agirbal2011-01-041-1/+1
| | | | allowed to run on slave always
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-138/+139
|
* a litle rs client cleaningEliot Horowitz2010-12-291-0/+1
|
* better error message on socket errorEliot Horowitz2010-12-201-1/+1
|
* moving replica set client code into own filesEliot Horowitz2010-12-171-204/+0
|
* replace countCommas with str::countEliot Horowitz2010-12-141-1/+1
|
* track pooled connections by typeEliot Horowitz2010-12-021-0/+18
|
* keep track of number of DBClientConnection objectsEliot Horowitz2010-11-281-0/+2
|
* conventions cleaningdwight2010-11-101-2/+0
|
* dbclient: once a connection in failed state be sure not to use it. this is a ↵dwight2010-10-311-4/+8
| | | | fairly big change in a way because it now throws mroe often. affects replica sets.
* Merge branch 'master' of github.com:mongodb/mongoDwight2010-10-291-4/+11
|\
| * better error messages on network errorsEliot Horowitz2010-10-291-2/+2
| |
| * count takes skip/limitEliot Horowitz2010-10-281-2/+9
| |
* | cleaning; towrads our code standards; consting; better var nameDwight2010-10-291-1/+1
|/
* cleaning and slightly nicer output rsdwight2010-10-181-1/+1
|
* SERVER-1691 don't cache calls to ensureIndex if sharding a collectionAlberto Lerner2010-09-301-2/+4
|
* Fix unix socket parsing and add test SERVER-1867Mathias Stearn2010-09-281-1/+1
|
* fix typoAlberto Lerner2010-08-211-1/+1
|
* SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner2010-08-181-3/+3
|
* change massert to uassertEliot Horowitz2010-08-161-1/+1
|
* fix getMore with sharding+rs in edge case SERVER-1584Eliot Horowitz2010-08-061-0/+12
|
* allow set of 1 since can derive SERVER-1556Eliot Horowitz2010-08-031-1/+2
|