index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
filetransfer.cc
Age
Commit message (
Expand
)
Author
2024-10-23
libstore: restrict curl protocols
eldritch horrors
2024-10-08
Avoid calling memcpy when len == 0 in filetransfer.cc
Lulu
2024-10-01
Split ignoreException to avoid suppressing CTRL-C
Robert Hensing
2024-09-18
util: fix brotli decompression of empty input
Jade Lovelace
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-08-08
tree-wide: fix a pile of lints
Jade Lovelace
2024-08-06
oops: fix warning about catching polymorphic exception
Jade Lovelace
2024-08-04
tree-wide: fix various lint warnings
Jade Lovelace
2024-06-19
filetransfer: return a Source from download()
eldritch horrors
2024-06-18
filetransfer: {up,down}load -> transfer
eldritch horrors
2024-06-05
libstore/filetransfer: fix no-s3 build
Linus Heckemann
2024-05-30
libstore/filetransfer: remove debug print
K900
2024-05-30
Merge changes from topic "libutil-split" into main
jade
2024-05-29
libstore: fix http abuses no longer working
eldritch horrors
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out namespaces.{hh,cc}
Tom Hubrecht
2024-05-11
filetransfer: fix decompression regression from 121edecf
Pierre Bourdon
2024-05-10
libutil: remove callback.hh
eldritch horrors
2024-05-10
libstore: de-callback-ify FileTransfer
eldritch horrors
2024-05-06
filetransfer: correctly abort empty transfers
eldritch horrors
2024-05-06
filetransfer: extract decompressor creation
eldritch horrors
2024-05-05
filetransfer: abort transfer on receiver exception
eldritch horrors
2024-04-26
filetransfer: don't decompress in curl wrapper itself
eldritch horrors
2024-04-26
filetransfer: remove dataCallback from interface
eldritch horrors
2024-04-26
filetransfer: make two-arg download abstract
eldritch horrors
2024-04-25
filetransfer: drop errorSink
eldritch horrors
2024-04-25
filetransfer: restore http status line reporting
eldritch horrors
2024-04-23
libstore: use curl functions for reading headers
eldritch horrors
2024-04-23
libstore: remove github etag workaround
eldritch horrors
2024-04-22
libstore: use curl_multi_{poll,wakeup}
eldritch horrors
2024-04-22
libstore: remove ancient libcurl feature checks
eldritch horrors
2024-03-29
Fix various clang-tidy lints
Jade Lovelace
2024-03-26
libstore/filetransfer: use Lix UA and unnix error message
Raito Bezarius
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2024-03-11
util.hh: split out signals stuff
Jade Lovelace
2024-03-09
Merge pull request #9925 from 9999years/fmt-cleanup
eldritch horrors
2023-08-11
FileTransfer::download: fix use-after-move
Yorick van Pelt
2023-06-13
Allow tarball URLs to redirect to a lockable immutable URL
Eelco Dolstra
2023-04-03
Allow open switch-enum in 5 places
Robert Hensing
2023-03-17
Add a setting for configuring the SSL certificates file
Eelco Dolstra
2023-03-03
Merge pull request #7942 from edolstra/remove-format
Eelco Dolstra
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-03-02
Log the decompressed body in case of http errors
Théophane Hufschmitt
2023-02-28
Merge pull request #7793 from layus/interrupt_downloads
Eelco Dolstra
2023-02-10
nit: cleaner diff
Guillaume Maudoux
2023-02-10
Flush data when download ends
Guillaume Maudoux
2023-02-09
Check interupts even when download stalled
Guillaume Maudoux
2023-02-03
advertise transport encoding in http transfers to
Jörg Thalheim
2022-12-12
Move isUri() and resolveUri() out of filetransfer.cc
Eelco Dolstra
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
[next]