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