aboutsummaryrefslogtreecommitdiff
path: root/src/or/transports.h
AgeCommit message (Expand)Author
2016-02-27Update the copyright year.Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-22Fix a bunch of memory leaks in the unit tests. Found with valgrindNick Mathewson
2014-11-04Merge remote-tracking branch 'andrea/ticket6456'Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-09Fix issues brought up in nickm's review.Yawning Angel
2014-07-25Add some mocks needed to unit test ClientTransportPlugin/ServerTransportPlugi...Andrea Shepard
2014-05-21Allow ClientTransportPlugins to use proxiesYawning Angel
2014-04-23Rename the got_hup element of managed proxies.George Kadianakis
2013-07-31Merge branch 'bug9288_rebased'Nick Mathewson
2013-07-31Write unit tests for configure_proxy().George Kadianakis
2013-07-18Remove a redundant declarationNick Mathewson
2013-07-18Merge branch 'bug8978_rebase_2'Nick Mathewson
2013-07-18Improve test coverage of 8929 codeNick Mathewson
2013-07-18Add a basic unit test for pt_get_extra_info_descriptor_string.Nick Mathewson
2013-07-18Extract ARGS from SMETHOD line and attach them to transport.George Kadianakis
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
2013-02-09Send SOCKS arguments when doing SOCKS4.George Kadianakis
2013-02-09Validate SOCKS arguments.George Kadianakis
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-09-05Start passing ports to tor_check_port_forwarding().George Kadianakis
2012-07-12Address Nick's comments.George Kadianakis
2012-07-03Add pluggable transport info to extra-info descriptors.George Kadianakis
2012-07-03Make some transports.c functions static.George Kadianakis
2012-07-03Refactor mp->transports to use transport_t.George Kadianakis
2012-07-03Move transport-related functions from circuitbuild.c to transports.c.George Kadianakis
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2011-10-24Add PT_PROTO_FAILED_LAUNCH managed proxy state.George Kadianakis
2011-10-17Port managed proxy launching code to the new subprocess API.George Kadianakis
2011-10-07Make it compile on Windows™.George Kadianakis
2011-10-07Support multiple transports in a single transport line.George Kadianakis
2011-09-11Make check-spaces happy.George Kadianakis
2011-09-11Update transports.[ch] to support SIGHUPs.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-18Updated #includes etc. to use transports.[ch].George Kadianakis
2011-07-18Renamed pluggable_transports.[ch] to transports.[ch].George Kadianakis