aboutsummaryrefslogtreecommitdiff
path: root/src/or/transports.c
Commit message (Expand)AuthorAge
* Slightly improve the documentation of src/or/transports.cGeorge Kadianakis2014-04-23
* Rename the got_hup element of managed proxies.George Kadianakis2014-04-23
* Don't halt bootstrap to figure out if we should restart PT proxies.George Kadianakis2014-04-23
* check outputs from get_first_listener_addrport_stringNick Mathewson2014-03-27
* Fix an always-true assert in PT code.George Kadianakis2013-10-29
* Implement the TRANSPORT_LAUNCHED control port event.George Kadianakis2013-08-25
* Merge branch 'bug5040_4773_rebase_3'Nick Mathewson2013-08-15
|\
| * Add guards to ext_orport.h, rename get_file to get_file_nameNick Mathewson2013-08-15
| * Move Extended ORPort code to its own module.George Kadianakis2013-07-18
| * Satisfy check-spaces.George Kadianakis2013-07-18
| * Various Extended ORPort code improvements.George Kadianakis2013-07-18
| * Create the Extended ORPort authentication cookie file.George Kadianakis2013-07-18
* | Merge branch 'bug9288_rebased'Nick Mathewson2013-07-31
|\ \ | |/ |/|
| * Modifications to transports.c for the unit tests to work.George Kadianakis2013-07-31
| * Write unit tests for configure_proxy().George Kadianakis2013-07-31
| * Fix invalid-read when a managed proxy configuration fails.George Kadianakis2013-07-31
* | Merge branch 'bug8978_rebase_2'Nick Mathewson2013-07-18
|\ \
| * | Add a basic unit test for pt_get_extra_info_descriptor_string.Nick Mathewson2013-07-18
| * | Write transport ARGS to extra-info descriptor.George Kadianakis2013-07-18
| * | Extract ARGS from SMETHOD line and attach them to transport.George Kadianakis2013-07-18
| |/
* | Improve test coverage of 8929 codeNick Mathewson2013-07-18
* | Insert the environment variable only if we have options to pass.George Kadianakis2013-07-18
* | Place the options in the environment after processing them properly.George Kadianakis2013-07-18
* | Rename tor_escape_str_for_socks_arg() to something more generic.George Kadianakis2013-07-18
* | Pass characters to be escaped to tor_escape_str_for_socks_arg().George Kadianakis2013-07-18
|/
* Completely refactor how FILENAME_PRIVATE worksNick Mathewson2013-07-10
* Merge remote-tracking branch 'asn/bug3594_rebased_and_fixed'Nick Mathewson2013-03-19
|\
| * Send SOCKS arguments when doing SOCKS4.George Kadianakis2013-02-09
| * Validate SOCKS arguments.George Kadianakis2013-02-09
* | Merge remote-tracking branch 'public/unused_stuff' into maint-0.2.4Nick Mathewson2013-03-15
|\ \
| * | Remove a bunch of unused macro definitionsNick Mathewson2013-02-23
| |/
* / Fix typos in a few log messagesBenjamin Kerensa2013-03-10
|/
* Rename *_isin to *_containsNick Mathewson2013-01-16
* Update the copyright date to 201.Nick Mathewson2013-01-16
* Add warning message when a managed proxy dies during configuration.George Kadianakis2012-11-06
* Use LOG_WARN instead of LOG_PROTOCOL_WARN when parsing transport lines.George Kadianakis2012-11-02
* Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* Use fmt_addrport in pt_get_extra_info_descriptor_string.David Fifield2012-10-10
* Use fmt_addrport where appropriate.David Fifield2012-10-10
* Use fmt_and_decorate_addr in extra-info "transport" lines.David Fifield2012-10-10
* Use fmt_and_decorate_addr in log messages.David Fifield2012-10-10
* Don't call fmt_addr() twice in a parameter list.George Kadianakis2012-10-09
* Split the or_state_t portions of config.c into their own fileNick Mathewson2012-09-13
* Start passing ports to tor_check_port_forwarding().George Kadianakis2012-09-05
* Use get_lines_from_handle() in configure_proxy().George Kadianakis2012-09-05
* Address Nick's comments.George Kadianakis2012-07-12
* Change extra-info "method" to "transport".George Kadianakis2012-07-03
* Mark descriptor as dirty if all managed proxies are configured.George Kadianakis2012-07-03
* Add pluggable transport info to extra-info descriptors.George Kadianakis2012-07-03
* Constify some functions.George Kadianakis2012-07-03