aboutsummaryrefslogtreecommitdiff
path: root/src/util/service.c
Commit message (Collapse)AuthorAge
* use GNUNET_strlcpy instead of strncpy where possiblelurchi2019-06-27
|
* clang is only happy with 'static', not with ={0}Christian Grothoff2019-04-12
|
* util/service.c: Fix clang warning.ng02019-04-12
| | | | | | | service.c:481:15: warning: suggest braces around initialization of subobject [-Wmissing-braces] while (0 != GNUNET_is_zero (&list[i].network)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* introduce GNUNET_memcmp() and GNUNET_is_zero()Christian Grothoff2019-04-06
|
* use existing pf probe function from network.c instead of re-implementing it ↵Christian Grothoff2019-03-02
| | | | in service.c
* add missing \nChristian Grothoff2019-02-24
|
* another issue with the #5511 patchChristian Grothoff2019-02-12
|
* fix service shutdown regressionChristian Grothoff2019-02-10
|
* untested fix for #5511Christian Grothoff2019-02-09
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* make sure peer launches if default config not found and -c not givenChristian Grothoff2018-12-11
|
* fail hard if configuration file specified via -c does not exist (in all ↵Christian Grothoff2018-12-11
| | | | services and programs)
* new convenience function to do operations on a configuration object to avoid ↵Christian Grothoff2018-11-10
| | | | repetitive configuration_create, _load and _destroy logic
* fix #5454Christian Grothoff2018-11-04
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* changes for AGPL handlingChristian Grothoff2018-06-06
|
* fix misc compiler warningsChristian Grothoff2018-01-04
|
* Revert "tried to print out stacktrace, not working. removed."lurchi2017-12-30
| | | | This reverts commit 1522bb78401dd739299cc507e7237df32f239a3f.
* tried to print out stacktrace, not working. removed.t3sserakt2017-11-25
|
* added loggingt3sserakt2017-11-25
|
* fix wrong condition, do only drop if it has not been dropped, instead of ↵Christian Grothoff2017-10-29
| | | | causing double-drop
* misc social hacking with LurchiChristian Grothoff2017-10-28
|
* fix indexing issue found by jah and reported on gnunet-developers on 6-8/7/2017Christian Grothoff2017-06-23
|
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
|
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* rename service_new.c to service.cChristian Grothoff2017-03-17
|
* removing dead/legacy server/connection logic, except for in tcp/wlan/bt ↵Christian Grothoff2017-03-16
| | | | plugins (which will be updated 'later')
* util: add component name to LOG macros; util/client: log incoming message ↵tg(x)2017-02-24
| | | | type/size/source for gnunet-logread
* fix sun_len issue (#4816) by adding test and fixing typoChristian Grothoff2017-02-21
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* support overriding GNUNET_DEFAULT_USER_CONFIG_FILEChristian Grothoff2016-04-16
|
* add option to set configuration file to be used by default by libgnunetutil ↵Christian Grothoff2016-04-15
| | | | routines
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | 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()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -make sure we get the correct errno back after GNUNET_NETWORK_socket_create()Christian Grothoff2015-01-25
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -doxygen, indentationChristian Grothoff2014-12-23
|
* -use const for the arrayChristian Grothoff2014-11-02
|
* adding TCP_STEALTH support to TCP pluginChristian Grothoff2014-11-02
|
* trying to do something about #3540Christian Grothoff2014-09-13
|
* -indentation fixesChristian Grothoff2014-06-03
|
* -indentation and doxygen fixesChristian Grothoff2014-06-03
|
* - Expose speedup routines as an internal header.Sree Harsha Totakura2014-03-10
|
* Create UNIX domain sockets as abstract sockets when running in LINUX and theSree Harsha Totakura2014-02-09
| | | | | option USE_ABSTRACT_SOCKETS is present in configuration.
* Don't free opt cfg if it's NULLLRN2013-12-19
|