summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2018-05-10hs-v3: Add an extra white-space when parsing descriptorDavid Goulet
2018-05-10Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-05-09Having a ControlPort open doesn't mean we are a clientDavid Goulet
2018-05-02Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-05-02Stop logging stack contents when reading a zero-length bandwidth fileteor
2018-04-25Fix a copy-paste error in the fix for #23693.Nick Mathewson
2018-04-22Allow cpuworkers to exist without onion keysNick Mathewson
2018-04-10Fix another crash-on-no-threadpool bug.Nick Mathewson
2018-04-10Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-04-10Merge remote-tracking branch 'ahf-github/bugs/24854_029_2' into maint-0.2.9Nick Mathewson
2018-04-09Lift the list of default directory servers into their own file.Alexander Færøy
2018-03-27Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-03-27Fix CID 1430932Taylor Yu
2018-03-01Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-03-01Spec conformance on protover: always reject ranges where lo>hiNick Mathewson
2018-03-01Forbid UINT32_MAX as a protocol versionNick Mathewson
2018-03-01Forbid "-0" as a protocol version.Nick Mathewson
2018-03-01Add another NULL-pointer fix for protover.c.Nick Mathewson
2018-03-01Correctly handle NULL returns from parse_protocol_list when voting.Nick Mathewson
2018-02-16Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-02-16Merge remote-tracking branch 'dgoulet/ticket24902_029_05' into maint-0.2.9Nick Mathewson
2018-02-16stop calling channel_mark_client in response to a create_fastRoger Dingledine
2018-02-16stop calling channel_mark_client in response to a create_fastRoger Dingledine
2018-02-16backport to make channel_is_client() accurateRoger Dingledine
2018-02-13Merge remote-tracking branch 'dgoulet/bug25223_029_01' into ticket24902_029_05David Goulet
2018-02-13dos: Add extra safety asserts in cc_stats_refill_bucket()David Goulet
2018-02-13dos: Don't set consensus param if we aren't a public relayDavid Goulet
2018-02-13Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-02-13dirserv: Improve returned message when relay is rejectedDavid Goulet
2018-02-12Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-02-12Merge branch 'bug23318-redux_029' into maint-0.2.9Nick Mathewson
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-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-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 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-31But in most Earth cultures, there are 60s in a minute.Nick Mathewson
2018-01-31add a rate-limit.Nick Mathewson
2018-01-31dos: Make sure cc_stats_refill_bucket can't overflow while calculatingteor
2018-01-30dos: Make circuit rate limit per second, not tenths anymoreDavid 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