Age | Commit message (Expand) | Author | Files | Lines |
2013-01-03 | Update copyright year for 2013 | Allan McRae | 1 | -1/+1 |
2012-02-20 | Update copyright years | Allan McRae | 1 | -1/+1 |
2011-09-30 | Refactor _alpm_runscriptlet() | Dan McGee | 1 | -2/+2 |
2011-09-28 | Track unresolvable transaction packages | Dan McGee | 1 | -2/+3 |
2011-09-03 | Move all callbacks up to the handle level | Dan McGee | 1 | -25/+1 |
2011-08-25 | Remove trans is NULL check in QUESTION/EVENT/PROGRESS macros | Dan McGee | 1 | -3/+3 |
2011-06-28 | Rename pmtransstate_t to alpm_transstate_t | Allan McRae | 1 | -3/+3 |
2011-06-28 | Rename pmtransflag_t to alpm_transflag_t | Allan McRae | 1 | -2/+2 |
2011-06-28 | Rename pmtrans_t to alpm_trans_t | Allan McRae | 1 | -3/+3 |
2011-06-28 | Rename pmpkg_t to alpm_pkg_t | Allan McRae | 1 | -2/+2 |
2011-06-28 | Rename pmhandle_t to alpm_handle_t | Allan McRae | 1 | -1/+1 |
2011-06-14 | Move pm_errno onto the handle | Dan McGee | 1 | -1/+0 |
2011-06-03 | Remove global handle from util.c | Dan McGee | 1 | -3/+2 |
2011-02-22 | Remove trans->skip_add | Dan McGee | 1 | -1/+0 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 1 | -1/+1 |
2010-03-15 | Bump copyright dates to 2010 | Dan McGee | 1 | -1/+1 |
2009-09-09 | Remove transaction type | Xavier Chantry | 1 | -6/+3 |
2009-07-01 | Update copyright headers and messages | Dan McGee | 1 | -1/+2 |
2009-04-11 | Remove pmsyncpkg_t | Nagy Gabor | 1 | -1/+1 |
2008-11-01 | -Qu rework | Nagy Gabor | 1 | -1/+0 |
2008-03-11 | Remove trans->targets | Nagy Gabor | 1 | -1/+0 |
2007-12-11 | Update GNU GPL boilerplate and copyright dates | Dan McGee | 1 | -4/+2 |
2007-11-17 | War on whitespace | Dan McGee | 1 | -3/+3 |
2007-11-15 | Remove REQUIREDBY usage from libalpm | Dan McGee | 1 | -1/+0 |
2007-11-04 | Readd scriptlet logging that got lost in an earlier commit | Dan McGee | 1 | -1/+1 |
2007-08-16 | Fix some errors spit out by -Wextra | Dan McGee | 1 | -1/+1 |
2007-06-02 | Remove freespace checking code | Dan McGee | 1 | -3/+0 |
2007-04-29 | libalpm util.c and util.h cleanup | Dan McGee | 1 | -0/+6 |
2007-04-27 | Remove FREETRANS macro and correctly type _alpm_trans_free | Dan McGee | 1 | -8/+1 |
2007-03-06 | * Added missing header include guards in md5.h and sha1.h. | Dan McGee | 1 | -2/+2 |
2007-02-20 | * Updated conflict checking one last time. You can finally have a file move | Dan McGee | 1 | -3/+4 |
2007-02-18 | Moved the update_depends function to trans.c, as it depends on a transaction | Aaron Griffin | 1 | -0/+1 |
2007-01-24 | This mainly deals with code clarity- removing currently unneeded | Aaron Griffin | 1 | -13/+15 |
2007-01-19 | Preliminary checkin for alpm_list conversion | Aaron Griffin | 1 | -5/+5 |
2006-11-20 | * repo-add script - to add entries to a db file directly from package data (n... | Aaron Griffin | 1 | -12/+13 |
2006-10-20 | A handful of minor changes: | Aaron Griffin | 1 | -5/+5 |
2006-10-15 | Merged frugalware changes (too many to list). Also added some config file | Aaron Griffin | 1 | -3/+14 |
2006-07-15 | Patch from FW: Better control over CTRL-C interruptions -- do not leave the D... | Judd Vinet | 1 | -1/+3 |
2006-07-15 | spelling fix | Judd Vinet | 1 | -1/+1 |
2006-03-04 | - changed flags type from char to int | Aurelien Foret | 1 | -2/+2 |
2006-02-22 | improved _alpm_list_free handling | Aurelien Foret | 1 | -1/+1 |
2006-02-17 | prepend library function names with _alpm (helped with the patch from VMiklos... | Aurelien Foret | 1 | -8/+8 |
2006-01-07 | sync_commit can now return conflicting files with a trans_prepare like data s... | Aurelien Foret | 1 | -1/+1 |
2006-01-02 | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 1 | -1/+1 |
2005-11-07 | fixed compilation warnings | Aurelien Foret | 1 | -1/+1 |
2005-10-10 | Fixed EVENT and QUESTION macros | Aurelien Foret | 1 | -4/+4 |
2005-10-09 | added conversation callback support for transactions | Judd Vinet | 1 | -2/+9 |
2005-10-08 | Merging in recent fixes/additions from 2.9.7 | Judd Vinet | 1 | -0/+1 |
2005-05-04 | event transaction callback rework to prepare the introduction of a conversati... | Aurelien Foret | 1 | -5/+5 |
2005-04-24 | code cleanup | Aurelien Foret | 1 | -4/+15 |