summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-25version: Bump version to 0.4.7.4-alphator-0.4.7.4-alphaTor CI Release
2022-02-25release: ChangeLog and ReleaseNotes for 0.4.7.4-alphaTor CI Release
2022-02-25fallbackdir: Update list generated on February 25, 2022Tor CI Release
2022-02-25Update geoip files to match ipfire location db, 2022/02/25.Tor CI Release
2022-02-23Merge branch 'tor-gitlab/mr/488'David Goulet
2022-02-23cc: Fix memleak when building extension responseDavid Goulet
2022-02-23Merge branch 'tor-gitlab/mr/536'David Goulet
2022-02-23and fix those typos in the releasenotes tooRoger Dingledine
2022-02-23fix typos, remove wrong stanzas, update 0.4.6.10Roger Dingledine
2022-02-23fix a typo in a commentRoger Dingledine
2022-02-23Reject intro2 cells that request unadvertized congestion control.Mike Perry
2022-02-23Properly initialize the cc_enabled field in hs intro data.Mike Perry
2022-02-22Add test for sendme_inc validation.Mike Perry
2022-02-22Add test for sendme_cell_is_next with sendme_inc of 31Mike Perry
2022-02-22Add test for circuit_sendme_cell_is_next() when sendme_inc is 100.Mike Perry
2022-02-22Add changes fileMike Perry
2022-02-22Add a delta parameter to Vegas.Mike Perry
2022-02-22Exit slow start at the gamma thresholdMike Perry
2022-02-22Increment by at least 2 sendme_incs in slow startMike Perry
2022-02-22Only apply more frequent cwnd updates after slow start.Mike Perry
2022-02-22Make N_EWMA a percentage of CWND update rate, capped by a max value.Mike Perry
2022-02-22Relocate two parameters from circuit scope to global scope.Mike Perry
2022-02-22Guard against 0 time delta in BDP calc.Mike Perry
2022-02-22Increase RTT ratio used to detect monotime jumps/stalls.Mike Perry
2022-02-22Fix NULL pointer deref in logsMike Perry
2022-02-22Properly compute the number or recv cells from deliver_windowMike Perry
2022-02-22Use path type hint for Vegas queue parameters.Mike Perry
2022-02-22Set new defaults for congestion control parameters.Mike Perry
2022-02-22cc: Change edge_get_ccontrol() to look at both cpath and on_circuitDavid Goulet
2022-02-22hs: Fix tests for congestion controlDavid Goulet
2022-02-22hs: Setup congestion control on service rends using intro dataDavid Goulet
2022-02-22hs: Decode and cache the INTRODUCE cell congestion control extensionDavid Goulet
2022-02-22hs: Build INTRODUCE extension in the encrypted sectionDavid Goulet
2022-02-22hs: Setup congestion control on client rendsDavid Goulet
2022-02-22hs: Republish onion descriptor on sendme_inc changeDavid Goulet
2022-02-22hs: Decode flow-control lineDavid Goulet
2022-02-22hs: Encode flow control value in the descriptorDavid Goulet
2022-02-22cc: Export sendme_inc validation into public functionDavid Goulet
2022-02-22cc: Use trunnel extension for ntorv3 circ parametersDavid Goulet
2022-02-22trunnel: Make hs/cell_common.trunnel genericDavid Goulet
2022-02-22protover: Add function to get the value of a single typeDavid Goulet
2022-02-22Add test for congestion control negotiation logic.Mike Perry
2022-02-22Add test for TAP vs ntor2+ntor3 onion queue orderingMike Perry
2022-02-22Add hidden torrc option to always try CC negotiation.Mike Perry
2022-02-22Handle other places that use onion handshake type valuesMike Perry
2022-02-22Extend info argument updates for non-ntorv3 casesMike Perry
2022-02-22Congestion control usage of negotiated paramsMike Perry
2022-02-22Protover flag handling for congestion control negotiationMike Perry
2022-02-22Hook up client usage of congestion control negotiationMike Perry
2022-02-22Implement congestion control parameter negotiationMike Perry