コミット履歴

作者 SHA1 メッセージ 日付
  Nick Mathewson 493499a339 Add -Wfloat-conversion for GCC >= 4.9 8 年 前
  Nick Mathewson 055a7a198a Rename tor_dup_addr to tor_addr_to_str_dup. 8 年 前
  Nick Mathewson 4895d8288c Do not treat "DOCDOC" as doxygen. 8 年 前
  Nick Mathewson cb3f9bc2d4 Merge branch 'bug18570_027' 8 年 前
  Andrea Shepard bd87d37a86 Make sure channel_t queues its own copy of incoming cells 8 年 前
  Nick Mathewson 57699de005 Update the copyright year. 8 年 前
  Nick Mathewson fe6ca826df Make sure that every module in src/or has a brief description. 8 年 前
  cypherpunks 824a6a2a90 Replace usage of INLINE with inline 8 年 前
  Sebastian Hahn bbb73eaf31 properly delete current channel in channel_free_list 8 年 前
  Nick Mathewson 55bb7bbafd Tests for AUTHENTICATE cell functionality. 9 年 前
  Nick Mathewson b56c7614b6 When closing circs build through a new guard, only close local ones 9 年 前
  Nick Mathewson f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 年 前
  Nick Mathewson 03d2df62f6 Fix a bunch of memory leaks in the unit tests. Found with valgrind 9 年 前
  Nick Mathewson 1c05dfd0b6 Merge branch 'ticket7356_squashed' 9 年 前
  rl1987 032d44226e Use channel state lookup macros in channel.c 9 年 前
  Nick Mathewson a28df3fb67 Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold' 9 年 前
  Nick Mathewson fcdcb377a4 Add another year to our copyright dates. 9 年 前
  Andrea Shepard 99d312c293 Make channel_flush_some_cells() mockable 10 年 前
  Andrea Shepard 452bce6c72 Make channel_dump_statistics() mockable 10 年 前
  Andrea Shepard 5a24ff0563 What the hell was I on? 10 年 前
  Andrea Shepard ae3ed185e4 Let channel unit tests mess with global queue estimate 10 年 前
  Andrea Shepard bbb06b73cd Expose some channel cell queue stuff to the test suite 10 年 前
  Andrea Shepard dabf4c33e2 Refactor channel_get_cell_queue_entry_size() to avoid an unreachable line for test coverage, and fix a nasty lurking memory bug in channel_flush_some_cells_from_outgoing_queue() 10 年 前
  Andrea Shepard 3530825c53 Eliminate some unnecessary smartlists in scheduler.c 10 年 前
  Andrea Shepard 1275002a46 Schedule according to a queue size heuristic 10 年 前
  Andrea Shepard f314d9509c Fix return values from channel_flush_some_cells() to correctly count cells directly written by channel_flush_from_first_active_circuit() 10 年 前
  Andrea Shepard 2fc3da3ff5 Implement global queue size query in channel.c 10 年 前
  Andrea Shepard 8852a1794c Track total queue size per channel, with overhead estimates, and global queue total 10 年 前
  Andrea Shepard 5e0a6d54d0 Add global cell/byte counters and per channel byte counters to channel.c 10 年 前
  Andrea Shepard 2efbab2aaf Provide generic mechanism for scheduler to query writeable cells on a channel 10 年 前