Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Switch to C++ versions of standard C headers | Alex Chernyakhovsky | 2023-07-30 |
* | Use c99 standard name instead of gcc-ism | Anton Lundin | 2012-12-01 |
* | Remove __STRING() usage. It's nonstandard, while #expr works everywhere nowad... | Timo Sirainen | 2012-08-11 |
* | Make fatal_assert() use abort() instead of exit() | Keith Winstein | 2012-08-07 |
* | Add OpenSSL licensing exception | Keith Winstein | 2012-07-20 |
* | Split the fatal_assert message into two lines | Keegan McAllister | 2012-03-24 |
* | Actually print the message on fatal_assert failure | Keegan McAllister | 2012-03-24 |
* | Fix asserts with side-effects (per Keegan McAllister) | Keith Winstein | 2012-03-08 |