Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
pacman
auto-pentium4
master
Archlinux32 fork of pacman
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
dload.c
Age
Commit message (
Expand
)
Author
2020-07-07
FS#33992: force download *.sig file if it does not exist in the cache
Anatol Pomozov
2020-07-07
Move signature payload creation to download engine
Anatol Pomozov
2020-06-26
Cleanup the old sequential download code
Anatol Pomozov
2020-06-26
Convert '-U pkg1 pkg2' codepath to parallel download
Anatol Pomozov
2020-05-09
Convert download packages logic to multiplexed API
Anatol Pomozov
2020-05-09
Implement multibar UI
Anatol Pomozov
2020-05-09
Extend download callback interface with start/complete events
Anatol Pomozov
2020-05-09
Implement multiplexed download using mCURL
Anatol Pomozov
2020-05-09
Implement _alpm_multi_download
Anatol Pomozov
2020-05-09
Inline dload_payload->curlerr field into a local variable
Anatol Pomozov
2020-05-09
Add multi_curl handle to ALPM global context
Anatol Pomozov
2020-05-09
Introduce alpm_dbs_update() function for parallel db updates
Anatol Pomozov
2020-04-13
Use GOTO_ERR throughout
Allan McRae
2020-02-10
build-aux/update-copyright 2019 2020
Allan McRae
2020-01-28
Docs docs docs
morganamilo
2020-01-27
Fix "pacman -U <url>" operations
Allan McRae
2020-01-07
Use c99 struct initialization to avoid memset calls
Dave Reisner
2019-11-15
Handle .part files that are the size of the correct package
Allan McRae
2019-10-23
Update copyright years
Allan McRae
2019-10-07
dload: never return NULL from get_filename
Dave Reisner
2019-06-28
Correctly report a download failiure for 404s
morganamilo
2019-03-01
Sanitize file name received from Content-Disposition header
Andrew Gregory
2019-02-07
libalpm: prevent 301 redirect loop from hanging the process
Mark Ulrich
2018-10-17
alpm: Fix SIGINT handling re: aborting download
Olivier Brunel
2018-10-17
alpm: Do not raise SIGINT when filesize goes over limit
Olivier Brunel
2018-08-10
libalpm/dload.c: add case for CURLE_COULDNT_RESOLVE_HOST
Michael Straube
2018-06-18
libalpm/dload.c: fix filename in license header
Michael Straube
2018-05-14
Remove all modelines from the project
Eli Schwartz
2018-03-14
Update coyrights for 2018
Allan McRae
2018-01-06
dload: ensure callback is always initialized once
Andrew Gregory
2017-01-13
Introduce a 'disable-download-timeout' option
Christian Hesse
2017-01-04
alpm_fetch_pkgurl: fix memory leak
Allan McRae
2017-01-04
dload: s/CURLOPT_WRITEHEADER/CURLOPT_HEADERDATA/
Dave Reisner
2017-01-04
Update copyright years
Allan McRae
2016-12-05
Parametrise the different ways in which the payload is reset
Martin Kühne
2016-12-05
dload: use curl's keepalive mechanism
Dave Reisner
2016-10-22
Add ALPM_ERR_OK to _alpm_errno_t
Ivy Foster
2016-08-31
Replace CURLOPT_PROGRESSFUNCTION with CURLOPT_XFERINFOFUNCTION
Ivy Foster
2016-08-30
Normalize alpm download callback's frontend cb arguments
Ivy Foster
2016-01-04
Update copyright years for 2016
Allan McRae
2015-11-11
Use correct format specifiers
Rikard Falkeborn
2015-02-01
Update copyright notices for 2015
Allan McRae
2014-12-24
create_tempfile: fix memory leak on error
Allan McRae
2014-10-19
dload: mark final_url as const
Christian Hesse
2014-10-16
dload: unlink file on filesize exceeded error
Christian Hesse
2014-10-16
dload: use better error message on exceeded file size
Christian Hesse
2014-10-02
alpm: Fix wrong xferred/total sizes when resuming downloads
Olivier Brunel
2014-08-04
filecache_find_url: dereference the 'filebase' pointer
Ryo Munakata
2014-05-22
dload: avoid using CURLOPT_FAILONERROR
Dave Reisner
2014-01-28
Remove ts and sw from vim modeline when noet is set
Florian Pritz
[next]