Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | A handful of minor changes: | Aaron Griffin | 2006-10-20 |
| | | | | | | | | * Removed the PMList typedef, in favor of the same naming scheme other structs use 'pmlist_t' * Added a time stamp on debug output, to make it more informational * Moved alpm_db_register to _alpm_db_register, making the public function not take a callback parameter | ||
* | improved _alpm_list_free handling | Aurelien Foret | 2006-02-22 |
| | |||
* | prepend library function names with _alpm (helped with the patch from ↵ | Aurelien Foret | 2006-02-17 |
| | | | | | | VMiklos <vmiklos@frugalware.org>) added log and event callbacks to sync_commit internal transactions | ||
* | - db_write: add support to write both local and sync entries | Aurelien Foret | 2006-02-16 |
| | | | | - code cleanup | ||
* | - started to rename list_XXX calls to _alpm_list_XXX | Aurelien Foret | 2006-01-05 |
| | | | | - fixed 2 compilation warnings | ||
* | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 2006-01-02 |
| | |||
* | Merging in recent fixes/additions from 2.9.7 | Judd Vinet | 2005-10-07 |
| | |||
* | reimplemented list_remove to deal with lists of any kind of data | Aurelien Foret | 2005-05-03 |
| | |||
* | renamed list_is_ptrin() in list_is_in() | Aurelien Foret | 2005-04-23 |
| | |||
* | - fixed args order in list_is_ptrin() | Aurelien Foret | 2005-04-20 |
| | |||
* | rewrote list_free to not be recursive anymore | Aurelien Foret | 2005-03-26 |
| | | | | (it can trigger segmentation faults when freeing long lists) | ||
* | More backport from pacman 2.9.5 (mainly for resolvedeps) | Aurelien Foret | 2005-03-26 |
| | |||
* | Backport from pacman 2.9.5 | Aurelien Foret | 2005-03-26 |
| | |||
* | Backport from pacman 2.9.5 | Aurelien Foret | 2005-03-25 |
| | | | | | - list_remove, list_check and list_reverse - sortbydeps(mode) | ||
* | Initial revision | Judd Vinet | 2005-03-15 |