Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/libalpm/delta.c
AgeCommit message (Expand)Author
2008-06-04Use correct C type for file sizesDan McGee
2008-04-26Completely rework delta algorithmChantry Xavier
2008-04-26Rework delta struct and modify code accordinglyDan McGee
2008-04-06Remove unnecessary header file, move one macro to util.cDan McGee
2008-01-21Convert deltas to dynamic allocationDan McGee
2007-12-21Fix memory leak in shortest_delta_path.Nathan Jones
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-11-17Generalized alpm_list_find.Nagy Gabor
2007-11-16War on whitespaceDan McGee
2007-10-29libalpm/delta: add const to most methodsDan McGee
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee
2007-10-19Add pmdelta_t structure and functions to libalpm.Nathan Jones