index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
Age
Commit message (
Expand
)
Author
2022-08-11
Tune congestion control parameters.
Mike Perry
2022-08-11
Reduce the number of vegas parameters.
Mike Perry
2022-08-11
Reset the min value if we hit cwnd_min.
Mike Perry
2022-08-11
Use EWMA instead of bare rtt for min rtt.
Mike Perry
2022-08-11
Create slow-start max for n_ewma_cnt.
Mike Perry
2022-08-11
Implement RFC3742 Limited Slow Start
Mike Perry
2022-08-02
Merge branch 'maint-0.4.6' into maint-0.4.7
David Goulet
2022-08-02
Merge branch 'maint-0.4.5' into maint-0.4.6
David Goulet
2022-08-02
Merge branch 'tor-gitlab/mr/608' into maint-0.4.5
David Goulet
2022-08-02
Merge branch 'maint-0.4.6' into maint-0.4.7
David Goulet
2022-08-02
Merge branch 'maint-0.4.5' into maint-0.4.6
David Goulet
2022-08-02
relay: Don't send DESTROY remote reason backward or forward
David Goulet
2022-08-02
Add an underflow check to a cwnd error condition.
Mike Perry
2022-08-01
conn: Notify btrack subsys on normal OR conn close
David Goulet
2022-07-27
Merge branch 'maint-0.4.5' into maint-0.4.6
David Goulet
2022-07-27
Merge branch 'maint-0.4.6' into maint-0.4.7
David Goulet
2022-07-27
Merge branch 'tor-gitlab/mr/605' into maint-0.4.5
David Goulet
2022-07-27
Fix a check, make a netflow padding function more safe.
Nick Mathewson
2022-07-27
relay: Use remote reason when sending back a DESTROY
David Goulet
2022-07-26
Merge branch 'maint-0.4.5' into maint-0.4.6
David Goulet
2022-07-26
Merge branch 'maint-0.4.6' into maint-0.4.7
David Goulet
2022-07-26
relay: Send DESTROY cell instead of TRUNCATED cell
David Goulet
2022-06-17
Fix for RTT calculation hang during congestion control.
Mike Perry
2022-06-15
Demote "Unexpected path length" log to info.
Mike Perry
2022-06-15
Demote a warning about finding hops in path if no dir info.
Mike Perry
2022-06-02
Demote log message to info.
Mike Perry
2022-04-26
Bug 40598: Demote warn log about odd path lengths with congestion control.
Mike Perry
2022-04-14
Merge branch 'maint-0.4.5' into maint-0.4.6
David Goulet
2022-04-14
Merge branch 'tor-gitlab/mr/491' into maint-0.4.5
David Goulet
2022-03-16
Merge branch 'tor-gitlab/mr/490'
David Goulet
2022-03-14
Emit control port notification for XON/XOFF
Mike Perry
2022-03-03
Make a check for origin circuit explicit.
Mike Perry
2022-03-03
Ensure CIRC_BW event is emitted immediately upon slow start exit.
Mike Perry
2022-03-03
Add congestion control fields to CIRC_BW control port event
Mike Perry
2022-02-25
Fix typos
Dimitris Apostolou
2022-02-23
Merge branch 'tor-gitlab/mr/488'
David Goulet
2022-02-23
cc: Fix memleak when building extension response
David Goulet
2022-02-22
Add test for circuit_sendme_cell_is_next() when sendme_inc is 100.
Mike Perry
2022-02-22
Add a delta parameter to Vegas.
Mike Perry
2022-02-22
Exit slow start at the gamma threshold
Mike Perry
2022-02-22
Increment by at least 2 sendme_incs in slow start
Mike Perry
2022-02-22
Only apply more frequent cwnd updates after slow start.
Mike Perry
2022-02-22
Make N_EWMA a percentage of CWND update rate, capped by a max value.
Mike Perry
2022-02-22
Relocate two parameters from circuit scope to global scope.
Mike Perry
2022-02-22
Guard against 0 time delta in BDP calc.
Mike Perry
2022-02-22
Increase RTT ratio used to detect monotime jumps/stalls.
Mike Perry
2022-02-22
Fix NULL pointer deref in logs
Mike Perry
2022-02-22
Properly compute the number or recv cells from deliver_window
Mike Perry
2022-02-22
Use path type hint for Vegas queue parameters.
Mike Perry
2022-02-22
Set new defaults for congestion control parameters.
Mike Perry
[next]