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
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
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
2011-09-19
Remove const specifier from changelog_read() void parameter
Dan McGee
1
-1
/
+1
2011-09-08
Ensure PackageRequired works as expected
Dan McGee
1
-6
/
+7
2011-08-30
Parse > 2GiB file sizes correctly
Dan McGee
1
-1
/
+1
2011-08-29
Better error handling out of package load method
Dan McGee
1
-1
/
+1
2011-08-29
Refactor some args out of pkg_load_internal
Dan McGee
1
-32
/
+34
2011-08-25
Remove argument from check_pgp_helper
Dan McGee
1
-1
/
+2
2011-08-15
Only check necessary signatures and checksums
Dan McGee
1
-5
/
+17
2011-08-15
Parse conflicts/provides/replaces at database load time
Dan McGee
1
-3
/
+6
2011-08-15
Validate the sha256sum if available
Dan McGee
1
-4
/
+17
2011-08-09
Attempt to fix up some of the brokenness around failed package loads
Dan McGee
1
-1
/
+1
2011-08-08
Store a package info level flag if we fail to load data
Dan McGee
1
-2
/
+2
2011-08-02
Don't trim whitespace when reading database entries
Dan McGee
1
-4
/
+3
2011-07-21
Convert package filelists to an array instead of linked list
Dan McGee
1
-13
/
+73
2011-07-05
signing: move to new signing verification and return scheme
Dan McGee
1
-11
/
+9
2011-07-03
Merge remote-tracking branch 'allan/ALPM'
Dan McGee
1
-29
/
+29
2011-07-03
Move alpm filelists to a struct object
Dan McGee
1
-3
/
+11
2011-07-01
Prefix _alpm_errno_t members with ALPM
Allan McRae
1
-14
/
+14
2011-07-01
Prefix alpm_loglevel_t members with ALPM
Allan McRae
1
-15
/
+15
2011-06-28
Rename pmbackup_t to alpm_backup_t
Allan McRae
1
-2
/
+2
2011-06-28
Rename pmdepend_t to alpm_depend_t
Allan McRae
1
-1
/
+1
2011-06-28
Rename pmpkg_t to alpm_pkg_t
Allan McRae
1
-11
/
+11
2011-06-28
Rename pmhandle_t to alpm_handle_t
Allan McRae
1
-3
/
+3
2011-06-24
Remove three unnecessary usages of alpm_list_count()
Dan McGee
1
-2
/
+3
2011-06-22
Convert backup list to new pmbackup_t type
Dan McGee
1
-1
/
+4
2011-06-20
Documented purpose of be_*.c
Kerrick Staley
1
-1
/
+1
2011-06-14
Ensure handle is valid and pm_errno is reset when calling into API
Dan McGee
1
-1
/
+1
2011-06-14
Small handle related cleanups
Dan McGee
1
-2
/
+1
2011-06-14
Switch all logging to use handle directly
Dan McGee
1
-17
/
+17
2011-06-14
Move pm_errno onto the handle
Dan McGee
1
-20
/
+20
2011-06-14
Require handle for alpm_pkg_load()
Dan McGee
1
-8
/
+8
2011-06-14
Fix memory leak if package sig was invalid
Dan McGee
1
-0
/
+1
2011-06-09
Require handle argument to all alpm_option_(get|set)_*() methods
Dan McGee
1
-1
/
+1
2011-06-03
Use standard errno codes in return from _alpm_archive_fgets
Dan McGee
1
-3
/
+7
2011-06-03
Push down extern handle variable to files that need it
Dan McGee
1
-0
/
+3
2011-06-03
Add handle attribute to pmpkg_t struct
Dan McGee
1
-0
/
+2
2011-06-03
Remove ALPM_LOG_FUNC macro
Dan McGee
1
-8
/
+0
2011-05-04
Deal with unused function parameters correctly
Allan McRae
1
-2
/
+2
2011-04-24
Perform package verification at package load time
Dan McGee
1
-7
/
+27
2011-04-24
signing: let GPGME handle loading signatures from files
Dan McGee
1
-6
/
+0
2011-04-21
Form the signature file location in one place
Dan McGee
1
-6
/
+1
2011-04-21
Header inclusion cleanup
Dan McGee
1
-2
/
+0
2011-04-21
syntax: if/while statements should have no trailing space
Dan McGee
1
-2
/
+2
[next]