Age | Commit message (Expand) | Author | Files | Lines |
2016-01-04 | Update copyright years for 2016 | Allan McRae | 1 | -1/+1 |
2015-02-01 | Update copyright notices for 2015 | Allan McRae | 1 | -1/+1 |
2014-09-30 | Revert "Remove log_cb, add ALPM_EVENT_LOG instead" | Andrew Gregory | 1 | -8/+6 |
2014-03-03 | Remove log_cb, add ALPM_EVENT_LOG instead | Olivier Brunel | 1 | -6/+8 |
2014-01-06 | Update copyright years for 2014 | Allan McRae | 1 | -0/+1 |
2013-09-04 | Improve --help switch output for pacman utils | Jason St. John | 1 | -3/+3 |
2013-02-13 | Add format attributes to all required functions | Allan McRae | 1 | -0/+1 |
2012-02-13 | testpkg: set gpgdir | Allan McRae | 1 | -0/+3 |
2011-11-14 | create a typedef for enum _alpm_errno_t | Jonathan Conder | 1 | -1/+1 |
2011-08-29 | Better error handling out of package load method | Dan McGee | 1 | -0/+3 |
2011-07-05 | signing: move to new signing verification and return scheme | Dan McGee | 1 | -1/+2 |
2011-07-01 | Prefix _alpm_errno_t members with ALPM | Allan McRae | 1 | -3/+3 |
2011-07-01 | Prefix alpm_loglevel_t members with ALPM | Allan McRae | 1 | -2/+2 |
2011-06-28 | Rename pmerrno_t to alpm_errno_t | Allan McRae | 1 | -1/+1 |
2011-06-28 | Rename pmloglevel_t to alpm_loglevel_t | Allan McRae | 1 | -1/+1 |
2011-06-28 | Rename pmpkg_t to alpm_pkg_t | Allan McRae | 1 | -1/+1 |
2011-06-28 | Rename pmhandle_t to alpm_handle_t | Allan McRae | 1 | -1/+1 |
2011-06-27 | Fix several -Wshadow warnings | Dan McGee | 1 | -1/+1 |
2011-06-14 | Move pm_errno onto the handle | Dan McGee | 1 | -2/+3 |
2011-06-14 | Require handle for alpm_pkg_load() | Dan McGee | 1 | -1/+1 |
2011-06-09 | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee | 1 | -1/+1 |
2011-06-07 | Update utilities for new initialize/release methods | Dan McGee | 1 | -4/+7 |
2011-04-24 | Perform package verification at package load time | Dan McGee | 1 | -1/+2 |
2011-03-21 | Style change: return(x) --> return x | Dan McGee | 1 | -3/+3 |
2011-02-24 | Mark log callback format string const | Dan McGee | 1 | -1/+1 |
2010-12-30 | Declare all local functions static | Allan McRae | 1 | -1/+1 |
2010-10-12 | util: fall cleaning on single file programs | Dan McGee | 1 | -4/+2 |
2009-05-19 | Remove unused included headers from testdb.c and testpkg.c | Gerardo Exequiel Pozzi | 1 | -1/+0 |
2008-04-07 | libalpm error cleanup, step 1 | Dan McGee | 1 | -1/+1 |
2008-03-01 | testpkg rework | Nagy Gabor | 1 | -17/+31 |
2007-12-11 | Update GNU GPL boilerplate and copyright dates | Dan McGee | 1 | -3/+1 |
2007-11-17 | War on whitespace | Dan McGee | 1 | -3/+3 |
2007-11-04 | Fix basename usage in pacman and utilities | Dan McGee | 1 | -1/+3 |
2007-09-28 | Add 'full' parameter to alpm_pkg_load | Dan McGee | 1 | -1/+1 |
2007-09-12 | make alpm_strerror binding friendly | Stefano Esposito | 1 | -2/+2 |
2007-09-12 | Make some small changes recommended by splint | Dan McGee | 1 | -1/+1 |
2007-08-16 | src/util: Clean up headers and a few fixes | Dan McGee | 1 | -5/+3 |
2007-06-09 | Remove logmask stuff from backend; switch logging callback to new pm_printf | Dan McGee | 1 | -3/+4 |
2007-04-27 | Set the correct type on the log callback function | Dan McGee | 1 | -1/+2 |
2007-03-05 | This commit looks much more monumental than it is. Almost all just #include | Dan McGee | 1 | -0/+2 |
2007-02-12 | Added 'testpkg' binary to test for validity of a package: | Aaron Griffin | 1 | -0/+70 |