aboutsummaryrefslogtreecommitdiff
path: root/src/or/transports.c
AgeCommit message (Expand)Author
2013-07-31Fix invalid-read when a managed proxy configuration fails.George Kadianakis
2013-03-15Merge remote-tracking branch 'public/unused_stuff' into maint-0.2.4Nick Mathewson
2013-03-10Fix typos in a few log messagesBenjamin Kerensa
2013-02-23Remove a bunch of unused macro definitionsNick Mathewson
2013-01-16Rename *_isin to *_containsNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-11-06Add warning message when a managed proxy dies during configuration.George Kadianakis
2012-11-02Use LOG_WARN instead of LOG_PROTOCOL_WARN when parsing transport lines.George Kadianakis
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-10Use fmt_addrport in pt_get_extra_info_descriptor_string.David Fifield
2012-10-10Use fmt_addrport where appropriate.David Fifield
2012-10-10Use fmt_and_decorate_addr in extra-info "transport" lines.David Fifield
2012-10-10Use fmt_and_decorate_addr in log messages.David Fifield
2012-10-09Don't call fmt_addr() twice in a parameter list.George Kadianakis
2012-09-13Split the or_state_t portions of config.c into their own fileNick Mathewson
2012-09-05Start passing ports to tor_check_port_forwarding().George Kadianakis
2012-09-05Use get_lines_from_handle() in configure_proxy().George Kadianakis
2012-07-12Address Nick's comments.George Kadianakis
2012-07-03Change extra-info "method" to "transport".George Kadianakis
2012-07-03Mark descriptor as dirty if all managed proxies are configured.George Kadianakis
2012-07-03Add pluggable transport info to extra-info descriptors.George Kadianakis
2012-07-03Constify some functions.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-03Introduce a transport_t deep copy function.George Kadianakis
2012-07-03Move transport-related functions from circuitbuild.c to transports.c.George Kadianakis
2012-06-25Don't do DNS lookups when parsing corrupted managed proxy messages.George Kadianakis
2012-06-23Improve log message issued when a managed proxy fails to launch.George Kadianakis
2012-06-15Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-05-18Ignore unknown lines from managed proxies.George Kadianakis
2012-05-11Fix a couple of wide linesNick Mathewson
2012-05-11Merge remote-tracking branch 'asn/bug4865_take2'Nick Mathewson
2012-05-07Using %d to printf an enum may not be by-the-standard okay.Nick Mathewson
2012-05-07Fix an overwide lineNick Mathewson
2012-05-07Document some transports.c behaviors and assumptionsNick Mathewson
2012-05-03Make transports.c logs a bit more helpful.George Kadianakis
2012-04-12Fix issues found by nickm.George Kadianakis
2012-03-31Pass OR address to PT proxy, even with IPv6 or ORListenAddress.George Kadianakis
2012-02-17Merge branch 'bug5105-v2-squashed'Nick Mathewson
2012-02-17Heap-allocate strings returned by get_current_process_environment_variablesRobert Ransom
2012-02-17Pass process_environment_t * to tor_spawn_backgroundRobert Ransom
2012-02-17Rewrite managed proxy environment setup codeRobert Ransom
2012-02-15Downgrade "Registered server transport" msg to notice. Bug 5136Nick Mathewson
2012-02-14Use _NSGetEnviron() instead of environ where requiredSebastian Hahn
2012-02-13Reinstate TOR_PR_EXTENDED_SERVER_PORT, just a littleNick Mathewson
2012-02-12set_managed_proxy_environment() can't fail anymoreSebastian Hahn
2012-02-12Properly set up environment for managed-mode obfsproxySebastian Hahn
2012-02-12Try to have (and maintain!) an invariant about unconfigured_proxies_nNick Mathewson
2012-02-12Don't smartlist_remove a managed proxy from a list we're iterating over.Nick Mathewson