Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-05 | Merge branch 'maint-0.3.5' into maint-0.4.0 | teor | |
2019-08-30 | torerr: Try harder to flush raw assert messages before process termination | teor | |
Some platforms (macOS, maybe others?) can swallow the last write before an abort. This issue is probably caused by a race condition between write buffer cache flushing, and process termination. So we write an extra newline, to make sure that the message always gets through. Fixes bug 31571; bugfix on 0.3.5.1-alpha. | |||
2019-08-30 | torerr: Log the Tor backtrace version when a raw assertion fails | teor | |
Part of 31571. | |||
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2019-01-16 | Bump copyright date to 2019. | Nick Mathewson | |
2018-11-05 | Make initialization for the "err" library into a subsystem. | Nick Mathewson | |
2018-07-01 | File-level documentation for some of src/lib. | Nick Mathewson | |
2018-06-25 | Include stdio.h in torerr.c. | Nick Mathewson | |
2018-06-21 | Rectify include paths (automated) | Nick Mathewson | |
2018-06-21 | Extract error functionality into a new lowest-level library. | Nick Mathewson | |