| Commit message (Expand) | Author | Age |
... | |
* | Documented purpose of be_*.c | Kerrick Staley | 2011-06-20 |
* | Ensure handle is valid and pm_errno is reset when calling into API | Dan McGee | 2011-06-14 |
* | Small handle related cleanups | Dan McGee | 2011-06-14 |
* | Switch all logging to use handle directly | Dan McGee | 2011-06-13 |
* | Move pm_errno onto the handle | Dan McGee | 2011-06-13 |
* | Require handle for alpm_pkg_load() | Dan McGee | 2011-06-13 |
* | Fix memory leak if package sig was invalid | Dan McGee | 2011-06-13 |
* | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee | 2011-06-09 |
* | Use standard errno codes in return from _alpm_archive_fgets | Dan McGee | 2011-06-03 |
* | Push down extern handle variable to files that need it | Dan McGee | 2011-06-03 |
* | Add handle attribute to pmpkg_t struct | Dan McGee | 2011-06-03 |
* | Remove ALPM_LOG_FUNC macro | Dan McGee | 2011-06-03 |
* | Deal with unused function parameters correctly | Allan McRae | 2011-05-04 |
* | Perform package verification at package load time | Dan McGee | 2011-04-24 |
* | signing: let GPGME handle loading signatures from files | Dan McGee | 2011-04-24 |
* | Form the signature file location in one place | Dan McGee | 2011-04-20 |
* | Header inclusion cleanup | Dan McGee | 2011-04-20 |
* | syntax: if/while statements should have no trailing space | Dan McGee | 2011-04-20 |
* | style cleanup: cast as (type *) not (type*) | Dave Reisner | 2011-04-20 |
* | lib: remove dead code in be_local and be_package | Dave Reisner | 2011-04-20 |
* | Merge branch 'maint' | Dan McGee | 2011-04-15 |
|\ |
|
| * | Move documentation for public package function to alpm.h | Rémy Oudompheng | 2011-04-09 |
* | | Don't create two pmpkg_t objects in be_package | Dan McGee | 2011-04-11 |
* | | Temporary fix for new warnings from gcc 4.6 | Dan McGee | 2011-03-27 |
* | | Refactor signature loading code into common function | Dan McGee | 2011-03-23 |
* | | Read in .sig files when opening a package file | Dan McGee | 2011-03-23 |
* | | Style change: return(x) --> return x | Dan McGee | 2011-03-20 |
|/ |
|
* | Don't generate filelist unless we are going to use it | Dan McGee | 2011-02-16 |
* | Avoid a memmove by advancing value pointer | Dan McGee | 2011-02-11 |
* | Fix locale.h/setlocale inclusion with --disable-nls | Dan McGee | 2011-02-01 |
* | Ignore known but unused package descfile fields | Dan McGee | 2011-01-28 |
* | Remove epoch as an independent field | Dan McGee | 2011-01-21 |
* | Small fix to download size lookup and a logger | Dan McGee | 2011-01-11 |
* | libalpm/be_package.c: fix small memleak | Xavier Chantry | 2011-01-07 |
* | Refactor old date parsing into single method | Dan McGee | 2011-01-07 |
* | Update copyright years for 2011 | Allan McRae | 2011-01-07 |
* | Declare all local functions static | Allan McRae | 2010-12-30 |
* | Overhaul archive fgets function | Dan McGee | 2010-12-21 |
* | Always specify arguement type in function delcarations | Allan McRae | 2010-12-20 |
* | When setting package name, set hash value as well | Dan McGee | 2010-12-14 |
* | Merge desc and depends files in local db | Allan McRae | 2010-12-12 |
* | Fix a few problems reported by clang-analyzer | Xavier Chantry | 2010-12-12 |
* | be_package: read force entry and convert to epoch | Xavier Chantry | 2010-10-14 |
* | Add epoch support to pacman/libalpm | Dan McGee | 2010-10-13 |
* | Move changelog functions to callback struct | Dan McGee | 2010-10-13 |
* | Complete rework of package accessor logic | Dan McGee | 2010-10-13 |
* | Fix some whitespace issues | Allan McRae | 2010-08-23 |
* | Clarify testing within conditional statements | Allan McRae | 2010-06-21 |
* | Bump copyright dates to 2010 | Dan McGee | 2010-03-14 |
* | cygwin fix : use unsigned char for ctype function | Xavier Chantry | 2009-10-11 |