aboutsummaryrefslogtreecommitdiff
path: root/src/util/service.c
Commit message (Collapse)AuthorAge
* 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
|
* fail to start service if we have a malformed configurationMatthias Wachs2013-12-12
|
* -remove useless/broken configure options, and gnunet_directories.hChristian Grothoff2013-12-11
|
* -converting regular expressions of vpn/pt to non-binary format and adding ↵Christian Grothoff2013-10-26
| | | | proper policy parsing
* -moving code to parse IPv4/IPv6 subnet specifications to strings and making ↵Christian Grothoff2013-10-26
| | | | it part of the public API
* -just .conf, not .configChristian Grothoff2013-10-11
|
* Fix to build on W32 againLRN2013-10-09
|
* changing UNIX domain socket access control to file permissions checks, ↵Christian Grothoff2013-10-09
| | | | instead of UDS credentials (#2887)
* -switching (again) to named sockets, see #2887Christian Grothoff2013-10-09
|
* -use get_value_filename with UNIXPATH to get himBHexpansionChristian Grothoff2013-10-09
|
* more work towards XDG spec (#3000) -- config file locationChristian Grothoff2013-10-09
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -towards addressing #3047, note this causes the code to FTBFSChristian Grothoff2013-09-30
|
* -undo #29640, somehow causes problemsChristian Grothoff2013-09-27
|
* moving from abstract unix domain socket paths to normal unix domain socket ↵Christian Grothoff2013-09-26
| | | | paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind