aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* add prototypes for handlers for incoming messagesChristian Grothoff2019-01-25
|
* fix use of strptimeChristian Grothoff2019-01-21
|
* Merge branch 'license/spdx'ng02019-01-16
|\
| * More spdx identifiers. For openrc service file, adjust the headerng02019-01-16
| | | | | | | | to reflect changes in Gentoo (->Foundation=>Authors).
| * src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
| |
* | dedupChristian Grothoff2019-01-15
|/
* fix #5505Christian Grothoff2018-12-30
|
* make sure mono time uses atomicsChristian Grothoff2018-12-13
|
* add function to obtain monotonic timeChristian Grothoff2018-12-13
|
* make sure peer launches if default config not found and -c not givenChristian Grothoff2018-12-11
|
* fail hard if configuration file specified via -c does not exist (in all ↵Christian Grothoff2018-12-11
| | | | services and programs)
* fix macro testChristian Grothoff2018-11-29
|
* finish (?) libgnunetatstransport for nowChristian Grothoff2018-11-29
|
* draft ATS API for TNGChristian Grothoff2018-11-29
|
* move network type logic out of ATS code, move performance preferences into MQChristian Grothoff2018-11-22
|
* Merge branch 'master' of gnunet.org:gnunetNils Gillmann2018-11-13
|\
| * fix resolver bugs and warningsChristian Grothoff2018-11-12
| |
| * new convenience function to do operations on a configuration object to avoid ↵Christian Grothoff2018-11-10
| | | | | | | | repetitive configuration_create, _load and _destroy logic
* | Partial application of diff send in beberking, Issue #5476Nils Gillmann2018-11-13
|/ | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* fix #5454Christian Grothoff2018-11-04
|
* fix #5467Christian Grothoff2018-11-02
|
* fix #5465Christian Grothoff2018-11-01
|
* Fix base64 encoder.Marcello Stanisci2018-10-25
| | | | | Eliminating the appending of a '=' symbol in the last position of the output string.
* cleaning up configure, in particular the idn.h checksChristian Grothoff2018-10-25
|
* fix -lidn(2) linkage by adding missing AM_CONDITIONAL and missing endif ↵Christian Grothoff2018-10-25
| | | | statements
* libidn + libidn2 support, as proposed by WJ Liu / multiSnow in a github gist.Nils Gillmann2018-10-25
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* fix include orderChristian Grothoff2018-10-20
|
* add support for /etc/hostsChristian Grothoff2018-10-18
|
* use unique 32-bit IDs for DNS requests to avoid random confusions, handle ↵Christian Grothoff2018-10-18
| | | | additional and authoritative records as well
* configurable threshold for randomized backoffFlorian Dold2018-09-26
|
* randomized exponential backoffFlorian Dold2018-09-26
|
* benchmark: track max time for URLsFlorian Dold2018-09-26
|
* i18n, fix typo, better loggingChristian Grothoff2018-09-15
|
* warn better if config option is invalid, allow second and seconds as time unitsChristian Grothoff2018-09-15
|
* benchmark: count rsa_blind properlyFlorian Dold2018-08-19
|
* fix benchmark for threadsFlorian Dold2018-08-19
|
* benchmark collection awk scriptsFlorian Dold2018-08-18
|
* improved benchmarkingFlorian Dold2018-08-18
|
* typoFlorian Dold2018-08-18
|
* benchmarking: assertFlorian Dold2018-08-18
|
* benchmarking: minor fixFlorian Dold2018-08-18
|
* URL benchmarkingFlorian Dold2018-08-18
|
* missing filesFlorian Dold2018-08-18
|
* basic benchmarkingFlorian Dold2018-08-18
|
* tolerate failure to start gnunet-service-resolver, make resolver not crash ↵Christian Grothoff2018-08-15
| | | | if /etc/resolv.conf does not exist
* handle case that DNS servers do not return A/AAAA records if we ask for ALLChristian Grothoff2018-08-14
|
* fix CNAME handling, caching, out-of-bounds accesses, etc. in ↵Christian Grothoff2018-08-14
| | | | gnunet-service-resolver
* introduce allocation wrappers to improve libgcrypt performanceChristian Grothoff2018-08-11
|
* GNUNET_SCHEDULER_do_work: always check if shutdown is necessary and update ↵lurchi2018-07-29
| | | | | | wakeup time
* Remove restrictive and unnecessary assertlurchi2018-07-24
| | | | Using the SCHEDULER_add* functions is now allowed before the first call to GNUNET_SCHEDULER_do_work.