Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-01-13 | db->pkgcache_loaded and db->grpcache_loaded | Nagy Gabor | 1 | -15/+16 |
2008-10-13 | Remove unnecessary unistd.h header inclusion | Dan McGee | 1 | -1/+0 |
2008-07-16 | _alpm_db_add_pkgincache rework | Nagy Gabor | 1 | -2/+20 |
2008-05-14 | Fix rewinddir regression by cleaning up db_scan | Xavier Chantry | 1 | -15/+5 |
2008-05-13 | Swap the parameters of alpm_pkg_find | Nagy Gabor | 1 | -1/+1 |
2008-05-12 | Remove some useless abstraction and start db cleanup | Dan McGee | 1 | -1/+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 | -29/+21 |
2008-01-24 | libalpm/cache.c : don't duplicate packages in pkgcache. | Chantry Xavier | 1 | -12/+3 |
2008-01-02 | Remove gettext calls from debug-level messages | Dan McGee | 1 | -1/+1 |
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-08-24 | libalpm: add newlines to all strings passed to log callback | Dan McGee | 1 | -9/+9 |
2007-08-22 | Various valgrind mem leak fixes | Dan McGee | 1 | -0/+1 |
2007-08-14 | package.h: implement origin_data union in pmpkg_t struct | Dan McGee | 1 | -1/+1 |
2007-08-14 | Code cleanup | Dan McGee | 1 | -1/+0 |
2007-07-10 | Remove gettext calls from all PM_LOG_DEBUG messages | Dan McGee | 1 | -8/+10 |
2007-06-05 | Const correctness! | Dan McGee | 1 | -1/+1 |
2007-04-28 | Remove FREELISTPTR macro | Dan McGee | 1 | -1/+2 |
2007-04-28 | Remove FREEPKG macro and correctly type _alpm_pkg_free | Dan McGee | 1 | -2/+6 |
2007-04-28 | Remove FREEGRP macro and correctly type _alpm_grp_free | Dan McGee | 1 | -1/+2 |
2007-04-27 | Clean up gettext on the libalpm side | Dan McGee | 1 | -1/+0 |
2007-03-11 | * Fix group comparison issue and associated compilation warnings by using | Dan McGee | 1 | -3/+5 |
2007-03-10 | fixed string comparison callback (patch from Nagy Gabor) | Jürgen Hötzel | 1 | -2/+2 |
2007-03-05 | This commit looks much more monumental than it is. Almost all just #include | Dan McGee | 1 | -3/+5 |
2007-03-03 | Big commit this time: | Aaron Griffin | 1 | -50/+32 |
2007-03-01 | * Modified values of INFRQ_* options so we start at 0x01 and not 0x00. This | Dan McGee | 1 | -2/+2 |
2007-02-26 | * Enforce const char* params when using strings | Aaron Griffin | 1 | -3/+3 |
2007-02-22 | * debug cleanup (more) | Aaron Griffin | 1 | -2/+2 |
2007-02-22 | * Cleaned up some debug output | Aaron Griffin | 1 | -2/+8 |
2007-02-21 | * Fixed inconsistency of args- _alpm_db_read, _alpm_db_write. | Dan McGee | 1 | -1/+1 |
2007-02-21 | * Re-added a compare function for syncpkg's - it was removed without thinking | Aaron Griffin | 1 | -0/+4 |
2007-01-31 | Fix corrupt DB entry handling when loading package entries. | Aaron Griffin | 1 | -3/+2 |
2007-01-30 | K. Piche <kevin.piche@cgi.com> | Aaron Griffin | 1 | -0/+22 |
2007-01-30 | Discussed on IRC for a bit, this makes the following changes for clarity: | Dan McGee | 1 | -2/+2 |
2007-01-24 | * Shuffled some of the alpm_list free funtions - still not perfect, but better | Aaron Griffin | 1 | -2/+7 |
2007-01-24 | This mainly deals with code clarity- removing currently unneeded | Aaron Griffin | 1 | -4/+4 |
2007-01-19 | Preliminary checkin for alpm_list conversion | Aaron Griffin | 1 | -18/+18 |
2007-01-11 | * J�rgen H�tzel <juergen@hoetzel.info> | Aaron Griffin | 1 | -1/+4 |
2006-11-01 | Fixed pacman -U: | Aaron Griffin | 1 | -1/+1 |
2006-10-31 | Numerous changes: | Aaron Griffin | 1 | -12/+35 |
2006-10-20 | A handful of minor changes: | Aaron Griffin | 1 | -7/+7 |
2006-05-15 | first stage of i18n stuff from VMiklos | Judd Vinet | 1 | -5/+6 |
2006-03-08 | all _alpm_XXX_cmp functions are now public | Aurelien Foret | 1 | -10/+3 |
2006-03-07 | fixed a commentary | Aurelien Foret | 1 | -1/+0 |
2006-03-07 | code cleanup | Aurelien Foret | 1 | -2/+2 |
2006-03-04 | make cache works when loading it with DEPENDS info only | Aurelien Foret | 1 | -0/+4 |
2006-02-17 | prepend library function names with _alpm (helped with the patch from VMiklos... | Aurelien Foret | 1 | -30/+30 |