summaryrefslogtreecommitdiff
path: root/src/import/curl-util.c
Commit message (Expand)AuthorAgeFilesLines
* import: use CURLOPT_PROTOCOLS_STR with libcurl >= 7.85.0Frantisek Sumsal2023-01-091-0/+4
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-8/+4
* time-util: assume CLOCK_BOOTTIME always existsLennart Poettering2022-03-281-1/+1
* import: turn off weird protocols in curlLennart Poettering2021-08-201-0/+3
* meson: simplify the BUILD_MODE conditionalZbigniew Jędrzejewski-Szmek2021-04-141-1/+1
* import: turn on HTTP logging in debug modeLennart Poettering2021-01-191-1/+2
* curl-util: fix callback prototypeEtienne Doms2020-11-231-1/+1
* curl-util: fix type CURL -> CURLMYu Watanabe2020-11-211-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: make use of new relative time events in sd-event.hLennart Poettering2020-07-281-3/+3
* Remove unneded {}sZbigniew Jędrzejewski-Szmek2020-04-131-2/+1
* import: let's disable UNIX signal generation from curlLennart Poettering2020-01-201-0/+3
* import: put a time-out on downloadsLennart Poettering2020-01-201-0/+6
* importd: Avoid need for fd translation tableDave Reisner2019-07-091-50/+5
* Use sd_event_source_disable_unref()Zbigniew Jędrzejewski-Szmek2019-05-101-2/+1
* codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+2
* curl-util: fix use after freeYu Watanabe2019-02-061-1/+1
* meson: generate version tag from gitZbigniew Jędrzejewski-Szmek2018-12-211-1/+2
* import: use structured initializersYu Watanabe2018-11-241-8/+15
* import: use _cleanup_ attribute for CURL objectYu Watanabe2018-11-241-22/+9
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-8/+6
* curl-util: fix error code check from curl_multi_socket_actionDave Reisner2018-10-271-1/+1
* importd, basic/string-util: use case-insensitive comparison for HTTP headersDongsu Park2018-09-031-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* Add macro for checking if some flags are setZbigniew Jędrzejewski-Szmek2018-06-041-1/+1
* tree-wide: make use of memory_startswith() at various placesLennart Poettering2018-05-301-9/+4
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* locale-util: add freelocale() cleanup helperLennart Poettering2018-01-161-2/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* Fix missing space in comments (#5439)AsciiWolf2017-02-241-1/+1
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-3/+1
* import: use (void) moreZbigniew Jędrzejewski-Szmek2016-04-081-2/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: make macros for converting fds to pointers and back generic and us...Lennart Poettering2015-11-171-10/+8
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-1/+1
* util: replace RUN_WITH_LOCALE with extended locale functionsCristian Rodríguez2015-01-181-16/+18
* import: fix mem-leak in CurlGlueDavid Herrmann2014-12-311-0/+1
* import: prefer usec_t over time_tLennart Poettering2014-12-251-2/+2
* import: add a new "pull-gpt" verb for downloading GPT disk images from the in...Lennart Poettering2014-12-241-0/+31
* import: add new minimal tool "systemd-import" for pulling down foreign contai...Lennart Poettering2014-12-191-0/+415