aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2018-11-14Normalize .may_include to always have paths, and paths to includeNick Mathewson
2018-11-14Remove dependency on lib/net from lib/sandbox.Nick Mathewson
2018-11-14Move buffers.c out of lib/containers to resolve a circularity.Nick Mathewson
2018-11-14Make memarea use smartlist_core, not container.Nick Mathewson
2018-11-13Merge branch 'maint-0.3.5'Nick Mathewson
2018-11-13Merge branch 'bug28183_029' into maint-0.3.5Nick Mathewson
2018-11-13Merge branch 'maint-0.3.5'Nick Mathewson
2018-11-13Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
2018-11-11Merge branch 'maint-0.3.5'Nick Mathewson
2018-11-11Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
2018-11-09Merge branch 'subsystems'Nick Mathewson
2018-11-09Rename subsystem callback functions to make them consistentNick Mathewson
2018-11-09fixup! Make initialization for the "err" library into a subsystem.Nick 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-09Merge branch 'maint-0.3.5'Nick Mathewson
2018-11-09Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
2018-11-07simplify now that it uses tor's copyright and licenseRoger Dingledine
2018-11-07Switch ctassert.h to 3bsd (with permission)Nick Mathewson
2018-11-06Allow lib/cc to include its own files.Nick Mathewson
2018-11-06Change copyright statement (with permission)Nick Mathewson
2018-11-06Remove a tab.Nick Mathewson
2018-11-06Add parentheses to the ctassert macro expansionsNick Mathewson
2018-11-06Add a user of CTASSERT().Nick Mathewson
2018-11-06New macro CTASSERT(condition) to assert condition at compile-time.Taylor R Campbell
2018-11-06Merge remote-tracking branch 'tor-github/pr/464'Nick Mathewson
2018-11-06Merge branch 'maint-0.3.5'Nick Mathewson
2018-11-06Include sys/time.h in timers.c and time_fmt.cKris Katterjohn
2018-11-05Make tortls use the subsystems interfaceNick Mathewson
2018-11-05Turn "compress" into a subsystem.Nick Mathewson
2018-11-05Move monotonic time setup into a subsystemNick Mathewson
2018-11-05Move prefork, postfork, and thread-exit hooks into subsysNick Mathewson
2018-11-05Add crypto module as a subsystem.Nick Mathewson
2018-11-05Move networking startup/cleanup logic into a subsystem.Nick Mathewson
2018-11-05Use subsystems manager for subsystems used in tests.Nick Mathewson
2018-11-05Turn the wallclock module into a subsystem.Nick Mathewson
2018-11-05Turn the logging code into a subsystemNick Mathewson
2018-11-05Add a subsystem for our threading supportNick Mathewson
2018-11-05Make the windows process parameter initialization a subsystemNick Mathewson
2018-11-05Make initialization for the "err" library into a subsystem.Nick Mathewson
2018-11-05Move the code that knows our tor version into a lowest-level libNick Mathewson
2018-11-05Code to manage the list of subsystems.Nick Mathewson
2018-11-02Merge branch 'bug27963_wallclock' into maint-0.3.5Nick Mathewson
2018-11-02Merge branch 'bug27963_wallclock'Nick Mathewson
2018-11-01Declare the subsystem structure.Nick Mathewson
2018-10-30Merge branch 'ticket23082_squashed'Nick Mathewson
2018-10-30Code cleanups for tor_addr_parse()rl1987
2018-10-30Move a check for trailing colon to tor_inet_pton()rl1987
2018-10-24Merge branch 'maint-0.3.5'Nick Mathewson
2018-10-23string: add BOM helpercypherpunks