summaryrefslogtreecommitdiff
path: root/src/SConscript.client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-11282 Add a target that verifies that dbclient.h and bson.h are usable...Andrew Morrow2013-10-231-1/+37
* SERVER-11169 Always link boost symbols into dll on windowsAndrew Morrow2013-10-141-3/+7
* SERVER-10992 SERVER-11130 Avoid inclusion of boost symbols for non system boo...Andrew Morrow2013-10-131-10/+11
* SERVER-9929 Add socket_poll.cpp to libmongoclientMathias Stearn2013-10-101-0/+1
* SERVER-8600 log warning for non-fsyncable filesystemsmatt dannenberg2013-09-271-0/+1
* SERVER-9771 build Windows dynamic library C++ driverEric Milkie2013-09-121-7/+24
* SERVER-9766 Don't fail the build on missing system libraries unless they are ...Andrew Morrow2013-09-111-4/+1
* SERVER-9766 Remove support for separate client driver packageAndrew Morrow2013-09-111-30/+1
* SERVER-8510 Remove configuration variable manager and add option group for co...Shaun Verch2013-09-051-1/+0
* Removed old unused Model classShaun Verch2013-09-041-1/+0
* Create place for auth functions in client code and move password hashing thereSpencer T Brody2013-08-291-0/+1
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-181-2/+0
* add new header subdir to client tarballEric Milkie2013-07-151-0/+1
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-1/+12
* Namespace is only for storage, making it clearerEliot Horowitz2013-07-081-1/+1
* SERVER-10053 Always package all processinfo filesAndrew Morrow2013-06-281-5/+20
* SERVER-7080 Link to backtrace, backtrace_symbols and backtrace_symbols_fd at ...Tad Marshall2013-06-201-0/+1
* SERVER-7404 Link to posix_fadvise at runtime for SolarisTad Marshall2013-06-191-0/+1
* SERVER-9941 Always link client tests against client library in 'sharedclient'...Andrew Morrow2013-06-171-15/+13
* SERVER-6514 Only apply -zdefs and --as-needed to shared client libraryAndrew Morrow2013-06-061-1/+4
* SERVER-6514 Ensure libmongclient precedes other librariesAndrew Morrow2013-06-051-4/+5
* SERVER-6514 Don't override CheckLib solution when using system boostAndrew Morrow2013-06-051-3/+1
* SERVER-6514 Don't package bsondemo.cpp twiceAndrew Morrow2013-06-041-3/+1
* SERVER-6514 Don't depend on InstallVersionedLibrary; only in SCons 2.3.0+Andrew Morrow2013-06-041-4/+6
* SERVER-6514 Re-add support for building the C++ driver shared libraryAndrew Morrow2013-06-031-25/+151
* SERVER-9809 Replace getpid() with ProcessId::getCurrent() and pid_t with Proc...Andy Schwerin2013-06-031-0/+1
* SERVER-7324: added templated toHexTemp function to hex.h/hex.cppAndrewCEmil2013-05-291-3/+2
* Remove post-install dependency on murmurhash3 from clientMathias Stearn2013-04-301-0/+2
* SERVER-8813 Switch C++ client and shell code for SASL authentication to use t...Andy Schwerin2013-04-221-1/+1
* SERVER-8460 Remove ScopedDbConnection::getScopedDbConnection factory functionsSpencer T Brody2013-03-131-1/+0
* 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