index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
scheduler_kist.c
Age
Commit message (
Expand
)
Author
2018-02-01
Merge remote-tracking branch 'dgoulet/bug24700_032_01' into maint-0.3.2
Nick Mathewson
2018-02-01
sched: Use the sched_heap_idx field to double-check our fix for 24700.
Nick Mathewson
2018-01-31
ns: Add a before and after consensus has changed notification
David Goulet
2018-01-31
sched: Avoid adding the same channel twice to the KIST pending list
David Goulet
2017-12-21
Merge remote-tracking branch 'dgoulet/bug24671_032_01' into maint-0.3.2
Nick Mathewson
2017-12-21
clarify a comment
Nick Mathewson
2017-12-21
sched: Consider extra_space even if negative in KIST
David Goulet
2017-12-20
sched: Use lower layer cell limit with KISTLite
David Goulet
2017-12-11
sched: Avoid integer overflow when computing tcp_space
David Goulet
2017-12-04
sched: Set channel scheduler state to IDLE when not opened
David Goulet
2017-12-04
sched: Downgrade warning log to info in KIST
David Goulet
2017-11-08
sched: Ignore closed channel after flushing cells
David Goulet
2017-11-02
Merge branch 'dgoulet_ticket23753_032_02_squashed' into maint-0.3.2
Nick Mathewson
2017-11-02
sched: Add another SCHED_BUG() callsite
Matt Traudt
2017-11-02
sched: Use SCHED_BUG() macro in scheduler
David Goulet
2017-10-17
Fix memory leak when freeing socket_table in KIST.
Nick Mathewson
2017-09-29
Merge remote-tracking branch 'dgoulet/ticket23696_032_01'
Nick Mathewson
2017-09-29
sched: Always initialize scheduler_last_run to now
David Goulet
2017-09-29
sched: Don't get KIST stuck in an infinite loop
Matt Traudt
2017-09-25
sched: make interval a plain int; initialize with macro
Matt Traudt
2017-09-25
sched: Make KISTSchedRunInterval non negative
David Goulet
2017-09-22
sched: only log when scheduler type changes
Matt Traudt
2017-09-19
sched: reorder code to fit comment bodies; comment typos
Matt Traudt
2017-09-18
Add a cast so that 32-bit compilation goes without errors
tor-0.3.2.1-alpha
Nick Mathewson
2017-09-18
sched: Don't cast to int32_t the monotime_diff_msec() result
David Goulet
2017-09-15
kist_no_kernel_support is unused when we didn't detect it.
Nick Mathewson
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-09-15
kist: Cast, then do operations on int32.
Nick Mathewson
2017-09-15
Make netinet/tcp include conditional too: windows lacks it.
Nick Mathewson
2017-09-15
fix some 32-bit warnings about printf arguments
Nick Mathewson
2017-09-15
wrap a wide comment
Nick Mathewson
2017-09-15
sched: add comment about how we determine if a socket should write
Matt Traudt
2017-09-15
sched: add more per-socket limit documentation; int fix
Matt Traudt
2017-09-15
sched: Define SCHEDULER_KIST_PRIVATE for more encapsulation
David Goulet
2017-09-15
sched: Make the scheduler object static
David Goulet
2017-09-15
sched: Compare channel pointer in the socket table
David Goulet
2017-09-15
sched: Make the outbuf table local to run()
David Goulet
2017-09-15
sched: Make check-spaces happy
David Goulet
2017-09-15
sched: Extra careful in channel_outbuf_length()
David Goulet
2017-09-15
sched: Don't expose the global scheduler libevent object
David Goulet
2017-09-15
sched: Add Schedulers torrc option
David Goulet
2017-09-15
sched: change most asserts to non-fatal BUGs
Matt Traudt
2017-09-15
sched: revisist compatibility on non-linux systems
Matt Traudt
2017-09-15
sched: validate KIST sched options
Matt Traudt
2017-09-15
sched: switch to monotonic time; add/fix comments, style, and logs msgs
Matt Traudt
2017-09-15
sched: Fallback to naive approach if no runtime KIST support
David Goulet
2017-09-15
sched: Detect KIST support at compile time
David Goulet
2017-09-15
sched: Implement the KIST scheduler
Matt Traudt
2017-09-15
sched: Groundwork before KIST implementation
Matt Traudt