summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* changes: Fix changes file for bug25450.bug25450_032Isis Lovecruft2018-03-08
* test: Increase time limit for IP creation in an HS test.Isis Lovecruft2018-03-08
* bump version to 0.3.2.10-devNick Mathewson2018-03-03
* Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson2018-03-03
|\
| * version bump to 0.3.1.10-devNick Mathewson2018-03-03
| * Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson2018-03-03
| |\
| | * Bump version to 0.2.9.15-devNick Mathewson2018-03-03
* | | version bump to 0.3.2.10Nick Mathewson2018-03-01
* | | Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson2018-03-01
|\ \ \ | |/ /
| * | Update to 0.3.1.10Nick Mathewson2018-03-01
| * | Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson2018-03-01
| |\ \ | | |/
| | * version bump to 0.2.9.15Nick Mathewson2018-03-01
* | | Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson2018-03-01
|\ \ \ | |/ /
| * | Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson2018-03-01
| |\ \ | | |/
| | * Protover tests: disable some obsoleted testsNick Mathewson2018-03-01
| | * Spec conformance on protover: always reject ranges where lo>hiNick Mathewson2018-03-01
| | * Forbid UINT32_MAX as a protocol versionNick Mathewson2018-03-01
| | * Forbid "-0" as a protocol version.Nick Mathewson2018-03-01
| | * Add more of Teor's protover tests.Nick Mathewson2018-03-01
| | * Add some protover vote round-trip tests from Teor.Nick Mathewson2018-03-01
| | * Add another NULL-pointer fix for protover.c.Nick Mathewson2018-03-01
| | * Correctly handle NULL returns from parse_protocol_list when voting.Nick Mathewson2018-03-01
* | | Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson2018-02-21
|\ \ \ | |/ /
| * | Update the .gitmodules to refer to project-level tor-rust-dependenciesNick Mathewson2018-02-21
* | | Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson2018-02-16
|\ \ \ | |/ /
| * | Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson2018-02-16
| |\ \ | | |/
| | * Merge remote-tracking branch 'dgoulet/ticket24902_029_05' into maint-0.2.9Nick Mathewson2018-02-16
| | |\
| | | * Make check-changes happyDavid Goulet2018-02-13
| | | * man: Document default values if not in the consensus for DoS mitigationDavid Goulet2018-02-13
| | | * Merge remote-tracking branch 'dgoulet/bug25223_029_01' into ticket24902_029_05David Goulet2018-02-13
| | | |\
| | | | * dos: Don't set consensus param if we aren't a public relayDavid Goulet2018-02-13
| | | * | dos: Add extra safety asserts in cc_stats_refill_bucket()David Goulet2018-02-13
| | | |/
| | | * Have tor_addr hashes return a randomized hash for AF_UNSPEC.Nick Mathewson2018-02-12
| | | * Fix a typo in an address_set.c comment.Nick Mathewson2018-02-12
| | | * test: DoS test to make sure we exclude known relaysDavid Goulet2018-02-09
| | | * dos: Exclude known relays from client connection countDavid Goulet2018-02-09
| | | * Merge branch 'ticket25183_029_01' into ticket24902_029_05David Goulet2018-02-08
| | | |\
| | | | * test: Add unit tests for addressset.cDavid Goulet2018-02-08
| | | | * Add an address_set to the nodelist.Nick Mathewson2018-02-08
| | | | * Function to add an ipv4 address to an address_setNick Mathewson2018-02-08
| | | | * Add an address-set backend using a bloom filter.Nick Mathewson2018-02-08
| | | * | remove a redundant semicolonNick Mathewson2018-02-06
| | | * | geoip: Make geoip_client_cache_total_allocation() return the counterDavid Goulet2018-02-05
| | | * | dos: We can put less token than the current amountDavid Goulet2018-02-02
| | | * | Use tt_u64_op() for uint64_t inputs.Nick Mathewson2018-02-02
| | | * | Merge branch 'ticket25122_029_02' into ticket24902_029_05David Goulet2018-02-02
| | | |\ \
| | | | * | geoip: Add clientmap_entry_new() functionDavid Goulet2018-02-02
| | | | * | geoip: Increment and decrement functions for the geoip client cacheDavid Goulet2018-02-02
| | | | * | geoip: Hook the client history cache into the OOM handlerDavid Goulet2018-02-02
| | | | |/
| | | * | channel_tls_get_remote_addr_method now returns real_addr.Fernando Fernandez Mancera2018-01-31