summaryrefslogtreecommitdiff
path: root/util/assert_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* show user asserts in verbose modeEliot Horowitz2011-05-221-0/+1
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-15/+15
* get rid of lastAssert and assertinfo commandEliot Horowitz2010-11-091-28/+0
* header was included but doesnt seem to be useddwight2010-11-061-3/+1
* move logging cpp code into log.cppEliot Horowitz2010-07-241-87/+0
* Rejiggering of log file handling. should solve SERVER-733Mathias Stearn2010-07-151-4/+15
* compile (windows)dwight2010-06-221-1/+2
* cleaning exceptionsEliot Horowitz2010-06-211-2/+14
* Merge branch 'master' of github.com:mongodb/mongoAaron2010-05-251-1/+1
|\
| * MutexDebuggerDwight Merriman2010-05-261-1/+1
* | maybe compile solarisAaron2010-05-251-0/+2
|/
* log less during unit testsDwight2010-05-191-1/+1
* cleaner error / uassert loggingDwight Merriman2010-05-151-3/+0
* stdafx->pchDwight2010-04-271-1/+1
* cleaning socket error logging and move demangleName to global locationEliot Horowitz2010-04-261-0/+23
* bson cleaningDwight Merriman2010-04-251-3/+1
* less defines - use inlines instead. uassert etc.Dwight Merriman2010-04-241-2/+1
* get rid of macros in log.hDwight Merriman2010-04-241-3/+3
* cleaningDwight2010-04-221-1/+9
* close test fd SERVER-1023Eliot Horowitz2010-04-141-0/+1
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-2/+2
* add # of asserts to serverStatusEliot Horowitz2010-02-231-0/+24
* better errno reportingEliot Horowitz2010-02-041-0/+9
* better debugging when can't open streamsEliot Horowitz2010-01-241-0/+9
* fix --logappend SERVER-543Eliot Horowitz2010-01-141-1/+1
* use code in getLastError SERVER-112Eliot Horowitz2009-12-281-5/+5
* Exception classess need codes too SERVER-112Eliot Horowitz2009-12-281-2/+2
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-5/+5
* win compileEliot Horowitz2009-12-141-1/+0
* better handling of invalid logpath setting SERVER-482Eliot Horowitz2009-12-141-1/+16
* make lastAssert threadsafeDwight2009-12-081-0/+7
* debuggingEliot Horowitz2009-12-061-1/+1
* make msgassert print stack trace - maybe get rid of, not sureEliot Horowitz2009-12-061-0/+1
* assert and massert now trigger breakpoint()Mathias Stearn2009-11-021-0/+2
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-15/+14
* win32 fixEliot Horowitz2009-10-161-1/+5
* log rotation with USR1 signal SERVER-358Eliot Horowitz2009-10-161-1/+19
* clean logpath codeEliot Horowitz2009-10-161-7/+1
* make logpath use FILE/fopen instead of open - should work on windows SERVER-339Eliot Horowitz2009-10-161-0/+45
* better debugging for assertionsEliot Horowitz2009-10-011-1/+5
* newline MINOREliot Horowitz2009-08-051-1/+2
* Moved implementation code from stdafx to correct pre-compiled headersalanw2009-06-041-0/+81