summaryrefslogtreecommitdiff
path: root/src/SConscript.client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-7080 Link to backtrace, backtrace_symbols and backtrace_symbols_fd at ...Tad Marshall2013-07-181-0/+1
* SERVER-7404 Link to posix_fadvise at runtime for SolarisTad Marshall2013-07-181-0/+1
* SERVER-10053 Always package all processinfo filesAndrew Morrow2013-07-031-5/+20
* Remove post-install dependency on murmurhash3 from clientMathias Stearn2013-06-181-0/+2
* SERVER-9941 Always link client tests against client library in 'sharedclient'...Andrew Morrow2013-06-181-15/+13
* SERVER-6514 Only apply -zdefs and --as-needed to shared client libraryAndrew Morrow2013-06-071-1/+4
* SERVER-6514 Ensure libmongclient precedes other librariesAndrew Morrow2013-06-061-4/+5
* SERVER-6514 Don't override CheckLib solution when using system boostAndrew Morrow2013-06-061-3/+1
* SERVER-6514 Re-add support for building the C++ driver shared libraryAndrew Morrow2013-06-041-25/+153
* SERVER-8813 Switch C++ client and shell code for SASL authentication to use t...Andy Schwerin2013-05-011-1/+1
* SERVER-8414/SERVER-8429 Support SASL authentication in DBClient::auth() metho...Andy Schwerin2013-02-121-1/+2
* Add bson_extract.cpp to client librarySpencer T Brody2013-02-071-0/+1
* SERVER-8150 Always stage sasl files into client archiveAndrew Morrow2013-01-171-4/+10
* SERVER-8034 Add version.cpp to the client buildAndrew Morrow2013-01-171-0/+1
* Fix client buildSpencer T Brody2012-12-231-2/+0
* SERVER-7769 - turn objcheck on by default and use new fast bson validateEliot Horowitz2012-12-191-0/+1
* SERVER-7886 add string_data.cpp to clientEliot Horowitz2012-12-101-0/+1
* SERVER-6591 Fix localhost auth exception in sharded systemsSpencer T Brody2012-11-201-1/+2
* Revert "SERVER-6591 Fix localhost auth exception in sharded systems"Eric Milkie2012-11-201-2/+1
* SERVER-6591 Fix localhost auth exception in sharded systemsSpencer T Brody2012-11-191-1/+2
* SERVER-4706 when a socket between mongos and mongod fails, close all connecti...Randolph Tan2012-11-161-0/+3
* remove nonce.* and move nonce64 typedefEliot Horowitz2012-11-131-1/+1
* SERVER-7602 add action_type files to client buildEric Milkie2012-11-091-0/+6
* SERVER-7133 Build gsasl support in the static client library.Andy Schwerin2012-11-081-0/+4
* SERVER-7423 Support commands for read preferenceRandolph Tan2012-10-311-0/+10
* Build error_codes.h/cpp in the client driver.Andy Schwerin2012-10-301-0/+8
* move SSLManager to new source filesEric Milkie2012-10-231-0/+1
* fix file permissions when installing C++ driver headersEric Milkie2012-10-231-2/+3
* SERVER-7250 Fix client build by adding headers from base and platformMathias Stearn2012-10-031-0/+1
* SERVER-6248: add 'mongoclient' alias in server SConstructDan Crosta2012-07-121-1/+2
* SERVER-6158: Link against an explicit instance of the mongoclient library.Andy Schwerin2012-07-051-5/+5
* Change getScopedDbConnection to getInternalScopedDbConnection where appropria...Spencer T Brody2012-06-121-0/+1
* Add vars.cpp to framework library, rename to mutexdebugger.cpp.Andy Schwerin2012-06-041-1/+1
* Change every place that creates a ScopedDbConnection to use a factory functio...Spencer T Brody2012-05-291-0/+1
* SERVER-5797 Uncaught exception in count_slaveok.jsRandolph Tan2012-05-221-0/+1
* Add inadvertently removed file back to client source tar, fix build break.Andy Schwerin2012-05-141-1/+3
* Do not link bsondemo against mongoclient, verifying that it is header-only fo...Andy Schwerin2012-05-101-1/+5
* Split mongo/util/time_support.h into a header and a cpp file.Andy Schwerin2012-05-101-0/+1
* SERVER-5748 unify list of directories for C++ driver headersEric Milkie2012-05-031-30/+23
* SERVER-5557: Higher performance timer on Linux.Andy Schwerin2012-04-231-0/+1
* Move printStackTrace into new stacktrace.h/cpp; improve detection of execinfo.h.Andy Schwerin2012-04-121-0/+1
* Introduce mongo/platform/compiler.h.Andy Schwerin2012-04-121-1/+2
* improvements/cleanup to C++ driver example codeEric Milkie2012-04-031-3/+4
* SCons refactoring, cleans up building and testing the C++ client.Andy Schwerin2012-03-231-0/+133