index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
feature
/
rend
/
rendclient.c
Age
Commit message (
Expand
)
Author
2021-01-19
Merge branch 'maint-0.4.4' into maint-0.4.5
Nick Mathewson
2021-01-19
Merge branch 'maint-0.3.5' into maint-0.4.3
Nick Mathewson
2021-01-13
Better fix for #40241 (--enable-all-bugs-are-fatal and fallthrough)
Nick Mathewson
2021-01-11
Merge branch 'maint-0.4.4' into maint-0.4.5
Nick Mathewson
2021-01-11
Merge branch 'maint-0.3.5' into maint-0.4.3
Nick Mathewson
2021-01-11
Fix warnings in current debian-hardened CI.
Nick Mathewson
2020-08-10
Merge branch 'maint-0.4.4'
Nick Mathewson
2020-08-10
Merge branch 'maint-0.4.2' into maint-0.4.3
Nick Mathewson
2020-08-10
Merge branch 'maint-0.3.5' into maint-0.4.2
Nick Mathewson
2020-08-10
small code tweaks to try to work around debian stable complaints
Nick Mathewson
2020-07-02
Allow multiple addresses in extend_info_t.
Nick Mathewson
2020-07-02
Extract extend_info manipulation functions into a new file.
Nick Mathewson
2020-05-06
Use __attribute__((fallthrough)) rather than magic GCC comments.
Nick Mathewson
2020-05-06
Use __attribute__((fallthrough)) rather than magic GCC comments.
Nick Mathewson
2020-05-06
Use __attribute__((fallthrough)) rather than magic GCC comments.
Nick Mathewson
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2019-11-27
hs-v3: Give a cleanup type to hs_circ_cleanup()
David Goulet
2019-11-27
hs-v2: Modernize rend_client_circuit_cleanup() code
David Goulet
2019-11-20
hs-v2: Move v2 circuit cleanup actions into hs_circ_cleanup()
David Goulet
2019-11-05
hs-v2: Fix memory leak in error code path
David Goulet
2019-10-30
hs-v2: Lookup intro failure cache when picking an intro from descriptor
Neel Chauhan
2019-09-04
rendclient: use ptrdiff, not off_t, for offset of DH field.
Nick Mathewson
2019-06-05
Don't access rend data after a circuit has been marked for close.
George Kadianakis
2019-04-19
Initialize rate_limited to false in directory_get_from_hs_dir()
Neel Chauhan
2019-04-19
Make rate_limited and is_rate_limited a bool
Neel Chauhan
2019-04-11
Make repeated/rate limited HSFETCH queries fail with QUERY_RATE_LIMITED
Neel Chauhan
2019-03-25
Split all controller events code into a new control_events.c
Nick Mathewson
2019-01-16
Bump copyright date to 2019
Nick Mathewson
2019-01-16
Bump copyright date to 2019.
Nick Mathewson
2018-12-04
conn: Use connection_ap_mark_as_waiting_for_renddesc()
David Goulet
2018-09-25
Revise things that had included router.h before
Nick Mathewson
2018-09-21
Split directory.c code into several modules
Nick Mathewson
2018-09-21
Split main.c into main.c and mainloop.c
Nick Mathewson
2018-09-07
Merge branch 'maint-0.3.4'
Nick Mathewson
2018-08-28
hs: Remove rend_client_non_anonymous_mode_enabled
David Goulet
2018-08-28
hs: Remove rend_client_allow_non_anonymous_connection
David Goulet
2018-08-28
hs: Render obsolete Tor2web
David Goulet
2018-07-05
Fix every include path changed in the previous commit (automated)
Nick Mathewson
2018-07-05
Move literally everything out of src/or
Nick Mathewson