summaryrefslogtreecommitdiff
path: root/db/client.cpp
Commit message (Expand)AuthorAgeFilesLines
* adaptive sleep for ClientCusror::yield SERVER-975Eliot Horowitz2010-04-131-0/+17
* SERVER-803 make repl work when auth is enabledAaron2010-03-221-2/+3
* fix Top leak with drop SERVER-768Eliot Horowitz2010-03-161-0/+2
* ugly messageEliot Horowitz2010-03-151-1/+1
* debugging for SERVER-749Eliot Horowitz2010-03-151-1/+1
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-3/+3
* can get progress of index creation through db.currentOp and web console SERVE...Eliot Horowitz2010-03-151-0/+11
* fix auth recursive lock issueEliot Horowitz2010-02-251-0/+7
* handle recursive caseEliot Horowitz2010-02-121-5/+11
* when creating a DB for the first time, and only need a read lock, make sure t...Eliot Horowitz2010-02-121-5/+19
* better debugging for rouge clientsEliot Horowitz2010-02-121-1/+1
* count commands separatelyEliot Horowitz2010-02-111-1/+1
* use opidtostringEliot Horowitz2010-02-101-12/+1
* clean up curop read/write detectionEliot Horowitz2010-02-101-2/+2
* make sure all threads that use a lock have a ClientEliot Horowitz2010-02-101-12/+11
* inprog takes $all : 1 optionEliot Horowitz2010-02-091-0/+4
* locking cna happen without ClientEliot Horowitz2010-02-091-2/+14
* added waitingForLock to curopEliot Horowitz2010-02-091-0/+45
* debugging MINOREliot Horowitz2010-02-041-0/+14
* fix timing so starts when enter lockEliot Horowitz2010-02-041-2/+1
* cleaning up security - moving to centralized locationEliot Horowitz2010-02-041-6/+20
* Top/Client/CurOp cleanup checkpoint - mostly working - Top doesn't output any...Eliot Horowitz2010-02-011-2/+8
* encoding MINOREliot Horowitz2010-01-291-2/+2
* get rid of setClient - all Database storage is in Client::ContextEliot Horowitz2010-01-291-9/+35
* Pulling atomic functionality from WrappingInt to AtomicUInt. More atomic func...Mathias Stearn2010-01-251-1/+1
* replace resetClient with Client::ContextEliot Horowitz2010-01-191-0/+7
* small optDwight2009-12-311-1/+0
* new killOp(opnumber)Dwight2009-12-221-0/+1
* refactor CurOpDwight2009-12-211-0/+2
* small renameDwight2009-12-081-2/+2
* ability to make a Client god for a little whileEliot Horowitz2009-10-221-1/+3
* move CurOp into Client and make inprog handle multiple in progressDwight2009-10-161-0/+88