aboutsummaryrefslogtreecommitdiff
path: root/src/or/transports.c
Commit message (Expand)AuthorAge
...
* Don't do DNS lookups when parsing corrupted managed proxy messages.George Kadianakis2012-06-25
* Improve log message issued when a managed proxy fails to launch.George Kadianakis2012-06-23
* Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson2012-06-15
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Ignore unknown lines from managed proxies.George Kadianakis2012-05-18
* Fix a couple of wide linesNick Mathewson2012-05-11
* Merge remote-tracking branch 'asn/bug4865_take2'Nick Mathewson2012-05-11
|\
| * Fix issues found by nickm.George Kadianakis2012-04-12
| * Pass OR address to PT proxy, even with IPv6 or ORListenAddress.George Kadianakis2012-03-31
* | Using %d to printf an enum may not be by-the-standard okay.Nick Mathewson2012-05-07
* | Fix an overwide lineNick Mathewson2012-05-07
* | Document some transports.c behaviors and assumptionsNick Mathewson2012-05-07
* | Make transports.c logs a bit more helpful.George Kadianakis2012-05-03
|/
* Merge branch 'bug5105-v2-squashed'Nick Mathewson2012-02-17
|\
| * Heap-allocate strings returned by get_current_process_environment_variablesRobert Ransom2012-02-17
| * Pass process_environment_t * to tor_spawn_backgroundRobert Ransom2012-02-17
| * Rewrite managed proxy environment setup codeRobert Ransom2012-02-17
* | Downgrade "Registered server transport" msg to notice. Bug 5136Nick Mathewson2012-02-15
* | Use _NSGetEnviron() instead of environ where requiredSebastian Hahn2012-02-14
|/
* Reinstate TOR_PR_EXTENDED_SERVER_PORT, just a littleNick Mathewson2012-02-13
* set_managed_proxy_environment() can't fail anymoreSebastian Hahn2012-02-12
* Properly set up environment for managed-mode obfsproxySebastian Hahn2012-02-12
* Try to have (and maintain!) an invariant about unconfigured_proxies_nNick Mathewson2012-02-12
* Don't smartlist_remove a managed proxy from a list we're iterating over.Nick Mathewson2012-02-12
* Fix #5097 on Windows, tooRobert Ransom2012-02-12
* Fix bug #5097: remove bogus envvar from managed proxies' environmentRobert Ransom2012-02-12
* Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson2012-01-31
* Rename nonconformant identifiers.Nick Mathewson2012-01-18
* Merge remote-tracking branch 'asn-mytor/bug4751'Nick Mathewson2012-01-16
|\
| * Improve names of some pluggable transport-related functions.George Kadianakis2012-01-13
* | Try to use smartlist_add_asprintf consistentlyNick Mathewson2012-01-16
|/
* Merge remote-tracking branch 'asn-mytor/bug4725_take2'Nick Mathewson2011-12-20
|\
| * Server transports should be instructed to bind on INADDR_ANY by default.George Kadianakis2011-12-18
* | Doxygenize the file-level documentation of transports.c.George Kadianakis2011-12-16
|/
* Fix warnings.Linus Nordberg2011-12-01
* Initial hacking for proposal 186.Nick Mathewson2011-11-30
* Make the pt/transports test not crash.Nick Mathewson2011-11-25
* Make process_handle_t private and fix some unit testsNick Mathewson2011-11-25
* Merge remote-tracking branch 'asn/bug3472_act2'Nick Mathewson2011-11-25
|\
| * Tell the bridge operator on what ports his transports spawned.George Kadianakis2011-11-02
| * Rename tor_process_destroy() to tor_process_handle_destroy().George Kadianakis2011-10-24
| * Improve general code quality.George Kadianakis2011-10-24
| * Add PT_PROTO_FAILED_LAUNCH managed proxy state.George Kadianakis2011-10-24
| * Make set_managed_proxy_environment() work on Windows.George Kadianakis2011-10-24
| * Port managed proxy launching code to the new subprocess API.George Kadianakis2011-10-17
* | Fix names of functions that convert strings to addrsNick Mathewson2011-10-11
|/
* Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson2011-10-07
* Make it compile on Windows™.George Kadianakis2011-10-07
* Support multiple transports in a single transport line.George Kadianakis2011-10-07
* Improve wording in some comments and log messages.George Kadianakis2011-09-23