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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-03
libalpm: set ret in download files
morganamilo
1
-2
/
+4
2020-11-26
libalpm: add alpm_option_get_parallel_downloads
morganamilo
2
-0
/
+12
2020-11-26
libalpm: set errno when setting parallel downloads with an invalid number
morganamilo
1
-3
/
+1
2020-11-26
libalpm: clarify alpm_download_event_completed_t status
morganamilo
1
-3
/
+3
2020-11-26
libalpm: don't call dlcb when not set
morganamilo
1
-2
/
+2
2020-11-26
libalpm: set parallel_downloads to 1 when creating the handle
morganamilo
1
-0
/
+2
2020-09-23
FS#66472: Remove *.sig file if package corrupted
Anatol Pomozov
1
-0
/
+6
2020-09-03
remove more autotools files
Eli Schwartz
4
-4
/
+0
2020-08-10
Enable sha256/md5 hash verification if detached signatures are used
Anatol Pomozov
1
-1
/
+1
2020-08-10
Fix error during keyring checking
Anatol Pomozov
1
-3
/
+1
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
Fallback to detached signatures during keyring check
Anatol Pomozov
5
-9
/
+98
2020-07-07
FS#33992: force download *.sig file if it does not exist in the cache
Anatol Pomozov
2
-9
/
+24
2020-07-07
Add a utility function to check whether a file exists in the cache
Anatol Pomozov
2
-0
/
+16
2020-07-07
Do not use counter for error tracking
Anatol Pomozov
1
-8
/
+10
2020-07-07
Move signature payload creation to download engine
Anatol Pomozov
3
-64
/
+67
2020-06-26
Cleanup the old sequential download code
Anatol Pomozov
4
-340
/
+19
2020-06-26
Convert '-U pkg1 pkg2' codepath to parallel download
Anatol Pomozov
3
-89
/
+136
2020-06-11
build: add libintl dependency to meson and the .pc file
Eli Schwartz
1
-1
/
+1
2020-06-01
libalpm/signing.c: Fix calculation of packet size in parse_subpacket
Allan McRae
1
-1
/
+1
2020-06-01
Remove autotools support
Allan McRae
1
-78
/
+0
2020-05-09
Swap alpm_db_update() implementation to multiplexed version
Anatol Pomozov
2
-204
/
+3
2020-05-09
Convert download packages logic to multiplexed API
Anatol Pomozov
3
-58
/
+25
2020-05-09
Implement multibar UI
Anatol Pomozov
3
-30
/
+34
2020-05-09
Extend download callback interface with start/complete events
Anatol Pomozov
2
-7
/
+47
2020-05-09
Introduce event types for start/end database list download
Anatol Pomozov
3
-9
/
+22
2020-05-09
Implement multiplexed download using mCURL
Anatol Pomozov
2
-10
/
+388
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
2
-5
/
+5
2020-05-09
Add multi_curl handle to ALPM global context
Anatol Pomozov
5
-20
/
+17
2020-05-09
Introduce alpm_dbs_update() function for parallel db updates
Anatol Pomozov
4
-0
/
+178
2020-05-09
Add config option to specify amount of parallel download streams
Anatol Pomozov
3
-0
/
+25
2020-04-29
Constify some input pointers
Rikard Falkeborn
3
-3
/
+3
2020-04-13
Use GOTO_ERR throughout
Allan McRae
6
-41
/
+22
2020-04-13
Use STRDUP for error checking in more places
Allan McRae
3
-5
/
+10
2020-04-13
Add REALLOC macro to simplify realloc error handling
Rikard Falkeborn
5
-19
/
+7
2020-03-13
Add file and line number to RET_ERR{,_VOID}
Allan McRae
1
-2
/
+2
2020-03-09
Add GOTO_ERR() macro to set error and then goto a label
Anatol Pomozov
1
-0
/
+5
2020-03-09
Remove unneeded goto cleanup
Allan McRae
1
-11
/
+5
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
50
-50
/
+50
2020-01-30
Eliminate extra loop over dbs_sync
Anatol Pomozov
1
-9
/
+5
2020-01-28
Docs docs docs
morganamilo
17
-298
/
+241
2020-01-28
libalpm: fix alpm_option_set_assumeinstalled
morganamilo
1
-0
/
+1
2020-01-27
Fix "pacman -U <url>" operations
Allan McRae
1
-1
/
+1
2020-01-27
Increase maximum database size
Allan McRae
1
-2
/
+2
2020-01-07
Use c99 struct initialization to avoid memset calls
Dave Reisner
6
-38
/
+19
[next]