summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-11Merge branch 'ticket24315_029' into maint-0.2.9Nick Mathewson
2018-02-11Merge branch 'maint-0.3.1' into release-0.3.1Nick Mathewson
2018-02-11Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-02-11Merge remote-tracking branch 'public/bug21074_029' into maint-0.2.9Nick Mathewson
2018-02-10Merge branch 'maint-0.3.1' into release-0.3.1Nick Mathewson
2018-02-10Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-02-10Merge branch 'bug24978_029_enable' into maint-0.2.9Nick Mathewson
2018-02-09test: DoS test to make sure we exclude known relaysDavid Goulet
2018-02-09dos: Exclude known relays from client connection countDavid Goulet
2018-02-08Merge branch 'ticket25183_029_01' into ticket24902_029_05David Goulet
2018-02-08test: Add unit tests for addressset.cDavid Goulet
2018-02-08Add an address_set to the nodelist.Nick Mathewson
2018-02-08Function to add an ipv4 address to an address_setNick Mathewson
2018-02-08Add an address-set backend using a bloom filter.Nick Mathewson
2018-02-08Merge branch 'maint-0.3.1' into release-0.3.1Nick Mathewson
2018-02-08Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-02-08Merge branch 'maint-0.2.5' into maint-0.2.9Nick Mathewson
2018-02-08Update geoip and geoip6 to the February 7 2018 database.Karsten Loesing
2018-02-06remove a redundant semicolonNick Mathewson
2018-02-05geoip: Make geoip_client_cache_total_allocation() return the counterDavid Goulet
2018-02-02dos: We can put less token than the current amountDavid Goulet
2018-02-02Use tt_u64_op() for uint64_t inputs.Nick Mathewson
2018-02-02Merge branch 'ticket25122_029_02' into ticket24902_029_05David Goulet
2018-02-02geoip: Add clientmap_entry_new() functionDavid Goulet
2018-02-02geoip: Increment and decrement functions for the geoip client cacheDavid Goulet
2018-02-02geoip: Hook the client history cache into the OOM handlerDavid Goulet
2018-02-01Merge branch 'maint-0.3.1' into release-0.3.1Nick Mathewson
2018-02-01Merge remote-tracking branch 'teor/bug25070_031' into maint-0.3.1Nick Mathewson
2018-01-31channel_tls_get_remote_addr_method now returns real_addr.Fernando Fernandez Mancera
2018-01-31Merge branch 'maint-0.3.1' into release-0.3.1Nick Mathewson
2018-01-31But in most Earth cultures, there are 60s in a minute.Nick Mathewson
2018-01-31Merge branch 'maint-0.3.1' into release-0.3.1Nick Mathewson
2018-01-31add a rate-limit.Nick Mathewson
2018-01-31Merge branch 'maint-0.3.1' into release-0.3.1Nick Mathewson
2018-01-31test: Add unit tests for overflows and underflows in cc_stats_refill_bucketteor
2018-01-31dos: Make sure cc_stats_refill_bucket can't overflow while calculatingteor
2018-01-31test: Remove a redundant round from test_dos_bucket_refillteor
2018-01-30dos: Add changes file for ticket 24902David Goulet
2018-01-30dos: Make circuit rate limit per second, not tenths anymoreDavid Goulet
2018-01-30dos: Man page entry for DoS mitigationDavid Goulet
2018-01-30test: Add unit tests for the DoS subsystemGeorge Kadianakis
2018-01-30dos: Clear connection tracked flag if geoip entry is removedDavid Goulet
2018-01-30dos: Add a heartbeat logDavid Goulet
2018-01-30dos: Add the DoSRefuseSingleHopClientRendezvous optionDavid Goulet
2018-01-30dos: Add the connection DoS mitigation subsystemDavid Goulet
2018-01-30dos: Apply defense for circuit creation DoSDavid Goulet
2018-01-30dos: Detect circuit creation denial of serviceDavid Goulet
2018-01-30dos: Track new and closed OR client connectionsDavid Goulet
2018-01-30geoip: Remember client stats if DoS mitigation is enabledDavid Goulet
2018-01-30dos: Initial code of Denial of Service mitigationDavid Goulet