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
/
client
Age
Commit message (
Expand
)
Author
2019-01-16
Bump copyright date to 2019
Nick Mathewson
2019-01-09
Merge branch 'maint-0.3.5'
Nick Mathewson
2019-01-09
Stop logging 'Your Guard' in circpathbias.c
rl1987
2018-12-20
Escape the PT K/V data before sending it to the logger.
Alexander Færøy
2018-12-20
Add support for STATUS messages from Pluggable Transports.
Alexander Færøy
2018-12-20
Use K/V parser to handle LOG messages for pluggable transports.
Alexander Færøy
2018-12-17
Merge branch 'ticket28179_squashed' into ticket28179_squashed_merged
Nick Mathewson
2018-12-17
Add an additional space when we check for the PROTO_LOG handler.
Alexander Færøy
2018-12-17
Use `const char *` instead of `char *` for line parameter for process callbacks.
Alexander Færøy
2018-12-17
Change EVENT_TRANSPORT_LOG to EVENT_PT_LOG.
Alexander Færøy
2018-12-17
Change the Process exit_callback to return bool.
Alexander Færøy
2018-12-17
Move remaining code from subprocess.{h,c} to more appropriate places.
Alexander Færøy
2018-12-17
Delete old process_handle_t code.
Alexander Færøy
2018-12-17
Add support for logging messages from pluggable transports.
Alexander Færøy
2018-12-17
Use process_t for managed proxies.
Alexander Færøy
2018-12-01
Merge branch 'ticket27490a_squashed'
Nick Mathewson
2018-12-01
Add new option ClientAutoIPv6ORPort to switch between IPv4 and IPv6 OR ports
Neel Chauhan
2018-12-01
Merge remote-tracking branch 'tor-github/pr/536'
Nick Mathewson
2018-11-27
Remove unused `int pid` member of `managed_proxy_t`.
Alexander Færøy
2018-11-22
Entry Nodes: Use a reasonably live consensus to select guards
teor
2018-11-15
Make the NET_PARTICIPANT role dependent on user activity
Nick Mathewson
2018-10-01
Remove routerparse include from files that dont use it
Nick Mathewson
2018-10-01
Move routerparse and parsecommon to their own module.
Nick Mathewson
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-19
Split routerlist.c into 4 separate modules
Nick Mathewson
2018-09-13
Merge branch 'bug27224_take2_squashed'
Nick Mathewson
2018-09-13
Avoid calling node_get_all_orports() from node_is_a_configured_bridge()
rl1987
2018-08-29
Merge branch 'ticket25573-034' into ticket25573-master
Mike Perry
2018-07-21
Split select_entry_guard_for_circuit()
rl1987
2018-07-21
Make entry_guards_update_primary() shorter
rl1987
2018-07-21
Split sampled_guards_update_from_consensus() into subfunctions
rl1987
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