aboutsummaryrefslogtreecommitdiff
path: root/src/or/channel.h
AgeCommit message (Expand)Author
2014-09-05Correctly update channel local mark when address of incoming connection chang...Andrea Shepard
2014-06-11Merge remote-tracking branch 'public/ticket6799_024_v2_squashed'Nick Mathewson
2014-06-11Replace last_added_nonpadding with last_had_circuitsNick Mathewson
2014-04-23Merge remote-tracking branch 'public/bug11553_024' into bug11553_025Nick Mathewson
2014-04-23Improvements to #11553 fix based on reviewNick Mathewson
2014-04-18Merge remote-tracking branch 'public/bug11553_024' into bug11553_025Nick Mathewson
2014-04-18Switch to random allocation on circuitIDs.Nick Mathewson
2014-04-18Supply better and less frequent warnings on circID exhaustionNick Mathewson
2014-03-25Fix warnings from doxygenNick Mathewson
2013-10-02Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-10-02Fix a bug in our bug 9776 fix.Nick Mathewson
2013-08-15Merge remote-tracking branch 'majek/bug9108'Nick Mathewson
2013-07-18Make a channel getter method to retrieve transport names.George Kadianakis
2013-06-20Fix #9108 - make global_circuitlist a doubly linked listMarek Majkowski
2013-06-17Fix bug 9082: avoid leak when freeing destroy cell queuesNick Mathewson
2013-02-15Merge remote-tracking branch 'public/wide_circ_ids'Nick Mathewson
2013-01-30Rename all of the macros in tor_queue.h to start with TOR_Nick Mathewson
2013-01-16Merge branch '024_msvc_squashed'Nick Mathewson
2013-01-16When building with MSVC, call every enum bitfield unsignedNick Mathewson
2013-01-16Update the copyright date to 201.Nick 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-30Merge branch 'bsd_queue' of ssh://git-rw.torproject.org/nickm/torAndrea Shepard
2012-10-17Restore the 'address' value of tunneled connectionsNick Mathewson
2012-10-12Try refactoring channel list to use HT_ and LIST_ stuff directlyNick Mathewson
2012-10-12Use SIMPLEQ, not smartlist_t, for channel cell queues.Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-12Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson
2012-10-10Implement channel_set_cmux_policy_everywhere()Andrea 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-09Split channel_t into channel_t and channel_listener_t; get rid of that big unionAndrea Shepard
2012-10-08Use typedefs for function pointer return values and s/listener/listener_fn/ f...Andrea Shepard
2012-10-08s/cell_queue/incoming_queue/g in channel.c for consistency with outgoing_queueAndrea Shepard
2012-10-08Fix typo in commentAndrea Shepard
2012-10-08s/channel_request_close()/channel_mark_for_close()/g for consistencyAndrea Shepard
2012-10-08Make channel_force_free() staticAndrea Shepard
2012-10-08Eliminate unnecessary channel_set_cell_handler(), channel_set_var_cell_handle...Andrea Shepard
2012-10-08Abolish superfluous channel_find_by_remote_nickname()Andrea Shepard
2012-10-08Keep better statistics about channels and dump them from dumpstats() on SIGUSR1Andrea Shepard
2012-10-08Use dirreq_id from channel_t when appropriateAndrea Shepard
2012-10-08Initial channeltls.c/channeltls.h for bug 6465Andrea Shepard
2012-10-08Add channel.c/channel.h for bug 6465Andrea Shepard