aboutsummaryrefslogtreecommitdiff
path: root/src/or/channeltls.c
AgeCommit message (Expand)Author
2014-02-08Make sure orconn->chan gets nulled out when channels exit from channel_free_a...Andrea Shepard
2014-02-06NULL out conns on tlschans when freeing in case channel_run_cleanup() is late...Andrea Shepard
2013-08-21Make bridges send AUTH_CHALLENGE cellsNick Mathewson
2013-08-20Send NETINFO on receiving a NETINFO if we have not yet sent one.Nick Mathewson
2013-07-23Fix bug9309, and n_noncanonical count/continue codeNick Mathewson
2013-03-11Fix a framing bug when reading versions from a versions cell.Nick Mathewson
2013-02-15Merge remote-tracking branch 'public/wide_circ_ids'Nick Mathewson
2013-02-09Replace magic constants for wide_circ_ids with inline function callsNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-03Enable the ntor handshake on the client side.Nick Mathewson
2012-11-08Fix a memory leak in handling errors on CERTS cells. bug 7422Nick Mathewson
2012-11-06Implement proposal-214 rules for CircID checking.Nick Mathewson
2012-11-06Allow a v4 link protocol for 4-byte circuit IDs.Nick 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