summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2020-05-30Preemptive circs should work with UseEntryGuards 0Roger Dingledine
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-05-06Replace some "fall through" comments not at the end of a case.Nick Mathewson
2020-03-10dos: Pass transport name on new client connectionDavid Goulet
2020-01-16Merge remote-tracking branch 'tor-github/pr/1513' into maint-0.3.5teor
2019-11-25Merge remote-tracking branch 'tor-github/pr/1422' into maint-0.3.5teor
2019-11-25Merge remote-tracking branch 'tor-github/pr/1405' into maint-0.3.5teor
2019-11-06Do not try to shut down the event loop when it is not initialized.Nick Mathewson
2019-11-06Merge branch 'maint-0.2.9' into maint-0.3.5teor
2019-10-17mainloop: Disable periodic events before a destroyDavid Goulet
2019-10-09Stop libevent from reading data from closed connections.George Kadianakis
2019-09-18Merge branch 'bug31466_029' into bug31466_035_tmpNick Mathewson
2019-09-10pf: when extracting an IPv6 address, make sure we got an IPv6 addressNick Mathewson
2019-08-12Merge remote-tracking branch 'tor-github/pr/1077' into maint-0.3.5teor
2019-08-12Merge remote-tracking branch 'tor-github/pr/1056' into maint-0.3.5teor
2019-08-09Merge remote-tracking branch 'tor-github/pr/920' into maint-0.3.5teor
2019-08-06Merge branch 'ticket31343_029' into ticket31343_035Nick Mathewson
2019-06-05Bug 29034: Cleanup hs circuitmap when purpose changes.Mike Perry
2019-05-29Make get_proxy_type() connection-specificNick Mathewson
2019-04-19Merge branch 'maint-0.3.4' into maint-0.3.5teor
2019-04-19Merge remote-tracking branch 'tor-github/pr/710' into maint-0.3.5teor
2019-03-01Log the correct "auto" port number for listening socketsKris Katterjohn
2019-02-21Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
2019-02-19Add circuit time check before logging about relaxing circuit timeJosé M. Guisado
2019-01-26Allow empty username/password in SOCKS5 username/password auth messagerl1987
2019-01-16Bump copyright date to 2019.Nick Mathewson
2019-01-11Merge remote-tracking branch 'tor-github/pr/563' into maint-0.3.5Nick Mathewson
2019-01-09Fix (and make consistent) the use of OpenBSD preprocessor macro testsKris Katterjohn
2019-01-03Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
2018-12-21Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
2018-12-04conn: Use connection_ap_mark_as_waiting_for_renddesc()David Goulet
2018-12-04conn: Add an helper to mark a connection as waiting for an HS descriptorDavid Goulet
2018-11-16Merge remote-tracking branch 'dgoulet/ticket27471_035_02' into maint-0.3.5Nick Mathewson
2018-11-14Merge branch 'ticket27750_034_01_squashed' into maint-0.3.5Nick Mathewson
2018-11-14comment: circuit_list_path_impl() does not check Named any moreteor
2018-11-06Merge branch 'bug28348_034' into bug28348_035Nick Mathewson
2018-10-18hs-v3: Close client intro circuits if the descriptor is replacedDavid Goulet
2018-10-17Merge branch 'maint-0.3.4'Nick Mathewson
2018-10-16Argh. The unset value for OwningControllerFD is NOT -1.Nick Mathewson
2018-10-16Merge branch 'bug27849_redux'Nick Mathewson
2018-10-15Write a comment to explain may_need_rebind conditionrl1987
2018-10-15Refrain from listener rebinding when address families differrl1987
2018-10-14Remove a double-newline and improve a commentNick Mathewson
2018-10-14Merge branch 'bug27772_squashed'Nick Mathewson
2018-10-14Initialize some locals in socks5 parsing code.Nick Mathewson
2018-10-14Use the correct function signatures in test_relaycell.cNick Mathewson
2018-10-14Use assertions so GCC LTO doesn't worry about TLS channel conversionNick Mathewson
2018-10-12Merge remote-tracking branch 'tor-github/pr/380'Nick Mathewson
2018-10-03Make sure we're removing conn from old_conns *once*rl1987
2018-10-03Refrain from using SMARTLIST_DEL_CURRENT in retry_all_listenersrl1987