index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
channel.h
Commit message (
Expand
)
Author
Age
*
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-10-02
|
\
|
*
Fix a bug in our bug 9776 fix.
Nick Mathewson
2013-10-02
*
|
Merge remote-tracking branch 'majek/bug9108'
Nick Mathewson
2013-08-15
|
\
\
|
*
|
Fix #9108 - make global_circuitlist a doubly linked list
Marek Majkowski
2013-06-20
*
|
|
Make a channel getter method to retrieve transport names.
George Kadianakis
2013-07-18
|
/
/
*
/
Fix bug 9082: avoid leak when freeing destroy cell queues
Nick Mathewson
2013-06-17
|
/
*
Merge remote-tracking branch 'public/wide_circ_ids'
Nick Mathewson
2013-02-15
|
\
|
*
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
*
|
Rename all of the macros in tor_queue.h to start with TOR_
Nick Mathewson
2013-01-30
*
|
Merge branch '024_msvc_squashed'
Nick Mathewson
2013-01-16
|
\
\
|
*
|
When building with MSVC, call every enum bitfield unsigned
Nick Mathewson
2013-01-16
|
|
/
*
/
Update the copyright date to 201.
Nick Mathewson
2013-01-16
|
/
*
Merge branch 'bsd_queue' of ssh://git-rw.torproject.org/nickm/tor
Andrea Shepard
2012-10-30
|
\
|
*
Try refactoring channel list to use HT_ and LIST_ stuff directly
Nick Mathewson
2012-10-12
|
*
Use SIMPLEQ, not smartlist_t, for channel cell queues.
Nick Mathewson
2012-10-12
*
|
Restore the 'address' value of tunneled connections
Nick Mathewson
2012-10-17
*
|
Rename all reserved C identifiers we defined
Nick Mathewson
2012-10-12
*
|
Convert all include-guard macros to avoid reserved identifiers.
Nick Mathewson
2012-10-12
|
/
*
Implement channel_set_cmux_policy_everywhere()
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
*
Split channel_t into channel_t and channel_listener_t; get rid of that big union
Andrea Shepard
2012-10-09
*
Use typedefs for function pointer return values and s/listener/listener_fn/ f...
Andrea Shepard
2012-10-08
*
s/cell_queue/incoming_queue/g in channel.c for consistency with outgoing_queue
Andrea Shepard
2012-10-08
*
Fix typo in comment
Andrea Shepard
2012-10-08
*
s/channel_request_close()/channel_mark_for_close()/g for consistency
Andrea Shepard
2012-10-08
*
Make channel_force_free() static
Andrea Shepard
2012-10-08
*
Eliminate unnecessary channel_set_cell_handler(), channel_set_var_cell_handle...
Andrea Shepard
2012-10-08
*
Abolish superfluous channel_find_by_remote_nickname()
Andrea Shepard
2012-10-08
*
Keep better statistics about channels and dump them from dumpstats() on SIGUSR1
Andrea Shepard
2012-10-08
*
Use dirreq_id from channel_t when appropriate
Andrea Shepard
2012-10-08
*
Initial channeltls.c/channeltls.h for bug 6465
Andrea Shepard
2012-10-08
*
Add channel.c/channel.h for bug 6465
Andrea Shepard
2012-10-08