Age | Commit message (Expand) | Author |
2017-11-12 | Assert for a bug someone needs to fix | David Barksdale |
2017-11-08 | changed log levels | t3sserakt |
2017-11-02 | Merge branch 'fix_social' of gnunet.org:gnunet into fix_social | t3sserakt |
2017-11-01 | add -P option to gnunet-ecc | Christian Grothoff |
2017-10-31 | add missing const | Christian Grothoff |
2017-10-29 | allow MST callback to distinguish between disconnect and parse error situatio... | Christian Grothoff |
2017-10-29 | minor style fix | Christian Grothoff |
2017-10-29 | better logging of message processing errors in mq handling | Christian Grothoff |
2017-10-29 | fix wrong condition, do only drop if it has not been dropped, instead of caus... | Christian Grothoff |
2017-10-29 | Merge branch 'fix_social' of gnunet.org:gnunet into fix_social | t3sserakt |
2017-10-29 | added logging | t3sserakt |
2017-10-28 | misc social hacking with Lurchi | Christian Grothoff |
2017-10-25 | Peter@equalit.ie wrote (on gnunet-developers): | Christian Grothoff |
2017-10-23 | added logging | t3sserakt |
2017-10-14 | added mq logging | t3sserakt |
2017-10-10 | -bugfixes, fix memleaks | Schanzenbach, Martin |
2017-10-09 | Fix memory leak in test_mq | David Barksdale |
2017-10-09 | Fix leaks in CRYPTO_paillier and test | David Barksdale |
2017-10-07 | -mem fixes, revocation finish | Schanzenbach, Martin |
2017-10-05 | Merge remote-tracking branch 'origin/master' into identity_abe | Schanzenbach, Martin |
2017-10-04 | ignore benchmark binary | Christian Grothoff |
2017-09-26 | remove debug logic | Christian Grothoff |
2017-09-26 | fix integer overflow in cast to long for very large timeouts on 32-bit platforms | Christian Grothoff |
2017-09-16 | -various fixes; add attribute list API | Schanzenbach, Martin |
2017-09-04 | cleanup | lurchi |
2017-09-04 | Fix select loop running conditions | lurchi |
2017-09-04 | handles, not handlers | lurchi |
2017-09-04 | remove scheduler->internal code from driver loop | lurchi |
2017-09-04 | Remove busy waiting checks | lurchi |
2017-08-25 | clarify documentation about adding / deleting tasks | lurchi |
2017-08-25 | Simplify driver callback del; fix shutdown logic | lurchi |
2017-08-24 | fix behaviour of GNUNET_SCHEDULER_add_select on empty fdsets | lurchi |
2017-08-24 | NULL-initialize array pointers | lurchi |
2017-08-23 | cleanup | lurchi |
2017-08-23 | GNUNET_SCHEDULER_check_lifeness not needed anymore | lurchi |
2017-08-23 | tasks in the pending queue must be be checked for reached timeouts, too; allo... | lurchi |
2017-08-21 | only allocate network / file handles and store them in the task when GNUNET_S... | lurchi |
2017-08-18 | implement bookkeeping about which FDs related to a tasks have been marked rea... | lurchi |
2017-08-17 | increasing length variable is already done by GNUNET_xgrow_ (called by the GN... | lurchi |
2017-08-16 | add buggy state of refactored GNUNET_SCHEDULER_add_select | lurchi |
2017-08-13 | reimplement init_fd_info as preparation for refactoring GNUNET_SCHEDULER_add_... | lurchi |
2017-08-12 | fix off-by-one error that prevented reading from stdin | lurchi |
2017-08-12 | init_fd_info now completely initializes fd information; Allow calling add/can... | lurchi |
2017-08-11 | set fds_len in all cases; call set_wakeup only in two places | lurchi |
2017-08-11 | Revert "set fds_len in all cases; call set_wakeup only in two places" | lurchi |
2017-08-11 | set fds_len in all cases; call set_wakeup only in two places | lurchi |
2017-08-10 | remove unnecessary set_wakup call | lurchi |
2017-08-10 | fix compilation of debug code enabled by DEBUG_FDS; fix indentation | lurchi |
2017-08-09 | cosmetic fixes | lurchi |
2017-08-09 | test_scheduler passing; new API function GNUNET_SCHEDULER_check_lifeness | lurchi |