| Commit message (Expand) | Author | Age |
* | Use libarchive compat header for relevant symbols | Dave Reisner | 2013-01-29 |
* | Fix space between control structure and open parens | Gerardo Exequiel Pozzi | 2013-01-04 |
* | Update copyright year for 2013 | Allan McRae | 2013-01-03 |
* | Move filelist functions into separate source file | Dan McGee | 2012-08-02 |
* | lib/be_package: use qsort instead of our own msort | Dave Reisner | 2012-08-01 |
* | add line length parameter to _alpm_strip_newline | Dave Reisner | 2012-06-25 |
* | Convert ALLOC_FAIL macro into a function | Dan McGee | 2012-04-29 |
* | Prefix alpm_pkgfrom_t members with ALPM_ | Allan McRae | 2012-04-07 |
* | Return more useful error codes on package open failures | Dan McGee | 2012-04-07 |
* | Merge branch 'maint' | Dan McGee | 2012-03-08 |
|\ |
|
| * | Fix a potential memory leak in filelist creation | Dan McGee | 2012-03-05 |
| * | Fix a memory leak when loading an invalid package | Dan McGee | 2012-03-05 |
* | | Remove _alpm_csum | Allan McRae | 2012-03-08 |
* | | Add information on how an installed package was validated | Allan McRae | 2012-03-08 |
* | | Hook new optdepend structures up | Benedikt Morbach | 2012-03-08 |
* | | Update copyright years | Allan McRae | 2012-02-20 |
* | | use _alpm_access in a few more places for increased debugging info | Florian Pritz | 2012-02-13 |
* | | Fix segfaults on opening invalid archive files | Dan McGee | 2012-01-08 |
* | | be_package.c: fix compiler warning | Allan McRae | 2012-01-02 |
* | | be_package: be more explicit parsing key/value pairs | Dan McGee | 2011-12-23 |
* | | include config.h via Makefiles | Dave Reisner | 2011-12-21 |
* | | Add helper method for creating and opening archive object | Dan McGee | 2011-11-16 |
* | | Convert package and database archive reads to use file descriptors | Dan McGee | 2011-11-01 |
|/ |
|
* | Introduce ALPM_BUFFER_SIZE constant | Dan McGee | 2011-10-27 |
* | Don't realloc a 0-length files array when loading packages | Dan McGee | 2011-10-26 |
* | Add _alpm_process_siglist() logic to failed package validation | Dan McGee | 2011-09-22 |
* | Pass package signature data up one more level | Dan McGee | 2011-09-20 |
* | Allow our PGP helper method to pass back the signature results | Dan McGee | 2011-09-20 |
* | Extract an _alpm_pkg_validate_internal() method | Dan McGee | 2011-09-20 |
* | Remove const specifier from changelog_read() void parameter | Dan McGee | 2011-09-18 |
* | Ensure PackageRequired works as expected | Dan McGee | 2011-09-07 |
* | Parse > 2GiB file sizes correctly | Dan McGee | 2011-08-29 |
* | Better error handling out of package load method | Dan McGee | 2011-08-28 |
* | Refactor some args out of pkg_load_internal | Dan McGee | 2011-08-28 |
* | Remove argument from check_pgp_helper | Dan McGee | 2011-08-25 |
* | Only check necessary signatures and checksums | Dan McGee | 2011-08-15 |
* | Parse conflicts/provides/replaces at database load time | Dan McGee | 2011-08-15 |
* | Validate the sha256sum if available | Dan McGee | 2011-08-15 |
* | Attempt to fix up some of the brokenness around failed package loads | Dan McGee | 2011-08-08 |
* | Store a package info level flag if we fail to load data | Dan McGee | 2011-08-08 |
* | Don't trim whitespace when reading database entries | Dan McGee | 2011-08-02 |
* | Convert package filelists to an array instead of linked list | Dan McGee | 2011-07-21 |
* | signing: move to new signing verification and return scheme | Dan McGee | 2011-07-05 |
* | Merge remote-tracking branch 'allan/ALPM' | Dan McGee | 2011-07-03 |
|\ |
|
| * | Prefix _alpm_errno_t members with ALPM | Allan McRae | 2011-07-02 |
| * | Prefix alpm_loglevel_t members with ALPM | Allan McRae | 2011-07-02 |
* | | Move alpm filelists to a struct object | Dan McGee | 2011-07-03 |
|/ |
|
* | Rename pmbackup_t to alpm_backup_t | Allan McRae | 2011-06-28 |
* | Rename pmdepend_t to alpm_depend_t | Allan McRae | 2011-06-28 |
* | Rename pmpkg_t to alpm_pkg_t | Allan McRae | 2011-06-28 |