missing check
[oweals/gnunet.git] / src / util /
2013-08-19 Christian Grothoff-remove ShortHashCode from API, deprecate SList
2013-08-19 Christian Grothoff-fix time test
2013-08-19 Christian Grothoff-eliminate more uses of ShortHashCode, breaks signatures
2013-08-16 LRNTry to fix a warning
2013-08-15 Sree Harsha Totakura- use SO_REUSEADDR for SOCK_STREAM type sockets only
2013-08-15 Christian Grothoff-enable resetting client context to NULL
2013-08-12 Florian Dold- correct iteraion in multihashmap
2013-08-12 Florian Dold- test memory leak
2013-08-12 Florian Dold- test for external iterator
2013-08-12 Florian Dold- fixed memory leak
2013-08-12 Florian Dold- external iterator for multihashmap
2013-08-12 Christian Grothoff-fix leaks (kind-of related to #2981)
2013-08-11 Christian Grothoff-be silent
2013-08-11 Christian Grothoffchanging time measurement from milliseconds to microseconds
2013-08-11 Christian Grothoff-add extra context argument for key deriviation, so...
2013-08-08 Christian Grothoff-fix
2013-08-08 Christian Grothoff-fix loglevel
2013-08-08 Christian Grothoff-raise loglevel
2013-08-08 Matthias Wachsfix for resolver timeout issues
2013-08-07 Christian Grothoff-testcase for new ECC crypto functions
2013-08-07 Christian Grothoff-rename as format changed
2013-08-06 Christian Grothoff-fixing main FS build, updating man page of gnunet...
2013-08-06 Christian Grothoffmoving to new, fixed-size encoding of public and privat...
2013-07-30 Christian Grothoff-make use of deterministic ECDSA in FS, requires libgcr...
2013-07-24 Florian Dold- logging
2013-07-24 Christian Grothoff-fix warnings on W32
2013-07-24 Christian Grothoff-w32 bugfix -- compiler warning too
2013-07-18 Christian Grothoff-removing last bits of RSA support, as this code is...
2013-07-17 Christian Grothoff-modernize a bit more
2013-07-17 Christian Grothoff-code cleanup, tolerate e->vals of NULL
2013-07-17 Christian Grothoff-use separate logging cateogory for util-server-nc
2013-07-13 Florian Dold- queue destruction
2013-07-13 Christian Grothoff-fix loglevel
2013-07-13 Christian Grothoff-return NULL if never set
2013-07-13 Bart Polot- connect_notify is also called with NULL on server...
2013-07-11 Christian Grothoff-adding API to associated user context with a server...
2013-07-11 Florian Doldfixed test case
2013-07-11 Christian Grothoff-document
2013-07-10 Christian Grothoff-const where const can
2013-07-10 Florian Dold- set service working
2013-07-09 Christian Grothoff-remove async ecc key generation, not needed
2013-07-09 Christian Grothoff-resolve of 0 is well-defined, do NOT assert here,...
2013-07-08 Bart PolotAdded mesh reliable tunnels
2013-06-27 David BarksdaleMake building gnunet-testing lib optional.
2013-06-26 Christian Grothoff-introducing convenience function to load private key...
2013-06-26 Bart Polot- doc
2013-06-26 Florian Dolddoxygen
2013-06-25 Florian Dolddoxygen
2013-06-25 Christian Grothoff-cleanup leaky test code
2013-06-23 David BarksdaleRemoved GNUNET_OS_set_process_priority since it's not...
2013-06-23 David BarksdaleMake --with-included-ltdl work.
2013-06-21 Christian Grothoff-do check return value from remove
2013-06-21 Christian Grothoff-stress that we do not care about return value here
2013-06-21 Christian Grothoff-check for NULL (in testcase)
2013-06-21 Christian Grothoff-fix double close/free
2013-06-21 David BarksdaleFix non-windows non-IPv6 build.
2013-06-20 David BarksdaleFixed GNUNET_CLIENT_service_test on FreeBSD.
2013-06-19 David BarksdaleFix windows build, statfs is broken there.
2013-06-19 Florian Dold- opaque mq structs
2013-06-19 David BarksdaleThis should be a more portable GNUNET_DISK_file_get_ide...
2013-06-18 David BarksdaleRemoved GNUNET_DISK_get_blocks_available since it's...
2013-06-18 David BarksdaleGeneralize condition for missing random/srandom.
2013-06-09 David BarksdaleAdd --with-zlib=[DIR] configure option.
2013-06-05 Christian Grothoff-cleaning up client api to test for service availability
2013-06-03 Florian Dold- conclude for SET
2013-05-30 Christian Grothoffadding tool to convert/merge datastores (#2875)
2013-05-22 Florian Dold- moved MQ to util
2013-05-22 Christian Grothoff-need to unset control pipe on OSX, check for bad FD...
2013-05-21 Christian Grothoff-fix W32 warning
2013-05-21 Christian Grothoff-handle case that we are in restart on stop
2013-05-11 Sree Harsha Totakura-fix
2013-05-09 Sree Harsha Totakura- complement HELPER API with functions to kill and...
2013-04-30 Christian Grothoff-comments
2013-04-30 LRNFix test_os_startprocess
2013-04-27 Florian Doldwork on gnunet-set, isolated bug in stream
2013-04-27 Florian Doldimplemented GNUNET_CRYPTO_get_host_identity
2013-04-24 Christian Grothoff-make sure result is 0-terminated for UDS
2013-04-23 Sree Harsha Totakura- Support flushing of buffered data
2013-04-22 Bart PolotAllow callback to stop a DISK_scan with no error, simil...
2013-04-21 LRNBetter mingw-w64 compatibility for win.c
2013-04-18 Bart PolotAdd filename getopt operator
2013-04-18 Christian Grothoff-likely also dead
2013-04-18 Christian Grothoff-dead option elimination
2013-04-17 Christian Grothoffset close-on-exec file for opened disk file descriptors
2013-04-17 Sree Harsha Totakura- 32-bit key hashmap
2013-04-15 Christian Grothoff-move data resource
2013-04-15 Christian Grothoff-no boolean
2013-04-15 Christian Grothoff-no boolean
2013-04-15 Christian Fuchsextended the GNUNET_OS_check_helper_binary parameters...
2013-04-14 Christian Grothoff-move pseudonym code to fs, mark fs as experimental...
2013-04-11 Christian Grothoff-towards proper pseudonym support
2013-04-05 Christian Fuchsremoved raw-pipe checking code for windows. this will...
2013-04-05 LRNDon't wcscmp a NULL pointer
2013-04-05 Bart Polot- 80 char align
2013-03-23 Christian Grothoff-simplify
2013-03-23 Christian Grothoff-cleanup
2013-03-22 Christian Grothoff-fixing string decoder issue for input sizes of a multi...
2013-03-22 Christian Grothoff-cleanup
2013-03-22 Matthias Wachsmore check
2013-03-22 Matthias Wachsfailing test
next