summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-26address/resolve: try harder to avoid returning uninitialised datateor
2019-06-26resolve: split sub-functions out of tor_addr_lookup()teor
2019-06-26resolve: refactor address family logic in tor_addr_lookup()teor
2019-06-26resolve: consistently parse IP addresses in square bracketsteor
2019-06-01fix some simple typosRoger Dingledine
2019-05-30Merge branch 'tor-github/pr/1059'George Kadianakis
2019-05-30Merge branch 'tor-github/pr/1057'David Goulet
2019-05-30changes file for 30629Nick Mathewson
2019-05-30Merge branch 'tor-github/pr/1055'David Goulet
2019-05-30Merge branch 'tor-github/pr/1054'David Goulet
2019-05-30Merge branch 'tor-github/pr/1049'David Goulet
2019-05-29Merge branch 'tor-github/pr/1032'George Kadianakis
2019-05-29Merge branch 'tor-github/pr/1037'George Kadianakis
2019-05-29Merge branch 'maint-0.4.0'George Kadianakis
2019-05-29Merge branch 'tor-github/pr/924' into maint-0.4.0George Kadianakis
2019-05-29Shutdown libevent _after_ the subsystems.Nick Mathewson
2019-05-29Remove want_cmddata from HSFETCH, which does not in fact want dataNick Mathewson
2019-05-29Merge branch 'ticket30561_029' into ticket30561_035Nick Mathewson
2019-05-29Tweak comments in tor_vasprintf(), and add a changes file for 30651Nick Mathewson
2019-05-29Fixed tor_vasprintf on systems without vasprintf.Tobias Stoeckmann
2019-05-29Changes file for bug 30614Nick Mathewson
2019-05-29Use MAP_INHERIT_ZERO or MAP_INHERIT_NONE if available.Taylor R Campbell
2019-05-28Trivial fix for a trivial warning with gcc 9.1.1Nick Mathewson
2019-05-28Merge branch 'tor-github/pr/1047'David Goulet
2019-05-27Merge branch 'tor-github/pr/1042'George Kadianakis
2019-05-27Merge branch 'tor-github/pr/1043'George Kadianakis
2019-05-27Tests for deciding how full our relay cells should beNick Mathewson
2019-05-27Make sure that we send at least some random data in RELAY_DATA cellsNick Mathewson
2019-05-26trivial whitespace fixesRoger Dingledine
2019-05-24changes file for test coverageNick Mathewson
2019-05-23cov-test-determinism: use the same RNG seed as in travis.ymlNick Mathewson
2019-05-23Coverage: do not include test-rebind in coverage builds.Nick Mathewson
2019-05-23In coverage builds, use branch-free timeradd() and timersub()Nick Mathewson
2019-05-23In coverage builds, avoid basic-block complexity in log_debugNick Mathewson
2019-05-23Merge branch 'tor-github/pr/1022'David Goulet
2019-05-23Merge branch 'tor-github/pr/1034'David Goulet
2019-05-23Merge branch 'tor-github/pr/988'David Goulet
2019-05-23Extract length-deciding function from package_raw_inbuf.Nick Mathewson
2019-05-23refactor logic to decide how much to package from inbufRoger Dingledine
2019-05-23Only reject POSTDESCRIPTOR purpose= when the purpose is unrecognizedNick Mathewson
2019-05-22Now this repository is full of 0.4.1.1-alpha-devNick Mathewson
2019-05-22circuitpadding tests: Use tt_i64_op() to compare int64_t valuestor-0.4.1.1-alphaNick Mathewson
2019-05-22More 0.4.1.1-alpha hangelogs editsNick Mathewson
2019-05-22Fold last entry into changelogNick Mathewson
2019-05-22Bump to 0.4.1.1-alphaNick Mathewson
2019-05-22Merge remote-tracking branch 'dgoulet/ticket30454_035_01'Nick Mathewson
2019-05-22Merge branch 'ticket30428_041_02_squashed'Nick Mathewson
2019-05-22sendme: Add non fatal asserts for extra safetyDavid Goulet
2019-05-22sendme: Always pop last SENDME digest from circuitDavid Goulet
2019-05-22sendme: Clarify how sendme_circuit_cell_is_next() worksDavid Goulet