aboutsummaryrefslogtreecommitdiff
path: root/src/feature/rend/rendclient.c
AgeCommit message (Expand)Author
2020-08-10Merge branch 'maint-0.3.5' into maint-0.4.2Nick Mathewson
2020-08-10small code tweaks to try to work around debian stable complaintsNick 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
2019-09-04rendclient: use ptrdiff, not off_t, for offset of DH field.Nick Mathewson
2019-06-05Don't access rend data after a circuit has been marked for close.George Kadianakis
2019-04-19Initialize rate_limited to false in directory_get_from_hs_dir()Neel Chauhan
2019-04-19Make rate_limited and is_rate_limited a boolNeel Chauhan
2019-04-11Make repeated/rate limited HSFETCH queries fail with QUERY_RATE_LIMITEDNeel Chauhan
2019-03-25Split all controller events code into a new control_events.cNick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-12-04conn: Use connection_ap_mark_as_waiting_for_renddesc()David Goulet
2018-09-25Revise things that had included router.h beforeNick Mathewson
2018-09-21Split directory.c code into several modulesNick Mathewson
2018-09-21Split main.c into main.c and mainloop.cNick Mathewson
2018-09-07Merge branch 'maint-0.3.4'Nick Mathewson
2018-08-28hs: Remove rend_client_non_anonymous_mode_enabledDavid Goulet
2018-08-28hs: Remove rend_client_allow_non_anonymous_connectionDavid Goulet
2018-08-28hs: Render obsolete Tor2webDavid Goulet
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-05Move literally everything out of src/orNick Mathewson