summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2020-06-02Merge branch 'tor-github/pr/1909' into maint-0.4.3George Kadianakis
2020-05-30Preemptive circs should work with UseEntryGuards 0Roger Dingledine
2020-05-06Fix a boolean logic error when logging about invalid hostnames.Nick Mathewson
2020-05-06connection_or_finished_flushing(): add a missing "break;"Nick Mathewson
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-05-06Merge branch 'maint-0.4.2' into maint-0.4.3Nick Mathewson
2020-05-06Merge branch 'maint-0.4.1' into maint-0.4.2Nick Mathewson
2020-05-06Merge branch 'bug34078_prelim_035' into bug34078_prelim_041Nick Mathewson
2020-05-06Replace some "fall through" comments not at the end of a case.Nick Mathewson
2020-04-21channeltls: Stop truncating IPv6 in logsteor
2020-04-09Merge branch 'maint-0.4.2' into maint-0.4.3teor
2020-04-09Merge branch 'maint-0.4.1' into maint-0.4.2teor
2020-04-09Merge branch 'maint-0.3.5' into maint-0.4.1teor
2020-03-26Merge branch 'tor-github/pr/1794' into maint-0.4.3David Goulet
2020-03-19Merge remote-tracking branch 'tor-github/pr/1806' into maint-0.4.3teor
2020-03-17Merge branch 'maint-0.4.2' into maint-0.4.3Nick Mathewson
2020-03-17Merge branch 'maint-0.4.1' into maint-0.4.2Nick Mathewson
2020-03-17sendme: Emit version 1 by defaultDavid Goulet
2020-03-16circpad_setup_machine_on_circ(): exit early on error.Nick Mathewson
2020-03-13connection: Stop forcing some ports to prefer IPv6teor
2020-03-10dos: Pass transport name on new client connectionDavid Goulet
2020-02-20Merge remote-tracking branch 'tor-github/pr/1719/head' into maint-0.4.3Nick Mathewson
2020-02-14Merge branch 'ticket33290_v2_042' into maint-0.4.3Nick Mathewson
2020-02-14Merge branch 'ticket33290_v2_041' into ticket33290_v2_042Nick Mathewson
2020-02-14Wipe the entire hashent structure, not just the first sizeof(void*)Nick Mathewson
2020-02-13Merge branch 'ticket33290_v2_042' into ticket33290_v2_043Nick Mathewson
2020-02-13Merge branch 'ticket33290_v2_041' into ticket33290_v2_042Nick Mathewson
2020-02-13Before freeing ewma objects, use memwipe instead of resetting magic.Nick Mathewson
2020-02-12Use more memory poisoning and better asserts around ewma codeNick Mathewson
2020-02-11Merge branch 'ticket33029_042_01' into ticket33029_043_03David Goulet
2020-02-11dirauth: Resume sending 503 directory error codeDavid Goulet
2020-02-11mainloop: Modernize a bit connection_dir_is_global_write_low()David Goulet
2020-02-11mainloop: Remove unused parameter from connection_dir_is_global_write_low()David Goulet
2020-02-11mainloop: Rename global_write_bucket_low()David Goulet
2020-01-29mainloop: Simplify ip_address_changed()teor
2020-01-29connection: Improve function commentsteor
2020-01-20config: Make clients tell dual-stack exits they prefer IPv6teor
2020-01-17Merge remote-tracking branch 'tor-github/pr/1529'Nick Mathewson
2020-01-17Merge branch 'ticket32487_squashed_and_merged'Nick Mathewson
2020-01-16Merge branch 'ticket32695_squashed'Nick Mathewson
2020-01-16Remove functions that checked for pre-ipv6 consensus.Nick Mathewson
2020-01-16Merge branch 'ticket32487_squashed' into ticket32487_squashed_and_mergedNick Mathewson
2020-01-16Rename dirclient_modes.h identifiers to start with dirclient_Nick Mathewson
2020-01-16Move dirclient-related functions out of dirserv, and reenable themNick Mathewson
2020-01-16Disable feature/dircache files when dircache module is disabled.Nick Mathewson
2020-01-16Use dir_conn_clear_spool() in connection.c.Nick Mathewson
2020-01-16Merge branch 'maint-0.4.0' into maint-0.4.1teor
2020-01-16Merge branch 'maint-0.3.5' into maint-0.4.0teor
2020-01-16Merge remote-tracking branch 'tor-github/pr/1513' into maint-0.3.5teor