aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2024-10-24whitespace fix while debugging #40981Roger Dingledine
2024-10-21Revert "Handle empty DNS reply without error as NOERROR"David Goulet
2024-10-16Merge branch 'maint-0.4.8'David Goulet
2024-10-15don't build preemptive conflux circuits if no predicted portsRoger Dingledine
2024-10-10Merge branch 'maint-0.4.8'David Goulet
2024-10-10Fix: Memory leaks in cpuworker on shutdownWaldemar Zimpel
2024-09-24Handle empty DNS reply without error as NOERRORDaniel Winzen
2024-09-10Merge branch 'typo-socks-proxy' into 'main'David Goulet
2024-09-10Fix a typo in the HTTP proxy error message.Pier Angelo Vendrame
2024-09-09Implement proposal 351Nick Mathewson
2024-06-26Update supported protovers for prop350Nick Mathewson
2024-06-26Remove a now-unused variable.Nick Mathewson
2024-06-26Remove TAP key from extend_info_tNick Mathewson
2024-06-24Remove support for deciding to use CREATE/EXTEND/TAP.Nick Mathewson
2024-06-24prop350: Remove all support for TAP, CREATE, and EXTEND.Nick Mathewson
2024-06-24prop350: Stop accepting CREATE and EXTEND.Nick Mathewson
2024-05-29fix a few comment typosRoger Dingledine
2024-04-30Merge branch 'maint-0.4.8'David Goulet
2024-04-30Fix typo in tor-relays list addresshiro
2024-04-29Merge branch 'maint-0.4.8'David Goulet
2024-04-16circuit: Remove log_warn triggered by a proto violationDavid Goulet
2024-04-15Merge branch 'maint-0.4.8'David Goulet
2024-04-15Merge branch 'tor-gitlab/mr/808' into maint-0.4.8David Goulet
2024-04-15conflux: Don't process a closed circuit on get packaged windowDavid Goulet
2024-04-15conflux: Avoid noting a cell was sent on a closed circuitDavid Goulet
2024-02-08Merge branch 'bug40911' into 'main'David Goulet
2024-02-01Make two 1-bit fields unsignedSebastian Hahn
2024-01-30metrics: Add new relay metrics to MetricsPortDavid Goulet
2023-12-08Merge branch 'maint-0.4.8'David Goulet
2023-12-08Merge remote-tracking branch 'mikeperry-private/bug40897' into maint-0.4.8David Goulet
2023-12-07Merge branch 'maint-0.4.8'Alexander Færøy
2023-12-07Merge remote-tracking branch 'origin/merge-requests/776' into maint-0.4.8Alexander Færøy
2023-12-07Bug 40897 Bug Bounty: Double the number of max conflux circsMike Perry
2023-12-07Bug 40897: Add more checks to free pathsMike Perry
2023-12-07Bug 40897: Move safety check to proper location and give it error handling.Mike Perry
2023-10-30Merge branch 'maint-0.4.8'David Goulet
2023-10-30Bug 40878: Count a valid conflux linked cell as valid dataMike Perry
2023-10-29fix memory leak in dos stream for resolve requeststrinity-1686a
2023-10-29correctly parse consensus params for dos stream mitigationtrinity-1686a
2023-10-18remove todostrinity-1686a
2023-10-18fix typostrinity-1686a
2023-10-18add metrics for rejected BEGIN/RESOLVEtrinity-1686a
2023-10-18add rate limit on BEGIN and RESOLVE cell per circuittrinity-1686a
2023-10-18add configuration and network parameters for stream dos mitigationtrinity-1686a
2023-10-18Merge branch 'ticket40870_048_02' into 'main'David Goulet
2023-10-16conflux: Flag set as in full teardown in the free pathDavid Goulet
2023-10-12fix bridge transport statisticstrinity-1686a
2023-09-21Merge branch 'maint-0.4.8'David Goulet
2023-09-20Bug 40862: Check if circuits are unused more waysMike Perry
2023-09-12Correct a comment on channel_should_write_to_kernel.Nick Mathewson