aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)Author
2018-05-31Niibe writes:Christian Grothoff
2018-05-30reduce loop counters to more practical levelsChristian Grothoff
2018-05-30style fixChristian Grothoff
2018-05-30Merge branch 'master' of ssh://gnunet.org/gnunetChristian Grothoff
2018-05-28add patch from Niibe Yutaka forChristian Grothoff
2018-05-23more flakes.Nils Gillmann
2018-05-20do not crash on multiple CNAMEsChristian Grothoff
2018-05-20fix off-by-one error in cadet connection construction, also enforce better ti...Christian Grothoff
2018-05-19disable crypto bug workaroundChristian Grothoff
2018-05-17bump loop lengthChristian Grothoff
2018-05-17work-around for crypto bug (to be documented more)Christian Grothoff
2018-05-17deduplicate code in crypto_eccChristian Grothoff
2018-05-17extend test to show crypto issueChristian Grothoff
2018-05-16log key material hashesChristian Grothoff
2018-05-13get rid of plain memcpy callsChristian Grothoff
2018-05-10more verbose loggingChristian Grothoff
2018-05-09implement new functions in libgnunetsq, clean up sqlite namestore plugin, imp...Christian Grothoff
2018-05-08expand test_mq testcaseChristian Grothoff
2018-05-06Switch to $GNUNET_TMP in all configuration files.Nils Gillmann
2018-05-05define GNUNET_TMPChristian Grothoff
2018-05-02misc improvements to statistics and large-scale behavior of zoneimport/zonema...Christian Grothoff
2018-04-30eliminate DHT PUT OK message by using MQ feature of calling continuation when...Christian Grothoff
2018-04-30enable more parallelism with DHT queue, but limit to 1000 entries, then kill ...Christian Grothoff
2018-04-24clarify issueChristian Grothoff
2018-04-24do not crash if service violates IPC protocolChristian Grothoff
2018-04-10more work on gnunet-zoneimport, some bugfix in flat namestore, misc. style fixesChristian Grothoff
2018-03-31make some functions static, ensure shutdown tasks could be run repeatedly if ...Christian Grothoff
2018-03-08disable debug instrumentation againChristian Grothoff
2018-03-08better error reporting from schedulerChristian Grothoff
2018-03-03handle case where resolver operation is cancelled during success callbackChristian Grothoff
2018-03-03fix loggingChristian Grothoff
2018-03-03fix newline, reduce verbosityChristian Grothoff
2018-03-02better py3 supportChristian Grothoff
2018-02-01improve documentationlurchi
2018-02-01scheduler API change to allow use with js event looplurchi
2018-01-30log unsent queued messages only on DEBUGFlorian Dold
2018-01-27really make GNUNET_SCHEDULER_run_from_driver more graceful (must have been late)lurchi
2018-01-24make GNUNET_SCHEDULER_run_from_driver more gracefullurchi
2018-01-23catch early return of select before call to GNUNET_SCHEDULER_run_from_driverlurchi
2018-01-23Revert "add assertion for debugging"lurchi
2018-01-23add assertion for debugginglurchi
2018-01-22remove unnecessary checklurchi
2018-01-22use absolute times in driverlurchi
2018-01-21indentation fixesChristian Grothoff
2018-01-21check if no tasks are left after the driver looplurchi
2018-01-21actually test if signals are handledlurchi
2018-01-18fix loop responsible for finding tasks with expired timeoutlurchi
2018-01-17always check priority given by userslurchi
2018-01-16return now if we found a task that is ready (optimization)lurchi
2018-01-16only check fdsets when select selected something (optimization)lurchi