aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2019-03-14Merge remote-tracking branch 'tor-github/pr/770' into maint-0.2.9teor
2019-03-14Merge remote-tracking branch 'tor-github/pr/765' into maint-0.2.9teor
2019-03-14Merge remote-tracking branch 'tor-github/pr/746' into maint-0.2.9teor
2019-03-01Merge remote-tracking branch 'tor-github/pr/749' into maint-0.2.9teor
2019-03-01Merge remote-tracking branch 'tor-github/pr/747' into maint-0.2.9teor
2019-03-01Bug 25733: Avoid assert failure if all circuits time out.Mike Perry
2019-01-10rend: stop warning when clients send multiple rend establish cellsteor
2019-01-04Merge branch 'bug21394_029_redux' into maint-0.2.9Nick Mathewson
2018-12-10Fallbacks: Update the hard-coded fallback list in December 2018teor
2018-12-07Fallbacks: Update the hard-coded fallback list in December 2018teor
2018-11-15Merge remote-tracking branch 'public/bug24104_029_squashed' into maint-0.2.9Nick Mathewson
2018-10-25Fix two other cases of (buf + N > end) patternNick Mathewson
2018-10-25Fix possible UB in an end-of-string check in get_next_token().Nick Mathewson
2018-09-20Fix a pair of errors in bug23512Nick Mathewson
2018-09-17Bug 23512: Test recording bytes in circ queues.Mike Perry
2018-09-17Bug 23512: Report queued cells on or circs as written.Mike Perry
2018-09-17Promote rep_hist bw functions to uint64_t.Mike Perry
2018-09-14protover: reject invalid protocol namescypherpunks
2018-09-07Merge remote-tracking branch 'teor/bug27461-029' into maint-0.2.9Nick Mathewson
2018-09-07Windows: Stop calling SetProcessDEPPolicy() on 64-bit Windowsteor
2018-09-07hs: Silence a spurious warning in rend_client_send_introduction()teor
2018-09-01Check descriptor bandwidth changed if not hibernatingjuga0
2018-09-01Allow mocking rep_hist_bandwidth_assessjuga0
2018-09-01Make bandwidth change factor a constantjuga0
2018-08-22Mark cert_matches_key as not-intrusive; fix stretch compilation.Nick Mathewson
2018-07-25Stop logging link auth warnings on Single Onion Services and Tor2webteor
2018-07-18Merge branch 'bug26485_029_squashed' into maint-0.2.9Nick Mathewson
2018-07-18Warn when an authority has voted for a version with a space in it.Nick Mathewson
2018-07-18Warn the directory authority operator if their versions list is bogusNick Mathewson
2018-07-12put new bridge auth Serge into placeRoger Dingledine
2018-07-09Merge branch 'bug26269_029' into maint-0.2.9Nick Mathewson
2018-06-23Fix memory leak in disk_state_parse_commits().Alexander Færøy
2018-06-23Fix memory leak in frac_nodes_with_descriptors().Alexander Færøy
2018-06-13Fix a GCC "potential null dereference" warning.Nick Mathewson
2018-06-12Add IPv6 orport address for dannenberg.Linus Nordberg
2018-06-08Avoid out-of-bounds smartlist access in protover_compute_vote()rl1987
2018-06-03Check bandwidth changes only if small uptimejuga0
2018-05-14Add a missing return after marking a stream for bad connected cellNick Mathewson
2018-05-09Having a ControlPort open doesn't mean we are a clientDavid Goulet
2018-05-02Stop logging stack contents when reading a zero-length bandwidth fileteor
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-04-04Bug 21394 touchup: Increase DNS attempts to 3Dhalgren
2018-03-27Fix CID 1430932Taylor Yu
2018-03-26When extending a circuit's path length, clear onehop_tunnel.Nick 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