커밋 기록

작성자 SHA1 메시지 날짜
  Sebastian Hahn 265e40b481 Raise libevent dependency to 2.0.10-stable or newer 7 년 전
  Nick Mathewson 57699de005 Update the copyright year. 8 년 전
  Yawning Angel 16cf1679e7 Fix scheduler compilation on targets where char is unsigned. 9 년 전
  Nick Mathewson f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 년 전
  Nick Mathewson b94cb401d2 Coverity complained that we were not checking this return value 9 년 전
  Nick Mathewson 430f5852ac Fix a signed/unsigned comparison warning in scheduler_run 9 년 전
  Nick Mathewson e2641484a7 One more, appease "make check-spaces" 9 년 전
  Andrea Shepard 12b6c7df4a Make queue thresholds and flush size for global scheduler into config options 9 년 전
  Andrea Shepard dc3af04ba8 Make scheduler_compare_channels() mockable 10 년 전
  Andrea Shepard f8ceb0f028 Make scheduler_run() mockable 10 년 전
  Andrea Shepard b7125961de Expose scheduler_compare_channels() to test suite 10 년 전
  Andrea Shepard 71a9ed6feb Make some scheduler.c static functions visible to the test suite 10 년 전
  Andrea Shepard 9869254608 Make scheduler.c static globals visible to test suite 10 년 전
  Andrea Shepard ade60890d0 Make scheduler_channel_doesnt_want_writes() mockable 10 년 전
  Andrea Shepard fd57840a77 Make scheduler_channel_doesnt_want_writes() mockable 10 년 전
  Andrea Shepard 85ee070852 Make scheduler_release_channel() mockable 10 년 전
  Andrea Shepard ac1b627e85 Implement scheduler_touch_channel() 10 년 전
  Andrea Shepard ed1927d6bf Use a non-stupid data structure in the scheduler 10 년 전
  Andrea Shepard 3530825c53 Eliminate some unnecessary smartlists in scheduler.c 10 년 전
  Andrea Shepard 63bb9a795e Fix compiler warning 10 년 전
  Andrea Shepard 55907da28d Sort the scheduler's channel list by cmux comparisons 10 년 전
  Andrea Shepard 1275002a46 Schedule according to a queue size heuristic 10 년 전
  Andrea Shepard b09f41424c Actually call channel_flush_some_cells() from the scheduler 10 년 전
  Andrea Shepard 2efbab2aaf Provide generic mechanism for scheduler to query writeable cells on a channel 10 년 전
  Nick Mathewson 85ee5b3095 Use event_active, not 0-length timeouts. It's idempotent, too. 10 년 전
  Nick Mathewson fc13184e44 Fix unused-arguments warnings 10 년 전
  Nick Mathewson 08bea13c35 Temporarily disable scheduler_trigger as unused 10 년 전
  Andrea Shepard d438cf1ec9 Implement scheduler mechanism to track lists of channels wanting cells or writes; doesn't actually drive the cell flow from it yet 10 년 전