added multiple iteration support for averaging
[oweals/gnunet.git] / src / util /
2014-01-27 Supriti Singh-Modified struct PeerTrailSetupMessage.
2014-01-26 Christian Fuchs- wrote a proper test for crypto-paillier
2014-01-26 Christian Fuchs- more work on crypto-paillier
2014-01-24 Sree Harsha Totakurafix #3275 with solution from https://gnunet.org/bugs...
2014-01-21 Christian Fuchs- added logics for homomorphic operation in paillier
2014-01-21 Christian Fuchs- scalarproduct element container was 1 byte too large
2014-01-21 Christian Fuchs- header sync
2014-01-21 Christian Fuchs- first extension of paillier with foolproof homomorphi...
2014-01-20 Florian Dold- paillier implementation and test
2014-01-20 Florian Dold- add missing crypto_paillier.c
2014-01-20 Florian Dold- paillier implementation
2014-01-20 Florian Dold- type error
2014-01-20 Florian Dold- remove adjust
2014-01-20 Florian Dold- make mpi scan/print public
2014-01-17 LRNMore W32 resolver workarounds
2014-01-10 Bart Polot- add user feedback
2014-01-10 Bart PolotAdd NSE proof of work standalone tool and benchmark
2014-01-09 Christian Grothoffadding benchmark logic for HKDF
2014-01-09 Christian Grothoff-revert 'optimization' that broke test_crypto_hkdf
2014-01-08 LRNFix W32 process spawning to use CREATE_NO_WINDOW only...
2014-01-08 LRNRemove the W32 timezone hack to match r31771
2014-01-08 LRNAdd console hackery for gnunet-conversation on W32
2014-01-08 LRNRemove CREATE_NO_WINDOW flag, allow children to get...
2014-01-08 Bart Polot-revert r31823, it broke gnunet-ecc CLI tool
2014-01-07 Christian Grothoff-eliminate repeated calls to gcry_md_open, use reset...
2014-01-07 Christian Grothoffbad comment, option actually not required anymore as...
2013-12-29 Sree Harsha Totakura- fix for incorporating day light savings time
2013-12-24 Christian Grothoff-fix assertion, FD 0 is fine
2013-12-24 Christian Grothoff-remove trailing whitespace
2013-12-24 Christian Grothoff-fixing misc format strings
2013-12-24 Christian Grothoff-let's not introduce stdbool shortly before the release
2013-12-24 Christian GrothoffHere's another patch for GNUNet's scheduler. It's a...
2013-12-24 Christian Grothoff-switch to case-insensitive LOC URIs and use compatible...
2013-12-23 Christian Grothoff-fix tiny leak, doxygen
2013-12-23 Christian Grothoff-fix build system issues
2013-12-23 Christian Grothoff-doxygen
2013-12-23 LRNDon't hardcode stat sizes
2013-12-22 LRNUse newer plibc, adjust the code as needed
2013-12-22 LRNMake GNUNET_STRINGS_absolute_time_to_string() return...
2013-12-20 Christian Grothoff-support weeks as well
2013-12-20 Christian Grothoff-indentation, cleanup
2013-12-20 Christian Grothoff-typo
2013-12-20 Christian Grothoff-set receiver handler to NULL on timeout
2013-12-20 Matthias Wachssuccess message
2013-12-19 LRNDon't free opt cfg if it's NULL
2013-12-19 LRNmalloc -> new
2013-12-19 LRNUse more-or-equal (some machines are fast enough)
2013-12-18 Matthias Wachsfixing name to install
2013-12-18 Christian Grothoff-pi can be slower than this (see build 1241)
2013-12-16 Christian Fuchs- finished work on multipart sending in intersection
2013-12-15 LRNClean up dns resolver code a bit
2013-12-14 Christian Grothoff-fixing leaks on error paths
2013-12-13 Christian Grothoff-move tcp session check into extra checks condition
2013-12-13 Christian Grothoff-clean up network select code, avoid insane #ifdefing...
2013-12-13 Christian Grothoff-fix off-by-one so we can also select on FD 0 (stdin)
2013-12-13 Christian Grothoff-fix #3211
2013-12-12 Christian Grothoff-fix
2013-12-12 Christian Grothoff-fix leaks
2013-12-12 Matthias Wachsdo not start with malformed configuration
2013-12-12 Matthias Wachsfail to start service if we have a malformed configuration
2013-12-12 Christian Grothoff-trying to fix #3202
2013-12-12 Christian Grothoff-undo, breaks multiuser more...
2013-12-12 Christian Grothoff-fixing #3202
2013-12-11 Christian Grothoff-remove useless/broken configure options, and gnunet_di...
2013-12-11 Christian Grothoff-remove find() forking, we pretty much should not need...
2013-12-11 Christian Grothoff-close /dev/random on shutdown
2013-12-11 Christian Grothoff-style and doxygen fixes
2013-12-10 Matthias Wachsfix error message when testing service and directory...
2013-12-10 Florian Dold- key generation for secretsharing
2013-12-09 Florian Dold- fix use after free in set union (#3178)
2013-12-09 Sree Harsha Totakura- doxygen
2013-12-09 Sree Harsha Totakura-doxygen
2013-12-08 Christian Grothoff-remove duplicated return
2013-12-08 Christian Grothoff-cleanup
2013-12-08 Christian Grothoff-cleanup
2013-12-08 Christian Grothoff-test for tm_gmtoff and use it instead of 'timezone...
2013-12-08 Christian Grothoff-freebsd wants malloc_np for malloc_usable_size
2013-12-07 Christian Grothoff-doxygen and style fixes
2013-12-07 Christian Grothoff-doxygenfixes
2013-12-06 Christian Grothoff-move base64 encoder/decoder to util
2013-12-06 Matthias Wachsworking again
2013-12-06 Matthias Wachsnot working
2013-12-06 Matthias Wachscalling gnunet-uri
2013-12-06 Matthias Wachsgnunet-uri return handler exit code
2013-12-06 Sree Harsha Totakuraconfigure option --disable-autostart to disable auto...
2013-12-06 Matthias Wachssilence: other way around
2013-12-06 Matthias Wachsadded config + silent mode
2013-12-06 Matthias Wachsdetect python interpreter
2013-12-06 Matthias Wachsbasic qr code reading
2013-12-06 Christian Grothoff-dox
2013-12-05 Christian Grothoff-dead assignment, reported by clang
2013-12-05 Bart Polot- add peer cmp
2013-12-04 Christian Grothoff-reduce stat calls by caching result of GNUNET_OS_insta...
2013-12-04 Christian Grothoff-fix paths
2013-12-03 Sree Harsha Totakura- allow $-expressions anywhere in the given string
2013-11-29 Sree Harsha Totakura- move do_start_process to util/
2013-11-28 Christian Grothoff-adding missing close
2013-11-28 Sree Harsha Totakura- fix
2013-11-28 Sree Harsha Totakura- raise a signal after receiving it from the control...
2013-11-25 Sree Harsha Totakura- fix
next