aboutsummaryrefslogtreecommitdiff
path: root/src/curl/curl.c
Commit message (Expand)AuthorAge
* 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 I...Christian Grothoff2023-04-23
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
* BUILD: Attempt to disentable platform.h, gnunet_common.h and gnunet_private_c...Martin Schanzenbach2022-12-04
* -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
* -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 T...Christian Grothoff2020-03-15
* 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
* 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
* 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
* curl: abstracting response's parser & cleaner.Marcello Stanisci2018-10-17
* benchmark: track max time for URLsFlorian Dold2018-09-26