index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client
/
dbclient.cpp
Age
Commit message (
Expand
)
Author
2011-11-21
when we get a "not master" error on a command, check for new primary SERVER-4324
Eliot Horowitz
2011-08-07
SERVER-3249 add so_timeout support in DBClientReplicaSet
Aaron
2011-07-27
forgot an ssl #ifdef
Eliot Horowitz
2011-07-27
support for forced ssl everywhere in client and server
Eliot Horowitz
2011-06-25
require server name on SocketException
Eliot Horowitz
2011-06-16
better logic for no-result in rs for parallel ops SERVER-2481
gregs
2011-06-16
parallel cursor recover gracefully from replica set and other errors SERVER-2481
gregs
2011-06-13
no stack trace
gregs
2011-06-13
add client socket timeout option SERVER-3220
gregs
2011-06-11
doesnt make much sense to specify capped without a size so check for that
dwight
2011-06-01
check for not master or secondary error on slave queries, re-route SERVER-2253
gregs
2011-05-28
findN method in cpp client
dwight
2011-05-24
fix compile
Kristina
2011-05-23
if $err is not the first element, complain. elsewhere we do not check all the...
dwight
2011-05-23
Add InsertOption_KeepGoing to keep going after error on bulk insert. SERVER-509
Mathias Stearn
2011-05-10
test drive StackBufBuilder. can use more later
Dwight
2011-05-03
Merge branch 'master' into main
Dwight
2011-04-21
DBClientBase::callLazy - does the send part, and doesn't wait for response
Eliot Horowitz
2011-04-14
comments etc
dwight
2011-04-04
C++ driver now supports 1.8 M/R options SERVER-2893
Mathias Stearn
2011-03-30
safer not master check
Eliot Horowitz
2011-03-30
changed failed to _failed
Eliot Horowitz
2011-03-27
add background option to create index in the cpp client
dwight
2011-02-14
add ConnectionString and add a test
Eliot Horowitz
2011-02-09
fix replica set cursor cleaning through mongos SERVER-2505
Eliot Horowitz
2011-02-05
added option paral to call to specify server address where was sent if different
Eliot Horowitz
2011-01-25
DBDirectClient uses smart count rather than going over message api
Eliot Horowitz
2011-01-04
[SERVER-2286]: slaveOk is ignored for group() and mapReduce(), these are allo...
agirbal
2011-01-04
ran astyle SERVER-2304
Eliot Horowitz
2010-12-29
a litle rs client cleaning
Eliot Horowitz
2010-12-20
better error message on socket error
Eliot Horowitz
2010-12-17
moving replica set client code into own files
Eliot Horowitz
2010-12-14
replace countCommas with str::count
Eliot Horowitz
2010-12-02
track pooled connections by type
Eliot Horowitz
2010-11-28
keep track of number of DBClientConnection objects
Eliot Horowitz
2010-11-10
conventions cleaning
dwight
2010-10-31
dbclient: once a connection in failed state be sure not to use it. this is a ...
dwight
2010-10-29
Merge branch 'master' of github.com:mongodb/mongo
Dwight
2010-10-29
cleaning; towrads our code standards; consting; better var name
Dwight
2010-10-29
better error messages on network errors
Eliot Horowitz
2010-10-28
count takes skip/limit
Eliot Horowitz
2010-10-18
cleaning and slightly nicer output rs
dwight
2010-09-30
SERVER-1691 don't cache calls to ensureIndex if sharding a collection
Alberto Lerner
2010-09-28
Fix unix socket parsing and add test SERVER-1867
Mathias Stearn
2010-08-21
fix typo
Alberto Lerner
2010-08-18
SERVER-1452 StringData-ing up, c_str()-ing down
Alberto Lerner
2010-08-16
change massert to uassert
Eliot Horowitz
2010-08-06
fix getMore with sharding+rs in edge case SERVER-1584
Eliot Horowitz
2010-08-03
allow set of 1 since can derive SERVER-1556
Eliot Horowitz
2010-07-30
unref local var warning
dwight
[next]