| Commit message (Expand) | Author | Age |
* | Tell the bridge operator on what ports his transports spawned. | George Kadianakis | 2011-11-02 |
* | Rename tor_process_destroy() to tor_process_handle_destroy(). | George Kadianakis | 2011-10-24 |
* | Improve general code quality. | George Kadianakis | 2011-10-24 |
* | Add PT_PROTO_FAILED_LAUNCH managed proxy state. | George Kadianakis | 2011-10-24 |
* | Make set_managed_proxy_environment() work on Windows. | George Kadianakis | 2011-10-24 |
* | Port managed proxy launching code to the new subprocess API. | George Kadianakis | 2011-10-17 |
* | Add some points to make it easy to turn off v3 support | Nick Mathewson | 2011-10-10 |
* | Quiet two notices, and spelling mistake cleanup | Sebastian Hahn | 2011-10-10 |
* | Fix a few 64bit compiler warnings | Sebastian Hahn | 2011-10-10 |
* | Add more log statements for protocol/internal failures | Nick Mathewson | 2011-10-10 |
* | Remove auth_challenge field from or_handshake_state_t | Nick Mathewson | 2011-10-10 |
* | spec conformance: allow only one cert of each type | Nick Mathewson | 2011-10-10 |
* | Give tor_cert_get_id_digests() fail-fast behavior | Nick Mathewson | 2011-10-10 |
* | Make more safe_str usage happen for new logs in command.c | Nick Mathewson | 2011-10-10 |
* | Set up network parameters on non-authenticated incoming connections | Nick Mathewson | 2011-10-10 |
* | Make sure we stop putting cells into our hash at the right time. | Nick Mathewson | 2011-10-10 |
* | Bugfixes for authenticate handling and generation | Nick Mathewson | 2011-10-10 |
* | Fix log message about what cells we are sending | Nick Mathewson | 2011-10-10 |
* | more verbose log for recording an odd cell | Nick Mathewson | 2011-10-10 |
* | Actually accept cells in SERVER_RENEGOTIATING | Nick Mathewson | 2011-10-10 |
* | Allow "finished flushing" during v3 handshake | Nick Mathewson | 2011-10-10 |
* | Hook up all of the prop176 code; allow v3 negotiations to actually work | Nick Mathewson | 2011-10-10 |
* | Make tor_tls_cert_is_valid check key lengths | Nick Mathewson | 2011-10-10 |
* | New functions to record digests of cells during v3 handshake | Nick Mathewson | 2011-10-10 |
* | Implement cert/auth cell reading | Nick Mathewson | 2011-10-10 |
* | Basic function to write authenticate cells | Nick Mathewson | 2011-10-10 |
* | Functions to send cert and auth_challenge cells. | Nick Mathewson | 2011-10-10 |
* | Cell types and states for new OR handshake | Nick Mathewson | 2011-10-10 |
* | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-10-10 |
|\ |
|
| * | Update documentation comment for rend_client_reextend_intro_circuit | Robert Ransom | 2011-10-10 |
| * | Don't launch a useless circuit in rend_client_reextend_intro_circuit | Robert Ransom | 2011-10-10 |
| * | Merge remote-tracking branch 'karsten/feature3951' into maint-0.2.2 | Nick Mathewson | 2011-10-07 |
| |\ |
|
| | * | Turn on directory request statistics by default. | Karsten Loesing | 2011-10-05 |
* | | | Consider hibernation before dropping privs | Sebastian Hahn | 2011-10-11 |
* | | | Merge remote-tracking branch 'public/bug2003_nm' | Nick Mathewson | 2011-10-07 |
|\ \ \ |
|
| * | | | Make the unit tests pass again after the bug2003 fix | Nick Mathewson | 2011-09-07 |
| * | | | Don't update AccountingSoftLimitHitAt on startup | Sebastian Hahn | 2011-09-01 |
* | | | | reinstate a notice for the non-loopback socksport case | Nick Mathewson | 2011-10-07 |
* | | | | Merge remote-tracking branch 'rransom-tor/bug4018' | Nick Mathewson | 2011-10-07 |
|\ \ \ \ |
|
| * | | | | Fix a bogus warning | Robert Ransom | 2011-09-14 |
* | | | | | Merge remote-tracking branch 'asn2/bug3656' | Nick Mathewson | 2011-10-07 |
|\ \ \ \ \ |
|
| * | | | | | Make it compile on Windows™. | George Kadianakis | 2011-10-07 |
| * | | | | | Support multiple transports in a single transport line. | George Kadianakis | 2011-10-07 |
| * | | | | | Improve wording in some comments and log messages. | George Kadianakis | 2011-09-23 |
| * | | | | | Put some sense into our logging. | George Kadianakis | 2011-09-12 |
| * | | | | | Don't warn of stray Bridges if managed proxies are still unconfigured. | George Kadianakis | 2011-09-11 |
| * | | | | | Constification. | George Kadianakis | 2011-09-11 |
| * | | | | | Make check-spaces happy. | George Kadianakis | 2011-09-11 |
| * | | | | | Enforce transport names being C identifiers. | George Kadianakis | 2011-09-11 |
| * | | | | | Trivial fixes around the code. | George Kadianakis | 2011-09-11 |