aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* add GNUNET_CONTAINER_heap_peek2()Gabor X Toth2014-05-06
|
* -rename to conform with naming conventionsChristian Grothoff2014-04-23
|
* fix another memory leak in paillierFlorian Dold2014-04-14
|
* superfluous allocationFlorian Dold2014-04-14
|
* version bumping for 0.10.1Christian Grothoff2014-04-08
|
* -process in logical orderChristian Grothoff2014-04-07
|
* 1.Removed GNUNET_CRYPTO_compute_finger_identitySupriti Singh2014-04-07
| | | | | | | 2.Removed myself as the first element of the trail. 3.Multiple entries in the routing table. 4.Put/Get/Monitor from old DHT added back in clients file.
* - use new hash nameBart Polot2014-04-07
|
* -doxygen improvementsChristian Grothoff2014-04-07
|
* -XDG environment variables cause more trouble than they are worthChristian Grothoff2014-04-01
|
* renaming generator type for atsMatthias Wachs2014-03-20
| | | | | | addign comment for bandwidth
* - Add speedup.hSree Harsha Totakura2014-03-10
|
* - Expose speedup routines as an internal header.Sree Harsha Totakura2014-03-10
|
* Rename uLong to GNUNET_uLong from crypto_crc so that it doesn't collide with ↵Florian Dold2014-03-10
| | | | the different uLong from zconf of zlib
* -fix ftbfs with older libgcryptChristian Grothoff2014-03-05
|
* -doxygenChristian Grothoff2014-03-04
|
* -check for NULL fdChristian Grothoff2014-02-23
|
* Allow redirection of STDERR when starting processes.Sree Harsha Totakura2014-02-20
|
* avoid problems with different users having different values for ↵Christian Grothoff2014-02-18
| | | | XDG_RUNTIME_DIR by not using that variable for system-wide paths of UNIX domain sockets
* Adding function GNUNET_CRYPTO_compute_finger_identitySupriti Singh2014-02-18
|
* - Do not try to delete empty string directories.Sree Harsha Totakura2014-02-14
|
* - Add suppressions file for util.Sree Harsha Totakura2014-02-12
|
* fixing crash: excess task has to be stopped when neighbour is freedMatthias Wachs2014-02-10
|
* - Allocate buffer large enough to contain UNIX_PATH_MAX size pathnames in ↵Sree Harsha Totakura2014-02-10
| | | | case of UNIX sockets.
* Create UNIX domain sockets as abstract sockets when running in LINUX and theSree Harsha Totakura2014-02-09
| | | | | option USE_ABSTRACT_SOCKETS is present in configuration.
* add api to bandwidth tracker to notify clients about excess bandwidth availableChristian Grothoff2014-02-09
|
* Computing finger identity using libgcrypt functions.Supriti Singh2014-02-07
|
* - added caller-hom-ops soft-cap logicsChristian Fuchs2014-02-04
|
* - extended paillier-api to also include caller-suggested maximum supported homsChristian Fuchs2014-02-04
|
* - encrypt even if no homomorphic operations are possibleFlorian Dold2014-02-03
| | | | | - parse ciphertext container correctly
* - added more information on when paillier-encrypt soft-fails (too long ↵Christian Fuchs2014-02-03
| | | | number, no homomorphic ops possible)
* - test paillier with random plaintextFlorian Dold2014-02-03
|
* Add required HOSTNAME to test configLRN2014-02-02
|
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* Bertrand Marc wrote:Christian Grothoff2014-02-02
| | | | | | | About issue #3284, there was still a little glitch in the LIBDIR case. On my box, plugins are in /usr/lib/x86_64-linux-gnu/gnunet/. You'll find attached a patch (against svn head) to fix it.
* Allow gnunet-ecc to list all public keys in a fileBart Polot2014-01-30
|
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* -doxygenChristian Grothoff2014-01-30
|
* extending bandwidth tracker api to support notificationsMatthias Wachs2014-01-30
|
* -fix linker error for pallier testChristian Grothoff2014-01-30
|
* - formattingChristian Fuchs2014-01-29
| | | | - forgot to reduce the possible homomorphic opts by one, as a badly chosen n might sometimes corrupt the final operation using a simple check. As the overall calculation of possible hom. opts is pessimist anyway and might become rather inaccurate if many operations are performed, reducing the prediction by one is acceptable.
* - re-added testcase for crypto-paillierChristian Fuchs2014-01-29
| | | | | - fixed remaining pailier-test bug - now: achieve world domination or off to new shores
* - omitted test for crypto_paillier for now... Christian Fuchs2014-01-29
|
* fix #3283Christian Grothoff2014-01-27
|
* -Modified struct PeerTrailSetupMessage.Supriti Singh2014-01-27
| | | | | | | | -Modified struct PeerTrailSetupResultMessage. -Added stubs for find_predecessor. -Added comments to understand the flow.
* - wrote a proper test for crypto-paillierChristian Fuchs2014-01-26
|
* - more work on crypto-paillierChristian Fuchs2014-01-26
|
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* - added logics for homomorphic operation in paillierChristian Fuchs2014-01-21
| | | | - adjusted headers
* - scalarproduct element container was 1 byte too largeChristian Fuchs2014-01-21
| | | | | - added logics to compute the maximum supported number of paillier hom.ops for a ciphertext - updated comments