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
/
sync.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-08
libalpm: pass the number of packages being downloaded in totaldlcb
morganamilo
1
-1
/
+5
2020-12-09
Implement TotalDownload functionality
Anatol Pomozov
1
-5
/
+0
2020-12-03
libalpm: set ret in download files
morganamilo
1
-2
/
+4
2020-09-23
FS#66472: Remove *.sig file if package corrupted
Anatol Pomozov
1
-0
/
+6
2020-07-07
Fallback to detached signatures during keyring check
Anatol Pomozov
1
-9
/
+9
2020-07-07
FS#33992: force download *.sig file if it does not exist in the cache
Anatol Pomozov
1
-8
/
+23
2020-07-07
Do not use counter for error tracking
Anatol Pomozov
1
-8
/
+10
2020-06-26
Cleanup the old sequential download code
Anatol Pomozov
1
-1
/
+1
2020-05-09
Convert download packages logic to multiplexed API
Anatol Pomozov
1
-48
/
+25
2020-05-09
Introduce event types for start/end database list download
Anatol Pomozov
1
-3
/
+3
2020-04-13
Use GOTO_ERR throughout
Allan McRae
1
-3
/
+2
2020-03-05
Do not download files if find_dl_candidates() fails
Anatol Pomozov
1
-1
/
+1
2020-02-24
Simplify construction of payloads in download_files
Anatol Pomozov
1
-21
/
+13
2020-02-10
build-aux/update-copyright 2019 2020
Allan McRae
1
-1
/
+1
2020-01-30
Eliminate extra loop over dbs_sync
Anatol Pomozov
1
-9
/
+5
2020-01-28
Docs docs docs
morganamilo
1
-17
/
+0
2019-11-15
Handle .part files that are the size of the correct package
Allan McRae
1
-2
/
+12
2019-11-11
libalpm/sync.c: Do not download missing keys multiple times
Allan McRae
1
-2
/
+10
2019-10-23
Update copyright years
Allan McRae
1
-1
/
+1
2019-10-07
signing: move key import confirmation before key_search
Jonas Witschel
1
-3
/
+19
2019-03-07
Remove support for deltas from libalpm
Allan McRae
1
-201
/
+6
2019-01-10
libalpm/sync.c: change alpm_sync_newversion() to alpm_sync_get_new_version()
Allan McRae
1
-5
/
+1
2018-10-20
libalpm: process needed before group selection
morganamilo
1
-0
/
+11
2018-09-19
User-visible log when validity check fails due to access
David Phillips
1
-0
/
+5
2018-09-19
Change if-else chain to switch
David Phillips
1
-11
/
+17
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
2017-07-28
Fix brace coding style issues
Michael Straube
1
-2
/
+4
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
-3
/
+1
2016-10-22
Represent bitfields as ints, not enums
Ivy Foster
1
-8
/
+8
2016-10-22
Add ALPM_ERR_OK to _alpm_errno_t
Ivy Foster
1
-4
/
+4
2016-02-23
do not rely on localdb for hook matching
Andrew Gregory
1
-0
/
+8
2016-01-04
Update copyright years for 2016
Allan McRae
1
-1
/
+1
2015-09-20
check fileconflicts and diskspace outside commit
Andrew Gregory
1
-4
/
+14
2015-07-20
ensure matching database and package version
Levente Polyak
1
-0
/
+18
2015-03-03
sync_prepare: exclude removals from resolvedeps
Andrew Gregory
1
-1
/
+1
2015-02-01
Update copyright notices for 2015
Allan McRae
1
-1
/
+1
2014-12-27
apply_deltas: fix memory leak on error
Allan McRae
1
-2
/
+2
2014-12-24
build_payload: free memory on error
Allan McRae
1
-1
/
+1
2014-10-13
sync.c: download packages before starting commit
Andrew Gregory
1
-3
/
+8
2014-10-01
check_keyring: skip keys known to be missing
Andrew Gregory
1
-4
/
+3
2014-10-01
remove retry check from signature validation
Andrew Gregory
1
-8
/
+2
2014-09-30
libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_free
Florian Pritz
1
-6
/
+6
2014-08-03
sync_prepare: remove useless check for replacers
Andrew Gregory
1
-2
/
+0
2014-06-24
Update the question callback
Olivier Brunel
1
-21
/
+39
2014-03-08
Use MALLOC throughtout libalpm
Allan McRae
1
-1
/
+2
2014-03-04
sync_prepare: ignore explicitly removed conflicts
Andrew Gregory
1
-0
/
+3
2014-03-03
Fix warnings with strict-overflow in gcc-4.9
Allan McRae
1
-1
/
+2
2014-03-03
Add events _PKGDOWNLOAD_{START, DONE, FAILED}
Olivier Brunel
1
-0
/
+9
[next]