summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
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-22Refactor container into a library.Nick Mathewson
2018-06-21Extract tor_malloc and friends to a new module.Nick Mathewson
2018-06-21Make sure check-spaces applies in lib and dirauth.Nick Mathewson
2018-06-21Run checkIncludes.py from "make check-includes"Nick Mathewson
2018-06-21Split crypto and tls libraries into directoriesNick 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-21Rename libtor.a to libtor-app.aNick 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
2018-06-21Refactor makefiles to keep list of internal libraries in one place.Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Simplify AM_CPPFLAGS include setupNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-11build: Add `make clippy` option for Rust linting.Isis Lovecruft
2018-05-11Add a CONTRIBUTING fileNick Mathewson
2018-05-03Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-05-03Merge branch 'maint-0.3.3'Nick Mathewson
2018-05-01build: Always compile module support for testsDavid Goulet
2018-04-26Merge branch 'bug25936-032' into bug25936-033Taylor Yu
2018-04-26Merge branch 'bug25936-031' into bug25936-032Taylor Yu
2018-04-26Merge branch 'bug25936-029' into bug25936-031Taylor Yu
2018-04-26Show test-suite.log for distcheck on Travis CITaylor Yu
2018-04-22add changes file and update check-typos in makefileDeepesh Pathak
2018-04-22Add spell check to makefile to check for typos ticket#25024Deepesh Pathak
2018-01-16Merge branch 'maint-0.3.2'Nick Mathewson
2018-01-04Use -lresolv in LIBS with rust on OSX.Nick Mathewson
2018-01-02Merge remote-tracking branch 'ffmancera/github/bug24677'Nick Mathewson
2018-01-02Use ping -6 ::1 on Linux when ping6 ::1 fails on tests.Fernando Fernandez Mancera
2017-10-27Make distcleancheck pass with --enable-rustNick Mathewson
2017-10-27refactor build infrastructure for single rust binaryChelsea Holland Komlo
2017-10-27use tor allocator for string allocation in rustChelsea Holland Komlo
2017-10-27rust implementation of protoverChelsea Holland Komlo
2017-09-21Whoops; only run lintchanges when usepythonNick Mathewson
2017-09-21Make check-spaces part of the standard "make check" processNick Mathewson
2017-09-07Add support for running "calltool" on Tor via "make callgraph".Nick Mathewson
2017-08-2122839: Build tor with rust enabled on winTies Stuij
2017-05-19Allow Rust build using locally supplied crates or crates.ioSebastian Hahn
2017-05-19Add some Rust utility functions and print supportSebastian Hahn
2017-04-29Add --enable-rust configure switchSebastian Hahn