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