aboutsummaryrefslogtreecommitdiff
path: root/src/util/scheduler.c
Commit message (Expand)AuthorAge
...
* remove duplicate timeout checklurchi2018-01-16
* remove unused variableslurchi2018-01-15
* gracefully accept empty FD set that claim to contain FDslurchi2018-01-10
* properly detect calling add_select without descriptors; simplify extract_handleslurchi2018-01-10
* fix scheduler when add_select is called with 0 ready fdsSchanzenbach, Martin2018-01-10
* fix dereferencing uninitialized rs/ws; assert non-NULL before dereferencing n...lurchi2018-01-07
* Revert "fix dereferencing uninitialized pointer"lurchi2018-01-07
* fix dereferencing uninitialized pointerlurchi2018-01-06
* simplify driver_add_multiplelurchi2018-01-04
* fix misc compiler warningsChristian Grothoff2018-01-04
* fix more warningsChristian Grothoff2018-01-04
* Fix memory leak in select_loopDavid Barksdale2018-01-01
* 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