aboutsummaryrefslogtreecommitdiff
path: root/src/or/transports.c
AgeCommit message (Expand)Author
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
2012-02-12Fix #5097 on Windows, tooRobert Ransom
2012-02-12Fix bug #5097: remove bogus envvar from managed proxies' environmentRobert Ransom
2012-01-31Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-16Merge remote-tracking branch 'asn-mytor/bug4751'Nick Mathewson
2012-01-16Try to use smartlist_add_asprintf consistentlyNick Mathewson
2012-01-13Improve names of some pluggable transport-related functions.George Kadianakis
2011-12-20Merge remote-tracking branch 'asn-mytor/bug4725_take2'Nick Mathewson
2011-12-18Server transports should be instructed to bind on INADDR_ANY by default.George Kadianakis
2011-12-16Doxygenize the file-level documentation of transports.c.George Kadianakis
2011-12-01Fix warnings.Linus Nordberg
2011-11-30Initial hacking for proposal 186.Nick Mathewson
2011-11-25Make the pt/transports test not crash.Nick Mathewson
2011-11-25Make process_handle_t private and fix some unit testsNick Mathewson
2011-11-25Merge remote-tracking branch 'asn/bug3472_act2'Nick Mathewson
2011-11-02Tell the bridge operator on what ports his transports spawned.George Kadianakis
2011-10-24Rename tor_process_destroy() to tor_process_handle_destroy().George Kadianakis
2011-10-24Improve general code quality.George Kadianakis
2011-10-24Add PT_PROTO_FAILED_LAUNCH managed proxy state.George Kadianakis
2011-10-24Make set_managed_proxy_environment() work on Windows.George Kadianakis
2011-10-17Port managed proxy launching code to the new subprocess API.George Kadianakis
2011-10-11Fix names of functions that convert strings to addrsNick Mathewson
2011-10-07Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson
2011-10-07Make it compile on Windows™.George Kadianakis
2011-10-07Support multiple transports in a single transport line.George Kadianakis
2011-09-23Improve wording in some comments and log messages.George Kadianakis