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.c
Age
Commit message (
Expand
)
Author
2018-04-05
Add an API for a scheduled/manually activated event in the mainloop
Nick Mathewson
2018-02-02
Merge branch 'maint-0.3.2'
Nick Mathewson
2018-02-02
sched: When releasing a channel, do not BUG() if absent from the pending list
David Goulet
2018-02-01
Merge remote-tracking branch 'dgoulet/bug24700_032_01' into maint-0.3.2
Nick Mathewson
2018-02-01
Merge branch 'bug24700_032_01' into bug24700_033_01
David Goulet
2018-02-01
sched: Use the sched_heap_idx field to double-check our fix for 24700.
Nick Mathewson
2018-02-01
Merge branch 'maint-0.3.2'
Nick Mathewson
2018-01-31
ns: Add a before and after consensus has changed notification
David Goulet
2017-12-11
Function declaration whitespace
Matt Traudt
2017-12-11
One more missed chance to use get_scheduler_state_string
Matt Traudt
2017-12-11
Make get_scheduler_state_string available to scheduler*.c
Matt Traudt
2017-12-11
Remove now-duplicate log_debug lines
Matt Traudt
2017-12-11
Helper to log chan scheduler_states as strings not ints
Matt Traudt
2017-12-11
Fix cosmetic issues around scheduler_set_channel_state
Matt Traudt
2017-12-11
Bug:24531 Function to change channel scheduler state for easy debugging added.
ArunaMaurya221B
2017-12-11
Bug:24531 Add function to change scheduler state and always use it
ArunaMaurya221B
2017-11-17
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-11-17
Fix a wide comment
Nick Mathewson
2017-11-17
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-11-17
Only log about lost KIST support once
Matt Traudt
2017-11-06
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-11-06
Fix a 32-bit formatting warning
Nick Mathewson
2017-11-02
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-11-02
sched: Rate limit scheduler_bug_occurred()
David Goulet
2017-11-02
sched: Use SCHED_BUG() macro in scheduler
David Goulet
2017-10-19
Comment-only change: annotate exit() calls.
Nick Mathewson
2017-10-03
sched: Implement SCHED_BUG()
David Goulet
2017-09-25
Merge branch 'bug23539_032_01_squashed'
Nick Mathewson
2017-09-25
Whitespace fix.
Nick Mathewson
2017-09-25
sched: Make KISTSchedRunInterval non negative
David Goulet
2017-09-22
Fix check-spaces and a weird copyright.
Nick Mathewson
2017-09-22
Remove unused chosen_scheduler_type variable.
Nick Mathewson
2017-09-22
sched: move code to respect comments
Matt Traudt
2017-09-22
sched: only log when scheduler type changes
Matt Traudt
2017-09-21
sched: Hard exit if we can't select a scheduler
David Goulet
2017-09-19
sched: reorder code to fit comment bodies; comment typos
Matt Traudt
2017-09-19
fix typos/etc found while starting to look at scheduler
Roger Dingledine
2017-09-19
sched: Allow the new sched to react to new cons
Matt Traudt
2017-09-19
Avoid a compilation warning on macOS in scheduler_ev_add()
teor
2017-09-18
sched: BUG() on event_add() and log_warn next_run
David Goulet
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-09-15
sched: Revert IF_BUG_ONCE() to tor_assert()
David Goulet
2017-09-15
sched: Define SCHEDULER_KIST_PRIVATE for more encapsulation
David Goulet
2017-09-15
sched: Improve logging if KIST is disabled
David Goulet
2017-09-15
test: Fix unit tests with latest scheduler changes
David Goulet
2017-09-15
sched: Make the scheduler object static
David Goulet
2017-09-15
sched: Don't expose the global scheduler libevent object
David Goulet
2017-09-15
sched: Always call on_channel_free() regardless of state
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
[next]