aboutsummaryrefslogtreecommitdiff
path: root/src/or/transports.h
Commit message (Expand)AuthorAge
* Make it compile on Windows™.George Kadianakis2011-10-07
* Support multiple transports in a single transport line.•••Support multiple comma-separated transpotrs in a single {Client,Server}TransportPlugin line. George Kadianakis2011-10-07
* Make check-spaces happy.George Kadianakis2011-09-11
* Update transports.[ch] to support SIGHUPs.George Kadianakis2011-09-11
* Improve the code a tad.•••* Use strcmpstart() instead of strcmp(x,y,strlen(y)). * Warn the user if the managed proxy failed to launch. * Improve function documentation. * Use smartlist_len() instead of n_unconfigured_proxies. * Split managed_proxy_destroy() to managed_proxy_destroy() and managed_proxy_destroy_with_transports(). * Constification. George Kadianakis2011-08-15
* Spawn multiple protocols using a single managed proxy.•••If multiple torrc transport lines have the same argv, tor instructs a single managed proxy to launch multiple protocols. George Kadianakis2011-08-12
* Server transport proxies should bind on the same port each time, if possible.George Kadianakis2011-08-07
* Updated #includes etc. to use transports.[ch].George Kadianakis2011-07-18
* Renamed pluggable_transports.[ch] to transports.[ch].George Kadianakis2011-07-18