summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Expand)AuthorAge
* Add a test-rng program so we can pipe to dieharder.Nick Mathewson2019-02-14
* Merge branch 'maint-0.3.5'Nick Mathewson2018-12-21
|\
| * Try @warning_flags to avoid bloating verbose make logsNick Mathewson2018-12-21
* | Merge branch 'ticket28179_squashed' into ticket28179_squashed_mergedNick Mathewson2018-12-17
|\ \
| * | Delete old process_handle_t code.Alexander Færøy2018-12-17
| * | Add slow test for process_t for main loop interaction.Alexander Færøy2018-12-17
* | | Move buffers.c out of lib/containers to resolve a circularity.Nick Mathewson2018-11-14
|/ /
* | Move the code that knows our tor version into a lowest-level libNick Mathewson2018-11-05
|/
* Extract the non-stats part of geoip into a new src/lib/geoip.Nick Mathewson2018-09-27
* Update .gitignorerl19872018-07-08
* Start splitting src/orNick Mathewson2018-07-05
* All remaining files in src/common belong to the event loop.Nick Mathewson2018-07-05
* Extract getpass to a new lib/term libraryNick Mathewson2018-06-29
* Extract get_uname to lib/osinfo.Nick Mathewson2018-06-29
* Move fd and memory-info functions.Nick Mathewson2018-06-29
* Extract time functionality into lib/wallclock and lib/timeNick Mathewson2018-06-28
* Move floating-point math functions into a new lib/mathNick Mathewson2018-06-28
* Extract process-management functionality into a new lib/processNick Mathewson2018-06-28
* Extract memarea into its own libraryNick Mathewson2018-06-28
* Extract threading code into a new library.Nick Mathewson2018-06-28
* Move util_format into a new libtor-encoding libraryNick Mathewson2018-06-27
* Merge branch 'fs_refactor'Nick Mathewson2018-06-27
|\
| * Extract functions from compat.c and util.h into a new fs libraryNick Mathewson2018-06-27
* | Merge branch 'sandbox_refactor'Nick Mathewson2018-06-27
|\ \ | |/
| * Move sandbox code into a new library.Nick Mathewson2018-06-27
* | Merge branch 'net_refactor'Nick Mathewson2018-06-27
|\ \ | |/
| * Move network code to libtor-net.Nick Mathewson2018-06-27
* | Extract core part of smartlist code into its own library.Nick Mathewson2018-06-26
|/
* Update .gitignore and .may_include filesNick Mathewson2018-06-22
* Extract the locking and logging codeNick Mathewson2018-06-22
* Extract simple integer math into its own moduleNick Mathewson2018-06-22
* Extract key string manipulation functions into a new library.Nick Mathewson2018-06-22
* Extract our code for answering "what time is it right now".Nick Mathewson2018-06-22
* Refactor container into a library.Nick Mathewson2018-06-22
* Extract tor_malloc and friends to a new module.Nick Mathewson2018-06-21
* Move responsibility for libdonna out of src/commonNick Mathewson2018-06-21
* Split crypto and tls libraries into directoriesNick Mathewson2018-06-21
* Move trace into its own library in libs.Nick Mathewson2018-06-21
* Extract compression functions into a new library.Nick Mathewson2018-06-21
* Rename libtor.a to libtor-app.aNick Mathewson2018-06-21
* Move consttime library code into its own directory.Nick Mathewson2018-06-21
* Extract error functionality into a new lowest-level library.Nick Mathewson2018-06-21
* Use a rust build script to set linker options correctly for tests.Nick Mathewson2018-06-19
* Merge branch 'maint-0.3.2'Nick Mathewson2017-12-13
|\
| * vim sometimes makes swo tempfilesNick Mathewson2017-12-13
* | Add a small library to emulate tor_run_main() with exec()Nick Mathewson2017-11-01
|/
* Merge branch 'maint-0.3.1'Nick Mathewson2017-09-19
|\
| * add rust registry to gitignoreNick Mathewson2017-09-19
* | Add support for running "calltool" on Tor via "make callgraph".Nick Mathewson2017-09-07
|/
* Allow Rust build using locally supplied crates or crates.ioSebastian Hahn2017-05-19