aboutsummaryrefslogtreecommitdiff
path: root/src/util/service.c
Commit message (Collapse)AuthorAge
* bad sizeofChristian Grothoff2020-04-03
|
* fix task prioritization with recent hackChristian Grothoff2020-02-04
|
* handle arm -s completion nicely via signaling pipeChristian Grothoff2019-09-28
|
* implementing GNUNET_CLIENT_test() to check for service operatingChristian Grothoff2019-09-27
|
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
* Remove win32 and cygwin supportng02019-09-09
|
* plibc: win32 related, socketng02019-09-09
|
* uncrustify as demanded.ng02019-09-08
|
* Make services localizableAlessio Vanni2019-09-07
| | | | Signed-off-by: Christian Grothoff <christian@grothoff.org>
* first step to remove plibcng02019-09-06
|
* fix logging issue reported by RaphaelChristian Grothoff2019-09-05
|
* fix gnunet-service-arm termination status codeChristian Grothoff2019-08-18
|
* 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
|