aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* Print `I' instead of `L'.Sree Harsha Totakura2014-06-30
|
* Print O, L, U instead of 0, 1, V in Crockford encoding.Sree Harsha Totakura2014-06-30
| | | | | This allows use to generate customized meaningfull addresses.
* set parent queue to NULL before discarding envelopes when destroying a ↵Florian Dold2014-06-26
| | | | message queue
* Use Crockford Base32 encoding instead of RFC 4648.Sree Harsha Totakura2014-06-17
|
* Fix libgcrypt linker flags.Sree Harsha Totakura2014-06-17
|
* -doxygen, indentationChristian Grothoff2014-06-16
|
* -make retry nicerChristian Grothoff2014-06-11
|
* -indentation, doxygenChristian Grothoff2014-06-11
|
* -fix timeout handling for resolverChristian Grothoff2014-06-09
|
* -making test nicer (indentation)Christian Grothoff2014-06-09
|
* -fixing doxygen, indentationChristian Grothoff2014-06-09
|
* -fix leakChristian Grothoff2014-06-07
|
* fix bug in mq destroyFlorian Dold2014-06-04
|
* -better logging, doxygen, indentationChristian Grothoff2014-06-04
|
* -indentation fixesChristian Grothoff2014-06-03
|
* -indentation and doxygen fixesChristian Grothoff2014-06-03
|
* client manager: higher level client API with a transmission queue and ↵Gabor X Toth2014-05-29
| | | | message handler registration
* add missing cancel implementation for MQFlorian Dold2014-05-17
|
* adding function to read float from cfgMatthias Wachs2014-05-14
|
* -big cleanup of test_server code, also fixing #3394Christian Grothoff2014-05-11
|
* 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