| Commit message (Expand) | Author | Age |
* | Fix a memory leak in handling errors on CERTS cells. bug 7422 | Nick Mathewson | 2012-11-08 |
* | Fix a remotely triggerable assertion failure (CVE-2012-2250) | Nick Mathewson | 2012-10-23 |
* | Merge branch 'block_renegotiate_024' | Nick Mathewson | 2012-10-19 |
|\ |
|
| * | Discard extraneous renegotiation attempts in the v3 link protocol | Nick Mathewson | 2012-10-17 |
* | | Factor out common parts of channel_tls_connect() and channel_tls_handle_incom... | Andrea Shepard | 2012-10-18 |
* | | Restore the 'address' value of tunneled connections | Nick Mathewson | 2012-10-17 |
|/ |
|
* | Merge branch 'bug7087_2' of ssh://git-rw.torproject.org/user/andrea/tor | Andrea Shepard | 2012-10-15 |
|\ |
|
| * | Close and free channel_tls_listener correctly in channel_tls_free_all() | Andrea Shepard | 2012-10-15 |
* | | Rename all reserved C identifiers we defined | Nick Mathewson | 2012-10-12 |
|/ |
|
* | Remove variables; fix gcc 4.7 warnings | Nick Mathewson | 2012-10-10 |
* | Set circuitmux policy on new channels in channeltls.c | Andrea Shepard | 2012-10-10 |
* | Update circuitmux-related TODOs in channeltls.c | Andrea Shepard | 2012-10-10 |
* | Use circuitmux_t in channels and when relaying cells | Andrea Shepard | 2012-10-10 |
* | Add magic number for type-checking channel casts | Andrea Shepard | 2012-10-09 |
* | Set reason_for_closing when erroring out of channel_tls_connect() | Andrea Shepard | 2012-10-09 |
* | Split channel_t into channel_t and channel_listener_t; get rid of that big union | Andrea Shepard | 2012-10-09 |
* | Conform to existing Doxygen style | Andrea Shepard | 2012-10-08 |
* | s/channel_request_close()/channel_mark_for_close()/g for consistency | Andrea Shepard | 2012-10-08 |
* | Eliminate unnecessary SMARTLIST_DEL_CURRENT() invocations in channel.c, chann... | Andrea Shepard | 2012-10-08 |
* | Use U64_FORMAT/U64_PRINTF_ARG rather than %lu for channel_t | Andrea Shepard | 2012-10-08 |
* | Check return value from connection_or_connect() in channel_tls_connect() | Andrea Shepard | 2012-10-08 |
* | Keep better statistics about channels and dump them from dumpstats() on SIGUSR1 | Andrea Shepard | 2012-10-08 |
* | Initial channeltls.c/channeltls.h for bug 6465 | Andrea Shepard | 2012-10-08 |