aboutsummaryrefslogtreecommitdiff
path: root/src/include.am
AgeCommit message (Expand)Author
2022-04-27Remove broken MSVC supportAlex Xu (Hello71)
2021-10-06rust: Remove Rust support from treeDavid Goulet
2020-10-27metrics: New feature module to track tor metricsDavid Goulet
2020-10-27lib: New metrics libraryDavid Goulet
2020-02-24Move winprocess_sys into a new low-level hardening moduleNick Mathewson
2020-01-13Split core/include.am into per-subdirectory include.am filesNick Mathewson
2019-06-24Move unit-parsing code to src/lib/confmgtNick Mathewson
2019-06-24Start moving types that will be used for config vars to lib/confNick Mathewson
2019-03-25pubsub: relationship checking functionalityNick Mathewson
2019-03-25Low-level dispatch module for publish-subscribe mechanismNick Mathewson
2018-11-14Move buffers.c out of lib/containers to resolve a circularity.Nick Mathewson
2018-11-05Move the code that knows our tor version into a lowest-level libNick Mathewson
2018-11-01Declare the subsystem structure.Nick Mathewson
2018-09-27Extract the non-stats part of geoip into a new src/lib/geoip.Nick Mathewson
2018-07-05Start splitting src/orNick Mathewson
2018-07-05All remaining files in src/common belong to the event loop.Nick Mathewson
2018-06-29Extract getpass to a new lib/term libraryNick Mathewson
2018-06-29Extract get_uname to lib/osinfo.Nick Mathewson
2018-06-29Move fd and memory-info functions.Nick Mathewson
2018-06-28Extract time functionality into lib/wallclock and lib/timeNick Mathewson
2018-06-28Move floating-point math functions into a new lib/mathNick Mathewson
2018-06-28Extract process-management functionality into a new lib/processNick Mathewson
2018-06-28Extract memarea into its own libraryNick Mathewson
2018-06-28Extract threading code into a new library.Nick Mathewson
2018-06-27Move util_format into a new libtor-encoding libraryNick Mathewson
2018-06-27Move set/get_uint*() to inline functions in arch/bytes.hNick Mathewson
2018-06-27Merge branch 'fs_refactor'Nick Mathewson
2018-06-27Merge branch 'sandbox_refactor'Nick Mathewson
2018-06-27Merge branch 'net_refactor'Nick Mathewson
2018-06-27Extract functions from compat.c and util.h into a new fs libraryNick Mathewson
2018-06-27Move sandbox code into a new library.Nick Mathewson
2018-06-27Move network code to libtor-net.Nick Mathewson
2018-06-26Extract core part of smartlist code into its own library.Nick Mathewson
2018-06-22Finally extract the log library and make it build.Nick Mathewson
2018-06-22Extract the locking and logging codeNick Mathewson
2018-06-22Extract simple integer math into its own moduleNick Mathewson
2018-06-22Extract key string manipulation functions into a new library.Nick Mathewson
2018-06-22Extract our code for answering "what time is it right now".Nick Mathewson
2018-06-22Remove container->crypto dependencyNick Mathewson
2018-06-22Refactor container into a library.Nick Mathewson
2018-06-21Extract tor_malloc and friends to a new module.Nick Mathewson
2018-06-21Move testsupport.h to its own directoryNick Mathewson
2018-06-21Move responsibility for libdonna out of src/commonNick Mathewson
2018-06-21Split crypto and tls libraries into directoriesNick Mathewson
2018-06-21Move more compiler-compatibility stuff into compat_compiler.hNick Mathewson
2018-06-21Move trace into its own library in libs.Nick Mathewson
2018-06-21Extract compression functions into a new library.Nick Mathewson
2018-06-21Move consttime library code into its own directory.Nick Mathewson
2018-06-21Extract error functionality into a new lowest-level library.Nick Mathewson
2017-04-29Add --enable-rust configure switchSebastian Hahn