summaryrefslogtreecommitdiff
path: root/db/instance.h
Commit message (Expand)AuthorAgeFilesLines
* commentdwight2011-02-151-1/+3
* added option paral to call to specify server address where was sent if differentEliot Horowitz2011-02-051-1/+1
* DBDirectClient uses smart count rather than going over message apiEliot Horowitz2011-01-251-1/+3
* remove deprecated msg and unused return for assembleResponse SERVER-1438Eliot Horowitz2011-01-161-1/+1
* acquirePathLock for Windows SERVER-2339U-ACER-6E40E97492\Kristina Chodorow2011-01-121-0/+3
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-16/+16
* remove isMember since it was ill-formed and only used for an assertEliot Horowitz2010-12-181-1/+0
* move include to top of file from bottomDwight2010-11-041-1/+1
* commentsDwight2010-10-061-4/+2
* fix getMore with sharding+rs in edge case SERVER-1584Eliot Horowitz2010-08-061-0/+1
* replaced replica pair connection with basic set version SERVER-1320Eliot Horowitz2010-07-301-0/+2
* raw methods for talking to dbEliot Horowitz2010-07-211-2/+6
* Add a --pidfilepath option, (next step: delete --lockfilepath). SERVER-1411Richard Kreuter2010-07-131-0/+1
* rs check that there isnt a preexisting oplog at initiationdwight2010-07-061-1/+1
* haveDatabases() methoddwight2010-06-261-0/+5
* old methoddwight2010-06-261-0/+1
* don't allow databases with the same name and different casing SERVER-1149Eliot Horowitz2010-06-151-1/+1
* towards QueryOption_Exhaustdwight2010-06-061-7/+4
* towards QueryOption_exhaustdwight2010-06-051-1/+3
* clean up cursors SERVER-1167Eliot Horowitz2010-05-281-0/+2
* MutexDebuggerDwight Merriman2010-05-261-1/+1
* opread doesnt need to be a macroDwight Merriman2010-04-231-3/+0
* Winsock startup at static initMathias Stearn2010-04-081-2/+0
* Banish sockaddr_in from everywhere except sock.h. prep for SERVER-859Mathias Stearn2010-04-021-1/+1
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-4/+4
* fix diaglogEliot Horowitz2010-03-151-0/+1
* put diaglog in dbpath rather than cwdEliot Horowitz2010-02-031-1/+1
* clean up fix diaglogEliot Horowitz2010-02-031-3/+13
* get rid of setClient - all Database storage is in Client::ContextEliot Horowitz2010-01-291-47/+0
* SERVER-258 add readOnly auth modeAaron2010-01-261-1/+1
* cleaning up listening thread shutdownEliot Horowitz2010-01-091-3/+0
* fix SERVER-474Dwight2009-12-111-6/+8
* locking no longer required on SavedContext - if you had no context to be save...Dwight2009-12-041-20/+25
* wrap dbtests with a big dblcok - now passesDwight2009-12-041-0/+8
* SavedContext now assumes already (at least) locked if there is an existing co...Dwight2009-12-041-7/+8
* moving towards direct access from DBDirectClient rather than through message ...Eliot Horowitz2009-12-041-0/+6
* checkpoint some intermediate concurrency workDwight2009-12-021-6/+0
* rename old oplog to diaglog - make it always compiled inEliot Horowitz2009-11-111-18/+26
* move CurOp into Client and make inprog handle multiple in progressDwight2009-10-161-2/+0
* move the var 'database' inside Client objectDwight2009-10-141-2/+2
* move curNs to Client objectDwight2009-10-131-1/+1
* make lasterror threadsafeDwight2009-10-121-3/+3
* add Connection classDwight2009-10-091-13/+16
* don't complain about ScopedDBConnection if the underlying connection failedEliot Horowitz2009-09-141-0/+3
* begin cmdline.hDwight2009-08-251-0/+1
* add client ip / port to current op, add unlocked version of current op to htt...Aaron2009-05-261-1/+3
* make tools capable of running standalone, without a mongod instanceAaron2009-05-201-0/+3
* revert tracking stack of current ops, as not enough infrastructure in place t...Aaron2009-05-131-3/+1
* maintain stack of current ops, do http authentication after recording context...Aaron2009-05-131-1/+3
* DBDirectClient uses main db mutex recursively and preserves database contextAaron2009-05-061-3/+11