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
/
filelist.c
Age
Commit message (
Expand
)
Author
2013-02-24
use resolved_path for filelist_contains
Andrew Gregory
2013-02-24
return resolved paths from filelist_difference
Andrew Gregory
2013-02-24
return resolved paths from filelist_intersection
Andrew Gregory
2013-02-16
fix off-by-one error in _alpm_filelist_resolve
Andrew Gregory
2013-01-04
Fix space between control structure and open parens
Gerardo Exequiel Pozzi
2013-01-04
Fix missing spaces in operators
Gerardo Exequiel Pozzi
2013-01-03
Update copyright year for 2013
Allan McRae
2012-12-14
It turns out we do care about directories...
Allan McRae
2012-12-14
_alpm_filelist_resolve: add useful return code
Andrew Gregory
2012-12-14
Avoid upgrade conflict with unchanged effective path
Allan McRae
2012-12-14
Resolve file paths during inter-package conflict check
Allan McRae
2012-12-14
_alpm_filelist_resolve: use original filenames where possible
Andrew Gregory
2012-12-14
Add _alpm_filelist_resolve
Andrew Gregory
2012-12-14
Detect inter-package conflicts between files and directories
Allan McRae
2012-08-02
Split _alpm_filelist_operation function
Allan McRae
2012-08-02
Move filelist functions into separate source file
Dan McGee