aboutsummaryrefslogtreecommitdiff
path: root/src/lib/subsys
AgeCommit message (Expand)Author
2020-11-12Fix typos.Samanta Navarro
2020-10-27metrics: New feature module to track tor metricsDavid Goulet
2020-04-29Run "make autostyle"teor
2020-03-26Add a "location" field for subsystems to declare which file they are in.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-11-15Doxygen: rename all .dox files to end with .mdNick Mathewson
2019-11-15Doxygen: remove /** and **/ from all .dox filesNick Mathewson
2019-11-15Initialization documents: incorporate feedback from review.Nick Mathewson
2019-11-10Not const.Nick Mathewson
2019-11-10Improve subsys documentation; add initialization documentation.Nick Mathewson
2019-11-07Add subsys functions for receiving/flushing states and options.Nick Mathewson
2019-11-07Give subsystems optional config formats and state formats.Nick Mathewson
2019-11-06Add a bunch of doxygen for things in src/lib.Nick Mathewson
2019-11-04Doxygen: Avoid ambiguity in @dir directivesNick Mathewson
2019-11-04doxygen: Take "lib" descriptions from doc/HACKING/design.Nick Mathewson
2019-11-04Add stub directory-level documentation for most source directoriesNick Mathewson
2019-10-26doxygen: add @file declarations for src/libNick Mathewson
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-02Add comments to include.am files to note where new sources goNick Mathewson
2019-03-26Merge branch 'messaging_v3' into messaging_v3_mergedNick Mathewson
2019-03-25Code to manage publish/subscribe setup via subsystem interface.Nick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-11-09Document that subsystem callbacks are optional.Nick Mathewson
2018-11-09Explain that configuration should happen elsewhere, but not init.Nick Mathewson
2018-11-05Move prefork, postfork, and thread-exit hooks into subsysNick Mathewson
2018-11-05Use subsystems manager for subsystems used in tests.Nick Mathewson
2018-11-05Code to manage the list of subsystems.Nick Mathewson
2018-11-01Declare the subsystem structure.Nick Mathewson