aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* client manager: documentationGabor X Toth2014-07-30
|
* Enable tests to run concurrently.Sree Harsha Totakura2014-07-23
|
* social: implement enter/leave/messaging; psyc: improvements and fixesGabor X Toth2014-07-23
| | | | | | | - social: implement enter/leave, send/receive messages, slicer - psyc, social: add struct GNUNET_PSYC_Message for single-fragment join messages - psyc: add message callback in addition to message part callback - client_manager, social, psyc, multicast: add disconnect callback
* duplicate timeout logic: numeric_reverse frees memory but does not unqueueMatthias Wachs2014-07-17
|
* Since we started using ECC, peer identities ARE public keys, not their ↵Bart Polot2014-07-03
| | | | hashes. This commit removes the miss-documented, redundant option and the duplicate code associated to its handling.
* Added a cleaned-up vanity key generator to gnunet-eccBart Polot2014-07-03
|
* - revert to standard Crockford base32Bart Polot2014-07-02
|
* 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
|