index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
assert_util.cpp
Age
Commit message (
Expand
)
Author
2011-08-02
rate limit logging of wassert
dwight
2011-07-31
make journaling the default on 64 bit
dwight
2011-06-27
dont inline asserts. might matter with global optimizers.
Dwight
2011-05-29
add verify( <code> , <test> ) SERVER-1259
Eliot Horowitz
2011-05-23
helper mongo::ErrorMsg class that builds error strings. lighter weight than ...
dwight
2011-05-22
show user asserts in verbose mode
Eliot Horowitz
2011-03-29
abort _DEBUG on wasserts, they arent supposed to happen
dwight
2011-03-22
on an unnumbered assertion (not an massert or uassert), abort() if it
dwight
2011-03-17
make wassert say warning SERVER-2736
Eliot Horowitz
2011-01-04
ran astyle SERVER-2304
Eliot Horowitz
2010-11-09
get rid of lastAssert and assertinfo command
Eliot Horowitz
2010-11-06
header was included but doesnt seem to be used
dwight
2010-07-24
move logging cpp code into log.cpp
Eliot Horowitz
2010-07-15
Rejiggering of log file handling. should solve SERVER-733
Mathias Stearn
2010-06-22
compile (windows)
dwight
2010-06-21
cleaning exceptions
Eliot Horowitz
2010-05-25
Merge branch 'master' of github.com:mongodb/mongo
Aaron
2010-05-25
maybe compile solaris
Aaron
2010-05-26
MutexDebugger
Dwight Merriman
2010-05-19
log less during unit tests
Dwight
2010-05-15
cleaner error / uassert logging
Dwight Merriman
2010-04-27
stdafx->pch
Dwight
2010-04-26
cleaning socket error logging and move demangleName to global location
Eliot Horowitz
2010-04-25
bson cleaning
Dwight Merriman
2010-04-24
less defines - use inlines instead. uassert etc.
Dwight Merriman
2010-04-24
get rid of macros in log.h
Dwight Merriman
2010-04-22
cleaning
Dwight
2010-04-14
close test fd SERVER-1023
Eliot Horowitz
2010-03-15
Revert "Revert "SERVER-695 don't destroy static global mutexes""
Aaron
2010-02-23
add # of asserts to serverStatus
Eliot Horowitz
2010-02-04
better errno reporting
Eliot Horowitz
2010-01-24
better debugging when can't open streams
Eliot Horowitz
2010-01-14
fix --logappend SERVER-543
Eliot Horowitz
2009-12-28
use code in getLastError SERVER-112
Eliot Horowitz
2009-12-28
Exception classess need codes too SERVER-112
Eliot Horowitz
2009-12-28
uassert/massert take error code SERVER-112
Eliot Horowitz
2009-12-14
win compile
Eliot Horowitz
2009-12-14
better handling of invalid logpath setting SERVER-482
Eliot Horowitz
2009-12-08
make lastAssert threadsafe
Dwight
2009-12-06
debugging
Eliot Horowitz
2009-12-06
make msgassert print stack trace - maybe get rid of, not sure
Eliot Horowitz
2009-11-02
assert and massert now trigger breakpoint()
Mathias Stearn
2009-10-27
all client files now marked as Apache 2.0. SERVER-329.
Mathias Stearn
2009-10-16
win32 fix
Eliot Horowitz
2009-10-16
log rotation with USR1 signal SERVER-358
Eliot Horowitz
2009-10-16
clean logpath code
Eliot Horowitz
2009-10-16
make logpath use FILE/fopen instead of open - should work on windows SERVER-339
Eliot Horowitz
2009-10-01
better debugging for assertions
Eliot Horowitz
2009-08-05
newline MINOR
Eliot Horowitz
2009-06-04
Moved implementation code from stdafx to correct pre-compiled headers
alanw