| Commit message (Expand) | Author | Age |
* | Update copyright notices for 2015 | Allan McRae | 2015-02-01 |
* | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 2014-01-28 |
* | Update copyright years for 2014 | Allan McRae | 2014-01-06 |
* | libalpm: move function pointer condition | slavomir vlcek | 2013-10-14 |
* | Document alpm_list files are to be stand alone | Allan McRae | 2013-06-06 |
* | Update copyright year for 2013 | Allan McRae | 2013-01-03 |
* | Update copyright years | Allan McRae | 2012-02-20 |
* | Merge branch 'maint' | Dan McGee | 2012-02-06 |
|\ |
|
| * | Fix rare segfault on package removal | Allan McRae | 2012-01-31 |
* | | alpm_list_msort: inline alpm_list_nth() call | Dan McGee | 2012-01-02 |
* | | Remove alpm_list_getdata wrapper function | Dan McGee | 2011-10-12 |
|/ |
|
* | alpm_list: use malloc instead of calloc | Dan McGee | 2011-09-27 |
* | Update Doxyfile and fix some documentation errors caught by Doxygen | Dan McGee | 2011-09-22 |
* | Improved alpm_list_mmerge() performance (fixed coding style) | Diogo Sousa | 2011-08-24 |
* | Convert package filelists to an array instead of linked list | Dan McGee | 2011-07-21 |
* | Simplify alpm_list_previous | Allan McRae | 2011-07-05 |
* | Remove alpm_list_first | Allan McRae | 2011-07-05 |
* | Add alpm_list_previous method | Allan McRae | 2011-07-03 |
* | Merge branch 'maint' | Dan McGee | 2011-06-01 |
|\ |
|
| * | alpm_list: fix typo in doxygen comment | Pang Yan Han | 2011-05-24 |
* | | Header inclusion cleanup | Dan McGee | 2011-04-20 |
* | | syntax: if/while statements should have no trailing space | Dan McGee | 2011-04-20 |
* | | Style change: return(x) --> return x | Dan McGee | 2011-03-20 |
|/ |
|
* | alpm_list: fix typo in doxygen comment | Dave Reisner | 2011-03-16 |
* | Add new alpm_list_remove_item() function | Dan McGee | 2011-02-04 |
* | Use size_t for alpm_list sizes | Allan McRae | 2011-01-07 |
* | Update copyright years for 2011 | Allan McRae | 2011-01-07 |
* | 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 |