aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/dos.c
AgeCommit message (Expand)Author
2023-10-29correctly parse consensus params for dos stream mitigationtrinity-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-08-11Extend DoS protection to IP addresses with known relaysMicah Elizabeth Scott
2023-08-09Extend DoS protection to partially-open channelsMicah Elizabeth Scott
2023-05-24token_bucket_ctr: replace 32-bit wallclock time with monotimeMicah Elizabeth Scott
2022-10-27Merge branch 'maint-0.4.7'David Goulet
2022-10-27relay: Add DoS subsystem stats to MetricsPortDavid Goulet
2022-10-26Merge branch 'maint-0.4.7'David Goulet
2022-10-26dos: Apply circuit creation defenses if circ max queue cell reachedDavid Goulet
2022-08-06fix a few more typos in commentsRoger Dingledine
2022-07-05fix easy typosRoger Dingledine
2022-02-25Fix typosDimitris Apostolou
2021-03-19Add "Heartbeat" to the start of several heartbeat messages.Nick Mathewson
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2021-02-26Change %lu to %TOR_PRIuSZ in dos.c.Alexander Færøy
2021-02-23dos: Change the DoS heartbeat line formatDavid Goulet
2021-02-22test: Add DoS connection rate unit testDavid Goulet
2021-02-22dos: Move concurrent count into conn_stats objectDavid Goulet
2021-02-22dos: New client connect rate detectionDavid Goulet
2021-01-27dos: Move config options within the subsystemDavid Goulet
2020-07-17or_connection_t: replace real_addr with canonical_orport.Nick Mathewson
2020-03-17Merge remote-tracking branch 'tor-github/pr/1784'teor
2020-03-10dos: Pass transport name on new client connectionDavid Goulet
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-10-31dos: Add HS DoS INTRO2 rejected stats in heartbeatDavid Goulet
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-09-27Split geoip from geoip-related stats.Nick Mathewson
2018-09-25Extract all the "am I a server" functions from router.cNick Mathewson
2018-09-21Split main.c into main.c and mainloop.cNick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-05Move literally everything out of src/orNick Mathewson