summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Allow Rust build using locally supplied crates or crates.ioadd_rustSebastian Hahn2017-05-02
* fixup! Add some Rust utility functions and print supportSebastian Hahn2017-05-02
* Detect rustc versionSebastian Hahn2017-05-02
* cargo-online-mode configure argumentSebastian Hahn2017-05-02
* fixup! Run cargo test during make checkSebastian Hahn2017-05-02
* fixup! Add some Rust utility functions and print supportSebastian Hahn2017-05-02
* Add rustfmt.tomlSebastian Hahn2017-05-02
* fixup! Add some Rust utility functions and print supportSebastian Hahn2017-05-02
* Run cargo test during make checkSebastian Hahn2017-05-01
* Add some Rust utility functions and print supportSebastian Hahn2017-05-01
* Add --enable-rust configure switchSebastian Hahn2017-04-29
* Fix a brazen memleak in consdiffmgr_add_consensus()Nick Mathewson2017-04-28
* Merge branch 'ticket21648'Nick Mathewson2017-04-28
|\
| * Increase MALLOC_MP_LIM to 16MBNick Mathewson2017-04-28
| *-. Merge branches 'consdiffmgr_orig_squashed' and 'actually_compute_diffs_squashed'Nick Mathewson2017-04-27
| |\ \ |/ / /
| | * Functionality to ensure there is space to add files to cache.Nick Mathewson2017-04-27
| | * New force-delete option on consensus_cache_delete_pending()Nick Mathewson2017-04-27
| | * Lower the file limit in consdiffmgr, to support seccomp2Nick Mathewson2017-04-27
| | * Pass incoming consensus documents to the consdiffmgr codeNick Mathewson2017-04-27
| | * Fix use-after-free bug in storage_dir sandbox code.Nick Mathewson2017-04-27
| | * Clean the consdiffmgr cache and launch new diffs as needed.Nick Mathewson2017-04-27
| | * Initialize consdiffmgr when running as (or becoming) a server.Nick Mathewson2017-04-27
| | * Configure sandbox using consdiffmgr; free cdm on exit.Nick Mathewson2017-04-25
| * | Pre-compress consensus diffs with supported consensus methods.Nick Mathewson2017-04-27
| * | Store archived consensuses compressed on disk.Nick Mathewson2017-04-27
| * | Teach consdiffmgr to remember two digests: one compressed, one not.Nick Mathewson2017-04-25
* | | Use a cast to try to avoid a tautalogical comparison warningNick Mathewson2017-04-27
* | | Merge branch 'parse_accept_encoding'Nick Mathewson2017-04-27
|\ \ \
| * | | Move the "supported compression bitmask" into compress.[ch]Nick Mathewson2017-04-27
| * | | Bitmask out the compression methods that we do not supportNick Mathewson2017-04-25
| * | | Tests for parse_accept_encodingNick Mathewson2017-04-25
| * | | Parse recognized entries from the Accept-Encoding header.Nick Mathewson2017-04-25
| | |/ | |/|
* | | Document and test nul-terminating behavior of tor_uncompress()Nick Mathewson2017-04-27
* | | whitespace fixNick Mathewson2017-04-27
* | | Re-enable the partial-input test for zstd.Nick Mathewson2017-04-27
* | | Fix handling of "final" flag in zstd decompressionNick Mathewson2017-04-27
* | | Have a separate entry point for each compresion testNick Mathewson2017-04-27
* | | Merge remote-tracking branch 'ahf/bugs/22085'Nick Mathewson2017-04-27
|\ \ \
| * | | Test support for multiple compression backends in the buffer code.Alexander Færøy2017-04-27
| * | | Clean up mentions of 'zlib' and rename the mentions to 'compressed'.Alexander Færøy2017-04-27
| * | | Refactor compression tests into a single test.Alexander Færøy2017-04-27
* | | | Merge branch 'dirreq'Nick Mathewson2017-04-27
|\ \ \ \ | |/ / / |/| | |
| * | | Improve control flow in authority_certs_fetch_resource_implNick Mathewson2017-04-27
| * | | Include UPLOAD_RENDDESC_V2 in PURPOSE_IS_UPLOADNick Mathewson2017-04-27
| * | | Changes file for dirreq refactoring branchNick Mathewson2017-04-24
| * | | Fix a comment that held the remaining reference to the old api.Nick Mathewson2017-04-21
| * | | Refactor directory_command_should_use_begindir to use directory_request_tNick Mathewson2017-04-21
| * | | move the definition of directory_command_should_use_begindirNick Mathewson2017-04-21
| * | | Refactor directory_send_command to take a directory_request_tNick Mathewson2017-04-21
| * | | Rename, revise, and document directory_request_is_dir_specified.Nick Mathewson2017-04-21