summaryrefslogtreecommitdiff
path: root/src/mongo/client/clientAndShell.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17754 Move shell-specific files out of the server's copy of the driverKaloian Manassiev2015-03-261-98/+0
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-2/+2
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-031-1/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-13961 Pass through OperationContext in the JS frameworkKaloian Manassiev2014-07-281-1/+3
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-4/+0
* SERVER-14116 logging cleanup - removed out()Benety Goh2014-06-041-3/+3
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-11643: remove unused mongo::getDbContextEliot Horowitz2014-04-031-4/+0
* SERVER-11538: Create library for socket code and fix dependencies of libserve...Shaun Verch2013-11-041-2/+0
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-2/+2
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-6/+7
* SERVER-7434 Do not spawn a thread in grandparent process when using --forkAndy Schwerin2013-02-011-4/+0
* Introduce client_basic.{h,cpp}, replacing client_common.h.Andy Schwerin2012-12-181-1/+1
* SERVER-6591 Fix localhost auth exception in sharded systemsSpencer T Brody2012-11-201-0/+4
* Revert "SERVER-6591 Fix localhost auth exception in sharded systems"Eric Milkie2012-11-201-4/+0
* SERVER-6591 Fix localhost auth exception in sharded systemsSpencer T Brody2012-11-191-0/+4
* SERVER-5211 Move prettyHostName() into mongo/util/net/sock.{h,cpp}.Andy Schwerin2012-10-101-5/+0
* SERVER-6489 Get rid of cloud.cpp, dynHost, etc.Andy Schwerin2012-07-231-8/+0
* Break a few more libraries off of "mongocommon".Andy Schwerin2012-07-171-0/+7
* Replace ::exit with ::_exit.Andy Schwerin2012-05-211-1/+1
* Limit exitCleanly() and ntservice module to mongos and mongod.Andy Schwerin2012-04-251-4/+0
* Remove the tryToLock parameter from dbexit.Andy Schwerin2012-04-241-1/+1
* Rename namespace shellUtils to shell_utils.Aaron2012-04-101-2/+2
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-1/+0
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-3/+3
* SCons updates to support variant directories.Andy Schwerin2012-01-171-0/+96