Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-30 | Make general list copy function | Dan McGee | 1 | -2/+24 |
2007-10-20 | Add pmdelta_t structure and functions to libalpm. | Nathan Jones | 1 | -0/+18 |
2007-07-20 | libalpm/alpm_list.c : add SYMEXPORT to all alpm_list_ functions. | Chantry Xavier | 1 | -11/+11 |
2007-06-05 | Const correctness! | Dan McGee | 1 | -19/+23 |
2007-05-14 | Remove unnecessary casts on malloc and elsewhere | Dan McGee | 1 | -1/+1 |
2007-04-28 | Remove FREESERVER macro and correctly type _alpm_server_free | Dan McGee | 1 | -1/+1 |
2007-03-29 | Doxygen fixups for libalpm | Dan McGee | 1 | -81/+158 |
2007-03-11 | * Fix group comparison issue and associated compilation warnings by using | Dan McGee | 1 | -2/+2 |
2007-03-05 | This commit looks much more monumental than it is. Almost all just #include | Dan McGee | 1 | -1/+2 |
2007-03-03 | Big commit this time: | Aaron Griffin | 1 | -1/+1 |
2007-03-01 | * Modified values of INFRQ_* options so we start at 0x01 and not 0x00. This | Dan McGee | 1 | -1/+1 |
2007-03-01 | * Switched some functions to alpm_pkg_get_* usage as I came across them | Aaron Griffin | 1 | -0/+27 |
2007-01-30 | K. Piche <kpiche@rogers.com> | Aaron Griffin | 1 | -8/+8 |
2007-01-30 | Discussed on IRC for a bit, this makes the following changes for clarity: | Dan McGee | 1 | -4/+4 |
2007-01-24 | * Shuffled some of the alpm_list free funtions - still not perfect, but better | Aaron Griffin | 1 | -13/+42 |
2007-01-23 | * Added some calloc calls to replace the malloc-then-set-to-zero functionality | Aaron Griffin | 1 | -1/+4 |
2007-01-22 | Introduced an infinite loop during the pmlist -> alpm_list transition, whoops | Aaron Griffin | 1 | -0/+1 |
2007-01-19 | Preliminary checkin for alpm_list conversion | Aaron Griffin | 1 | -0/+429 |