aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* -keep using breakChristian Grothoff2021-04-11
|
* -remove duplicated commentsChristian Grothoff2021-04-11
|
* Implement function to load plugins within a specific contextAlessio Vanni2021-04-05
| | | | | | | | | | | | | | | When `GNUNET_OS_init' is called to change the application project data, lazy-loading plugins will fail as it will not find the requested files. The function will temporarily swap the project data with the argument value and will search for plugins, within the installation directory tree inferred from that structure. Applications can still use `GNUNET_PLUGIN_load_all' to load their plugins from within their own installation directory tree, though services are recommended to use the `in_context' version to avoid falling in the same pit. Signed-off-by: Martin Schanzenbach <mschanzenbach@posteo.de>
* Changed perfomance setu fileElias Summermatter2021-03-31
|
* UTIL/SCALARPRODUCT: Do not build ECC dlog or scalarproduct with incompatible ↵Martin Schanzenbach2021-03-30
| | | | libgcrypt versions (>=1.9.0)
* -more coverity fixesMartin Schanzenbach2021-03-26
|
* -fixing memleaks and nptr derefsMartin Schanzenbach2021-03-26
|
* -implementation notice for our ECCMartin Schanzenbach2021-03-10
|
* IDENTITY: Fix wrong key construction for anonymous ECDSA identityMartin Schanzenbach2021-03-09
|
* add base32 encoder/decoderChristian Grothoff2021-03-02
|
* -flurry of bugfixes for tng serviceMartin Schanzenbach2021-02-23
|
* implement #6716Christian Grothoff2021-01-28
|
* fix config testChristian Grothoff2021-01-16
|
* convert to GMT, not localtime in GNUNET_TIME_year_to_timeChristian Grothoff2021-01-07
|
* properly document return value of GNUNET_PROGRAM_runChristian Grothoff2021-01-07
|
* just use catChristian Grothoff2021-01-06
|
* do not output synthetic pathsChristian Grothoff2021-01-02
|
* fix /proc/PID/maps parser format stringChristian Grothoff2021-01-02
|
* do not use atomic write for configuration file, we may not have permissions ↵Christian Grothoff2020-12-31
| | | | to do this, also should not be necessary
* fix sendto bugChristian Grothoff2020-12-20
|
* change GNUNET_DISK_fn_write() to always do atomic writes and to NOT ↵Christian Grothoff2020-12-19
| | | | overwrite existing files; also change the return value to not return the size of the written file but GNUNET_OK on success, and integrate creating the directory if needed; breaks API, hence bumping libgnunetutil version
* add GNUNET_CRYPTO_hash_context_copy() functionChristian Grothoff2020-12-09
|
* Merge branch 'master' of git+ssh://gnunet.org/gnunetChristian Grothoff2020-12-05
|\
| * -remove unused macro / add commentFlorian Dold2020-12-04
| |
| * gnunet-crypto-tvg: fix bogus labelFlorian Dold2020-12-04
| |
| * add test vector unit testFlorian Dold2020-12-04
| |
| * gnunet-crypto-tvg: add verification modeFlorian Dold2020-12-04
| |
| * gnunet-crypto-tvg: output JSON, fix memleaksFlorian Dold2020-12-04
| | | | | | | | | | This commit also bumps the version of libgnunetutil, due to the spell checking fix to xts in rsa (un)blinding.
* | -fix indentationChristian Grothoff2020-12-05
| |
* | fix typeChristian Grothoff2020-11-22
|/
* spell checkingChristian Grothoff2020-11-14
|
* -fix some warningsMartin Schanzenbach2020-10-26
|
* - fix '-c' in applications without base configAlessio Vanni2020-10-26
|
* -fix some warningsMartin Schanzenbach2020-10-16
|
* enable more format string warningsChristian Grothoff2020-10-13
|
* Allow applications to change ProjectData with only some fieldsAlessio Vanni2020-10-11
| | | | | | | | | | | Some simple applications (e.g. thin clients) might want to change the ProjectData structure (e.g. for gettext), but might not meet all the requirements needed to fill it out completely. A thin client might not provide any library, making the `libname' field useless. More importantly, not every application requires a configuration: some of them, especially clients, might simply use command line options to drive their behaviour.
* UTIL: Never localize fancy strings in to_string to prevent breaking ↵Martin Schanzenbach2020-10-02
| | | | from_string parser
* Merge branch 'master' of ssh://gnunet.org/gnunett3sserakt2020-09-08
|\
| * gnunet-qr/uri: Fix exit code handling; fix memory corruptionMartin Schanzenbach2020-09-02
| |
* | - fixed socket clean up; added sync between start of service and communicatort3sserakt2020-09-08
|/
* Merge branch 'master' of git+ssh://gnunet.org/gnunetChristian Grothoff2020-08-29
|\
| * change uri structs to match conventionsJonathan Buchanan2020-08-27
| |
| * use (and "GNUnet-ify") libyuarel as a basepoint for uri parsingJonathan Buchanan2020-08-26
| |
* | use proper return typeChristian Grothoff2020-08-29
|/
* fix ftbfsChristian Grothoff2020-08-17
|
* clean up GNUNET_CRYPTO_pow_hash APIChristian Grothoff2020-08-17
|
* fix: GNUNET_is_zero(ptr) should return enum GNUNET_GenericReturnValue. Fixes ↵Martin Schanzenbach2020-08-12
| | | | #6475.
* fix typeChristian Grothoff2020-08-03
|
* - fix multibyte urlencodeMartin Schanzenbach2020-08-02
|
* Merge branch 'master' of ssh://gnunet.org/gnunetMartin Schanzenbach2020-08-01
|\