Age | Commit message (Expand) | Author | Files | Lines |
2016-01-15 | add alpm_list_append | Andrew Gregory | 1 | -10/+24 |
2016-01-04 | Update copyright years for 2016 | Allan McRae | 1 | -1/+1 |
2015-02-01 | Update copyright notices for 2015 | Allan McRae | 1 | -1/+1 |
2014-01-28 | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 1 | -1/+1 |
2014-01-06 | Update copyright years for 2014 | Allan McRae | 1 | -1/+1 |
2013-10-14 | libalpm: move function pointer condition | slavomir vlcek | 1 | -4/+6 |
2013-06-06 | Document alpm_list files are to be stand alone | Allan McRae | 1 | -0/+4 |
2013-01-03 | Update copyright year for 2013 | Allan McRae | 1 | -1/+1 |
2012-02-20 | Update copyright years | Allan McRae | 1 | -1/+1 |
2012-02-06 | Merge branch 'maint' | Dan McGee | 1 | -1/+4 |
2012-01-31 | Fix rare segfault on package removal | Allan McRae | 1 | -1/+4 |
2012-01-02 | alpm_list_msort: inline alpm_list_nth() call | Dan McGee | 1 | -7/+14 |
2011-10-12 | Remove alpm_list_getdata wrapper function | Dan McGee | 1 | -13/+0 |
2011-09-28 | alpm_list: use malloc instead of calloc | Dan McGee | 1 | -4/+4 |
2011-09-22 | Update Doxyfile and fix some documentation errors caught by Doxygen | Dan McGee | 1 | -1/+0 |
2011-08-24 | Improved alpm_list_mmerge() performance (fixed coding style) | Diogo Sousa | 1 | -10/+15 |
2011-07-21 | Convert package filelists to an array instead of linked list | Dan McGee | 1 | -0/+32 |
2011-07-05 | Simplify alpm_list_previous | Allan McRae | 1 | -4/+3 |
2011-07-05 | Remove alpm_list_first | Allan McRae | 1 | -16/+0 |
2011-07-03 | Add alpm_list_previous method | Allan McRae | 1 | -0/+18 |
2011-06-01 | Merge branch 'maint' | Dan McGee | 1 | -1/+1 |
2011-05-24 | alpm_list: fix typo in doxygen comment | Pang Yan Han | 1 | -1/+1 |
2011-04-21 | Header inclusion cleanup | Dan McGee | 1 | -1/+0 |
2011-04-21 | syntax: if/while statements should have no trailing space | Dan McGee | 1 | -13/+13 |
2011-03-21 | Style change: return(x) --> return x | Dan McGee | 1 | -43/+44 |
2011-03-17 | alpm_list: fix typo in doxygen comment | Dave Reisner | 1 | -1/+1 |
2011-02-04 | Add new alpm_list_remove_item() function | Dan McGee | 1 | -33/+53 |
2011-01-08 | Use size_t for alpm_list sizes | Allan McRae | 1 | -4/+4 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 1 | -1/+1 |
2010-03-26 | alpm_list_diff_sorted - make some arguments const | Allan McRae | 1 | -4/+4 |
2010-03-15 | Bump copyright dates to 2010 | Dan McGee | 1 | -1/+1 |
2009-10-24 | Fix a small typo in alpm_list.c | Laszlo Papp | 1 | -1/+1 |
2009-10-11 | alpm_list : add new alpm_list_diff_sorted function | Xavier Chantry | 1 | -17/+68 |
2009-10-11 | alpm_list : fix a bug in alpm_list_remove | Xavier Chantry | 1 | -0/+1 |
2009-07-01 | Update copyright headers and messages | Dan McGee | 1 | -1/+2 |
2008-07-18 | alpm_list_remove treat NULL needle as "nothing" | Nagy Gabor | 1 | -0/+4 |
2008-05-13 | Cleanup usages of alpm_list_find and alpm_list_remove. | Chantry Xavier | 1 | -5/+23 |
2008-02-25 | More cleanup to alpm_list | Dan McGee | 1 | -20/+7 |
2008-02-25 | alpm_list.c clean-up | Nagy Gabor | 1 | -58/+63 |
2007-12-11 | Update GNU GPL boilerplate and copyright dates | Dan McGee | 1 | -4/+2 |
2007-12-03 | alpm_list : change the alpm_list_find* to return the matching item. | Chantry Xavier | 1 | -9/+9 |
2007-11-21 | New alpm_list_join function | Nagy Gabor | 1 | -0/+33 |
2007-11-17 | Generalized alpm_list_find. | Nagy Gabor | 1 | -15/+28 |
2007-11-17 | War on whitespace | Dan McGee | 1 | -9/+9 |
2007-11-15 | Fix alpm_list_copy_data | Dan McGee | 1 | -5/+7 |
2007-11-15 | alpm_list_add == alpm_list_add_last | Nagy Gabor | 1 | -1/+1 |
2007-11-11 | Ensure list tail pointer is updated when we remove tail node | Dan McGee | 1 | -2/+10 |
2007-11-11 | Remove unused and broken alpm_list_remove_node function | Dan McGee | 1 | -29/+0 |
2007-11-07 | Maintain list tail pointers in the head node | Aaron Griffin | 1 | -15/+44 |
2007-11-04 | Add a little const correctness fix to alpm_list | Dan McGee | 1 | -3/+4 |