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 (
Collapse
)
Author
Age
*
Remove variables; fix gcc 4.7 warnings
Nick Mathewson
2012-10-10
|
|
|
|
|
My GCC warns when variables are assigned to but never used. There were a few like that in the 6816/6465 branches.
*
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, ↵
Andrea Shepard
2012-10-08
|
|
|
|
channeltls.c
*
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
|
|
|
|
|
|
It's possible for connection_or_connect() to fail and return NULL after it sets tlschan->conn, so not checking leaves a channel hanging around in CHANNEL_STATE_OPENING with a pointer to a freed or_connection_t forever.
*
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