summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-13Commit the script I used to generate signed ri and ei documentsNick Mathewson
2014-10-13Don't reset the download failure status of any object marked as impossibleNick Mathewson
2014-10-13Unit tests for 11243: loading ri, ei, mds from listsNick Mathewson
2014-10-13Base tests for 11243: test parsing for md, ei, and ri.Nick Mathewson
2014-10-13Treat unparseable (micro)descriptors and extrainfos as undownloadableNick Mathewson
2014-09-29Clear the cached address from resolve_my_address() when our IP changesNick Mathewson
2014-09-29continue our habit of specifying the default in the manpageRoger Dingledine
2014-09-29Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-29Merge branch 'bug13295_v2_025' into maint-0.2.5Nick Mathewson
2014-09-29Don't use the getaddrinfo sandbox cache from tor-resolveNick Mathewson
2014-09-29Automake syntax error :/Nick Mathewson
2014-09-29Add missing ed25519_ref10 headers to NOINST_HEADERS.Nick Mathewson
2014-09-29Note when 13290 was introduced.Nick Mathewson
2014-09-29Merge remote-tracking branch 'teor/circuitstats-pareto-avoid-div-zero'Nick Mathewson
2014-09-29Note when 13291 was introduced.Nick Mathewson
2014-09-29Whitespace fixes on 13291 fixNick Mathewson
2014-09-29Parenthesize macro arguments for 13291 fixNick Mathewson
2014-09-29Stop spawn test failures due to a race condition with SIGCHLD on process exitteor
2014-09-29Merge branch 'bug12971_take2_squashed'Nick Mathewson
2014-09-29Rename socks5 error code setting function againNick Mathewson
2014-09-29Respond with 'Command not supported' SOCKS5 reply message upon reception of u...rl1987
2014-09-29Merge branch 'ticket961_squashed'Nick Mathewson
2014-09-29Changes file for ticket 961Nick Mathewson
2014-09-29Avoid frequent strcmp() calls for AccountingRuleNick Mathewson
2014-09-29Add an "AccountingRule" feature to permit limiting bw usage by read+writeNick Mathewson
2014-09-29Merge remote-tracking branch 'yawning/bug13213'Nick Mathewson
2014-09-29Merge remote-tracking branch 'rl1987/bug13228'Nick Mathewson
2014-09-29Whitespace fixesNick Mathewson
2014-09-29Avoid division by zero in circuitstats paretoteor
2014-09-29Stop test & bench build failures with --disable-curve25519teor
2014-09-28Merge branch 'bug13280'Nick Mathewson
2014-09-28Stop spurious clang shallow analysis null pointer errorsteor
2014-09-28Stop ed25519 8-bit signed left shift overflowingteor
2014-09-28Use SHL{8,32,64} in ed25519/ref10 to avoid left-shifting negative valuesNick Mathewson
2014-09-28Stop signed left shifts overflowing in ed25519: Macrosteor
2014-09-28Improving error message.rl1987
2014-09-26Merge remote-tracking branch 'public/require_some_c99'Nick Mathewson
2014-09-26Avoid a "constant variable guards dead code" warning from coverityNick Mathewson
2014-09-26Regenerate pwbox.c with the latest trunnelNick Mathewson
2014-09-26Comment-out dead code in ed25519/ref10Nick Mathewson
2014-09-26Check key_len in secret_to_key_new()Nick Mathewson
2014-09-26Fix a double-free in failing case of handle_control_authenticate.Nick Mathewson
2014-09-25Fix on that last fix.Nick Mathewson
2014-09-25Fix warnings on 32-bit builds.Nick Mathewson
2014-09-25Merge branch 'ed25519_ref10_squashed'Nick Mathewson
2014-09-25Comments and tweaks based on review by asnNick Mathewson
2014-09-25Add benchmarks for ed25519 functionsNick Mathewson
2014-09-25Add comments to ed25519_vectors.incNick Mathewson
2014-09-25Cut the time to run the python ed25519 tests by a factor of ~6Nick Mathewson
2014-09-25Add a reference implementation of our ed25519 modificationsNick Mathewson