summaryrefslogtreecommitdiff
path: root/src/SConscript.client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-12572 Informatively fail attempts to build C++ client driver targetsAndrew Morrow2014-03-041-341/+47
* SERVER-12736 askPassword is not used by the client driver, remove its source ...Andrew Morrow2014-02-141-1/+0
* SERVER-12729 Remove unused histogram.cpp file from C++ client driverAndrew Morrow2014-02-141-1/+0
* SERVER-12720 Remove dependency on file and process info files from client driverAndrew Morrow2014-02-141-21/+1
* SERVER-12719 Remove unused trace.cpp from C++ driver, and rwlockimpl.cpp whic...Andrew Morrow2014-02-141-2/+0
* SERVER-12718 The C++ driver doesn't actualy depend on task.cpp, so remove itAndrew Morrow2014-02-141-1/+0
* SERVER-12717 Remove unnecessary dependency on db/commands.h from fail pointsAndrew Morrow2014-02-141-4/+0
* SERVER-12712 Remove dependency on auth_helpers from C++ clientAndrew Morrow2014-02-141-1/+1
* SERVER-12648 Add missing dependency on secur32 for windows buildsAndrew Morrow2014-02-101-0/+2
* SERVER-12649 Don't link md5 test file into client driverAndrew Morrow2014-02-081-1/+0
* SERVER-12648 Include SASL SSPI for client driver Kerberos support on WindowsAndrew Morrow2014-02-081-2/+5
* SERVER-12284 Rip ReplicaSetMonitor out of dbclient_rs filesMathias Stearn2014-01-291-0/+1
* SERVER-12426 updated max BSON timestamp to depend on OpTime::max() which is d...Benety Goh2014-01-241-0/+1
* SERVER-3364: The C++ Driver compiled as shared library must export the APIMark Benvenuto2014-01-141-9/+6
* SERVER-3364, SERVER-5650 Define away MONGO_CLIENT_API when not building the s...Andy Schwerin2013-12-101-34/+38
* SERVER-11538: Create library for socket code and fix dependencies of libserve...Shaun Verch2013-11-041-0/+1
* SERVER-7217 Provide new client API to manage initialization and terminationAndrew Morrow2013-11-021-0/+1
* 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