aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix double-scheduling of shutdown taskDavid Barksdale2018-01-02
* fix more 'make dist' issuesChristian Grothoff2018-01-02
* fix misc make dist issuesChristian Grothoff2018-01-02
* Fix memory leak in select_loopDavid Barksdale2018-01-01
* Fix broken buildDavid Barksdale2018-01-01
* Fix memory leaks in cadet testsDavid Barksdale2018-01-01
* fix issue with sending BROKEN timeouts early due to wrong timeout calculationChristian Grothoff2018-01-02
* fix GNUNET_TIME_year_to_time, do not start in February...Christian Grothoff2018-01-01
* update .gitignoreChristian Grothoff2018-01-01
* remove speed bumpsChristian Grothoff2018-01-01
* merge branch 'refactoring-scheduler'lurchi2017-12-30
|\
| * 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
| * Don't consider restart when the test action already finishedlurchi2017-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
| * improve documentation about the GNUNET_array_append and GNUNET_array_grow macroslurchi2017-08-21
| * 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
| * make input of getters const (needed for new scheduler API)lurchi2017-08-05
| * GNUNET_SCHEDULER_run is calling GNUNET_SCHEDULER_run_with_driver with the def...t3sserakt2017-08-04