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
Age
Commit message (
Expand
)
Author
2016-09-13
Replace OnionService* with HiddenService* in option names
teor
2016-09-13
Refactor Single Onion code to improve consistency
teor
2016-09-13
Comments: prefer circuit_build_times_disabled() to LearnCircuitBuildTimeout
teor
2016-09-13
Ephemeral Single Onion Services must have the NonAnonymous ADD_ONION flag
teor
2016-09-13
Refactor the hidden service code to use rend_service_path
teor
2016-09-13
Allow the unit tests to pass a service list to rend_service_load_all_keys
teor
2016-09-13
Refactor UseEntryNodes so the original configured value is preserved
teor
2016-09-13
Use CircuitBuildTimeout whenever circuit_build_times_disabled is true
teor
2016-09-13
Fix a typo in a comment in rend_consider_services_intro_points
teor
2016-09-13
Fix a typo in the LearnCircuitBuildTimeout disabled log message
teor
2016-09-13
When LearnCircuitBuildTimeout is disabled by other options, be quieter
teor
2016-09-13
Remove a duplicate non-anonymous warning log message
teor
2016-09-13
Refactor crypto init to use existing options variable
teor (Tim Wilson-Brown)
2016-09-13
Make Tor2web work with ReachableAddresses and CRN_DIRECT_CONN
teor
2016-09-13
Make Single Onion Service intro points respect ReachableAddresses
teor
2016-09-13
Implement Prop #260: Single Onion Services
teor (Tim Wilson-Brown)
2016-09-13
Make rend_service_free available to the unit tests
teor (Tim Wilson-Brown)
2016-08-31
Count unix sockets when counting client listeners
teor (Tim Wilson-Brown)
2016-08-29
We no longer need to tag UseNTorHandshake as deprecated, since it is obsolete
Nick Mathewson
2016-08-29
Merge remote-tracking branch 'teor/reject-tap-v6'
Nick Mathewson
2016-08-26
Fix OOS comparator fix
Andrea Shepard
2016-08-25
Fix duplicated if condition in connection.c
David Goulet
2016-08-25
Merge remote-tracking branch 'andrea/ticket18640_v3'
Nick Mathewson
2016-08-24
make check-spaces fixes
Nick Mathewson
2016-08-24
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-08-24
Fix path selection on firewalled clients
teor
2016-08-24
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-08-24
Merge branch 'maint-0.2.7' into maint-0.2.8
Nick Mathewson
2016-08-24
Replace Tonga with Bifroest.
Isis Lovecruft
2016-08-24
Add a stub for rend_service_allow_direct_connection
teor
2016-08-24
Client & HS ignore UseNTorHandshake, all non-HS handshakes use ntor
teor (Tim Wilson-Brown)
2016-08-24
Improve comments in circuit_get_cpath_*
teor (Tim Wilson-Brown)
2016-08-24
Client & HS make sure every hop in every non-HS path supports ntor
teor (Tim Wilson-Brown)
2016-08-23
Merge remote-tracking branch 'jigsaw/fix-17758'
Nick Mathewson
2016-08-23
Merge remote-tracking branch 'jigsaw/fix-15381'
Nick Mathewson
2016-08-23
Use tor_assert, not assert.
Nick Mathewson
2016-08-23
Merge branch 'bug13953_squashed'
Nick Mathewson
2016-08-23
Reword the router_check_descriptor_address_port_consistency log message
teor
2016-08-22
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-08-22
Do not pass NULL to log(%s) in dir_server_new.
Nick Mathewson
2016-08-20
Use connection_mark_for_close() rather than connection_mark_on_flush() on OOS
Andrea Shepard
2016-08-20
Add DisableOOSCheck option, on by default until we have better heuristics
Andrea Shepard
2016-08-20
Consider the case that a connection doesn't have a valid socket during OOS
Andrea Shepard
2016-08-20
Add connection_is_moribund() inline
Andrea Shepard
2016-08-20
Use SMARTLIST_FOREACH in connection_count_moribund() per code review
Andrea Shepard
2016-08-20
s/connection_handle_oos/connection_check_oos/g per code review
Andrea Shepard
2016-08-20
Unit test for pick_oos_victims()
Andrea Shepard
2016-08-20
Unit test for kill_conn_list_for_oos()
Andrea Shepard
2016-08-20
Unit test for connection_handle_oos()
Andrea Shepard
2016-08-20
Implement OOS comparator
Andrea Shepard
[next]