aboutsummaryrefslogtreecommitdiff
path: root/src/lib/evloop/include.am
AgeCommit message (Collapse)Author
2019-06-14Make evloop into a subsystem.Nick Mathewson
Note that the event base object is _not_ created from the initialize function, since it is configuration-dependent. This will wait until configuration is integrated into subsystems. Closes ticket 30806.
2019-05-02Add comments to include.am files to note where new sources goNick Mathewson
This mechanism isn't perfect, and sometimes it will guess wrong, but it will help our automation.
2018-07-05All remaining files in src/common belong to the event loop.Nick Mathewson