summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-fetcher-soup.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-361/+239
* lib/fetcher: Add some debugging messages to the libsoup request pathPhilip Withnall2023-04-261-0/+10
* Strip trailing whitespace on all C filesDan Nicholson2023-02-071-4/+4
* glib: bump glib requirement to 2.66 and port to GUriDaniel Kolesa2022-03-121-4/+9
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* fetcher/soup: Fix gcc `-fanalyzer` warningColin Walters2021-10-131-1/+1
* Remove OstreeTlsCertInteraction bits from introspectionColin Walters2021-10-061-1/+1
* Drop use of `volatile`Jonathan Lebon2020-11-021-2/+2
* libostree: Add support for ETag and Last-Modified headersPhilip Withnall2020-10-221-3/+78
* lib: Check for http_proxy being the empty stringMatthew Leeds2019-04-021-2/+2
* lib/fetcher: Factor out HTTP status code handling from soup and curlPhilip Withnall2018-05-301-9/+4
* lib/fetcher-soup: Map more SoupStatus codes to known GIOErrorsPhilip Withnall2018-05-301-3/+20
* lib/fetcher: Allow clients to append to User-AgentJonathan Lebon2018-03-161-0/+28
* fetcher: Drop max queue size assertion in libsoup/libcurl backendsColin Walters2018-02-141-6/+8
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
* lib/fetcher: Add version to USER_AGENT stringColin Walters2018-01-111-1/+1
* lib/pull: Change fetcher to return O_TMPFILEColin Walters2017-10-051-19/+11
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* lib/pull: Drop partial fetch code from libsoup backendColin Walters2017-09-151-132/+52
* tree-wide: Use g_autoptr(Ostree*)Colin Walters2017-08-031-1/+1
* Update libglnx, port various bits to new APIColin Walters2017-07-181-1/+3
* lib/pull: Avoid journaling 404s for optional contentColin Walters2017-07-131-2/+5
* codebase: start using GLNX_HASH_TABLE_FOREACH macrosJonathan Lebon2017-06-281-10/+4
* fetcher: Send Accept-Encoding: gzip when downloading summaryAlexander Larsson2017-05-241-0/+5
* soup: Hold a ref to the pending URI during completion processingColin Walters2017-04-051-6/+7
* fetcher: Log failures into journalColin Walters2017-02-241-1/+13
* libcurl backendColin Walters2017-02-091-0/+1334