index
:
pacman
auto-pentium4
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
alpm_list.h
Age
Commit message (
Expand
)
Author
2008-05-13
Cleanup usages of alpm_list_find and alpm_list_remove.
Chantry Xavier
2008-02-25
alpm_list.c clean-up
Nagy Gabor
2008-02-16
Move pmgraph_t struct and functions to their own header file
Dan McGee
2007-12-10
Update GNU GPL boilerplate and copyright dates
Dan McGee
2007-12-02
alpm_list : change the alpm_list_find* to return the matching item.
Chantry Xavier
2007-11-20
New alpm_list_join function
Nagy Gabor
2007-11-17
Generalized alpm_list_find.
Nagy Gabor
2007-11-16
War on whitespace
Dan McGee
2007-11-14
Fix alpm_list_copy_data
Dan McGee
2007-11-11
Remove unused and broken alpm_list_remove_node function
Dan McGee
2007-10-29
Make general list copy function
Dan McGee
2007-10-19
Add pmdelta_t structure and functions to libalpm.
Nathan Jones
2007-10-14
Updates to fix Doxygen documentation generation
Dan McGee
2007-06-05
Const correctness!
Dan McGee
2007-04-28
Remove FREELISTPTR macro
Dan McGee
2007-03-29
Doxygen fixups for libalpm
Dan McGee
2007-03-03
Big commit this time:
Aaron Griffin
2007-03-01
* Switched some functions to alpm_pkg_get_* usage as I came across them
Aaron Griffin
2007-02-16
* Removed unnecessary #define
Dan McGee
2007-02-13
* Refactored conflict checking within packages. Profiling from Dan showed an
Aaron Griffin
2007-01-30
Discussed on IRC for a bit, this makes the following changes for clarity:
Dan McGee
2007-01-24
* Shuffled some of the alpm_list free funtions - still not perfect, but better
Aaron Griffin
2007-01-19
Preliminary checkin for alpm_list conversion
Aaron Griffin