aboutsummaryrefslogtreecommitdiff
path: root/src/curl/curl.c
Commit message (Collapse)AuthorAge
* BUILD: Move curl to libMartin Schanzenbach2023-10-18
|
* do not log full body if response has wrog mime typeChristian Grothoff2023-09-22
|
* simplify error message (#7897)Christian Grothoff2023-09-22
|
* -minor style fixesChristian Grothoff2023-07-10
|
* log HTTP request status, URL and duration for every HTTP request we make at ↵Christian Grothoff2023-04-23
| | | | INFO-level
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* -remove excessive logging, even for debug-level, by defaultChristian Grothoff2022-11-01
|
* -split error cases for more precise loggingChristian Grothoff2022-09-14
|
* introducing GNUNET_TIME_TimestampChristian Grothoff2021-12-14
|
* -fix FTBFSChristian Grothoff2021-12-06
|
* -indentChristian Grothoff2021-11-15
|
* -fetch response code first before testing on itChristian Grothoff2021-07-30
|
* -improve logging if there is no HTTP responseChristian Grothoff2021-07-30
|
* -style fixesChristian Grothoff2021-06-24
|
* -Fix several incorrect uses of `i.e.'Alessio Vanni2021-04-24
| | | | With some other changes to sentences here and there as I found appropriate.
* -minor style fixesChristian Grothoff2021-02-08
|
* more typosChristian Grothoff2020-11-14
|
* 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
|
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* handle 204 status codeChristian Grothoff2020-04-24
|
* fix #6191Christian Grothoff2020-04-21
|
* add function that logically belongs to libgnunetcurl instead of in multiple ↵Christian Grothoff2020-03-15
| | | | Taler binaries
* include buffer in main util headerChristian Grothoff2020-01-17
|
* remove Taler-specific leftovers, we don't need them anymoreFlorian Dold2020-01-15
|
* add RAW mode for libgnunetcurlChristian Grothoff2019-11-24
|
* add missing reschedule callChristian Grothoff2019-11-16
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* reindentationChristian Grothoff2019-09-16
|
* uncrustify as demanded.ng02019-09-08
|
* fix ftbfs:Christian Grothoff2019-06-19
|
* minimize scopesChristian Grothoff2019-06-18
|
* fix memory leakChristian Grothoff2019-06-18
|
* CommentsMarcello Stanisci2019-05-13
|
* curl: add GNUNET_CURL_job_add2Florian Dold2019-05-12
|
* curl: fix memory leak in error handlingFlorian Dold2019-05-12
|
* curl: append the actual headersFlorian 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.
* reindentationChristian Grothoff2019-05-03
|
* benchmark: fix request size collection and add invariant checkFlorian Dold2019-05-03
|
* benchmark: add up request sizeFlorian Dold2019-05-02
|
* 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
* add bytes recv/sent to URL request benchmarkingFlorian Dold2019-02-28
|
* geq redefinition breaks texi2pdf, instead just avoid @geqChristian Grothoff2019-02-24
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* Remove obsolete comment.Marcello Stanisci2018-11-20
|
* curl: reschedule uses GNUNET_CURL_perform2.Marcello Stanisci2018-10-17
|