aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* motivational changes to disclaimer README.1stpsyc://loupsycedyglgamf.onion/~lynX2018-01-03
* fixng02018-01-03
* more texinfo woesng02018-01-03
* doc: texinfo...ng02018-01-03
* Fix double-scheduling of shutdown taskDavid Barksdale2018-01-02
* doc: change some urls to print out the URL for the printed formatng02018-01-02
* vers bumpChristian Grothoff2018-01-02
* add README.1stChristian Grothoff2018-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
* create .gitignoreChristian Grothoff2018-01-01
* update .gitignoreChristian Grothoff2018-01-01
* remove speed bumpsChristian Grothoff2018-01-01
* guix-env.scm: it is python2ng02018-01-01
* do not build vocabulary chapter for nowng02018-01-01
* documentation: contribution: +ng02018-01-01
* documentation: ignore 'configuration' manual for now (doesn't exist).ng02018-01-01
* contrib: still python2.ng02017-12-31
* Merge branch 'master' of gnunet.org:gnunetng02017-12-31
|\
| * 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