index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
channeltls.c
Commit message (
Expand
)
Author
Age
*
Merge remote-tracking branch 'public/ticket6799_024_v2_squashed'
Nick Mathewson
2014-06-11
|
\
|
*
Give each or_connection_t a slightly randomized idle_timeout
Nick Mathewson
2014-06-11
*
|
Merge remote-tracking branch 'public/bug10363_024_squashed'
Nick Mathewson
2014-04-07
|
\
\
|
*
|
Fix undefined behavior with pointer addition in channeltls.c
Nick Mathewson
2014-04-07
*
|
|
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2014-02-09
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Make sure orconn->chan gets nulled out when channels exit from channel_free_a...
Andrea Shepard
2014-02-08
*
|
|
Remove a needless check in channel_tls_handle_incoming
Nick Mathewson
2014-02-07
*
|
|
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2014-02-07
|
\
|
|
|
*
|
NULL out conns on tlschans when freeing in case channel_run_cleanup() is late...
Andrea Shepard
2014-02-06
|
|
/
*
|
10365: Close connections if the VERSIONS cell has an odd length.
rl1987
2014-02-03
*
|
Merge remote-tracking branch 'public/bug10131_024'
Nick Mathewson
2013-12-09
|
\
\
|
*
|
Remove a check in channeltls.c that could never fail.
Nick Mathewson
2013-12-09
|
|
/
*
|
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-08-25
|
\
|
|
*
Make bridges send AUTH_CHALLENGE cells
Nick Mathewson
2013-08-21
|
*
Send NETINFO on receiving a NETINFO if we have not yet sent one.
Nick Mathewson
2013-08-20
|
*
Fix bug9309, and n_noncanonical count/continue code
Nick Mathewson
2013-07-23
*
|
Merge branch 'bug5040_4773_rebase_3'
Nick Mathewson
2013-08-15
|
\
\
|
*
|
Make a channel getter method to retrieve transport names.
George Kadianakis
2013-07-18
|
|
/
*
/
Fix bug9309, and n_noncanonical count/continue code
Nick Mathewson
2013-07-23
|
/
*
Fix a framing bug when reading versions from a versions cell.
Nick Mathewson
2013-03-11
*
Merge remote-tracking branch 'public/wide_circ_ids'
Nick Mathewson
2013-02-15
|
\
|
*
Replace magic constants for wide_circ_ids with inline function calls
Nick Mathewson
2013-02-09
|
*
Implement proposal-214 rules for CircID checking.
Nick Mathewson
2012-11-06
|
*
Allow a v4 link protocol for 4-byte circuit IDs.
Nick Mathewson
2012-11-06
*
|
Update the copyright date to 201.
Nick Mathewson
2013-01-16
*
|
Enable the ntor handshake on the client side.
Nick Mathewson
2013-01-03
*
|
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