Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-16 | Bump copyright date to 2019. | Nick Mathewson | |
2018-07-05 | Fix every include path changed in the previous commit (automated) | Nick Mathewson | |
I am very glad to have written this script. | |||
2018-07-05 | Clean up include paths for libtor-evloop (automated) | Nick Mathewson | |
2018-06-20 | Run rectify_include_paths.py | Nick Mathewson | |
2018-06-20 | Update copyrights to 2018. | Nick Mathewson | |
2018-04-13 | Add a unit test for post-loop events | Nick Mathewson | |
This test works by having two post-loop events activate one another in a tight loop. If the "post-loop" mechanism didn't work, this would be enough to starve all other events. | |||
2018-04-05 | Remove needless event2/thread.h include from test_compat_libevent.c | Nick Mathewson | |
2017-03-15 | Run the copyright update script. | Nick Mathewson | |
2016-09-08 | Simplify log_test_helpers interface | Nick Mathewson | |
Previously, you needed to store the previous log severity in a local variable, and it wasn't clear if you were allowed to call these functions more than once. | |||
2016-08-31 | Use setup_full_capture_of_logs() where appropriate. | Nick Mathewson | |
2016-08-02 | Remove USE_BUFFEREVENTS code outside src/or | Nick Mathewson | |
2016-07-04 | Raise libevent dependency to 2.0.10-stable or newer | Sebastian Hahn | |
Only some very ancient distributions don't ship with Libevent 2 anymore, even the oldest supported Ubuntu LTS version has it. This allows us to get rid of a lot of compat code. | |||
2016-02-27 | Update the copyright year. | Nick Mathewson | |
2016-02-01 | Make all unit tests independent of log message order and count | teor (Tim Wilson-Brown) | |
2015-10-02 | Clean up compat_libevent tests | Nick Mathewson | |
2015-09-15 | Add tests for compat_libevent | Ola Bini | |