summaryrefslogtreecommitdiffstats
path: root/lib/libalpm
AgeCommit message (Expand)AuthorFilesLines
2008-06-04libalpm/md5: Fix license headerDan McGee2-6/+4
2008-05-30Fix versioncmp regression after updateDan McGee1-9/+27
2008-05-29Tidy up of the handle struct in libalpmAllan McRae2-5/+1
2008-05-29Remove PM_TRANS_EVT_EXTRACT_START.Xavier Chantry2-3/+0
2008-05-29be_files : stores REPLACES and FORCE in desc.Xavier Chantry1-11/+10
2008-05-29Add some verbosity to _alpm_db_read.Nagy Gabor1-2/+18
2008-05-29Fix for remove052.py by moving recursedeps before checkdeps.Nagy Gabor1-1/+7
2008-05-15Fix compilation warning on x86_64Dan McGee1-1/+1
2008-05-14Remove wrapper call around versioncmpDan McGee5-19/+5
2008-05-14Update _alpm_versioncmpDan McGee1-50/+102
2008-05-14Simplify _alpm_pkg_new()Dan McGee5-14/+8
2008-05-14Remove lazy init code from pkg name and version functionsDan McGee1-16/+0
2008-05-14Fix rewinddir regression by cleaning up db_scanXavier Chantry3-91/+37
2008-05-13Remove an outdated exception check in file conflict codeDan McGee1-20/+0
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier15-142/+87
2008-05-13Swap the parameters of alpm_pkg_findNagy Gabor6-14/+14
2008-05-13Remove errant include of error.hDan McGee1-1/+0
2008-05-12Merge branch 'maint'Dan McGee1-0/+3
2008-05-12Refactor pkg_load/parse_descfile into a new backend fileDan McGee4-244/+285
2008-05-12Remove some useless abstraction and start db cleanupDan McGee4-181/+149
2008-05-10Add detailed description to alpm_pkg_loadSebastian Nowicki1-0/+3
2008-05-10Update makepath to remove PATH_MAX usageDan McGee1-17/+21
2008-05-09Use strdup() instead of a static bufferDan McGee1-14/+24
2008-05-09Update md5 routinesDan McGee2-64/+51
2008-05-09be_files.c: PATH_MAX cleanupDan McGee1-6/+13
2008-04-29Add documentation for transaction eventsSebastian Nowicki1-1/+58
2008-04-29Updates to _alpm_copyfile()Dan McGee1-8/+14
2008-04-29Rework extract_single_file() temp file creationDan McGee1-29/+35
2008-04-28Remove unnecessary archive_entry_set_pathname() callsDan McGee1-4/+0
2008-04-26Fix some fallout from the delta/download changesDan McGee2-5/+15
2008-04-26get_filename : use the FILENAME db field only.Chantry Xavier2-13/+4
2008-04-26libalpm/sync.c : memleak fixes.Chantry Xavier1-9/+8
2008-04-26Get rid of the delta patches listChantry Xavier1-76/+67
2008-04-26Completely rework delta algorithmChantry Xavier8-208/+217
2008-04-26Rework delta struct and modify code accordinglyDan McGee4-68/+67
2008-04-26Kill compute_requiredby usage in can_remove_package()Nagy Gabor1-8/+10
2008-04-19Give libalpm native support for both libdownload and libfetchDan McGee2-4/+35
2008-04-19Remove unnecessary NULL check in FREE() macroDan McGee1-1/+1
2008-04-16Merge branch 'maint'Dan McGee1-0/+5
2008-04-15More non-Linux build updates, mostly DarwinDan McGee1-0/+4
2008-04-15Fix gettext on non-Linux platformsDan McGee1-0/+1
2008-04-15Fix compilation errors on x86_64Dan McGee1-2/+2
2008-04-15remove.c: refactor into functionsK. Piche1-40/+59
2008-04-15Some comments for _alpm_unpack.K. Piche1-0/+11
2008-04-15add.c: added some tracing and improved some variable localityK. Piche1-3/+10
2008-04-11Memory allocation and other small cleanupsDan McGee1-11/+9
2008-04-11Merge branch 'maint'Dan McGee1-6/+4
2008-04-11Remove unnecessary import in dload.hDan McGee1-1/+0
2008-04-09Correctly use the fd returned my mkstemp()Dan McGee1-6/+4
2008-04-07Allow disabling of internal (libdownload) codeDan McGee3-34/+56