Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-04-21 | style cleanup: cast as (type *) not (type*) | Dave Reisner | 1 | -1/+1 |
2011-04-21 | lib: remove dead code in be_local and be_package | Dave Reisner | 1 | -8/+0 |
2011-04-16 | Merge branch 'maint' | Dan McGee | 1 | -10/+0 |
2011-04-11 | Don't create two pmpkg_t objects in be_package | Dan McGee | 1 | -9/+0 |
2011-04-09 | Move documentation for public package function to alpm.h | Rémy Oudompheng | 1 | -10/+0 |
2011-03-28 | Temporary fix for new warnings from gcc 4.6 | Dan McGee | 1 | -2/+3 |
2011-03-24 | Refactor signature loading code into common function | Dan McGee | 1 | -29/+3 |
2011-03-23 | Read in .sig files when opening a package file | Dan McGee | 1 | -1/+48 |
2011-03-21 | Style change: return(x) --> return x | Dan McGee | 1 | -13/+13 |
2011-02-17 | Don't generate filelist unless we are going to use it | Dan McGee | 1 | -1/+1 |
2011-02-11 | Avoid a memmove by advancing value pointer | Dan McGee | 1 | -0/+1 |
2011-02-01 | Fix locale.h/setlocale inclusion with --disable-nls | Dan McGee | 1 | -1/+0 |
2011-01-29 | Ignore known but unused package descfile fields | Dan McGee | 1 | -2/+6 |
2011-01-22 | Remove epoch as an independent field | Dan McGee | 1 | -7/+0 |
2011-01-12 | Small fix to download size lookup and a logger | Dan McGee | 1 | -0/+2 |
2011-01-08 | libalpm/be_package.c: fix small memleak | Xavier Chantry | 1 | -14/+10 |
2011-01-08 | Refactor old date parsing into single method | Dan McGee | 1 | -11/+1 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 1 | -1/+1 |
2010-12-30 | Declare all local functions static | Allan McRae | 1 | -4/+4 |
2010-12-21 | Overhaul archive fgets function | Dan McGee | 1 | -4/+9 |
2010-12-21 | Always specify arguement type in function delcarations | Allan McRae | 1 | -1/+1 |
2010-12-14 | When setting package name, set hash value as well | Dan McGee | 1 | -0/+1 |
2010-12-13 | Merge desc and depends files in local db | Allan McRae | 1 | -1/+1 |
2010-12-13 | Fix a few problems reported by clang-analyzer | Xavier Chantry | 1 | -2/+1 |
2010-10-15 | be_package: read force entry and convert to epoch | Xavier Chantry | 1 | -0/+5 |
2010-10-14 | Add epoch support to pacman/libalpm | Dan McGee | 1 | -0/+2 |
2010-10-13 | Move changelog functions to callback struct | Dan McGee | 1 | -1/+110 |
2010-10-13 | Complete rework of package accessor logic | Dan McGee | 1 | -0/+2 |
2010-08-24 | Fix some whitespace issues | Allan McRae | 1 | -1/+1 |
2010-06-20 | Clarify testing within conditional statements | Allan McRae | 1 | -17/+17 |
2010-03-15 | Bump copyright dates to 2010 | Dan McGee | 1 | -1/+1 |
2009-10-11 | cygwin fix : use unsigned char for ctype function | Xavier Chantry | 1 | -1/+1 |
2009-10-11 | int typing: s/unsigned short/int/ in libalpm | Dan McGee | 1 | -3/+2 |
2009-09-15 | Add makepkgopt to be_package.c | Nagy Gabor | 1 | -0/+2 |
2009-07-01 | Update copyright headers and messages | Dan McGee | 1 | -1/+2 |
2009-05-12 | Fix non-C style comments in libalpm | Gerardo Exequiel Pozzi | 1 | -1/+1 |
2008-06-04 | Don't display filename on -Qip operation. | Xavier Chantry | 1 | -3/+6 |