aboutsummaryrefslogtreecommitdiff
path: root/src/util/scheduler.c
Commit message (Expand)AuthorAge
...
* cleanuplurchi2017-09-04
* Fix select loop running conditionslurchi2017-09-04
* handles, not handlerslurchi2017-09-04
* remove scheduler->internal code from driver looplurchi2017-09-04
* Remove busy waiting checkslurchi2017-09-04
* clarify documentation about adding / deleting taskslurchi2017-08-25
* Simplify driver callback del; fix shutdown logiclurchi2017-08-25
* fix behaviour of GNUNET_SCHEDULER_add_select on empty fdsetslurchi2017-08-24
* NULL-initialize array pointerslurchi2017-08-24
* cleanuplurchi2017-08-23
* GNUNET_SCHEDULER_check_lifeness not needed anymorelurchi2017-08-23
* tasks in the pending queue must be be checked for reached timeouts, too; allo...lurchi2017-08-23
* only allocate network / file handles and store them in the task when GNUNET_S...lurchi2017-08-21
* implement bookkeeping about which FDs related to a tasks have been marked rea...lurchi2017-08-18
* increasing length variable is already done by GNUNET_xgrow_ (called by the GN...lurchi2017-08-17
* add buggy state of refactored GNUNET_SCHEDULER_add_selectlurchi2017-08-16
* reimplement init_fd_info as preparation for refactoring GNUNET_SCHEDULER_add_...lurchi2017-08-13
* fix off-by-one error that prevented reading from stdinlurchi2017-08-12
* init_fd_info now completely initializes fd information; Allow calling add/can...lurchi2017-08-12
* set fds_len in all cases; call set_wakeup only in two placeslurchi2017-08-11
* Revert "set fds_len in all cases; call set_wakeup only in two places"lurchi2017-08-11
* set fds_len in all cases; call set_wakeup only in two placeslurchi2017-08-11
* remove unnecessary set_wakup calllurchi2017-08-10
* fix compilation of debug code enabled by DEBUG_FDS; fix indentationlurchi2017-08-10
* cosmetic fixeslurchi2017-08-09
* test_scheduler passing; new API function GNUNET_SCHEDULER_check_lifenesslurchi2017-08-09
* lifeness checks; shutdown now working; checkSignal not passing yetlurchi2017-08-09
* fix initFdInfo; rename to init_fd_infolurchi2017-08-09
* fix indentation; remove unneeded set_wakeup calllurchi2017-08-09
* Merge branch 'refactoring-scheduler' of ssh://gnunet.org/gnunetlurchi2017-08-08
|\
| * Smaller changes. Changed order when set_wakeup is called after some task is r...t3sserakt2017-08-08
* | separate the select driver's fd sets from the driver-internal fdsetslurchi2017-08-08
|/
* fix segfault and pending_timeout logiclurchi2017-08-05
* add missing DLL insertlurchi2017-08-05
* fix warningslurchi2017-08-05
* GNUNET_SCHEDULER_run is calling GNUNET_SCHEDULER_run_with_driver with the def...t3sserakt2017-08-04
* Call to set_wakeup added after tasks added/removed to/from pending_timeoutt3sserakt2017-08-03
* Nearly finished. Call to set_wakeup missing in case of tasks added to pending...t3sserakt2017-08-02
* adapt add_without_sets to scheduler driver API; reimplement initFdInfolurchi2017-07-21
* small fixeslurchi2017-07-20
* started further refactoring of scheduler. ATTENTION, actual Status does not c...t3sserakt2017-07-20
* initial ideas for improving the scheduler API (far from finished)Christian Grothoff2017-03-28
* extending scheduler API with 'add_at' functionality to avoid unnecessary time...Christian Grothoff2017-01-22
* -fix #4582Christian Grothoff2016-06-25
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -fix (C) noticesChristian Grothoff2016-01-19
* eliminate dead GNUNET_SCHEDULER_add_continuation, rename GNUNET_SCHEDULER_add...Christian Grothoff2015-08-03
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* -improved FD issue debug supportChristian Grothoff2015-02-28