summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* some consdiff stuffrust2Sebastian Hahn2017-03-30
* Actually include rust_alloc/include.amSebastian Hahn2017-03-29
* memarea in rust? not pretty...Sebastian Hahn2017-03-29
* Include a note about Rust support during startupSebastian Hahn2017-03-27
* Remove unused headers from memarea.cSebastian Hahn2017-03-27
* Allow make distcheck to passSebastian Hahn2017-03-27
* Ensure tor_malloc_zero_ behaves as expected with size 0Sebastian Hahn2017-03-27
* Proof of concept for Rust integrationSebastian Hahn2017-03-26
* 21151: document datadir default decently.Nick Mathewson2017-03-17
* Merge branch 'ahf_bugs_21641_squashed'Nick Mathewson2017-03-17
|\
| * Check onion key consensus parameters every hour.Alexander Færøy2017-03-17
| * Add periodic timer for expiring old onion keys.Alexander Færøy2017-03-17
| * Add API to query the current onion key grace period.Alexander Færøy2017-03-17
| * Make MIN_ONION_KEY_LIFETIME a consensus parameter defined value.Alexander Færøy2017-03-17
| * Make MAX_DIR_PERIOD independent of MIN_ONION_KEY_LIFETIME.Alexander Færøy2017-03-10
* | Generate src/test/fuzz/include.am from a scriptNick Mathewson2017-03-16
* | Merge branch 'storagedir_squashed'Nick Mathewson2017-03-16
|\ \
| * | Define a "storagedir" abstraction to hold numerous similar filesNick Mathewson2017-03-16
| |/
* | Now, resolve a new 64-bit warning in compat_threads.cNick Mathewson2017-03-16
* | consdiff: Fix 32-bit compilation.Nick Mathewson2017-03-16
* | changes file for consdiff backendNick Mathewson2017-03-16
* | Merge branch 'prop140_21643_diff_only_squashed'Nick Mathewson2017-03-16
|\ \
| * | Switch ed-command parsing to use tor_parse_long.Nick Mathewson2017-03-16
| * | Consdiff: extract router ID hash iteration functionsNick Mathewson2017-03-16
| * | Make CONSENSUS_LINE_MAX_LEN a real defineNick Mathewson2017-03-16
| * | Remove a couple of {\n\n instancesNick Mathewson2017-03-16
| * | Use a better for X outside of base64_compare_table.Nick Mathewson2017-03-16
| * | Reindent a few labels.Nick Mathewson2017-03-16
| * | Avoid all needless memory copies when computing consensus diffs.Nick Mathewson2017-03-16
| * | Swap memory allocation strategy for lists of lines for diffsNick Mathewson2017-03-16
| * | Fill in the missing documentation on the new functionsNick Mathewson2017-03-16
| * | Prop140: Fix a crash bug.Nick Mathewson2017-03-16
| * | Add fuzzers for consensus diff backend codeNick Mathewson2017-03-16
| * | Make consensus diff sha3 operations mockable.Nick Mathewson2017-03-16
| * | String-based API for consensus diffs.Nick Mathewson2017-03-16
| * | Fix an abstraction violation.Nick Mathewson2017-03-16
| * | Use "const" in consdiff.[ch]Nick Mathewson2017-03-16
| * | prop140: Use sha3-256, not sha2-256Nick Mathewson2017-03-16
| * | Add a couple more cases to reach 100% coverage.Nick Mathewson2017-03-16
| * | Cover two more failing cases with unit testsNick Mathewson2017-03-16
| * | Fix an unreachable memory leak.Nick Mathewson2017-03-16
| * | Remove digest[12]_hexNick Mathewson2017-03-16
| * | Tweak&test log messages on apply_diffNick Mathewson2017-03-16
| * | Fixes when applying diffs: Allow 2-line diffs, fix bogus freeNick Mathewson2017-03-16
| * | Mark some warnings as bugs, and as (hopefully) unreachable.Nick Mathewson2017-03-16
| * | Check for expected warnings in apply_ed_diffNick Mathewson2017-03-16
| * | Fix some logging on failed apply_ed_diffNick Mathewson2017-03-16
| * | No need to end a log message with newline.Nick Mathewson2017-03-16
| * | test operator cleanupNick Mathewson2017-03-16
| * | Enforce correct log messages on diff generation failure testsNick Mathewson2017-03-16