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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
Age
Commit message (
Expand
)
Author
2011-10-07
Support multiple transports in a single transport line.
George Kadianakis
2011-09-23
Improve wording in some comments and log messages.
George Kadianakis
2011-09-12
Put some sense into our logging.
George Kadianakis
2011-09-11
Don't warn of stray Bridges if managed proxies are still unconfigured.
George Kadianakis
2011-09-11
Constification.
George Kadianakis
2011-09-11
Make check-spaces happy.
George Kadianakis
2011-09-11
Enforce transport names being C identifiers.
George Kadianakis
2011-09-11
Trivial fixes around the code.
George Kadianakis
2011-09-11
Be more defensive in get_transport_bindaddr().
George Kadianakis
2011-09-11
Fix bug in get_transport_in_state_by_name() when using strcmpstart().
George Kadianakis
2011-09-11
Improve how we access or_state_t.
George Kadianakis
2011-09-11
Remove connection_uses_transport() since it was unused.
George Kadianakis
2011-09-11
Allow interwined {Client,Server}TransportPlugin lines.
George Kadianakis
2011-09-11
Update the transports.c documentation based on the new data.
George Kadianakis
2011-09-11
Update transports.[ch] to support SIGHUPs.
George Kadianakis
2011-09-11
Prepare circuitbuild.[ch] and config.[ch] for SIGHUPs.
George Kadianakis
2011-09-10
Replaced some leftover assert()s with tor_assert()s.
George Kadianakis
2011-08-15
Improve the code a tad.
George Kadianakis
2011-08-12
Spawn multiple protocols using a single managed proxy.
George Kadianakis
2011-08-07
Server transport proxies should bind on the same port each time, if possible.
George Kadianakis
2011-07-18
Changed a printf() to a log_debug().
George Kadianakis
2011-07-18
Reuse get_string_from_pipe() in log_from_pipe().
George Kadianakis
2011-07-18
Let's be smarter while parsing {Client,Server}TransportPlugin lines.
George Kadianakis
2011-07-18
Replaced ST_* enum prefix for stream status with IO_STREAM_*.
George Kadianakis
2011-07-18
Updated #includes etc. to use transports.[ch].
George Kadianakis
2011-07-18
Renamed pluggable_transports.[ch] to transports.[ch].
George Kadianakis
2011-07-14
Reverting the accounting thing introduced in 5492de76 till I think how it sho...
George Kadianakis
2011-07-14
Changed a couple of 180 spec stuff according to #3578.
George Kadianakis
2011-07-13
Put some last missing pieces together.
George Kadianakis
2011-07-13
Create the pluggable_transports.[ch] source files responsible for talking the...
George Kadianakis
2011-07-13
Add support for managed {Client,Server}TransportPlugin parsing.
George Kadianakis
2011-07-03
Refactor the interfaces of transport/proxy lookup fns
Nick Mathewson
2011-07-03
Future-proof and user-proof parse_bridge_line
Nick Mathewson
2011-07-02
Simplify parse_client_transport_line
Nick Mathewson
2011-07-02
Style and grammar tweaks on 2841 branch
Nick Mathewson
2011-07-02
Small tweaks to 2841 code
Nick Mathewson
2011-06-28
Trivial code tweaks and documentation updates.
George Kadianakis
2011-06-22
Revised how we handle ClientTransportPlugin and Bridge lines.
George Kadianakis
2011-06-21
Various small tweaks around config.c and or.h
George Kadianakis
2011-06-21
Tweaked connection{.c,.h,_or.c} based on nick's comments.
George Kadianakis
2011-06-21
Fixes on circuitbuild.[ch] based on nick's comments.
George Kadianakis
2011-06-14
Fixes small bugs.
George Kadianakis
2011-06-14
This commit is an attempt to beautify the previous commit.
George Kadianakis
2011-06-14
Our warning now is much more specific, mentioning proxy type/addr/port.
George Kadianakis
2011-06-14
We now warn the user if a proxy server is not up when we try to connect with it.
George Kadianakis
2011-06-12
Various trivial changes.
George Kadianakis
2011-06-12
We can now connect using transports as well!
George Kadianakis
2011-06-11
We can now match our transports with our bridges.
George Kadianakis
2011-06-11
ClientTransportPlugin parsing done.
George Kadianakis
2011-06-08
Fix a memleak in nodelist_assert_ok()
Sebastian Hahn
[next]