aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2021-12-15Merge remote-tracking branch 'tor-gitlab/mr/491' into mainAlexander Færøy
2021-11-15Do not count controller-selected paths towards path bias.Nick Mathewson
2021-11-05Merge branch 'maint-0.4.6'David Goulet
2021-11-05Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2021-11-05protover: Fix merge forward from 035David Goulet
2021-11-05Merge branch 'maint-0.3.5' into maint-0.4.5David Goulet
2021-11-05Light edit to protover warnings.Nick Mathewson
2021-11-05protover: Add a note on why LinkAuth is not recommended or requiredDavid Goulet
2021-11-05protover: Move all hardcoded lists in one placeDavid Goulet
2021-11-05Add scary warnings about changing the protover list.Nick Mathewson
2021-10-29Use TOR_PRIuSZ instead of %ld for CC logging.Alexander Færøy
2021-10-21Merge branch 'tor-gitlab/mr/452_squashed' into mainAlexander Færøy
2021-10-21Implement a MiddleOnly flag for vote generation.Nick Mathewson
2021-10-20Move "Didn't recognize cell, but circ stops here" into heartbeat.Nick Mathewson
2021-10-19hs: v2 address are now considered a bad hostnameDavid Goulet
2021-10-19hs: Fix merge conflicts after merging forward 40476David Goulet
2021-10-19Merge branch 'maint-0.4.6'David Goulet
2021-10-19Merge branch 'ticket40476_045_01' into ticket40476_046_01David Goulet
2021-10-19hs-v2: Disable SOCKS connection for v2 addressesDavid Goulet
2021-10-14Merge branch 'tor-gitlab/mr/455'David Goulet
2021-10-13Downgrade a PROTOCOL_WARN log message.Nick Mathewson
2021-10-11Remove unused debugging code used for tor#17659Alexander Færøy
2021-10-08Merge branch 'tor-gitlab/mr/447'David Goulet
2021-10-06rust: Remove Rust support from treeDavid Goulet
2021-10-06Merge branch 'maint-0.4.6'David Goulet
2021-10-06hs-v2: Only log once the connection warning to v2David Goulet
2021-10-06hs-v2: Only log once the connection warning to v2David Goulet
2021-10-05cc: Fix 32bit arithmetic to actually be 64bitDavid Goulet
2021-10-04Merge branch 'tor-gitlab/mr/228'David Goulet
2021-10-04edge: Remove wrong bug warn when processing pending streamsDavid Goulet
2021-10-04cc: Add comments and clean up some syntaxDavid Goulet
2021-10-04Turn cell queue watermark limits into consensus params.Mike Perry
2021-10-04Add a max cwnd consensus parameter and clamp.Mike Perry
2021-10-04Turn orconn watermarks into consensus parameters.Mike Perry
2021-10-04Turn CircEWMA tick len into consensus parameter.Mike Perry
2021-10-04Support time-based half-closed connection handling.Mike Perry
2021-10-04oom: Consider edge connections as wellDavid Goulet
2021-10-04MAKEFILE: Add flow control files to makefileMike Perry
2021-10-04Prop#324: Hook up flow controlMike Perry
2021-10-04Prop#324: Stream flow control functionsMike Perry
2021-10-04trace: Add congestion control BDP update tracepointsDavid Goulet
2021-10-04Add lttng trace support.David Goulet
2021-10-04Support rate limiting of edge connections reads.David Goulet
2021-10-04Prop#324: Add fields to edge connection.Mike Perry
2021-09-30hs-v2: Disable SOCKS connection for v2 addressesDavid Goulet
2021-09-28Export the n_ewma function for flow control use.Mike Perry
2021-09-28Export a global notion of monotime clock stall/jump.Mike Perry
2021-09-09Fix the line length in the patchGuinness
2021-08-26Initial backend for an ntor-v3 implementation.Nick Mathewson
2021-07-30Make inbuf and outbuf len check params constMike Perry