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-27
SERVER-6591 Fix localhost auth exception in sharded systems
Spencer T Brody
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