| Commit message (Expand) | Author | Age |
* | alpm_list_diff_sorted - make some arguments const | Allan McRae | 2010-03-25 |
* | Bump copyright dates to 2010 | Dan McGee | 2010-03-14 |
* | Fix a small typo in alpm_list.c | Laszlo Papp | 2009-10-24 |
* | alpm_list : add new alpm_list_diff_sorted function | Xavier Chantry | 2009-10-11 |
* | alpm_list : fix a bug in alpm_list_remove | Xavier Chantry | 2009-10-11 |
* | Update copyright headers and messages | Dan McGee | 2009-07-01 |
* | alpm_list_remove treat NULL needle as "nothing" | Nagy Gabor | 2008-07-17 |
* | Cleanup usages of alpm_list_find and alpm_list_remove. | Chantry Xavier | 2008-05-13 |
* | More cleanup to alpm_list | Dan McGee | 2008-02-24 |
* | alpm_list.c clean-up | Nagy Gabor | 2008-02-25 |
* | Update GNU GPL boilerplate and copyright dates | Dan McGee | 2007-12-10 |
* | alpm_list : change the alpm_list_find* to return the matching item. | Chantry Xavier | 2007-12-02 |
* | New alpm_list_join function | Nagy Gabor | 2007-11-20 |
* | Generalized alpm_list_find. | Nagy Gabor | 2007-11-17 |
* | War on whitespace | Dan McGee | 2007-11-16 |
* | Fix alpm_list_copy_data | Dan McGee | 2007-11-14 |
* | alpm_list_add == alpm_list_add_last | Nagy Gabor | 2007-11-14 |
* | Ensure list tail pointer is updated when we remove tail node | Dan McGee | 2007-11-11 |
* | Remove unused and broken alpm_list_remove_node function | Dan McGee | 2007-11-11 |
* | Maintain list tail pointers in the head node | Aaron Griffin | 2007-11-06 |
* | Add a little const correctness fix to alpm_list | Dan McGee | 2007-11-04 |
* | Make general list copy function | Dan McGee | 2007-10-29 |
* | Add pmdelta_t structure and functions to libalpm. | Nathan Jones | 2007-10-19 |
* | libalpm/alpm_list.c : add SYMEXPORT to all alpm_list_ functions. | Chantry Xavier | 2007-07-20 |
* | Const correctness! | Dan McGee | 2007-06-05 |
* | Remove unnecessary casts on malloc and elsewhere | Dan McGee | 2007-05-14 |
* | Remove FREESERVER macro and correctly type _alpm_server_free | Dan McGee | 2007-04-27 |
* | Doxygen fixups for libalpm | Dan McGee | 2007-03-29 |
* | * Fix group comparison issue and associated compilation warnings by using | Dan McGee | 2007-03-11 |
* | This commit looks much more monumental than it is. Almost all just #include | Dan McGee | 2007-03-05 |
* | Big commit this time: | Aaron Griffin | 2007-03-03 |
* | * Modified values of INFRQ_* options so we start at 0x01 and not 0x00. This | Dan McGee | 2007-03-01 |
* | * Switched some functions to alpm_pkg_get_* usage as I came across them | Aaron Griffin | 2007-03-01 |
* | K. Piche <kpiche@rogers.com> | Aaron Griffin | 2007-01-30 |
* | Discussed on IRC for a bit, this makes the following changes for clarity: | Dan McGee | 2007-01-30 |
* | * Shuffled some of the alpm_list free funtions - still not perfect, but better | Aaron Griffin | 2007-01-24 |
* | * Added some calloc calls to replace the malloc-then-set-to-zero functionality | Aaron Griffin | 2007-01-23 |
* | Introduced an infinite loop during the pmlist -> alpm_list transition, whoops | Aaron Griffin | 2007-01-22 |
* | Preliminary checkin for alpm_list conversion | Aaron Griffin | 2007-01-19 |