aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_curl_lib.h
Commit message (Collapse)AuthorAge
* -improve logging if there is no HTTP responseChristian Grothoff2021-07-30
|
* -Fix several incorrect uses of `i.e.'Alessio Vanni2021-04-24
| | | | With some other changes to sentences here and there as I found appropriate.
* add function GNUNET_CURL_extend_headers()Christian Grothoff2020-08-23
|
* merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
|
* avoid boolean argument in GNUNET_CURL_job_add(), see #6188Christian Grothoff2020-07-16
|
* support context-wide client authenticationChristian Grothoff2020-07-16
|
* add function that logically belongs to libgnunetcurl instead of in multiple ↵Christian Grothoff2020-03-15
| | | | Taler binaries
* remove Taler-specific leftovers, we don't need them anymoreFlorian Dold2020-01-15
|
* add RAW mode for libgnunetcurlChristian Grothoff2019-11-24
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* do not include jsson hereChristian Grothoff2019-06-15
|
* curl: add GNUNET_CURL_job_add2Florian Dold2019-05-12
|
* Implement asynchronous scope identifiers.Florian Dold2019-05-10
| | | | | | | | | | | Without entering an asynchronous scope, logs are the same before. When entering an asynchronous scope (either thread-based of scheduler/task-based), all log lines within an asynchronous scope contain its ID. Currently this is only used in GNU Taler, for debugging requests across multiple services. This allows us to get all log lines pertaining to a particular request for a user or another service.
* Make gnurl and curl mutually exclusive.Florian Dold2019-04-30
| | | | | | | | | | This prevents issues when both curl and gnurl are available, but one of them is outdated. To get curl.h, we also now just include gnunet_curl_lib.h instead of writing the preprocessor conditionals manually. Fixes #5707
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* curl: reschedule uses GNUNET_CURL_perform2.Marcello Stanisci2018-10-17
|
* curl: abstracting response's parser & cleaner.Marcello Stanisci2018-10-17
|
* Expanding libgnunetcurl.Marcello Stanisci2018-06-13
| | | | | Adding a method to let the user append a custom request header.
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* second batch complete. WE ARE AFFERO AGPL NOW!psyc://loupsycedyglgamf.onion/~lynX2018-06-06
|
* fix #4478Christian Grothoff2016-05-02
|
* fix API design issueChristian Grothoff2016-05-02
|
* add implementation of scheduler integration of curl contextChristian Grothoff2016-05-02
|
* API update to fix #4479Christian Grothoff2016-05-02
|
* Output error if both gnurl and curl are missingFlorian Dold2016-04-19
|
* curl_lib: fix gnunet_util_lib.h include pathDaniel Golle2016-04-18
|
* curl_lib: fix building with gnurl/curl.hDaniel Golle2016-04-18
|
* -use const and free json where it was allocatedChristian Grothoff2016-04-17
|
* adding libgnunetcurlChristian Grothoff2016-04-17