summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-07-01prop250: Fix unit tests about the RSA fingerprint checkDavid Goulet
2016-07-01prop250: Sort commits in lexicographical order in votesDavid Goulet
2016-07-01prop250: Improve log messagesDavid Goulet
2016-07-01prop250: Sort smartlist before you get most frequent SRV.George Kadianakis
2016-07-01prop250: Only trust known authority when computing SRVDavid Goulet
2016-07-01prop250: Add version to Commit line in vote and stateDavid Goulet
2016-07-01prop250: Add a valid flag to sr_commit_tDavid Goulet
2016-07-01prop250: Use RSA identity digest instead of fingerprintDavid Goulet
2016-07-01prop250: change time_t to uint64_tDavid Goulet
2016-07-01prop250: Add unit testsDavid Goulet
2016-07-01prop250: Initialize the SR subsystem and us it!David Goulet
2016-07-01prop250: Parse votes and consensusDavid Goulet
2016-07-01prop250: Put commits and SRVs in votes/consensusDavid Goulet
2016-07-01prop250: Add commit and SR values generation codeDavid Goulet
2016-06-20prop250: Add memory and disk state in new filesDavid Goulet
2016-06-20Add tor_htonll/ntohll functionsDavid Goulet
2016-06-20util: zero target buffer of base*_encode/decodeDavid Goulet
2016-06-20Patch from dgoulet: fix a base16 problem that manifested w stemNick Mathewson
2016-06-20Coverage hack for test_switch_id.shNick Mathewson
2016-06-20Small coverage improvements on compat.cNick Mathewson
2016-06-20compat.c coverage: simplify under-tested alloc_getcwd.Nick Mathewson
2016-06-20More coverage in backtrace.cNick Mathewson
2016-06-20Merge remote-tracking branch 'dgoulet/bug19465_029_01'Nick Mathewson
2016-06-20Fix unit test crash on 32-bit.Nick Mathewson
2016-06-20test: Increase offset to rendcache descriptor timeDavid Goulet
2016-06-20Merge branch 'bug14013_029_01_squashed'Nick Mathewson
2016-06-20Make base16_decodes return number of decoded bytesnikkolasg
2016-06-19Changes file for 19063; use the BUG macroNick Mathewson
2016-06-19Fix #19063: Add check in utility macroU+039b
2016-06-19Merge branch 'zlib_coverage_squashed'Nick Mathewson
2016-06-19Unindent blockNick Mathewson
2016-06-19Mark some torgzip lines as unreachable/untestable.Nick Mathewson
2016-06-19Remove a ridiculous realloc call from torgzip.cNick Mathewson
2016-06-19Remove support for zlib <= 1.1Nick Mathewson
2016-06-19Merge remote-tracking branch 'public/thread_coverage'Nick Mathewson
2016-06-18Keep make check-spaces happyAndrea Shepard
2016-06-17Merge branch 'bug18280_029_03_nm_squashed'Nick Mathewson
2016-06-17test: Add base32_encode/decode unit testsDavid Goulet
2016-06-17Fix base32 API to take any source length in bytesDavid Goulet
2016-06-17Use the Autoconf macro AC_USE_SYSTEM_EXTENSIONScypherpunks
2016-06-17Merge remote-tracking branch 'dgoulet/bug18604_029_01'Nick Mathewson
2016-06-16Mark an abort() as unreachable.Nick Mathewson
2016-06-16Coverage on parse_config_line_from_str_verbose.Nick Mathewson
2016-06-16Remove parse_config_line_from_str aliasNick Mathewson
2016-06-16Mark code unreachable in unescape_string()Nick Mathewson
2016-06-16On Windows, tv_sec is long, not time_t.Nick Mathewson
2016-06-16Correctly close intro circuit when deleting ephemeral HSDavid Goulet
2016-06-16Try to fix memarea test on 32-bit systemsNick Mathewson
2016-06-16Tests for message rate-limitingNick Mathewson
2016-06-16I believe I found some dead code in our time parsing functionsNick Mathewson