index
:
pacman
master
threads
working
working-maint
Main repository is at http://projects.archlinux.org/pacman.git/
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
dload.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-08
libalpm: don't use curl's deprecated functions
morganamilo
1
-6
/
+7
2021-01-08
libalpm: remove useless if
morganamilo
1
-4
/
+0
2020-11-26
libalpm: don't call dlcb when not set
morganamilo
1
-2
/
+2
2020-07-14
Check that destfile_name exists before using it
Anatol Pomozov
1
-3
/
+6
2020-07-14
Do not free payload fields in the middle of this structure use
Anatol Pomozov
1
-4
/
+0
2020-07-14
Build signature remote name based on the main payload name
Anatol Pomozov
1
-24
/
+37
2020-07-07
FS#33992: force download *.sig file if it does not exist in the cache
Anatol Pomozov
1
-1
/
+1
2020-07-07
Move signature payload creation to download engine
Anatol Pomozov
1
-35
/
+58
2020-06-26
Cleanup the old sequential download code
Anatol Pomozov
1
-333
/
+16
2020-06-26
Convert '-U pkg1 pkg2' codepath to parallel download
Anatol Pomozov
1
-84
/
+121
2020-05-09
Convert download packages logic to multiplexed API
Anatol Pomozov
1
-1
/
+0
2020-05-09
Implement multibar UI
Anatol Pomozov
1
-29
/
+32
2020-05-09
Extend download callback interface with start/complete events
Anatol Pomozov
1
-4
/
+15
2020-05-09
Implement multiplexed download using mCURL
Anatol Pomozov
1
-10
/
+386
2020-05-09
Implement _alpm_multi_download
Anatol Pomozov
1
-4
/
+46
2020-05-09
Inline dload_payload->curlerr field into a local variable
Anatol Pomozov
1
-4
/
+5
2020-05-09
Add multi_curl handle to ALPM global context
Anatol Pomozov
1
-11
/
+6
2020-05-09
Introduce alpm_dbs_update() function for parallel db updates
Anatol Pomozov
1
-0
/
+12
2020-04-13
Use GOTO_ERR throughout
Allan McRae
1
-4
/
+2
2020-02-10
build-aux/update-copyright 2019 2020
Allan McRae
1
-1
/
+1
2020-01-28
Docs docs docs
morganamilo
1
-1
/
+0
2020-01-27
Fix "pacman -U <url>" operations
Allan McRae
1
-1
/
+1
2020-01-07
Use c99 struct initialization to avoid memset calls
Dave Reisner
1
-7
/
+6
2019-11-15
Handle .part files that are the size of the correct package
Allan McRae
1
-0
/
+6
2019-10-23
Update copyright years
Allan McRae
1
-1
/
+1
2019-10-07
dload: never return NULL from get_filename
Dave Reisner
1
-2
/
+4
2019-06-28
Correctly report a download failiure for 404s
morganamilo
1
-0
/
+1
2019-03-01
Sanitize file name received from Content-Disposition header
Andrew Gregory
1
-1
/
+2
2019-02-07
libalpm: prevent 301 redirect loop from hanging the process
Mark Ulrich
1
-0
/
+1
2018-10-18
alpm: Fix SIGINT handling re: aborting download
Olivier Brunel
1
-0
/
+1
2018-10-18
alpm: Do not raise SIGINT when filesize goes over limit
Olivier Brunel
1
-1
/
+1
2018-08-10
libalpm/dload.c: add case for CURLE_COULDNT_RESOLVE_HOST
Michael Straube
1
-0
/
+7
2018-06-18
libalpm/dload.c: fix filename in license header
Michael Straube
1
-1
/
+1
2018-05-14
Remove all modelines from the project
Eli Schwartz
1
-2
/
+0
2018-03-14
Update coyrights for 2018
Allan McRae
1
-1
/
+1
2018-01-06
dload: ensure callback is always initialized once
Andrew Gregory
1
-4
/
+5
2017-01-13
Introduce a 'disable-download-timeout' option
Christian Hesse
1
-2
/
+4
2017-01-04
alpm_fetch_pkgurl: fix memory leak
Allan McRae
1
-1
/
+1
2017-01-04
dload: s/CURLOPT_WRITEHEADER/CURLOPT_HEADERDATA/
Dave Reisner
1
-1
/
+1
2017-01-04
Update copyright years
Allan McRae
1
-1
/
+1
2016-12-05
Parametrise the different ways in which the payload is reset
Martin Kühne
1
-0
/
+10
2016-12-05
dload: use curl's keepalive mechanism
Dave Reisner
1
-43
/
+3
2016-10-22
Add ALPM_ERR_OK to _alpm_errno_t
Ivy Foster
1
-1
/
+1
2016-08-31
Replace CURLOPT_PROGRESSFUNCTION with CURLOPT_XFERINFOFUNCTION
Ivy Foster
1
-9
/
+9
2016-08-30
Normalize alpm download callback's frontend cb arguments
Ivy Foster
1
-6
/
+16
2016-01-04
Update copyright years for 2016
Allan McRae
1
-1
/
+1
2015-11-11
Use correct format specifiers
Rikard Falkeborn
1
-1
/
+1
2015-02-01
Update copyright notices for 2015
Allan McRae
1
-1
/
+1
2014-12-24
create_tempfile: fix memory leak on error
Allan McRae
1
-1
/
+1
2014-10-19
dload: mark final_url as const
Christian Hesse
1
-4
/
+4
[next]