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
/
be_package.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-01
Update copyright notices for 2015
Allan McRae
1
-1
/
+1
2015-01-02
be_package.c: fix style violation
Andrew Gregory
1
-1
/
+2
2014-12-24
libalpm: Parse and write PKGBASEs
Johannes Löthberg
1
-1
/
+1
2014-09-30
libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_free
Florian Pritz
1
-5
/
+5
2014-08-09
Fix loading invalid package
Olivier Brunel
1
-1
/
+3
2014-03-27
Always supply base name and version info in .PKGFILE if needed
Allan McRae
1
-0
/
+2
2014-03-08
Use MALLOC throughtout libalpm
Allan McRae
1
-5
/
+3
2014-03-03
be_package: Build the file list from MTREE if possible
Florian Pritz
1
-4
/
+145
2014-03-03
be_package: Refactor code adding a file to the files list
Florian Pritz
1
-27
/
+29
2014-03-03
be_package: Refactor handling of simple path checks
Florian Pritz
1
-5
/
+22
2014-01-28
Remove ts and sw from vim modeline when noet is set
Florian Pritz
1
-1
/
+1
2014-01-06
Update copyright years for 2014
Allan McRae
1
-1
/
+1
2013-11-15
Fix whitespace and other formatting issues
Jason St. John
1
-1
/
+1
2013-11-15
Ignore makedepend and checkdepend entries when parsing .PKGINFO file
Allan McRae
1
-0
/
+4
2013-10-31
Make functions to decode a signature and extract keyid public
Allan McRae
1
-1
/
+1
2013-10-15
Ensure packages have a valid version
Allan McRae
1
-0
/
+4
2013-07-05
do not check error from close(2)
Dave Reisner
1
-5
/
+5
2013-05-29
Improve error message when package is missing required signature
Allan McRae
1
-1
/
+5
2013-04-18
Fix spelling errors using 'codespell' tool
Anatol Pomozov
1
-2
/
+2
2013-02-16
fix style violations
Andrew Gregory
1
-2
/
+3
2013-02-09
Import key if needed when installing package from file
Allan McRae
1
-0
/
+64
2013-01-29
Use libarchive compat header for relevant symbols
Dave Reisner
1
-5
/
+6
2013-01-04
Fix space between control structure and open parens
Gerardo Exequiel Pozzi
1
-1
/
+1
2013-01-03
Update copyright year for 2013
Allan McRae
1
-1
/
+1
2012-08-02
Move filelist functions into separate source file
Dan McGee
1
-0
/
+1
2012-08-01
lib/be_package: use qsort instead of our own msort
Dave Reisner
1
-49
/
+3
2012-06-26
add line length parameter to _alpm_strip_newline
Dave Reisner
1
-1
/
+1
2012-04-30
Convert ALLOC_FAIL macro into a function
Dan McGee
1
-1
/
+1
2012-04-07
Prefix alpm_pkgfrom_t members with ALPM_
Allan McRae
1
-1
/
+1
2012-04-07
Return more useful error codes on package open failures
Dan McGee
1
-1
/
+12
2012-03-09
Merge branch 'maint'
Dan McGee
1
-13
/
+19
2012-03-09
Remove _alpm_csum
Allan McRae
1
-2
/
+2
2012-03-09
Add information on how an installed package was validated
Allan McRae
1
-2
/
+21
2012-03-09
Hook new optdepend structures up
Benedikt Morbach
1
-2
/
+3
2012-03-05
Fix a potential memory leak in filelist creation
Dan McGee
1
-13
/
+19
2012-03-05
Fix a memory leak when loading an invalid package
Dan McGee
1
-3
/
+3
2012-02-20
Update copyright years
Allan McRae
1
-1
/
+1
2012-02-13
use _alpm_access in a few more places for increased debugging info
Florian Pritz
1
-1
/
+1
2012-01-08
Fix segfaults on opening invalid archive files
Dan McGee
1
-2
/
+2
2012-01-02
be_package.c: fix compiler warning
Allan McRae
1
-1
/
+1
2011-12-23
be_package: be more explicit parsing key/value pairs
Dan McGee
1
-9
/
+12
2011-12-22
include config.h via Makefiles
Dave Reisner
1
-2
/
+0
2011-11-16
Add helper method for creating and opening archive object
Dan McGee
1
-35
/
+35
2011-11-01
Convert package and database archive reads to use file descriptors
Dan McGee
1
-18
/
+32
2011-10-27
Introduce ALPM_BUFFER_SIZE constant
Dan McGee
1
-2
/
+2
2011-10-26
Don't realloc a 0-length files array when loading packages
Dan McGee
1
-8
/
+10
2011-09-22
Add _alpm_process_siglist() logic to failed package validation
Dan McGee
1
-0
/
+1
2011-09-20
Pass package signature data up one more level
Dan McGee
1
-8
/
+5
2011-09-20
Allow our PGP helper method to pass back the signature results
Dan McGee
1
-1
/
+6
2011-09-20
Extract an _alpm_pkg_validate_internal() method
Dan McGee
1
-33
/
+56
[next]