summaryrefslogtreecommitdiff
path: root/db/client.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "fix active in curop"Eliot Horowitz2011-07-071-1/+1
* fix active in curopEliot Horowitz2011-07-071-1/+1
* fix potential seg fault when Client Context isn't handled correct with except...Eliot Horowitz2011-03-091-5/+5
* fix Client::recommendedYieldMicros(). Should get indexbg1 passingMathias Stearn2011-01-311-2/+3
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-97/+97
* put connectionId in Client and in getLastErrorEliot Horowitz2011-01-031-1/+1
* more Client cleaningEliot Horowitz2011-01-031-1/+11
* making Client closer to coding rulesEliot Horowitz2011-01-031-0/+32
* remove temp collection codeEliot Horowitz2010-12-171-61/+1
* compile SERVER-1992Eliot Horowitz2010-12-161-4/+0
* Merge branch 'master' of github.com:mongodb/mongoagirbal2010-12-161-0/+12
|\
| * cleaningdwight2010-12-111-0/+12
* | [SERVER-1992]: Log remote requestor for splits and migratesagirbal2010-12-161-2/+6
|/
* move include to top of file from bottomDwight2010-11-041-1/+1
* class is alreadhy synchronized (thread safe)Alberto Lerner2010-11-031-1/+1
* towards conventionsdwight2010-11-031-0/+36
* normal event; no need for a stack traceAlberto Lerner2010-10-261-1/+3
* mongostat shows # of active readers/writers SERVER-1997Eliot Horowitz2010-10-241-0/+21
* allow arbiter to become secondary & vice versa SERVER-1930Kristina Chodorow2010-10-201-0/+3
* optimization: avoid an extra thread local lookup on locksdwight2010-10-191-6/+4
* SERVER-1819 limit interrupt code paths when write lock heldAaron2010-10-041-0/+5
* when yielding - sleep more for writesEliot Horowitz2010-10-011-4/+6
* don't check shard version twice for update and deleteEliot Horowitz2010-09-071-1/+7
* rs checkpoint workdwight2010-08-271-3/+4
* makemessagingport findable from the Client objectdwight2010-08-271-2/+2
* cleaning query caching thread safetyEliot Horowitz2010-08-261-51/+5
* fix nested CurOp cleaning SERVER-1610Eliot Horowitz2010-08-261-3/+18
* make web console get query in a thread safe way SERVER-1692Eliot Horowitz2010-08-261-1/+24
* some log cleaningEliot Horowitz2010-08-251-3/+3
* cleaning formattingDwight2010-08-251-1/+1
* add if op is write to shardVersionOk definition prep for SERVER-1473Eliot Horowitz2010-08-251-1/+1
* do not background index when applying a create index operationDwight2010-08-231-0/+1
* lock testing and suchDwight2010-08-021-1/+7
* use checksum to make curop threadsafe SERVER-723Eliot Horowitz2010-07-291-3/+27
* move client info outEliot Horowitz2010-07-281-0/+61
* framework for retrying commands because data out of sync SERVER-1471Eliot Horowitz2010-07-231-1/+1
* don't delete old chunk data until there aren't cursors iterating it SERVER-937Eliot Horowitz2010-07-221-1/+1
* set Stale shard data on late errorsEliot Horowitz2010-07-221-1/+1
* Eliminate implicit conversionAlberto Lerner2010-07-191-2/+2
* better debuggingEliot Horowitz2010-07-161-1/+1
* fix sharded count on movesEliot Horowitz2010-07-161-1/+10
* clean up temporary collection handlingEliot Horowitz2010-07-071-40/+44
* extraneous LF in error message for securityDwight2010-07-011-1/+1
* don't yield if you're a reader and only other readers are active SERVER-517Eliot Horowitz2010-06-221-3/+16
* better yield timesEliot Horowitz2010-06-221-9/+8
* fix w for new clientsEliot Horowitz2010-06-111-1/+2
* MutexDebuggerDwight Merriman2010-05-261-1/+1
* cleaner error / uassert loggingDwight Merriman2010-05-151-1/+7
* make unauthorized a uassertDwight Merriman2010-05-151-1/+1
* Whitespace fix in db/client.cpp. Oops.Richard Kreuter2010-05-131-24/+24