aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-19Do not include platform.h in headers from include/Florian Dold
2016-04-19Output error if both gnurl and curl are missingFlorian Dold
2016-04-18curl_lib: fix gnunet_util_lib.h include pathDaniel Golle
2016-04-18curl_lib: fix building with gnurl/curl.hDaniel Golle
2016-04-18curl: fix building with gnurl/curl.hDaniel Golle
2016-04-18exit: update comment for changed helper parameterDaniel Golle
2016-04-18exit: fully skip routing setup if no interface is specifiedDaniel Golle
2016-04-18dns: add support for skipping the routing setupDaniel Golle
2016-04-17-use const and free json where it was allocatedChristian Grothoff
2016-04-17adding libgnunetcurlChristian Grothoff
2016-04-16fix ftbfsChristian Grothoff
2016-04-16support overriding GNUNET_DEFAULT_USER_CONFIG_FILEChristian Grothoff
2016-04-15add option to set configuration file to be used by default by libgnunetutil ↵Christian Grothoff
routines
2016-04-10-re-running pogenChristian Grothoff
2016-04-09-fix indentChristian Grothoff
2016-04-09small API change: do no longer pass rarely needed ↵Christian Grothoff
GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
2016-04-09fix ftbfsChristian Grothoff
2016-04-09killing untested, unmaintained, unused sensor/sensordashboard codeChristian Grothoff
2016-04-09add copyright headers, fix includesChristian Grothoff
2016-04-08rps: add test for gnunet-service-rps_peersJulius Bünger
2016-04-08-rps: add parentheses in macrosJulius Bünger
2016-04-08-rps: restructure gnunet-service-rps_peersJulius Bünger
2016-04-08-rps: doxygenJulius Bünger
2016-04-08fixfixChristian Grothoff
2016-04-07fix NPEChristian Grothoff
2016-04-07-fix resolver logic bugChristian Grothoff
2016-04-07expand GNUNET_OS_ProjectData API to also enable de-duplcation of logic for ↵Christian Grothoff
--help
2016-04-07expand GNUNET_OS_ProjectData API to also enable de-duplcation of logic for ↵Christian Grothoff
--help
2016-04-04-fix leakChristian Grothoff
2016-04-04simplify PQ API by removing NULL as a possible acceptable valueChristian Grothoff
2016-04-04-fix indentChristian Grothoff
2016-04-04actually add new source...Christian Grothoff
2016-04-04add logic to parse JSON uploadsChristian Grothoff
2016-04-03add function for string parametersChristian Grothoff
2016-04-01-null out ptrs on initChristian Grothoff
2016-03-31extend GNUNET_OS-API to allow re-use of os_installation logic for programs ↵Christian Grothoff
with different libs, paths, binaries and environment variables
2016-03-30- ignoresBart Polot
2016-03-30- make autoreconf happy by defining BUILD_EXPERIMENTAL_HELPERS (always to ↵Bart Polot
false, since it's the same as GST anyway)
2016-03-30- free queued messages on peer destroy, fix #4001Bart Polot
2016-03-30- fix condition on connection timeoutBart Polot
2016-03-30- check return value on send_broken_unknownBart Polot
2016-03-30- refactor, test orderdBart Polot
2016-03-30- use proper setter methodBart Polot
2016-03-30- doxygenBart Polot
2016-03-30- refactor connection destroy handling, fix #4020Bart Polot
2016-03-30- doxygenBart Polot
2016-03-30- indent, clarify messagesBart Polot
2016-03-30- typo, comparison orderBart Polot
2016-03-29be more lenient in the set apiFlorian Dold
2016-03-25experimental gstreamer audiobackend (not working)hark