summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-12-23Merge remote-tracking branch 'dgoulet/bug20991_030_01'Nick Mathewson
2016-12-23Remove abort handler from the backtrace generatorcypherpunks
2016-12-23whitespace fixNick Mathewson
2016-12-23Merge remote-tracking branch 'dgoulet/bug20572_030_01'Nick Mathewson
2016-12-23Note memset as redundant; see 20764.Nick Mathewson
2016-12-23This is no longer inline.Nick Mathewson
2016-12-23Fix unreachable heap corruption in base64_decode()Hans Jerry Illikainen
2016-12-23Merge remote-tracking branch 'dgoulet/bug19899_030_01'Nick Mathewson
2016-12-23Make outter (plaintext) layer of HS desc conform to prop224.George Kadianakis
2016-12-23Merge branch 'maint-0.2.9'Nick Mathewson
2016-12-22circuit: Change close reasons from uint16_t to intDavid Goulet
2016-12-21test: Add unit test for prune_services_on_reload()David Goulet
2016-12-21hs: Move and improve the service pruning codeDavid Goulet
2016-12-21circuit: Add a function to get the next service intro circuitDavid Goulet
2016-12-21Withstand failures in CLOCK_MONOTONIC_COARSENick Mathewson
2016-12-20Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson
2016-12-20Add a one-word sentinel value of 0x0 at the end of each buf_t chunkNick Mathewson
2016-12-20Add a one-word sentinel value of 0x0 at the end of each buf_t chunkNick Mathewson
2016-12-20Add a one-word sentinel value of 0x0 at the end of each buf_t chunkNick Mathewson
2016-12-20Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson
2016-12-20Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson
2016-12-20Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson
2016-12-19bump to 0.3.0.1-alpha-devNick Mathewson
2016-12-19Bump to 0.3.0.1-alphaNick Mathewson
2016-12-19Don't warn about absent guard state when none expected.Nick Mathewson
2016-12-19Bump to 0.2.9.8-devNick Mathewson
2016-12-19Bump to 0.2.8.12-devNick Mathewson
2016-12-19Bump to 0.2.9.8Nick Mathewson
2016-12-19Bump to 0.2.8.12Nick Mathewson
2016-12-19Merge branch 'maint-0.2.9'Nick Mathewson
2016-12-19Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2016-12-19Merge branch 'bug21018_024' into maint-0.2.8Nick Mathewson
2016-12-19Merge branch 'maint-0.2.9'Nick Mathewson
2016-12-19Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2016-12-19Merge remote-tracking branch 'teor/new-fallbacks-028-20161219' into maint-0.2.8Nick Mathewson
2016-12-19Update the fallback directory mirror list in December 2016teor
2016-12-18Make log message warn about detected attempts to exploit 21018.Nick Mathewson
2016-12-18Fix parsing bug with unecognized token at EOSNick Mathewson
2016-12-18Revert ticket 20982 changes.Nick Mathewson
2016-12-18fix typos and trivial syntax problemsRoger Dingledine
2016-12-18clarify debug-level log while initializing entropyRoger Dingledine
2016-12-16Fix another pointless stack-protector warning.Nick Mathewson
2016-12-16Rename 'remove' -> 'rmv' to avoid shadowing a libc globalNick Mathewson
2016-12-16hs: Remove private keys from hs_desc_plaintext_data_t.J. Ryan Stinnett
2016-12-16Resolve some coverity complaints in test_entrynodes.cNick Mathewson
2016-12-16test: fix the generate ESTABLISH_INTRO v3 cellDavid Goulet
2016-12-16hs: Remove a useless cast in verify_establish_intro_cell()David Goulet
2016-12-16hs: Add an extra safety check on ESTABLISH_INTRO sig lenDavid Goulet
2016-12-16trunnel: Move ESTABLISH_INTRO cell sig_len after the end_sig_fieldsDavid Goulet
2016-12-16Resolve a division-by-zero complaint from coverity. CID 1397272Nick Mathewson