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
/
hs_service.c
Age
Commit message (
Expand
)
Author
2018-07-05
Move literally everything out of src/or
Nick Mathewson
2018-07-01
Remove system headers from or.h
Nick Mathewson
2018-07-01
Extract or_state_t to its own header.
Nick Mathewson
2018-07-01
Minimize headers that include crypto_formats and x25519 stuff
Nick Mathewson
2018-07-01
Remove needless includes from or.h
Nick Mathewson
2018-06-21
Rectify include paths (automated)
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-06-15
Move extend_info_t into its own header.
Nick Mathewson
2018-06-15
Extract routerstatus_t into its own header.
Nick Mathewson
2018-06-15
Extract networkstatus_t and ..sr_info_t into their own headers
Nick Mathewson
2018-06-15
Extract node_t into its own header.
Nick Mathewson
2018-06-15
Extract {or,origin}_circuit_t into their own headers
Nick Mathewson
2018-06-15
Split dir_connection_t into its own header
Nick Mathewson
2018-06-15
Split entry and edge_connection_t into their own headers.
Nick Mathewson
2018-06-02
hs-v3: Build onion address before registering ephemeral service
David Goulet
2018-05-09
Merge branch 'maint-0.3.3'
Nick Mathewson
2018-05-09
Merge branch 'maint-0.3.2' into maint-0.3.3
Nick Mathewson
2018-05-09
Detect when v3 services get disabled after HUP.
George Kadianakis
2018-05-03
Merge remote-tracking branch 'isis/bug24660_r1'
Nick Mathewson
2018-05-02
Optimize legacy intro point digest calculation.
Neel Chauhan
2018-05-01
sr: Rename shared_random_common.{c|h} to shared_random_client.{c|h}
David Goulet
2018-05-01
Merge remote-tracking branch 'dgoulet/ticket25610_034_01-squashed'
Nick Mathewson
2018-04-28
Make hsdir_index in node_t a hsdir_index_t rather than a pointer.
Neel Chauhan
2018-04-27
sr: Extract shared SR functions
David Goulet
2018-04-27
mod: Move dirauth specific files to its own module
David Goulet
2018-04-27
hs: Rescan the main loop event list if the service map changes
David Goulet
2018-04-24
Merge branch 'maint-0.3.3'
Nick Mathewson
2018-04-24
Merge branch 'maint-0.3.2' into maint-0.3.3
Nick Mathewson
2018-04-23
hs: Fix memleak in v3 on SIGHUP
David Goulet
2018-04-06
crypto: Refactor (P)RNG functionality into new crypto_rand module.
Isis Lovecruft
2018-03-23
Merge branch 'maint-0.3.3'
Nick Mathewson
2018-03-23
Fix windows compilation warnings in hs_service.c
Nick Mathewson
2018-03-20
Merge branch 'maint-0.3.3'
Nick Mathewson
2018-03-20
Merge branch 'bug25306_032_01_squashed_v2' into maint-0.3.3
Nick Mathewson
2018-03-20
hs-v3: BUG() on missing descriptors during rotation
David Goulet
2018-02-20
Remove a bunch of other redundant #includes
Nick Mathewson
2018-02-07
Fix spelling mistakes corresponding to ticket #23650
Deepesh Pathak
2018-01-23
Add onion service activity information to our heartbeat logs.
George Kadianakis
2018-01-03
Merge branch 'maint-0.3.2'
Nick Mathewson
2018-01-03
Fix some shadowed-global warnings.
Nick Mathewson
2017-12-12
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-12-12
hs-v3: Don't lookup an intro point while cleaning it up
George Kadianakis
2017-12-11
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-12-08
Merge branch 'macro_free_v2_squashed'
Nick Mathewson
2017-12-08
Switch to a safer FREE_AND_NULL implementation
Nick Mathewson
2017-12-08
Change the free macro convention in the rest of src/or/*.h
Nick Mathewson
2017-12-05
hs-v3: Add a public function to upload a descriptor to an HSDir
David Goulet
2017-12-05
hs-v3: Implement HS_DESC UPLOAD event
David Goulet
2017-12-05
hs-v3: Implement HS_DESC CREATED event
David Goulet
[next]