Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make it compile on Windows™. | George Kadianakis | 2011-10-07 |
| | |||
* | Support multiple transports in a single transport line. | George Kadianakis | 2011-10-07 |
| | | | | | Support multiple comma-separated transpotrs in a single {Client,Server}TransportPlugin line. | ||
* | Make check-spaces happy. | George Kadianakis | 2011-09-11 |
| | |||
* | Update transports.[ch] to support SIGHUPs. | George Kadianakis | 2011-09-11 |
| | |||
* | Improve the code a tad. | George Kadianakis | 2011-08-15 |
| | | | | | | | | | | * 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. | ||
* | Spawn multiple protocols using a single managed proxy. | George Kadianakis | 2011-08-12 |
| | | | | | If multiple torrc transport lines have the same argv, tor instructs a single managed proxy to launch multiple protocols. | ||
* | Server transport proxies should bind on the same port each time, if possible. | George Kadianakis | 2011-08-07 |
| | |||
* | Updated #includes etc. to use transports.[ch]. | George Kadianakis | 2011-07-18 |
| | |||
* | Renamed pluggable_transports.[ch] to transports.[ch]. | George Kadianakis | 2011-07-18 |