summaryrefslogtreecommitdiff
path: root/util/assert_util.cpp
AgeCommit message (Expand)Author
2011-08-02rate limit logging of wassertdwight
2011-07-31make journaling the default on 64 bitdwight
2011-06-27dont inline asserts. might matter with global optimizers.Dwight
2011-05-29add verify( <code> , <test> ) SERVER-1259Eliot Horowitz
2011-05-23helper mongo::ErrorMsg class that builds error strings. lighter weight than ...dwight
2011-05-22show user asserts in verbose modeEliot Horowitz
2011-03-29abort _DEBUG on wasserts, they arent supposed to happendwight
2011-03-22on an unnumbered assertion (not an massert or uassert), abort() if itdwight
2011-03-17make wassert say warning SERVER-2736Eliot Horowitz
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-11-09get rid of lastAssert and assertinfo commandEliot Horowitz
2010-11-06header was included but doesnt seem to be useddwight
2010-07-24move logging cpp code into log.cppEliot Horowitz
2010-07-15Rejiggering of log file handling. should solve SERVER-733Mathias Stearn
2010-06-22compile (windows)dwight
2010-06-21cleaning exceptionsEliot Horowitz
2010-05-25Merge branch 'master' of github.com:mongodb/mongoAaron
2010-05-25maybe compile solarisAaron
2010-05-26MutexDebuggerDwight Merriman
2010-05-19log less during unit testsDwight
2010-05-15cleaner error / uassert loggingDwight Merriman
2010-04-27stdafx->pchDwight
2010-04-26cleaning socket error logging and move demangleName to global locationEliot Horowitz
2010-04-25bson cleaningDwight Merriman
2010-04-24less defines - use inlines instead. uassert etc.Dwight Merriman
2010-04-24get rid of macros in log.hDwight Merriman
2010-04-22cleaningDwight
2010-04-14close test fd SERVER-1023Eliot Horowitz
2010-03-15Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron
2010-02-23add # of asserts to serverStatusEliot Horowitz
2010-02-04better errno reportingEliot Horowitz
2010-01-24better debugging when can't open streamsEliot Horowitz
2010-01-14fix --logappend SERVER-543Eliot Horowitz
2009-12-28use code in getLastError SERVER-112Eliot Horowitz
2009-12-28Exception classess need codes too SERVER-112Eliot Horowitz
2009-12-28uassert/massert take error code SERVER-112Eliot Horowitz
2009-12-14win compileEliot Horowitz
2009-12-14better handling of invalid logpath setting SERVER-482Eliot Horowitz
2009-12-08make lastAssert threadsafeDwight
2009-12-06debuggingEliot Horowitz
2009-12-06make msgassert print stack trace - maybe get rid of, not sureEliot Horowitz
2009-11-02assert and massert now trigger breakpoint()Mathias Stearn
2009-10-27all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn
2009-10-16win32 fixEliot Horowitz
2009-10-16log rotation with USR1 signal SERVER-358Eliot Horowitz
2009-10-16clean logpath codeEliot Horowitz
2009-10-16make logpath use FILE/fopen instead of open - should work on windows SERVER-339Eliot Horowitz
2009-10-01better debugging for assertionsEliot Horowitz
2009-08-05newline MINOREliot Horowitz
2009-06-04Moved implementation code from stdafx to correct pre-compiled headersalanw