logging fixes, nicer comments
[oweals/gnunet.git] / src / util / service.c
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-16 Christian Grothoffsupport overriding GNUNET_DEFAULT_USER_CONFIG_FILE
2016-04-15 Christian Grothoffadd option to set configuration file to be used by...
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-01-19 Christian Grothoff-fix (C) notices
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-01-25 Christian Grothoff-make sure we get the correct errno back after GNUNET_N...
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-12-23 Christian Grothoff-doxygen, indentation
2014-11-02 Christian Grothoff-use const for the array
2014-11-02 Christian Grothoffadding TCP_STEALTH support to TCP plugin
2014-09-13 Christian Grothofftrying to do something about #3540
2014-06-03 Christian Grothoff-indentation fixes
2014-06-03 Christian Grothoff-indentation and doxygen fixes
2014-03-10 Sree Harsha Totakura- Expose speedup routines as an internal header.
2014-02-09 Sree Harsha TotakuraCreate UNIX domain sockets as abstract sockets when...
2013-12-19 LRNDon't free opt cfg if it's NULL
2013-12-12 Matthias Wachsfail to start service if we have a malformed configuration
2013-12-11 Christian Grothoff-remove useless/broken configure options, and gnunet_di...
2013-10-26 Christian Grothoff-converting regular expressions of vpn/pt to non-binary...
2013-10-26 Christian Grothoff-moving code to parse IPv4/IPv6 subnet specifications...
2013-10-11 Christian Grothoff-just .conf, not .config
2013-10-09 LRNFix to build on W32 again
2013-10-09 Christian Grothoffchanging UNIX domain socket access control to file...
2013-10-09 Christian Grothoff-switching (again) to named sockets, see #2887
2013-10-09 Christian Grothoff-use get_value_filename with UNIXPATH to get himBHexpansion
2013-10-09 Christian Grothoffmore work towards XDG spec (#3000) -- config file location
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-09-30 Christian Grothoff-towards addressing #3047, note this causes the code...
2013-09-27 Christian Grothoff-undo #29640, somehow causes problems
2013-09-26 Christian Grothoffmoving from abstract unix domain socket paths to normal...
2013-09-20 Christian Grothoff-handle NULL in unixpath
2013-09-14 Christian Grothoff-fixing #3034
2013-09-09 Christian Grothoff-eliminate LISTEN_PID check, silly idea anyway, better...
2013-08-24 Christian Grothoff-use GPLv3+ consistently
2013-07-24 Christian Grothoff-w32 bugfix -- compiler warning too
2013-06-21 Christian Grothoff-stress that we do not care about return value here
2013-03-04 Christian Grothoff-fix
2012-12-13 Sree Harsha Totakura- osx fixes
2012-11-19 LRNHardcode svn revision in compiled binaries
2012-11-05 Christian Grothoff-allow config-less services to run
2012-09-28 Bart PolotPassing -v or -h options to a command no longer returns...
2012-09-03 Christian Grothoffalways allow root
2012-07-15 Christian Grothoff-fixbuild
2012-07-15 Christian Grothoff-adding support for heap stats gaugering
2012-06-22 Christian Grothoff-print switch target
2012-06-20 Christian Grothoff-fixing #2439
2012-06-09 Christian Grothoff-use human-readable error message
2012-05-30 Matthias Wachsspeedup mechanism to manipulate gnunet time
2012-04-25 Christian Grothoff-fixes
2012-04-25 Christian Grothoff-fixes
2012-04-25 Christian Grothoff-LRN: misc patches / fixes
2012-04-22 Christian Grothoffintroducing soft shutdown concept for services; during...
2012-04-22 Christian Grothoff-improving doc
2012-04-21 Christian Grothoff-misc offline hacking / code cleanup in util
2012-03-29 Christian Grothoff-fix printing
2012-03-24 Christian Grothoff-UID match is sufficient if GID match is required
2012-03-11 Christian Grothoff-LRN: use plibc SSCANF instead of sscanf
2012-01-13 Christian Grothoffimproving code and build system to be in line with...
2011-12-30 Christian Grothoff-LRN: use FOPEN/CLOSE instead of fopen/close - #2051
2011-12-08 Christian Grothoff-LRN fix deallocation
2011-12-08 Christian Grothoff-LRN: misc. minor fixes
2011-12-06 Christian GrothoffImplement passing sockets in IPC on W32 (#1975)
2011-11-29 Christian Grothoff-fixing indentation
2011-11-28 Christian Grothoff-document clock skew variable a bit more
2011-11-04 Christian Grothoffcurly wars / auto-indentation
2011-10-11 Christian Grothoffconverting to GNUNET_LOG_from*
2011-10-04 Christian GrothoffLRN: Use GNUNET_EXTRA_LOGGING to manage compile-time...
2011-10-04 Christian GrothoffLRN's big logging rewrite (#1805):
2011-09-18 Christian Grothoffbetter error handling
2011-08-29 Christian Grothoffrun indent twice, it alternates between two 'canonical...
2011-08-15 Christian Grothoffindentation
2011-08-15 Christian Grothoffindentation
2011-07-28 Nathan S. Evansset clock offset
2011-07-26 Nathan S. Evansstart service
2011-07-25 Nathan S. Evansclockskew code
2011-07-01 Matthias Wachsfixes mantis 1726: wrong number of addresses was return...
2011-06-20 Christian Grothoffhelping w32
2011-06-20 Christian Grothoffavoid duplicate binds
2011-06-16 Christian Grothofffix
2011-06-16 Christian Grothofffix
2011-05-25 Christian Grothofffixthefix
2011-05-25 Christian Grothoffset sxn_len on FreeBSD where required
2011-05-25 Matthias Wachsfix: unlinking unix domain sockets on freebsd
2011-05-25 Christian Grothoffwarn if this happens
2011-02-23 Christian Grothofffix leak
2011-02-23 Christian Grothofffix leak
2011-02-14 Nathan S. Evansdon't use totally empty unix path
2011-02-02 Nils Durnerno AF_UNIX on Windows
2011-01-24 Christian GrothoffUNIX domain socket authentication support added
2010-12-21 Christian Grothoffassert
2010-11-22 Matthias WachsReturns now GNUNET_SYSERR
2010-11-19 Matthias WachsAdded size check for unix path configs
2010-11-05 Nathan S. Evansbig scheduler refactoring, expect some issues
2010-10-08 Nils Durnerfix warnings
2010-08-23 Christian Grothofffix
2010-08-14 Christian Grothofffix hypothetical leak
2010-08-14 Christian Grothoffdo not leak nullfd
next