Historique des commits

Auteur SHA1 Message Date
  Nick Mathewson a141430ec3 Rename log() to tor_log() for logging il y a 11 ans
  Nick Mathewson 35daf6f602 Rename all of the macros in tor_queue.h to start with TOR_ il y a 11 ans
  Nick Mathewson 4da083db3b Update the copyright date to 201. il y a 11 ans
  Andrea Shepard 3db3daa663 Add comment explaining different channel close functions il y a 11 ans
  Andrea Shepard 688cea7248 Check for closing channel in channel_send_destroy() il y a 11 ans
  Nick Mathewson 9327a9f607 Fix whitespace il y a 11 ans
  Andrea Shepard be37125030 Merge branch 'bsd_queue' of ssh://git-rw.torproject.org/nickm/tor il y a 11 ans
  Nick Mathewson 86258df65d Merge branch 'split_circuitbuild' il y a 11 ans
  Nick Mathewson 850c990144 Fix a bug in channel_dump_statistics il y a 11 ans
  Nick Mathewson cb9d123764 Document lifespan of return values of the _remote_descr() funcs il y a 11 ans
  Nick Mathewson 26946c659b Restore the 'address' value of tunneled connections il y a 11 ans
  Nick Mathewson f633184af1 Document return value of channel_get_addr_if_possible il y a 11 ans
  Andrea Shepard 94a0309909 Merge branch 'bug7087_2' of ssh://git-rw.torproject.org/user/andrea/tor il y a 11 ans
  Nick Mathewson 907db008ab Move the circuit build timeout code into its own file. il y a 11 ans
  Nick Mathewson 9f83142591 Merge remote-tracking branch 'public/bug1031' il y a 11 ans
  Andrea Shepard 99057014ba Add debug logging to channel_listener_free()/channel_listener_force_free() il y a 11 ans
  Andrea Shepard 3894ca1508 Add debug logging for channel_free() and channel_force_free() il y a 11 ans
  Andrea Shepard 9ef286ec8f Correctly clear cmux policies and free cmux in channel_free() and channel_force_free() il y a 11 ans
  Nick Mathewson 2b10e99eb0 Try refactoring channel list to use HT_ and LIST_ stuff directly il y a 11 ans
  Nick Mathewson 7c9954a02a Use SIMPLEQ, not smartlist_t, for channel cell queues. il y a 11 ans
  Nick Mathewson 56c0baa523 Rename all reserved C identifiers we defined il y a 11 ans
  Nick Mathewson a45760b53b Make very sure to handle cells in-order on channels. il y a 11 ans
  Nick Mathewson bd28322d38 Remove variables; fix gcc 4.7 warnings il y a 11 ans
  Andrea Shepard 5543c5b202 Fix formatting in various places after 6465/6816 work il y a 11 ans
  Andrea Shepard 217352c362 Make channel_flush_some_cells() compile cleanly on machines with ssize_t larger than int per sjumrdoch comment il y a 11 ans
  Andrea Shepard 8afe41b481 Implement channel_set_cmux_policy_everywhere() il y a 11 ans
  Andrea Shepard c097fb33fc Detach circuits from circuitmux early when freeing channel so they can find the channel by ID il y a 11 ans
  Andrea Shepard b208539b80 Use circuitmux_t in channels and when relaying cells il y a 11 ans
  Andrea Shepard f00b44ef8c Improve comments on channel_write_*() il y a 11 ans
  Andrea Shepard 1c3362dcdc Use cell_queue_entry_new/free() functions in channel.c il y a 11 ans