Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-15 | Run the copyright update script. | Nick Mathewson | |
2016-02-27 | Update the copyright year. | Nick Mathewson | |
2015-11-17 | Some unit tests now require that periodic events be initialized. | Nick Mathewson | |
2015-11-17 | Changes to 3199 branch based on feedback from special | Nick Mathewson | |
2015-11-13 | Change periodic.c to use libevent directly | Nick Mathewson | |
Libevent's periodic timers aren't the right solution when the timeout potentially changes every time. | |||
2015-11-13 | fix whitespace; remove dead code | Nick Mathewson | |
2015-11-13 | Connect periodic events to main | Nick Mathewson | |
2015-11-13 | Infrastructure for replacing global periodic events in main.c | Kevin Butler | |
(This is from Kevin's bug3199 patch series; nick extracted it into a new file and changed the interface a little, then did some API tweaks on it.) |