summaryrefslogtreecommitdiff
path: root/db/client.cpp
AgeCommit message (Expand)Author
2011-09-09put connectionId in currentOp()Eliot Horowitz
2011-08-08cleaning new profiler data SERVER-1815Eliot Horowitz
2011-07-27full API change to command interface, add options SERVER-3405gregs
2011-07-25don't clean up Client in static shutdown as its not safe to lockEliot Horowitz
2011-07-08better handsakeEliot Horowitz
2011-07-07Revert "fix active in curop"Eliot Horowitz
2011-07-07fix active in curopEliot Horowitz
2011-06-09fast sync passthrough SERVER-992Kristina
2011-06-01don't use ? curop because it leads to user confusionEliot Horowitz
2011-06-01stackchecker less chattydwight
2011-05-29no _WINDOWSEliot Horowitz
2011-05-29cleaner displayEliot Horowitz
2011-05-29put thread if in currentOp()Eliot Horowitz
2011-05-17access to progress meter in db.currentOp() SERVER-2167Eliot Horowitz
2011-05-17fix and test for update logging SERVER-2027Eliot Horowitz
2011-05-15stack size usage checker for _DEBUG buildsdwight
2011-05-13stack usage checkerDwight
2011-05-08don't print full object in logEliot Horowitz
2011-05-08put fields into system.profile, not a big string SERVER-3061Eliot Horowitz
2011-05-07don't use stringbuffer for OpDebug SERVER-1591 - updates about 8% fasterEliot Horowitz
2011-04-12error codesMathias Stearn
2011-04-12Don't allow taking write lock while out of disk space SERVER-2609Mathias Stearn
2011-04-07show if pending kill in currentopDwight
2011-04-06warning if file allocator failed and getting write lock, related to SERVER-2609Eliot Horowitz
2011-04-06cleanerEliot Horowitz
2011-04-05working towrads unifying network codeEliot Horowitz
2011-03-25remove unused parameter to shardVersionOkEliot Horowitz
2011-03-09fix potential seg fault when Client Context isn't handled correct with except...Eliot Horowitz
2011-01-31fix Client::recommendedYieldMicros(). Should get indexbg1 passingMathias Stearn
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2011-01-03put connectionId in Client and in getLastErrorEliot Horowitz
2011-01-03more Client cleaningEliot Horowitz
2011-01-03making Client closer to coding rulesEliot Horowitz
2010-12-17remove temp collection codeEliot Horowitz
2010-12-16compile SERVER-1992Eliot Horowitz
2010-12-16Merge branch 'master' of github.com:mongodb/mongoagirbal
2010-12-16[SERVER-1992]: Log remote requestor for splits and migratesagirbal
2010-12-11cleaningdwight
2010-11-04move include to top of file from bottomDwight
2010-11-03class is alreadhy synchronized (thread safe)Alberto Lerner
2010-11-03towards conventionsdwight
2010-10-26normal event; no need for a stack traceAlberto Lerner
2010-10-24mongostat shows # of active readers/writers SERVER-1997Eliot Horowitz
2010-10-20allow arbiter to become secondary & vice versa SERVER-1930Kristina Chodorow
2010-10-19optimization: avoid an extra thread local lookup on locksdwight
2010-10-04SERVER-1819 limit interrupt code paths when write lock heldAaron
2010-10-01when yielding - sleep more for writesEliot Horowitz
2010-09-07don't check shard version twice for update and deleteEliot Horowitz
2010-08-27rs checkpoint workdwight
2010-08-27makemessagingport findable from the Client objectdwight