aboutsummaryrefslogtreecommitdiff
path: root/src/or/channeltls.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'public/ticket6799_024_v2_squashed'Nick Mathewson2014-06-11
|\
| * Give each or_connection_t a slightly randomized idle_timeoutNick Mathewson2014-06-11
* | Merge remote-tracking branch 'public/bug10363_024_squashed'Nick Mathewson2014-04-07
|\ \
| * | Fix undefined behavior with pointer addition in channeltls.cNick Mathewson2014-04-07
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2014-02-09
|\ \ \ | | |/ | |/|
| * | Make sure orconn->chan gets nulled out when channels exit from channel_free_a...Andrea Shepard2014-02-08
* | | Remove a needless check in channel_tls_handle_incomingNick Mathewson2014-02-07
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2014-02-07
|\| |
| * | NULL out conns on tlschans when freeing in case channel_run_cleanup() is late...Andrea Shepard2014-02-06
| |/
* | 10365: Close connections if the VERSIONS cell has an odd length.rl19872014-02-03
* | Merge remote-tracking branch 'public/bug10131_024'Nick Mathewson2013-12-09
|\ \
| * | Remove a check in channeltls.c that could never fail.Nick Mathewson2013-12-09
| |/
* | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-08-25
|\|
| * Make bridges send AUTH_CHALLENGE cellsNick Mathewson2013-08-21
| * Send NETINFO on receiving a NETINFO if we have not yet sent one.Nick Mathewson2013-08-20
| * Fix bug9309, and n_noncanonical count/continue codeNick Mathewson2013-07-23
* | Merge branch 'bug5040_4773_rebase_3'Nick Mathewson2013-08-15
|\ \
| * | Make a channel getter method to retrieve transport names.George Kadianakis2013-07-18
| |/
* / Fix bug9309, and n_noncanonical count/continue codeNick Mathewson2013-07-23
|/
* Fix a framing bug when reading versions from a versions cell.Nick Mathewson2013-03-11
* Merge remote-tracking branch 'public/wide_circ_ids'Nick Mathewson2013-02-15
|\
| * Replace magic constants for wide_circ_ids with inline function callsNick Mathewson2013-02-09
| * Implement proposal-214 rules for CircID checking.Nick Mathewson2012-11-06
| * Allow a v4 link protocol for 4-byte circuit IDs.Nick Mathewson2012-11-06
* | Update the copyright date to 201.Nick Mathewson2013-01-16
* | Enable the ntor handshake on the client side.Nick Mathewson2013-01-03
* | Fix a memory leak in handling errors on CERTS cells. bug 7422Nick Mathewson2012-11-08
|/
* Fix a remotely triggerable assertion failure (CVE-2012-2250)Nick Mathewson2012-10-23
* Merge branch 'block_renegotiate_024'Nick Mathewson2012-10-19
|\
| * Discard extraneous renegotiation attempts in the v3 link protocolNick Mathewson2012-10-17
* | Factor out common parts of channel_tls_connect() and channel_tls_handle_incom...Andrea Shepard2012-10-18
* | Restore the 'address' value of tunneled connectionsNick Mathewson2012-10-17
|/
* Merge branch 'bug7087_2' of ssh://git-rw.torproject.org/user/andrea/torAndrea Shepard2012-10-15
|\
| * Close and free channel_tls_listener correctly in channel_tls_free_all()Andrea Shepard2012-10-15
* | Rename all reserved C identifiers we definedNick Mathewson2012-10-12
|/
* Remove variables; fix gcc 4.7 warningsNick Mathewson2012-10-10
* Set circuitmux policy on new channels in channeltls.cAndrea Shepard2012-10-10
* Update circuitmux-related TODOs in channeltls.cAndrea Shepard2012-10-10
* Use circuitmux_t in channels and when relaying cellsAndrea Shepard2012-10-10
* Add magic number for type-checking channel castsAndrea Shepard2012-10-09
* Set reason_for_closing when erroring out of channel_tls_connect()Andrea Shepard2012-10-09
* Split channel_t into channel_t and channel_listener_t; get rid of that big unionAndrea Shepard2012-10-09
* Conform to existing Doxygen styleAndrea Shepard2012-10-08
* s/channel_request_close()/channel_mark_for_close()/g for consistencyAndrea Shepard2012-10-08
* Eliminate unnecessary SMARTLIST_DEL_CURRENT() invocations in channel.c, chann...Andrea Shepard2012-10-08
* Use U64_FORMAT/U64_PRINTF_ARG rather than %lu for channel_tAndrea Shepard2012-10-08
* Check return value from connection_or_connect() in channel_tls_connect()Andrea Shepard2012-10-08
* Keep better statistics about channels and dump them from dumpstats() on SIGUSR1Andrea Shepard2012-10-08
* Initial channeltls.c/channeltls.h for bug 6465Andrea Shepard2012-10-08