aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/util/fatal_assert.h
Commit message (Expand)AuthorAge
* Switch to C++ versions of standard C headersGravatar Alex Chernyakhovsky2023-07-30
* Use c99 standard name instead of gcc-ismGravatar Anton Lundin2012-12-01
* Remove __STRING() usage. It's nonstandard, while #expr works everywhere nowad...Gravatar Timo Sirainen2012-08-11
* Make fatal_assert() use abort() instead of exit()Gravatar Keith Winstein2012-08-07
* Add OpenSSL licensing exceptionGravatar Keith Winstein2012-07-20
* Split the fatal_assert message into two linesGravatar Keegan McAllister2012-03-24
* Actually print the message on fatal_assert failureGravatar Keegan McAllister2012-03-24
* Fix asserts with side-effects (per Keegan McAllister)Gravatar Keith Winstein2012-03-08