Age | Commit message (Expand) | Author |
---|---|---|
2019-10-17 | Add test to check if the exit callback is called in process_t upon process_ex... | Alexander Færøy |
2019-06-05 | Run "make autostyle." | Nick Mathewson |
2019-01-24 | One more 32-bit clang warning | Nick Mathewson |
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson |
2018-12-21 | Merge branch 'ticket28847' | Nick Mathewson |
2018-12-21 | Don't initialize the process module manually in tests. | Alexander Færøy |
2018-12-20 | Remember to check for whether we actually did exit in tests. | Alexander Færøy |
2018-12-18 | Avoid breaking the event loop prematurely. | Alexander Færøy |
2018-12-17 | Use `const char *` instead of `char *` for line parameter for process callbacks. | Alexander Færøy |
2018-12-17 | Change the Process exit_callback to return bool. | Alexander Færøy |
2018-12-17 | Use run_main_loop_until_done() for process_t tests. | Alexander Færøy |
2018-12-17 | Fix tests on kqueue() based platforms. | Alexander Færøy |
2018-12-17 | Add slow test for process_t for main loop interaction. | Alexander Færøy |