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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-07
Use c99 struct initialization to avoid memset calls
Dave Reisner
6
-38
/
+19
2019-11-26
Fix documentation of alpm_mtree_next and remove libarchive exposure
Allan McRae
2
-3
/
+17
2019-11-22
Improved documentation for alpm_db_search() parameters
Allan McRae
1
-1
/
+2
2019-11-21
Fix leak in _alpm_db_search on error condition
Allan McRae
1
-1
/
+4
2019-11-16
Dereference double pointer before assigning NULL
Daniel T. Borelli
1
-2
/
+2
2019-11-15
Handle .part files that are the size of the correct package
Allan McRae
2
-2
/
+18
2019-11-11
libalpm/sync.c: Do not download missing keys multiple times
Allan McRae
1
-2
/
+10
2019-11-08
pacman+libalpm: handle search errors
morganamilo
3
-14
/
+19
2019-10-27
Fix segfault importing PGP key for pacman -U operations
Allan McRae
1
-2
/
+2
2019-10-23
Update copyright years
Allan McRae
50
-50
/
+50
2019-10-21
Final translation updates for pacman-5.2.0
Allan McRae
43
-563
/
+565
2019-10-15
libalpm: set errno in signing dummy functions
morganamilo
1
-3
/
+6
2019-10-15
libalpm: fix segfault when -Qip'ing a package
morganamilo
1
-1
/
+2
2019-10-14
Translation updates
Allan McRae
43
-2015
/
+1887
2019-10-12
move wordsplit into common for sharing
Andrew Gregory
1
-116
/
+3
2019-10-09
signing: handle unknown uid in key import
Christian Hesse
1
-0
/
+5
2019-10-07
Pull and push translation changes in preparation for 5.2
Allan McRae
43
-2694
/
+3002
2019-10-07
libalpm: short circuit alpm_find_dbs_satisfier
morganamilo
1
-8
/
+7
2019-10-07
libalpm: fix incorrect documentation
morganamilo
1
-5
/
+7
2019-10-07
libalpm: resolvedep(): don't compare names twice
morganamilo
1
-1
/
+2
2019-10-07
signing: add ability to import keys using a WKD
Jonas Witschel
1
-13
/
+84
2019-10-07
signing: move key import confirmation before key_search
Jonas Witschel
4
-28
/
+58
2019-10-07
dload: never return NULL from get_filename
Dave Reisner
1
-2
/
+4
2019-10-04
autotools: distribute meson files
Eli Schwartz
1
-0
/
+2
2019-08-12
Prepare translations for next release
Allan McRae
43
-5025
/
+5289
2019-06-28
Correctly report a download failiure for 404s
morganamilo
1
-0
/
+1
2019-06-20
use consistent time notation for the log
Andrew Gregory
1
-3
/
+3
2019-06-20
free makedepends/checkdepends when freeing packages
Dave Reisner
1
-0
/
+2
2019-06-06
hooks: rename type File to Path
Andrew Gregory
1
-2
/
+6
2019-05-08
Fix clang 8 string-plus-int warnings
Rikard Falkeborn
1
-1
/
+1
2019-03-19
build: check for gpgme with pkg-config before gpgme-config
Eli Schwartz
1
-2
/
+2
2019-03-19
Reformatting log timestamp to include time-zone
Florian Wehner
1
-3
/
+5
2019-03-07
Remove support for deltas from libalpm
Allan McRae
13
-714
/
+10
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
2019-02-04
fix various typos
morganamilo
2
-2
/
+2
2019-01-21
libalpm: fix minor typo in _alpm_db_usage_
morganamilo
1
-1
/
+1
2019-01-10
libalpm/sync.c: change alpm_sync_newversion() to alpm_sync_get_new_version()
Allan McRae
2
-6
/
+2
2019-01-10
be_local.c: remove aligment in local_pkg_ops
Allan McRae
1
-26
/
+26
2019-01-10
libalpm: parse {check, make}depends when reading database
morganamilo
2
-10
/
+20
2019-01-04
libalpm/add.c: move assignment into conditional in alpm_add_pkg
Michael Straube
1
-2
/
+1
2019-01-04
Move skipping of duplicate sync/remove targets into libalpm
Michael Straube
2
-2
/
+9
2019-01-04
silence warning when built without curl
Andrew Gregory
1
-0
/
+2
2018-12-10
check localdb before upgrading package
Andrew Gregory
1
-1
/
+1
2018-11-27
require actual siglevel for default
Andrew Gregory
1
-1
/
+4
2018-11-27
always allow explicit empty siglevel for sync dbs
Andrew Gregory
1
-1
/
+1
2018-11-27
add specific error for missing gpg support
Andrew Gregory
4
-5
/
+10
2018-11-02
Add meson.build files to build with meson
Dave Reisner
2
-0
/
+48
2018-10-21
handle EINTR while polling scripts/hooks
Andrew Gregory
1
-1
/
+9
2018-10-21
reset signal handlers before running scripts/hooks
Andrew Gregory
1
-0
/
+20
[next]