Age | Commit message (Expand) | Author | Files | Lines |
2011-06-29 | Rename internal functions with grp in their name | Allan McRae | 1 | -2/+2 |
2011-06-28 | Rename pmgrp_t to alpm_group_t | Allan McRae | 1 | -4/+4 |
2011-06-16 | Make pmgrp_t public | Dan McGee | 1 | -12/+0 |
2011-06-14 | Switch all logging to use handle directly | Dan McGee | 1 | -4/+1 |
2011-06-14 | Move pm_errno onto the handle | Dan McGee | 1 | -2/+2 |
2011-06-03 | Remove ALPM_LOG_FUNC macro | Dan McGee | 1 | -8/+0 |
2011-04-21 | Header inclusion cleanup | Dan McGee | 1 | -1/+0 |
2011-03-21 | Style change: return(x) --> return x | Dan McGee | 1 | -3/+3 |
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-07-01 | Update copyright headers and messages | Dan McGee | 1 | -1/+2 |
2008-05-13 | Cleanup usages of alpm_list_find and alpm_list_remove. | Chantry Xavier | 1 | -10/+0 |
2008-04-07 | Remove unnecessary header file, move one macro to util.c | Dan McGee | 1 | -1/+0 |
2008-03-23 | Switch pmgrp_t to dynamic allocation, general group cleanup | Dan McGee | 1 | -3/+6 |
2007-12-11 | Update GNU GPL boilerplate and copyright dates | Dan McGee | 1 | -4/+2 |
2007-10-29 | libalpm: introduce MALLOC and CALLOC macros | Dan McGee | 1 | -6/+1 |
2007-08-24 | libalpm: add newlines to all strings passed to log callback | Dan McGee | 1 | -1/+1 |
2007-06-05 | Const correctness! | Dan McGee | 1 | -2/+2 |
2007-04-28 | Remove FREEGRP macro and correctly type _alpm_grp_free | Dan McGee | 1 | -5/+1 |
2007-04-27 | Clean up gettext on the libalpm side | Dan McGee | 1 | -1/+0 |
2007-03-05 | This commit looks much more monumental than it is. Almost all just #include | Dan McGee | 1 | -3/+5 |
2007-02-26 | * Enforce const char* params when using strings | Aaron Griffin | 1 | -1/+1 |
2007-01-30 | K. Piche <kevin.piche@cgi.com> | Aaron Griffin | 1 | -0/+8 |
2007-01-30 | K. Piche <kpiche@rogers.com> | Aaron Griffin | 1 | -2/+2 |
2007-01-23 | * Added some calloc calls to replace the malloc-then-set-to-zero functionality | Aaron Griffin | 1 | -4/+1 |
2007-01-19 | Preliminary checkin for alpm_list conversion | Aaron Griffin | 1 | -2/+2 |
2006-11-20 | * repo-add script - to add entries to a db file directly from package data (n... | Aaron Griffin | 1 | -0/+16 |
2006-10-31 | Numerous changes: | Aaron Griffin | 1 | -1/+1 |
2006-05-15 | first stage of i18n stuff from VMiklos | Judd Vinet | 1 | -1/+2 |
2006-03-02 | code cleanup | Aurelien Foret | 1 | -1/+6 |
2006-02-22 | improved _alpm_list_free handling | Aurelien Foret | 1 | -1/+3 |
2006-02-17 | prepend library function names with _alpm (helped with the patch from VMiklos... | Aurelien Foret | 1 | -3/+3 |
2006-01-16 | more code cleanup | Aurelien Foret | 1 | -1/+1 |
2006-01-02 | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 1 | -1/+1 |
2005-04-24 | code cleanup | Aurelien Foret | 1 | -1/+1 |
2005-03-15 | Initial revision | Judd Vinet | 1 | -0/+67 |