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
/
src
/
SConscript.client
Age
Commit message (
Expand
)
Author
2013-02-12
SERVER-8414/SERVER-8429 Support SASL authentication in DBClient::auth() metho...
Andy Schwerin
2013-02-07
Add bson_extract.cpp to client library
Spencer T Brody
2013-01-17
SERVER-8150 Always stage sasl files into client archive
Andrew Morrow
2013-01-17
SERVER-8034 Add version.cpp to the client build
Andrew Morrow
2012-12-23
Fix client build
Spencer T Brody
2012-12-19
SERVER-7769 - turn objcheck on by default and use new fast bson validate
Eliot Horowitz
2012-12-10
SERVER-7886 add string_data.cpp to client
Eliot Horowitz
2012-11-20
SERVER-6591 Fix localhost auth exception in sharded systems
Spencer T Brody
2012-11-20
Revert "SERVER-6591 Fix localhost auth exception in sharded systems"
Eric Milkie
2012-11-19
SERVER-6591 Fix localhost auth exception in sharded systems
Spencer T Brody
2012-11-16
SERVER-4706 when a socket between mongos and mongod fails, close all connecti...
Randolph Tan
2012-11-13
remove nonce.* and move nonce64 typedef
Eliot Horowitz
2012-11-09
SERVER-7602 add action_type files to client build
Eric Milkie
2012-11-08
SERVER-7133 Build gsasl support in the static client library.
Andy Schwerin
2012-10-31
SERVER-7423 Support commands for read preference
Randolph Tan
2012-10-30
Build error_codes.h/cpp in the client driver.
Andy Schwerin
2012-10-23
move SSLManager to new source files
Eric Milkie
2012-10-23
fix file permissions when installing C++ driver headers
Eric Milkie
2012-10-03
SERVER-7250 Fix client build by adding headers from base and platform
Mathias Stearn
2012-07-12
SERVER-6248: add 'mongoclient' alias in server SConstruct
Dan Crosta
2012-07-05
SERVER-6158: Link against an explicit instance of the mongoclient library.
Andy Schwerin
2012-06-12
Change getScopedDbConnection to getInternalScopedDbConnection where appropria...
Spencer T Brody
2012-06-04
Add vars.cpp to framework library, rename to mutexdebugger.cpp.
Andy Schwerin
2012-05-29
Change every place that creates a ScopedDbConnection to use a factory functio...
Spencer T Brody
2012-05-22
SERVER-5797 Uncaught exception in count_slaveok.js
Randolph Tan
2012-05-14
Add inadvertently removed file back to client source tar, fix build break.
Andy Schwerin
2012-05-10
Do not link bsondemo against mongoclient, verifying that it is header-only fo...
Andy Schwerin
2012-05-10
Split mongo/util/time_support.h into a header and a cpp file.
Andy Schwerin
2012-05-03
SERVER-5748 unify list of directories for C++ driver headers
Eric Milkie
2012-04-23
SERVER-5557: Higher performance timer on Linux.
Andy Schwerin
2012-04-12
Move printStackTrace into new stacktrace.h/cpp; improve detection of execinfo.h.
Andy Schwerin
2012-04-12
Introduce mongo/platform/compiler.h.
Andy Schwerin
2012-04-03
improvements/cleanup to C++ driver example code
Eric Milkie
2012-03-23
SCons refactoring, cleans up building and testing the C++ client.
Andy Schwerin