index
:
paraslash
master
next
pu
releases
v0.2
v0.3
paraslash - network audio streaming tools
Andre Noll
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sched.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
sched: Improve documentation of task_reap().
Andre Noll
2026-03-27
*
Switch to SPDX identifiers.
Andre Noll
2026-03-17
*
Improve scheduler documentation.
Andre Noll
2025-10-08
*
Make struct sched private, introduce sched_new().
Andre Noll
2025-07-13
*
Include regex.h from para.h.
Andre Noll
2025-05-19
*
Consolidate EOF error codes.
Andre Noll
2023-03-11
*
sched: Improve error diagnostics.
Andre Noll
2023-03-11
*
Merge topic branch t/overflow into master
Andre Noll
2022-10-03
|
\
|
*
string: Rename para_malloc() -> alloc().
Andre Noll
2022-07-29
*
|
Switch from select(2) to poll(2).
Andre Noll
2022-08-28
*
|
Rename ->{pre,post}_select methods to ->{pre,post}_monitor.
Andre Noll
2022-08-25
*
|
Hide implementation of para_fd_set().
Andre Noll
2022-08-25
*
|
sched: Use integer value for select timeout.
Andre Noll
2022-08-25
|
/
*
list.h: Convert INIT_LIST_HEAD macro to inline function.
Andre Noll
2021-08-08
*
Fix bad grammar "allows <infinitive>".
Andre Noll
2018-02-11
*
Shorten copyright notice.
Andre Noll
2017-09-22
*
doxygen: Add \ref to references.
Andre Noll
2017-06-25
*
sched: Log task termination status.
Andre Noll
2016-12-28
*
Update year in copyright headers.
Andre Noll
2015-01-12
*
sched.c: Remove unused timeout_is_zero().
Andre Noll
2015-01-12
*
Remove unnecessary system header includes.
Andre Noll
2015-01-12
*
doc: Change email address to maan@tuebingen.mpg.de
Andre Noll
2014-08-18
*
sched: Mark global now pointer as const.
Andre Noll
2014-05-25
*
sched: Directly pass context pointer to pre/post_select().
Andre Noll
2014-05-25
*
sched: kill task->dead.
Andre Noll
2014-05-25
*
sched: Do not shadow task_info in struct task.
Andre Noll
2014-05-25
*
sched: Dont use fixed-size buffer for task names.
Andre Noll
2014-05-25
*
sched: Rename task->error to tast->status.
Andre Noll
2014-05-25
*
sched: Rename task->status to task->name.
Andre Noll
2014-05-25
*
sched: Make struct task private to sched.c.
Andre Noll
2014-05-25
*
sched: Introduce task_status().
Andre Noll
2014-05-25
*
sched: Remove ->owned_by_sched.
Andre Noll
2014-05-25
*
sched: Remove register_task().
Andre Noll
2014-05-25
*
task_register() conversion: receivers
Andre Noll
2014-05-25
*
sched: Introduce alternative task API.
Andre Noll
2014-05-25
*
sched: Mark argument of task_get_notification() as const.
Andre Noll
2014-05-25
*
Simplify sched: Use only a single task list.
Andre Noll
2014-05-25
*
Change copyright year to 2014.
Andre Noll
2014-02-22
*
sched: Rename new_post_select back to post_select.
Andre Noll
2013-04-30
*
sched: Kill old ->post_select variant.
Andre Noll
2013-04-30
*
sched: Provide alternative post_select variant.
Andre Noll
2013-04-30
*
Replace gettimeofday() by clock_gettime().
Andre Noll
2013-04-30
*
sched: Get rid of (pre)select shortcuts.
Andre Noll
2013-04-17
*
Change copyright year to 2013.
Andre Noll
2013-03-25
*
sched: Replace sched_shutdown() by task_notify_all().
Andre Noll
2012-11-18
*
sched: Introduce task notifications.
Andre Noll
2012-11-18
*
Add some missing documentation.
Andre Noll
2012-04-21
*
Change year in copyright message to 2012.
Andre Noll
2012-01-07
*
Always include stdbool.h.
Andre Noll
2011-12-18
*
sched: Allow more than one running scheduler instance.
Andre Noll
2011-11-20
[next]