aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Expand)Author
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-22Update .gitignore and .may_include filesNick 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-21Move responsibility for libdonna out of src/commonNick 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-19Use a rust build script to set linker options correctly for tests.Nick Mathewson
2017-12-13Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-13vim sometimes makes swo tempfilesNick Mathewson
2017-11-01Add a small library to emulate tor_run_main() with exec()Nick Mathewson
2017-09-19Merge branch 'maint-0.3.1'Nick Mathewson
2017-09-19add rust registry to gitignoreNick Mathewson
2017-09-07Add support for running "calltool" on Tor via "make callgraph".Nick Mathewson
2017-05-19Allow Rust build using locally supplied crates or crates.ioSebastian Hahn
2017-04-25trace: Add a basic event-tracing infrastructure.David Goulet
2017-04-13Merge branch 'asn/prop224-ntor-v2-squashed'Nick Mathewson
2017-04-13prop224: Add Python integration tests for HS ntor.George Kadianakis
2017-03-26Add calltool cache files to gitignoreNick Mathewson
2017-01-30Merge branch 'combined-fuzzing-v4'Nick Mathewson
2017-01-30Add libfuzzer support.Nick Mathewson
2017-01-30Fuzzing: initialize siphash key, don't init_logging twice.Nick Mathewson
2017-01-11Merge branch 'bug20990_squashed_v2'Nick Mathewson
2016-12-23Remove dead code related to the old tor-fw-helpercypherpunks
2016-12-23Use AM_PROG_AR to improve portabilitycypherpunks
2016-10-03Add TAGS to gitignore.Nick Mathewson
2016-05-23Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-23Do not ignore files that are being tracked by gitcypherpunks
2016-05-12Merge branch 'ftrapv_v3'Nick Mathewson
2016-05-12Add -ftrapv to gcc-hardening ... mostly!Nick Mathewson
2016-05-09Quick-and-dirty test for timers code.Nick Mathewson
2015-12-20add libkeccak-tiny to .gitignoreNick Mathewson
2015-12-15Merge remote-tracking branch 'teor/feature15775-fallback-v9-squashed'Nick Mathewson
2015-12-16Add Fallback Directory Candidate Selection Scriptteor
2015-12-15Add unit tests for switch_id(), including tests for capabilitiesNick Mathewson
2015-10-02Ignore OS X .DS_Store filesteor (Tim Wilson-Brown)
2015-08-05add dSYM files to gitignore (they are an osx thing)Nick Mathewson
2015-07-06Integrate ed25519-donna (Not yet used).Yawning Angel
2015-06-17add test-memwipe to .gitignoreNick Mathewson