fix use-after-free on exit
[oweals/gnunet.git] / src / util /
2015-02-21 Christian Grothoffbe more careful with errno, so we can be sure it is...
2015-02-20 Matthias Wachsimplement linear back off for restart attempts
2015-02-18 Christian Grothoff-doxygen
2015-02-12 Christian Grothoff-fix callback after cancellation issue
2015-02-12 Christian Grothoff-reduce loglevel (#3682)
2015-02-11 Christian Grothoff-dead flags
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-06 Christian Grothoff-use only one nc per client
2015-02-02 Christian Grothoff-improve logging to help diagnose #3593
2015-01-30 Christian Grothoff-fix use after free
2015-01-30 Christian Grothoff-fix leak
2015-01-28 Christian Grothoffadd GNUNET_STRINGS_data_to_string_alloc from TALER
2015-01-28 Christian Grothoffadding GNUNET_CRYPTO_eddsa_private_key_from_string
2015-01-27 Christian Grothoffadd GNUNET_CONFIGURATION_get_data from Taler
2015-01-26 Christian Grothoffpatches from Hellekin to fix #3577
2015-01-26 Sree Harsha Totakura- fix memleak
2015-01-26 Sree Harsha Totakura- fix docu
2015-01-26 Sree Harsha Totakura-fix doc
2015-01-25 Christian Grothoff-make sure we get the correct errno back after GNUNET_N...
2015-01-24 LRNW32: Remove copy-pasted stray increment
2015-01-24 LRNW32: Also consider ERROR_INVALID_HANDLE when checking...
2015-01-24 LRNFix the use of (GNUNET_)strdup and (GNUNET_)free
2015-01-24 LRNAdd GNUNET_NETWORK_fdset_handle_set_first
2015-01-24 LRNAdd support for selecting on W32 events
2015-01-24 Sree Harsha Totakura-fix assertion checking the encoded s-expressions
2015-01-22 Sree Harsha Totakura-add a check to bail out on false signatures
2015-01-17 Christian Grothoffexit loop once first handler is found
2015-01-17 Christian Grothoffuse enough space for storing full address
2015-01-17 Christian Grothoffuse GNUNET_snprintf
2015-01-16 Christian Grothofffix #3611
2015-01-16 Matthias Wachstest failed to compile on my system
2015-01-09 Christian Grothoffmoving hash_context testcase over as well
2015-01-09 Christian Grothoffadding API for incremental hashing (from Taler)
2015-01-09 Christian Grothoffadding support for blind signatures (modernized version...
2014-12-24 Christian Grothoff-update priority to shutdown if that is being used
2014-12-24 Christian Grothoff-use flag to check for readyness
2014-12-24 Christian Grothoff-shutdown alone does not move to ready list
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-12-23 Christian Grothoff-fix dbg level
2014-12-23 Christian Grothoff-doxygen, indentation
2014-12-22 Christian Grothoff-undo
2014-12-22 Christian Grothoff-doxygen
2014-12-20 Christian Grothoff-doxygen and minor style fixes
2014-12-19 David BarksdaleFix 'STRINGS_data_to_string size check and comment
2014-12-19 Christian Grothoff-trying to fix transport service assertion in time...
2014-12-19 Christian Grothoff-fix sec_name leak
2014-12-17 Christian Grothoff-old-style comments, avoid duplicate comments
2014-12-17 Christian Grothoff-remove dead api
2014-12-16 Christian Grothoff-slist remains
2014-12-16 Christian Grothoff-fix leak
2014-12-14 Christian Grothofffix #3570: finally remove SList API
2014-12-14 LRNGrothoff's W32 select slist elimination and prettification
2014-12-14 LRNGrothoff's massive indentation and documentation fixes...
2014-12-11 Christian Grothoff-indentation, doxygen, style
2014-12-11 Christian Grothoff-could be other peer's fault
2014-12-11 Christian Grothoff-warn on error
2014-12-09 Christian Grothoff-bad file
2014-12-09 Christian Grothoffadd paillier benchmark
2014-12-09 Christian Grothoffadd paillier benchmark
2014-12-09 Christian Grothoff-fixing paillier bug, improving testcase
2014-12-07 Christian Grothoffensure that a bogus public key cannot send us into...
2014-12-07 Christian Grothoff-zero-terminate
2014-12-07 David BarksdaleFix gnunet-ecc vanity gen
2014-12-04 Christian Grothoff-fix ftbfs on W32
2014-11-30 Christian Grothoff-code cleanups
2014-11-30 Christian Grothoff-doxygen, style
2014-11-28 Christian Grothoff-fixing misc issues and bugs, including better terminat...
2014-11-27 Christian Grothoff-return const, do not mangle const input
2014-11-23 Christian Grothoff-fix indent
2014-11-23 Christian Grothoff-fix misc monitoring issues
2014-11-23 Christian Grothoff-indentation, doxygen
2014-11-15 Christian Grothoff-fix #3558
2014-11-02 Christian Grothoff-use const for the array
2014-11-02 Christian Grothoffadding TCP_STEALTH support to TCP plugin
2014-10-23 Christian Grothoffadd function to obtain number of subscribers to NC
2014-10-18 Christian GrothoffHello Christian,
2014-10-15 Bart Polot- fix faux compiler warnings
2014-10-10 Christian Grothoff-too sleepy
2014-10-10 Christian Grothoff-fix dbz
2014-10-09 Christian Grothoff-fix #3550
2014-10-05 Christian Grothoff-fix leak, uninit mask
2014-09-30 Christian Grothoff-doxygen, code cleanup
2014-09-22 David BarksdaleFurther fixes for issue #3544
2014-09-21 Christian Grothofffix #3544
2014-09-13 Christian Grothofffixing parallel build, getting rid of useless _DEPENDEN...
2014-09-13 Christian Grothofftrying to do something about #3540
2014-09-10 Christian Grothofffix assertion, ensure 0-termination
2014-09-05 Bart Polot- indentation, fix old(er) gcc compilation warnings...
2014-07-30 Gabor X Tothclient manager: documentation
2014-07-23 Sree Harsha TotakuraEnable tests to run concurrently.
2014-07-23 Gabor X Tothsocial: implement enter/leave/messaging; psyc: improvem...
2014-07-17 Matthias Wachsduplicate timeout logic: numeric_reverse frees memory...
2014-07-03 Bart PolotSince we started using ECC, peer identities ARE public...
2014-07-03 Bart PolotAdded a cleaned-up vanity key generator to gnunet-ecc
2014-07-02 Bart Polot- revert to standard Crockford base32
2014-06-30 Sree Harsha TotakuraPrint `I' instead of `L'.
2014-06-30 Sree Harsha TotakuraPrint O, L, U instead of 0, 1, V in Crockford encoding.
2014-06-26 Florian Doldset parent queue to NULL before discarding envelopes...
2014-06-17 Sree Harsha TotakuraUse Crockford Base32 encoding instead of RFC 4648.
next