-check return values, fix leak
[oweals/gnunet.git] / src / util /
2012-03-15 Christian Grothoff-check return value
2012-03-15 Christian Grothoff-never a clear warning, use INFO
2012-03-15 Christian Grothoffadd -P option for printing peer identities with gnunet-rsa
2012-03-15 Matthias Wachs- improve documentation
2012-03-15 Matthias Wachs- new program_run and run_2
2012-03-11 Christian Grothoff-LRN: use plibc SSCANF instead of sscanf
2012-03-11 Christian Grothoff-LRN: Generalize ip-address str->addr conversion
2012-03-11 Christian Grothoff-fix
2012-03-11 Christian Grothoff-fix
2012-03-11 Christian Grothoff-LRN: Fix kill
2012-03-10 Christian Grothoff-closing of control pipe is no error
2012-03-10 Christian Grothoff-avoid problems with partial reads by using 1 byte...
2012-03-09 Christian Grothoff-additional tests for process starts
2012-03-08 Christian Grothoff-fixing leaks/use after free
2012-03-08 Matthias Wachs- mem leak
2012-03-07 Christian Grothoff-trying to fix #2198 -- or at least a related bug
2012-03-07 Matthias Wachs- docu
2012-03-05 Christian Grothoff-LRN: file checking routines
2012-03-04 Christian Grothoff-adding GNUNET_CONFIGURATION_load_from
2012-03-04 Christian Grothoff-fix
2012-03-04 Christian Grothoff-fix
2012-03-04 Christian Grothoffadding gnunet-rsa, a new tool to create RSA keys and...
2012-03-04 Christian Grothoff-fix
2012-03-04 Christian Grothoff-renaming
2012-03-04 Christian Grothoff-adding conversion of public key to string and back
2012-03-04 Christian GrothoffLRN: adding generic functions for conversion of binary...
2012-03-01 Christian GrothoffLRN: updates to pseudonym API from #1952, change pseudo...
2012-02-29 Matthias Wachsserialize privat key
2012-02-29 Christian Grothoff-fix memory leak
2012-02-29 Christian Grothoff-LRN: set control_pipe to NULL if not controlled
2012-02-29 Christian Grothoff-LRN: fix
2012-02-28 Christian Grothoffadding GNUNET_CRYPTO_setup_hostkey to setup a hostkey...
2012-02-28 Christian Grothoff-LRN: Add missing declaration
2012-02-28 Christian GrothoffLRN: Apparently cleanup is not for W32
2012-02-28 Christian GrothoffLRN: W32 pipe name generation needs random
2012-02-28 Christian Grothoff-fix compiler warning
2012-02-27 Christian Grothoff-version bumps in anticipation of release
2012-02-27 Christian Grothoff-do use non-blocking opening of the pipe FD, and try...
2012-02-27 Christian Grothoff-make disk IO blocking, otherwise opening signal pipe...
2012-02-27 Christian Grothoffenabling use of pipes for signal communication also...
2012-02-26 Christian Grothoff-some more #if DEBUG elimination
2012-02-26 Christian Grothoff-usually should print nothing
2012-02-26 Christian Grothoff-verbose is independent of logging
2012-02-24 Christian Grothoff-fix
2012-02-24 Christian Grothoffbratao/LRN: Use-bigger-buffer-for-EnumNICs3_results
2012-02-23 Christian GrothoffTG: attached are the following patches for GNUnet:
2012-02-21 Christian GrothoffLRN: Escape-trailing-slash-when-spawning-W32-process:
2012-02-18 Christian GrothoffLRN: don't free memory on the stack
2012-02-13 Christian Grothoff-use GNUNET_free instead of free
2012-02-09 Christian Grothoff-fixing #2139
2012-02-06 Christian Grothoff-speed up logging test, fix logging testcase to always...
2012-02-03 Christian Grothoff-also user gnunet-original filename here more consistently
2012-02-01 Christian Grothoff-barato's byte order patch, might even help with #2130
2012-01-31 Christian Grothoff-fix for W32 pipes from bratao
2012-01-31 Matthias Wachs- fix
2012-01-31 Matthias Wachs- enable output to test on Os x
2012-01-31 Matthias Wachsifconfig parsing
2012-01-31 Matthias Wachsadding verbose message
2012-01-31 Christian Grothoff-try with finished
2012-01-30 Christian Grothoff-fix endian test
2012-01-30 Christian Grothoff-improve byteorder macro checks for FreeBSD
2012-01-30 Christian Grothoff-be-fix
2012-01-30 Christian Grothoff-be-fix
2012-01-30 Christian Grothoff-trying to fix double-start issue on sparc
2012-01-29 Christian Grothoff-del
2012-01-29 Christian Grothoff-make mst more reentrant
2012-01-29 Christian Grothoff-enable helper shutdown during mst callback
2012-01-28 Christian Grothoff-code deduplication, doxygen fixes
2012-01-28 Christian Grothoff-fix error reporting, remove unnecessary syscalls on...
2012-01-28 Christian Grothoff-fix
2012-01-28 Christian Grothoff-log resolver errors always
2012-01-27 Christian Grothoff-fixing #2116
2012-01-26 Christian Grothoff-allow NULL
2012-01-26 Christian Grothoff-follow naming conventions
2012-01-25 Christian Grothoff-allow binaries without SUID if we are root
2012-01-25 Christian Grothoff-always check that WE can execute
2012-01-25 Christian Grothoff-do not abort waitpid just because of SIGCHLD
2012-01-25 Christian Grothoff-doxygen fixes
2012-01-25 Christian Grothoff-check return value
2012-01-25 Christian Grothoff-dce
2012-01-23 Christian GrothoffIt-might-be-NULL
2012-01-21 Christian Grothoff-LRN: Pipe-errors-will-trigger-ready-to-read-event
2012-01-21 Christian Grothoff-LRN: W32-pipes-are-overlapped-by-default-now
2012-01-20 Christian Grothoff-fix getting output from sysctl into service-helper...
2012-01-20 Christian Grothoff-debug
2012-01-20 Christian Grothoff-fix
2012-01-14 Christian Grothoff-implement blocking write / non-blocking read for non...
2012-01-14 Christian GrothoffLRN: enable more fine-grained control over blocking...
2012-01-14 Christian Grothoff-LRN: fix pipe writing and progress write
2012-01-14 Christian GrothoffLRN: new pipe creation function GNUNET_DISK_pipe_from_f...
2012-01-14 Christian GrothoffLRN: add function GNUNET_STRINGS_get_short_name to...
2012-01-13 Christian Grothoffimproving code and build system to be in line with...
2012-01-13 Christian Grothoffchange default configurations on systems with UNIX...
2012-01-09 Christian GrothoffLRN: make disk iterator start return GNUNET_SYSERR...
2012-01-07 Christian Grothoff-towards handling client requests
2012-01-07 Christian Grothoff-add missing comments, expand error checking
2012-01-05 Christian Grothoff-const
2012-01-05 Christian Grothofffix crc16 prototypes
2012-01-05 Christian Grothoff-docu
2012-01-05 Christian Grothoff-fix
next