summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-06-27add HELPER_PATH to default configscustom-helper-pathlurchi
2019-06-27consider HELPER_PATH for setuid binarieslurchi
2019-06-27don't start exit helper if no exit is configuredlurchi
2019-06-27introduce GNUNET_OS_installation_get_path (useful for custom helper paths)lurchi
2019-06-27no null byte needed in message payload, so GNUNET_memcpy fits betterlurchi
2019-06-27new GNUNET_strlcpy allows using it morelurchi
2019-06-27return value of GNUNET_strlcpy can be usedlurchi
2019-06-27memcpy fits betterChristian Grothoff
2019-06-27make GNUNET_strlcpy more flexible by using strnlen instead of strlenlurchi
2019-06-27no null-termination necessary after GNUNET_strlcpylurchi
2019-06-27use GNUNET_strlcpy in strings.c toolurchi
2019-06-27fix header check in param mapSchanzenbach, Martin
2019-06-27use GNUNET_strlcpy instead of strncpy where possiblelurchi
2019-06-27introduce GNUNET_strlcpylurchi
2019-06-27echo origin for CORS in restSchanzenbach, Martin
2019-06-27fix #5782Schanzenbach, Martin
2019-06-27fix indentationlurchi
2019-06-26check for certutil with 'command -v't3sserakt
2019-06-25indentChristian Grothoff
2019-06-25tcp review bugfixesChristian Grothoff
2019-06-25warningsChristian Grothoff
2019-06-24add per-message ppChristian Grothoff
2019-06-22finish #4623Christian Grothoff
2019-06-22Merge branch 'master' of ssh://git.gnunet.org/gnunetxrs
2019-06-22add flag for exlusive options as program agrumentsxrs
2019-06-22implement #5771Christian Grothoff
2019-06-22typoSchanzenbach, Martin
2019-06-22clarifySchanzenbach, Martin
2019-06-22Merge branch 'master' of git+ssh://gnunet.org/gnunetSchanzenbach, Martin
2019-06-22#5675: Also detect openssl againSchanzenbach, Martin
2019-06-22enable caching of non-existence of NICKs, also properly remove cache entries ↵Christian Grothoff
if NICK record itself is removed
2019-06-22avoid pk operation unless logging enabledChristian Grothoff
2019-06-21fix #5675Schanzenbach, Martin
2019-06-19fix compiler warnings about unused argsChristian Grothoff
2019-06-19fix socket cmp, fix compiler warnings about unused argsChristian Grothoff
2019-06-19fix socket cmp, fix compiler warnings about unused argsChristian Grothoff
2019-06-19fix ftbfs:Christian Grothoff
2019-06-18minimize scopesChristian Grothoff
2019-06-18fix memory leakChristian Grothoff
2019-06-18fix NPEs, off-by-one, etcChristian Grothoff
2019-06-18clean up comments, fixmes, remove dead codeChristian Grothoff
2019-06-18Introducing GNUNET_Uuid and matching hash map for 128 bit values.Christian Grothoff
TNG: reducing size of AcknowledgementUUIDPs from 256 bits to 128 bits.
2019-06-15missing fileChristian Grothoff
2019-06-15fix gnunet-gns performance issue for many egosChristian Grothoff
2019-06-15of course it is constChristian Grothoff
2019-06-15need jansson header hereChristian Grothoff
2019-06-15do not include jsson hereChristian Grothoff
2019-06-14add option to display private keysChristian Grothoff
2019-06-14fix intendationSchanzenbach, Martin
2019-06-14NULL pointer fixAlexia Pagkopoulou