aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* -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
|\
| * fix SIGSEGV in GNUNET_buffer_write_data_encodedFlorian Dold2020-07-30
| |
| * implement GNUNET_buffer_write_data_encodedFlorian Dold2020-07-30
| |
| * ensure psql fails hard if there is an error in the SQL (fixes #6437)Christian Grothoff2020-07-22
| |
* | util: add percent/url encodingMartin Schanzenbach2020-08-01
|/
* merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
|
* avoid boolean flag in GNUNET_OS_start_process() API (fixes #6188)Christian Grothoff2020-07-17
|
* fix signatureChristian Grothoff2020-07-17
|
* support context-wide client authenticationChristian Grothoff2020-07-16
|
* Add function to return GNUnet's default configurationAlessio Vanni2020-07-14
| | | | | | | | | It's for convenience when applications call `GNUNET_OS_init', after which it's impossible to obtain GNUnet's configuration without manually checking the filesystem. With this function it's possible to get the configuration regardless of the state of the application.
* -fix test for changed free logicMartin Schanzenbach2020-07-05
|