aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)Author
2017-11-12Assert for a bug someone needs to fixDavid Barksdale
2017-11-08changed log levelst3sserakt
2017-11-02Merge branch 'fix_social' of gnunet.org:gnunet into fix_socialt3sserakt
2017-11-01add -P option to gnunet-eccChristian Grothoff
2017-10-31add missing constChristian Grothoff
2017-10-29allow MST callback to distinguish between disconnect and parse error situatio...Christian Grothoff
2017-10-29minor style fixChristian Grothoff
2017-10-29better logging of message processing errors in mq handlingChristian Grothoff
2017-10-29fix wrong condition, do only drop if it has not been dropped, instead of caus...Christian Grothoff
2017-10-29Merge branch 'fix_social' of gnunet.org:gnunet into fix_socialt3sserakt
2017-10-29added loggingt3sserakt
2017-10-28misc social hacking with LurchiChristian Grothoff
2017-10-25Peter@equalit.ie wrote (on gnunet-developers):Christian Grothoff
2017-10-23added loggingt3sserakt
2017-10-14added mq loggingt3sserakt
2017-10-10-bugfixes, fix memleaksSchanzenbach, Martin
2017-10-09Fix memory leak in test_mqDavid Barksdale
2017-10-09Fix leaks in CRYPTO_paillier and testDavid Barksdale
2017-10-07-mem fixes, revocation finishSchanzenbach, Martin
2017-10-05Merge remote-tracking branch 'origin/master' into identity_abeSchanzenbach, Martin
2017-10-04ignore benchmark binaryChristian Grothoff
2017-09-26remove debug logicChristian Grothoff
2017-09-26fix integer overflow in cast to long for very large timeouts on 32-bit platformsChristian Grothoff
2017-09-16-various fixes; add attribute list APISchanzenbach, Martin
2017-09-04cleanuplurchi
2017-09-04Fix select loop running conditionslurchi
2017-09-04handles, not handlerslurchi
2017-09-04remove scheduler->internal code from driver looplurchi
2017-09-04Remove busy waiting checkslurchi
2017-08-25clarify documentation about adding / deleting taskslurchi
2017-08-25Simplify driver callback del; fix shutdown logiclurchi
2017-08-24fix behaviour of GNUNET_SCHEDULER_add_select on empty fdsetslurchi
2017-08-24NULL-initialize array pointerslurchi
2017-08-23cleanuplurchi
2017-08-23GNUNET_SCHEDULER_check_lifeness not needed anymorelurchi
2017-08-23tasks in the pending queue must be be checked for reached timeouts, too; allo...lurchi
2017-08-21only allocate network / file handles and store them in the task when GNUNET_S...lurchi
2017-08-18implement bookkeeping about which FDs related to a tasks have been marked rea...lurchi
2017-08-17increasing length variable is already done by GNUNET_xgrow_ (called by the GN...lurchi
2017-08-16add buggy state of refactored GNUNET_SCHEDULER_add_selectlurchi
2017-08-13reimplement init_fd_info as preparation for refactoring GNUNET_SCHEDULER_add_...lurchi
2017-08-12fix off-by-one error that prevented reading from stdinlurchi
2017-08-12init_fd_info now completely initializes fd information; Allow calling add/can...lurchi
2017-08-11set fds_len in all cases; call set_wakeup only in two placeslurchi
2017-08-11Revert "set fds_len in all cases; call set_wakeup only in two places"lurchi
2017-08-11set fds_len in all cases; call set_wakeup only in two placeslurchi
2017-08-10remove unnecessary set_wakup calllurchi
2017-08-10fix compilation of debug code enabled by DEBUG_FDS; fix indentationlurchi
2017-08-09cosmetic fixeslurchi
2017-08-09test_scheduler passing; new API function GNUNET_SCHEDULER_check_lifenesslurchi