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
2021-04-07
include retries and signatures in download count
Andrew Gregory
2021-04-07
skip servers with too many errors
Andrew Gregory
2021-03-25
Remove "total download" callback in favor of generic event callback
Anatol Pomozov
2021-03-01
Update copyright year
Allan McRae
2021-01-09
libalpm: don't use curl's deprecated functions
morganamilo
2021-01-09
libalpm: remove useless if
morganamilo
2020-11-26
libalpm: don't call dlcb when not set
morganamilo
2020-07-14
Check that destfile_name exists before using it
Anatol Pomozov
2020-07-14
Do not free payload fields in the middle of this structure use
Anatol Pomozov
2020-07-14
Build signature remote name based on the main payload name
Anatol Pomozov
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
[next]