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
/
or
/
rendservice.c
Age
Commit message (
Expand
)
Author
2015-11-23
Fix: use the right list in find_expiring_intro_point()
David Goulet
2015-09-02
correct the doc for find_rp_for_intro.
Nick Mathewson
2015-09-01
Simplify API for find_rp_for_intro()
Nick Mathewson
2015-07-16
Break some wide lines
Nick Mathewson
2015-07-14
Remove empty rend_service_validate_intro_early function
John Brooks
2015-07-14
Rename ambiguous introduction point functions
John Brooks
2015-07-09
Fix comments in rendservice.c
David Goulet
2015-07-09
Count intro circuit and not only established ones
David Goulet
2015-07-09
Upload descriptor when all intro points are ready
David Goulet
2015-07-09
Reuse intro points that failed but are still valid
David Goulet
2015-07-09
Refactor rend_services_introduce()
David Goulet
2015-06-29
Add the torrc option HiddenServiceNumIntroductionPoints
David Goulet
2015-06-29
Remove intro points adaptative algorithm
David Goulet
2015-06-17
Extend intro point to a 4th hop on cannibalization
David Goulet
2015-06-01
Appease make check-spaces
Andrea Shepard
2015-05-28
Avoid double-free on rend_add_service() failure
Nick Mathewson
2015-05-20
Add support for 'HiddenServiceMaxStream' to 'ADD_ONION'.
Yawning Angel
2015-05-20
Add "HiddenServiceMaxStreams" as a per-HS tunable.
Yawning Angel
2015-05-16
Fix crash on HUP with mixed ephemeral services
John Brooks
2015-05-14
Fix rend_config_services() indentation
David Goulet
2015-05-14
Use safe_str_client() for service ID in log
David Goulet
2015-05-05
Merge remote-tracking branch 'public/bug15821_025'
Nick Mathewson
2015-05-05
Fix out-of-bounds read in INTRODUCE2 client auth
John Brooks
2015-05-04
Add "+HSPOST" and related "HS_DESC" event flags to the controller.
Donncha O'Cearbhaill
2015-04-30
Use rend_data_client/service_create() in code
David Goulet
2015-04-28
Add "ADD_ONION"/"DEL_ONION" and "GETINFO onions/*" to the controller.
Yawning Angel
2015-04-23
Merge remote-tracking branch 'public/bug15745_027_03'
Nick Mathewson
2015-04-23
Use a custom Base64 encoder with more control over the output format.
Yawning Angel
2015-04-21
Add crypto_rand_int_range() and use it
David Goulet
2015-04-20
Use a random count of INTRODUCE2 for IP rotation
David Goulet
2015-04-06
Merge remote-tracking branch 'origin/maint-0.2.6'
Nick Mathewson
2015-04-06
Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6
Nick Mathewson
2015-04-06
Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5
Nick Mathewson
2015-04-06
Validate the RSA key size received when parsing INTRODUCE2 cells.
Yawning Angel
2015-04-03
Merge remote-tracking branch 'origin/maint-0.2.6'
Nick Mathewson
2015-04-03
Decrease the amount of rend circ relaunches for hidden services.
George Kadianakis
2015-03-13
const-ify the new failure vars, and one old one
Nick Mathewson
2015-03-12
Don't init hs intro key as side effect of an assert
Sebastian Hahn
2015-02-17
Remove tor_strclear(), and replace previous calls with memwipe().
Yawning Angel
2015-02-09
Reserve enough space for rend_service_port_config_t
Sebastian Hahn
2015-01-30
Fix some unused-argument warnings
Nick Mathewson
2015-01-30
Fix an uninitialized-variable warning.
Nick Mathewson
2015-01-30
Fix: test -ENOENT after config_parse_unix_port()
David Goulet
2015-01-28
Make hidden service use the config unix prefix
David Goulet
2015-01-28
Merge branch 'bug11485_026_v2_squashed'
Nick Mathewson
2015-01-28
fixup! Refactor the use of ifdef HAVE_SYS_UN_H
David Goulet
2015-01-28
Actually make connections to HSes on AF_UNIX sockets
Andrea Shepard
2015-01-28
Handle config options for AF_UNIX hidden services rendservice.c
Andrea Shepard
2015-01-28
Bump a client authorization message from debug to info.
Nick Mathewson
2015-01-27
Groundwork for AF_UNIX hidden services in rendservice.c
Andrea Shepard
[next]