aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* stop crashing if sshd is not running on loopbackChristian Grothoff2015-09-29
|
* report skipped tests, doxygen fixesChristian Grothoff2015-09-29
|
* fix undefined behavior in GNUNET_array_growFlorian Dold2015-09-28
|
* add ecc dlog benchmarkChristian Grothoff2015-09-28
|
* multicast/psyc/social: message acks & schedulingGabor X Toth2015-09-27
|
* psyc fixesGabor X Toth2015-09-26
|
* multicast: replayGabor X Toth2015-09-26
|
* -also bench hash on small inputsChristian Grothoff2015-09-14
|
* multicast, psyc, psycstore, client_manager fixesGabor X Toth2015-09-05
|
* -fix ftbfsChristian Grothoff2015-09-05
|
* add GNUNET_CRYPTO_ecc_pmul_mpiChristian Grothoff2015-09-05
|
* adding bin_to_point and point_to_bin functions for GNUNET_CRYPTO_ecc APIChristian Grothoff2015-09-05
|
* -add benchmark for RSA cryptoChristian Grothoff2015-09-03
|
* The empty path is invalidDavid Barksdale2015-08-17
| | | | | | | | If GNUNET_DISK_directory_create_for_file() is called with a path like "/foo" then we will pass the empty path to GNUNET_DISK_directory_create() and access(). The latter will always return ENOENT.
* -indentChristian Grothoff2015-08-06
|
* -more correct logicChristian Grothoff2015-08-06
|
* -fix leakChristian Grothoff2015-08-06
|
* Make SOCKS test conditional on an SSH binary Jeff Burdges2015-08-05
|
* Fix the SOCKS proxy test and activate it. Jeff Burdges2015-08-03
|
* Add socks lines to the makefile, but do not yet activateJeff Burdges2015-08-03
|
* Woot! It might actually work now, although I should tweak the testJeff Burdges2015-08-03
| | | | | | a bit to make sure.
* -improve indentation, reduce duplication of PIDs in core's neighbour mapChristian Grothoff2015-08-03
|
* -agreedChristian Grothoff2015-08-03
|
* eliminate dead GNUNET_SCHEDULER_add_continuation, rename ↵Christian Grothoff2015-08-03
| | | | GNUNET_SCHEDULER_add_continuation_with_priority to GNUNET_SCHEDULER_add_with_reason_and_priority for consistency
* Add test code, but it's still segfaulting.Jeff Burdges2015-08-03
|
* Fixed one serious bug, working on another. Still very broken.Jeff Burdges2015-08-02
|
* This appears to be dead code. I'm not really sure however! Jeff Burdges2015-08-02
| | | | | | | Can someone please tell me if this would break any testing situation and/or revert it?
* Build socks.c and call it from client.cJeff Burdges2015-07-31
| | | | | | It still won't work yet, now debugging.
* Initial SOCKS5 proxy code. This will not yet work properly.Jeff Burdges2015-07-31
|
* New to notify that we're done with the handshakeJeff Burdges2015-07-31
|
* Add support for building connection proxies.Jeff Burdges2015-07-28
| | | | | | | It should not have any effect on existing code, and pass any tests that would pass normally, but if it does break anyhting then contact me ASAP.
* Remove this GNUNET_htonl_signed nonsenseDavid Barksdale2015-07-19
|
* automatically clean up left-over Unix domain socket files when trying to ↵Christian Grothoff2015-07-13
| | | | bind (fixes #3723)
* DEFAULTSERVICES is dead, remove remainsChristian Grothoff2015-07-08
|
* -fix non-deterministic peerstore sync failureChristian Grothoff2015-07-06
|
* -adding ecc dlog supportChristian Grothoff2015-07-02
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* patch from Nicolas Fournier to add some _dup and _cmp functions for RSA ↵Christian Grothoff2015-06-30
| | | | signatures and private keys
* -fix #3870Christian Grothoff2015-06-29
|
* -allow 'years' in time units, indentation and doxygen fixesChristian Grothoff2015-06-18
|
* check for __GLIBC__ before malloptingChristian Grothoff2015-06-16
|
* -return IP in dotted decimal if reverse lookup failsChristian Grothoff2015-06-07
|
* make libextractor actually optional, both for GNUnet and GNUnet-taler buildsChristian Grothoff2015-05-30
|
* fixing #3799: only unindex if DB operations succeeded previously in the ↵Christian Grothoff2015-05-29
| | | | first place, and when unindexing do proper shutdown handling
* Introduce function to duplicate RSA public keysSree Harsha Totakura2015-05-28
|
* -fix ftbfsChristian Grothoff2015-05-28
|
* adding --enable-taler-wallet configure option to build a reduced version of ↵Christian Grothoff2015-05-28
| | | | libgnunetutil with only the parts needed by GNU Taler wallets
* validate the parsed RSA private keySree Harsha Totakura2015-05-27
|
* -doxygen, indentChristian Grothoff2015-05-26
|
* -use flag to disable key generation test for libgcrypt > 1.7Christian Grothoff2015-05-22
|