summaryrefslogtreecommitdiff
path: root/db/lasterror.h
Commit message (Expand)AuthorAgeFilesLines
* remove all clientId related code and systems, and just use tls SERVER-2872Eliot Horowitz2011-03-301-15/+4
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-15/+16
* on w timeout, don't set ok=0, but set ok=1 and set err SERVER-1585Eliot Horowitz2010-11-101-1/+5
* remove mechanism to put mongos -> mongod connections in last error id modeEliot Horowitz2010-08-171-3/+1
* Fix exit memory leakAlberto Lerner2010-08-101-1/+4
* debuggingEliot Horowitz2010-08-031-1/+4
* fix uninitialized warningMathias Stearn2010-08-021-0/+2
* easier to disable last error for a short while SERVER-1541Eliot Horowitz2010-08-021-1/+20
* getLastError handles writebackEliot Horowitz2010-07-221-0/+6
* getLastError has _id of of upserted object SERVER-1173Eliot Horowitz2010-06-241-16/+15
* try to fix builddwight2010-06-111-13/+2
* shelldwight2010-06-111-2/+3
* LastError cleanup SERVER-1165Eliot Horowitz2010-05-281-0/+2
* cleaning; make mutex have its own header fileDwight Merriman2010-05-251-4/+0
* use boost bind for msg.hDwight Merriman2010-05-241-1/+1
* rsDwight2010-05-191-1/+2
* rsDwight2010-05-181-1/+4
* really fix getLastError in mongos SERVER-1039Eliot Horowitz2010-04-281-1/+1
* Get rid of xassertMathias Stearn2010-04-231-1/+1
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-1/+1
* cleaningEliot Horowitz2010-02-031-3/+3
* SERVER-531 use correct threading model for disabling lastErrorAaron2010-01-121-12/+10
* SERVER-531 refactor code for not influencing lastErrorAaron2010-01-121-1/+2
* SERVER-531 killCursors no longer affects lastErrorAaron2010-01-121-3/+14
* use code in getLastError SERVER-112Eliot Horowitz2009-12-281-3/+6
* fix error message reporting on build indexDwight2009-11-181-2/+1
* fix seg fault on windows because of static initializier orderDwight2009-11-181-0/+1
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-15/+14
* ThreadLocalInt prettierDwight2009-10-131-1/+1
* make lasterror threadsafeDwight2009-10-121-11/+12
* mongod side of client based errors for SHARDING-16Eliot Horowitz2009-09-111-3/+9
* make lastError able to work with ids, rather than just tlEliot Horowitz2009-09-111-1/+29
* fix assert macro definition after a boost include (ugly at the moment)Dwight2009-05-151-0/+2
* lastError 'n' zero on failed non upsert updateAaron2009-04-101-4/+4
* name enums to make old compiler happy (thx kristina)Aaron2009-04-061-1/+1
* Add information on last update / delete to lastErrorAaron2009-03-261-7/+34
* More validation for modifier updatesAaron2009-02-051-5/+5
* Indent all lines within namespaces one levelAaron2009-01-151-31/+31
* Replace tab indentation with spacesAaron2009-01-141-18/+24
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* getlasterrorDwight2009-01-051-0/+44