Commit History

Author SHA1 Message Date
  Nick Mathewson 56c0baa523 Rename all reserved C identifiers we defined 11 years ago
  Nick Mathewson a45760b53b Make very sure to handle cells in-order on channels. 11 years ago
  Nick Mathewson bd28322d38 Remove variables; fix gcc 4.7 warnings 11 years ago
  Andrea Shepard 5543c5b202 Fix formatting in various places after 6465/6816 work 11 years ago
  Andrea Shepard 217352c362 Make channel_flush_some_cells() compile cleanly on machines with ssize_t larger than int per sjumrdoch comment 11 years ago
  Andrea Shepard 8afe41b481 Implement channel_set_cmux_policy_everywhere() 11 years ago
  Andrea Shepard c097fb33fc Detach circuits from circuitmux early when freeing channel so they can find the channel by ID 11 years ago
  Andrea Shepard b208539b80 Use circuitmux_t in channels and when relaying cells 11 years ago
  Andrea Shepard f00b44ef8c Improve comments on channel_write_*() 11 years ago
  Andrea Shepard 1c3362dcdc Use cell_queue_entry_new/free() functions in channel.c 11 years ago
  Andrea Shepard 3f4b95b1a3 Split channel_t into channel_t and channel_listener_t; get rid of that big union 11 years ago
  Andrea Shepard 6391f963fb Conform to existing Doxygen style 11 years ago
  Andrea Shepard 06a76d1db4 Refactor channel_write_cell()/channel_write_packed_cell()/channel_write_var_cell() to eliminate redundant code 11 years ago
  Andrea Shepard 89a00ee63a Use typedefs for function pointer return values and s/listener/listener_fn/ for distinctness 11 years ago
  Andrea Shepard ee4e88e4d9 s/cell_queue/incoming_queue/g in channel.c for consistency with outgoing_queue 11 years ago
  Andrea Shepard d61e58e1ba s/channel_request_close()/channel_mark_for_close()/g for consistency 11 years ago
  Andrea Shepard 8a41dd20cb Make channel_force_free() static 11 years ago
  Andrea Shepard 123a08e4a3 Simplify channel_next_with_digest() in channel.c 11 years ago
  Andrea Shepard e877d02fdd Eliminate unnecessary channel_set_cell_handler(), channel_set_var_cell_handler() in channel.c 11 years ago
  Andrea Shepard 17356fe7fd Eliminate unnecessary SMARTLIST_DEL_CURRENT() invocations in channel.c, channeltls.c 11 years ago
  Andrea Shepard bb92a2d7a8 Remove orphaned comment in channel_flush_some_cells_from_outgoing_queue() 11 years ago
  Andrea Shepard 341928c807 Simplify channel_find_by_remote_digest() 11 years ago
  Andrea Shepard 965c9de498 Abolish superfluous channel_find_by_remote_nickname() 11 years ago
  Andrea Shepard 64e6f6687c channel_free() should be a no-op 11 years ago
  Andrea Shepard e709fe320a Use U64_FORMAT/U64_PRINTF_ARG rather than %lu for channel_t 11 years ago
  Andrea Shepard 7138a4adac Keep better statistics about channels and dump them from dumpstats() on SIGUSR1 11 years ago
  Andrea Shepard 838743654c Add channel.c/channel.h for bug 6465 11 years ago