summaryrefslogtreecommitdiff
path: root/db/lasterror.cpp
Commit message (Expand)AuthorAgeFilesLines
* on w timeout, don't set ok=0, but set ok=1 and set err SERVER-1585Eliot Horowitz2010-11-101-6/+15
* crazy buildbot warningsDwight2010-08-301-1/+1
* remove mechanism to put mongos -> mongod connections in last error id modeEliot Horowitz2010-08-171-8/+2
* log cleaningDwight2010-08-171-2/+5
* lastError is global; local static destructors ran first (fix for 057e211f0e9a...Alberto Lerner2010-08-111-2/+2
* Fix exit memory leakAlberto Lerner2010-08-101-1/+10
* easier to disable last error for a short while SERVER-1541Eliot Horowitz2010-08-021-1/+1
* rs log nicerdwight2010-07-281-1/+1
* stop leaking LastErrorsMathias Stearn2010-07-261-5/+2
* getLastError handles writebackEliot Horowitz2010-07-221-0/+2
* getLastError has _id of of upserted object SERVER-1173Eliot Horowitz2010-06-241-0/+2
* try to fix builddwight2010-06-111-0/+13
* LastError cleanup SERVER-1165Eliot Horowitz2010-05-281-0/+8
* MutexDebuggerDwight Merriman2010-05-261-1/+1
* rsDwight2010-05-181-0/+7
* SERVER-109 multi buffer messageAaron2010-05-121-2/+2
* really fix getLastError in mongos SERVER-1039Eliot Horowitz2010-04-281-4/+8
* better "n" for getlasterrorEliot Horowitz2010-04-271-1/+1
* stdafx->pchDwight2010-04-271-1/+1
* make sure tools create a LastError object SERVER-839Eliot Horowitz2010-03-281-2/+8
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-4/+4
* fix id based last error concurrency SERVER-535Eliot Horowitz2010-01-151-2/+4
* SERVER-531 use correct threading model for disabling lastErrorAaron2010-01-121-15/+23
* SERVER-531 refactor code for not influencing lastErrorAaron2010-01-121-0/+14
* SERVER-531 killCursors no longer affects lastErrorAaron2010-01-121-0/+3
* use code in getLastError SERVER-112Eliot Horowitz2009-12-281-0/+2
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-0/+15
* ThreadLocalInt prettierDwight2009-10-131-3/+3
* make lasterror threadsafeDwight2009-10-121-17/+24
* fix slight memory wastage on bottom up index buildDwight2009-09-291-3/+3
* remove spam MINOREliot Horowitz2009-09-111-1/+0
* mongod side of client based errors for SHARDING-16Eliot Horowitz2009-09-111-3/+29
* make lastError able to work with ids, rather than just tlEliot Horowitz2009-09-111-2/+90
* Add information on last update / delete to lastErrorAaron2009-03-261-10/+29
* Indent all lines within namespaces one levelAaron2009-01-151-1/+1
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* getlasterrorDwight2009-01-051-0/+6