expand GNUNET_OS_ProjectData API to also enable de-duplcation of logic for --help
[oweals/gnunet.git] / src / util /
2016-04-07 Christian Grothoffexpand GNUNET_OS_ProjectData API to also enable de...
2016-04-04 Christian Grothoff-fix leak
2016-04-04 Christian Grothoffadd logic to parse JSON uploads
2016-03-31 Christian Grothoffextend GNUNET_OS-API to allow re-use of os_installation...
2016-03-21 Jeff BurdgesFix cut & paste error
2016-03-21 Jeff BurdgesCopyright years
2016-03-21 Jeff BurdgesAuthors, (C), and C++ comments
2016-03-21 Jeff BurdgesClarify a few paramaters and names
2016-03-21 Jeff BurdgesAvoid exporting mpi_print helper function
2016-03-21 Jeff BurdgesRelease outside of helper function
2016-03-21 Christian Grothofffixing symbol naming and coding convention issues
2016-03-20 Jeff BurdgesImplement a Full Domain Hash (FDH) for RSA signatures...
2016-03-17 Christian Grothoffadding library for basic JSON conversions
2016-02-28 Florian DoldAdd support for $GNUNET_BASE_CONFIG
2016-01-21 Sree Harsha Totakura-deduplicate string constant
2016-01-19 Christian Grothoff-fix (C) notices
2016-01-17 Christian Grothoffadd crc8
2016-01-04 Martin Schanzenbach- Add ecdsa ecdh functions
2015-11-23 Christian Grothoffpreparations for fixing #4065
2015-11-02 Christian Grothoff-fix compiler warning
2015-10-27 Jeff BurdgesUse SSH more safely from configure
2015-10-26 Christian Grothoff-indent
2015-10-18 Christian Grothoff-indent
2015-10-08 Christian Grothoff-make time API more intutitive
2015-10-08 Christian Grothoffexport compression/decompression functions
2015-10-07 Christian Grothoffenable clean up of NAT STUN state, prevents test_plugin...
2015-10-03 Christian Grothoff-bump year
2015-10-03 Christian Grothofffind network interfaces also using 'ip' command (#3911)
2015-09-29 Christian Grothoffstop crashing if sshd is not running on loopback
2015-09-29 Christian Grothoffreport skipped tests, doxygen fixes
2015-09-28 Florian Doldfix undefined behavior in GNUNET_array_grow
2015-09-28 Christian Grothoffadd ecc dlog benchmark
2015-09-27 Gabor X Tothmulticast/psyc/social: message acks & scheduling
2015-09-26 Gabor X Tothpsyc fixes
2015-09-26 Gabor X Tothmulticast: replay
2015-09-14 Christian Grothoff-also bench hash on small inputs
2015-09-05 Gabor X Tothmulticast, psyc, psycstore, client_manager fixes
2015-09-05 Christian Grothoff-fix ftbfs
2015-09-05 Christian Grothoffadd GNUNET_CRYPTO_ecc_pmul_mpi
2015-09-05 Christian Grothoffadding bin_to_point and point_to_bin functions for...
2015-09-03 Christian Grothoff-add benchmark for RSA crypto
2015-08-17 David BarksdaleThe empty path is invalid
2015-08-06 Christian Grothoff-indent
2015-08-06 Christian Grothoff-more correct logic
2015-08-06 Christian Grothoff-fix leak
2015-08-05 Jeff BurdgesMake SOCKS test conditional on an SSH binary
2015-08-03 Jeff BurdgesFix the SOCKS proxy test and activate it.
2015-08-03 Jeff BurdgesAdd socks lines to the makefile, but do not yet activate
2015-08-03 Jeff BurdgesWoot! It might actually work now, although I should...
2015-08-03 Christian Grothoff-improve indentation, reduce duplication of PIDs in...
2015-08-03 Christian Grothoff-agreed
2015-08-03 Christian Grothoffeliminate dead GNUNET_SCHEDULER_add_continuation, renam...
2015-08-03 Jeff BurdgesAdd test code, but it's still segfaulting.
2015-08-02 Jeff BurdgesFixed one serious bug, working on another. Still very...
2015-08-02 Jeff BurdgesThis appears to be dead code. I'm not really sure...
2015-07-31 Jeff BurdgesBuild socks.c and call it from client.c
2015-07-31 Jeff BurdgesInitial SOCKS5 proxy code. This will not yet work...
2015-07-31 Jeff BurdgesNew to notify that we're done with the handshake
2015-07-28 Jeff BurdgesAdd support for building connection proxies.
2015-07-19 David BarksdaleRemove this GNUNET_htonl_signed nonsense
2015-07-13 Christian Grothoffautomatically clean up left-over Unix domain socket...
2015-07-08 Christian GrothoffDEFAULTSERVICES is dead, remove remains
2015-07-06 Christian Grothoff-fix non-deterministic peerstore sync failure
2015-07-02 Christian Grothoff-adding ecc dlog support
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-06-30 Christian Grothoffpatch from Nicolas Fournier to add some _dup and _cmp...
2015-06-29 Christian Grothoff-fix #3870
2015-06-18 Christian Grothoff-allow 'years' in time units, indentation and doxygen...
2015-06-16 Christian Grothoffcheck for __GLIBC__ before mallopting
2015-06-07 Christian Grothoff-return IP in dotted decimal if reverse lookup fails
2015-05-30 Christian Grothoffmake libextractor actually optional, both for GNUnet...
2015-05-29 Christian Grothofffixing #3799: only unindex if DB operations succeeded...
2015-05-28 Sree Harsha TotakuraIntroduce function to duplicate RSA public keys
2015-05-28 Christian Grothoff-fix ftbfs
2015-05-28 Christian Grothoffadding --enable-taler-wallet configure option to build...
2015-05-27 Sree Harsha Totakuravalidate the parsed RSA private key
2015-05-26 Christian Grothoff-doxygen, indent
2015-05-22 Christian Grothoff-use flag to disable key generation test for libgcrypt...
2015-05-21 Christian Grothoff-increase timeouts, some system really need longer
2015-05-21 Christian Grothofffix assertion failure when two requests were concurrent...
2015-05-19 Christian Grothoff-use faster Eddsa key gen
2015-05-18 Christian Grothoff-check return values
2015-05-15 Christian Grothoffecdh-eddsa implementation now works
2015-05-15 Christian Grothoff-adding cmp functions for RSA public keys and sigs
2015-05-13 Christian Grothofftowards using EdDSA-ECDHE instead of ECDSA-ECDHE combin...
2015-05-07 Gabor X Tothclient_manager: add API for async operations
2015-05-07 Gabor X Tothadd GNUNET_(hton|ntoh).*_signed() functions
2015-05-07 Gabor X Tothdoc fix
2015-05-01 Christian Grothoff-fix sizeof() arg
2015-04-30 Christian Grothoffadding GNUNET_CONTAINER_multipeermap_get_random
2015-04-28 Christian Grothoffextending datacache API with function to return random...
2015-04-24 Christian Grothoffmove ARM/config logic to util/ where it doesn't need...
2015-04-23 LRNFix a typo in perf_crypto_asymmetric
2015-04-17 Christian Grothoff-doxygen, indentation
2015-04-13 Christian Grothoff-doxygen, build system fixes, minor API extension
2015-04-09 LRNDon't shadow the system() function
2015-04-09 LRNAdd missing const to the argument of the readiness...
2015-04-09 LRNWait on actual HANDLE, not the structure that contains it
2015-03-30 Christian Grothoffadd multihashmap_clear to API
2015-03-24 Christian Grothoff-updated french translations
next