summaryrefslogtreecommitdiff
path: root/src/or/transports.c
AgeCommit message (Expand)Author
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2017-01-19Remove extra newline from proxy_prepare_for_restart definitionteor
2016-11-30Split bridge functions into a new module.Nick Mathewson
2016-11-21Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-16refactor router_pick_published_address to have another argRoger Dingledine
2016-10-27Automated change to use smartlist_add_strdupovercaffeinated
2016-07-28Fix all -Wshadow warnings on LinuxNick Mathewson
2016-07-05Grammar.Nick Mathewson
2016-05-30Replace nearly all XXX0vv comments with smarter onesNick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-01-26Correct grammatical errors in tor commentsteor (Tim Wilson-Brown)
2015-12-15Replace usage of INLINE with inlinecypherpunks
2015-03-26Implement "TOR_PT_EXIT_ON_STDIN_CLOSE".Yawning Angel
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-11Whitespace cleanups in transports/test_ptNick 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-21Improve the log message when a transport doesn't support proxies.Yawning Angel
2014-05-21Allow ClientTransportPlugins to use proxiesYawning Angel
2014-04-23Slightly improve the documentation of src/or/transports.cGeorge Kadianakis
2014-04-23Rename the got_hup element of managed proxies.George Kadianakis
2014-04-23Don't halt bootstrap to figure out if we should restart PT proxies.George Kadianakis
2014-03-27check outputs from get_first_listener_addrport_stringNick Mathewson
2013-10-29Fix an always-true assert in PT code.George Kadianakis
2013-08-25Implement the TRANSPORT_LAUNCHED control port event.George Kadianakis
2013-08-15Merge branch 'bug5040_4773_rebase_3'Nick Mathewson
2013-08-15Add guards to ext_orport.h, rename get_file to get_file_nameNick Mathewson
2013-07-31Merge branch 'bug9288_rebased'Nick Mathewson
2013-07-31Modifications to transports.c for the unit tests to work.George Kadianakis
2013-07-31Write unit tests for configure_proxy().George Kadianakis
2013-07-31Fix invalid-read when a managed proxy configuration fails.George Kadianakis
2013-07-18Move Extended ORPort code to its own module.George Kadianakis
2013-07-18Satisfy check-spaces.George Kadianakis
2013-07-18Various Extended ORPort code improvements.George Kadianakis
2013-07-18Create the Extended ORPort authentication cookie file.George Kadianakis
2013-07-18Merge branch 'bug8978_rebase_2'Nick Mathewson
2013-07-18Improve test coverage of 8929 codeNick Mathewson
2013-07-18Insert the environment variable only if we have options to pass.George Kadianakis
2013-07-18Place the options in the environment after processing them properly.George Kadianakis
2013-07-18Rename tor_escape_str_for_socks_arg() to something more generic.George Kadianakis
2013-07-18Pass characters to be escaped to tor_escape_str_for_socks_arg().George Kadianakis
2013-07-18Add a basic unit test for pt_get_extra_info_descriptor_string.Nick Mathewson
2013-07-18Write transport ARGS to extra-info descriptor.George Kadianakis
2013-07-18Extract ARGS from SMETHOD line and attach them to transport.George Kadianakis
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
2013-03-19Merge remote-tracking branch 'asn/bug3594_rebased_and_fixed'Nick Mathewson