summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2022-10-27relay: Add DoS subsystem stats to MetricsPortDavid Goulet
2022-10-27metrics: Fix naming and documentationDavid Goulet
2022-10-26relay: Add CC RTT reset stats to MetricsPortDavid Goulet
2022-10-26relay: Add total number of streams seen on MetricsPortDavid Goulet
2022-10-26rephist: Track number of streams seen per typeDavid Goulet
2022-10-26hs: Retry service rendezvous on circuit closeDavid Goulet
2022-10-26circ: Get rid of hs_circ_has_timed_outDavid Goulet
2022-10-26circ: Set proper timeout cutoff for HS circuitsDavid Goulet
2022-10-26relay: Reduce the minimum circuit cell in queue limitDavid Goulet
2022-10-26dos: Apply circuit creation defenses if circ max queue cell reachedDavid Goulet
2022-10-12relay: Add number of rejected connections to MetricsPortDavid Goulet
2022-10-12conn: Keep stats of opened and closed connectionsDavid Goulet
2022-08-11Tune congestion control parameters.Mike Perry
2022-08-11Reduce the number of vegas parameters.Mike Perry
2022-08-11Reset the min value if we hit cwnd_min.Mike Perry
2022-08-11Use EWMA instead of bare rtt for min rtt.Mike Perry
2022-08-11Create slow-start max for n_ewma_cnt.Mike Perry
2022-08-11Implement RFC3742 Limited Slow StartMike Perry
2022-08-02Merge branch 'maint-0.4.6' into maint-0.4.7David Goulet
2022-08-02Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-08-02Merge branch 'tor-gitlab/mr/608' into maint-0.4.5David Goulet
2022-08-02Merge branch 'maint-0.4.6' into maint-0.4.7David Goulet
2022-08-02Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-08-02relay: Don't send DESTROY remote reason backward or forwardDavid Goulet
2022-08-02Add an underflow check to a cwnd error condition.Mike Perry
2022-08-01conn: Notify btrack subsys on normal OR conn closeDavid Goulet
2022-07-27Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-07-27Merge branch 'maint-0.4.6' into maint-0.4.7David Goulet
2022-07-27Merge branch 'tor-gitlab/mr/605' into maint-0.4.5David Goulet
2022-07-27Fix a check, make a netflow padding function more safe.Nick Mathewson
2022-07-27relay: Use remote reason when sending back a DESTROYDavid Goulet
2022-07-26Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-07-26Merge branch 'maint-0.4.6' into maint-0.4.7David Goulet
2022-07-26relay: Send DESTROY cell instead of TRUNCATED cellDavid Goulet
2022-06-17Fix for RTT calculation hang during congestion control.Mike Perry
2022-06-15Demote "Unexpected path length" log to info.Mike Perry
2022-06-15Demote a warning about finding hops in path if no dir info.Mike Perry
2022-06-02Demote log message to info.Mike Perry
2022-04-26Bug 40598: Demote warn log about odd path lengths with congestion control.Mike Perry
2022-04-14Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-04-14Merge branch 'tor-gitlab/mr/491' into maint-0.4.5David Goulet
2022-03-16Merge branch 'tor-gitlab/mr/490'David Goulet
2022-03-14Emit control port notification for XON/XOFFMike Perry
2022-03-03Make a check for origin circuit explicit.Mike Perry
2022-03-03Ensure CIRC_BW event is emitted immediately upon slow start exit.Mike Perry
2022-03-03Add congestion control fields to CIRC_BW control port eventMike Perry
2022-02-25Fix typosDimitris Apostolou
2022-02-23Merge branch 'tor-gitlab/mr/488'David Goulet
2022-02-23cc: Fix memleak when building extension responseDavid Goulet
2022-02-22Add test for circuit_sendme_cell_is_next() when sendme_inc is 100.Mike Perry