summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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-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
2008-04-07Remove a bit more download.h pollutionDan McGee2-7/+5
2008-04-07Remove unnecessary header file, move one macro to util.cDan McGee21-47/+5
2008-04-07libalpm error cleanup, step 1Dan McGee5-28/+21
2008-04-02Merge branch 'maint'Dan McGee1-0/+1
2008-04-02Set handle->logstream to null after fclose()Dan McGee1-0/+1
2008-03-30Merge branch 'maint'Dan McGee2-6/+6
2008-03-29Duplicate the result of archive_entry_pathname.Chantry Xavier1-2/+2
2008-03-28Use pkgcache instead of db_scan in remove.cNagy Gabor1-4/+4
2008-03-27Read .PKGINFO directly from package fileDan McGee1-50/+11
2008-03-27Add an archive_fgets() functionDan McGee2-0/+31
2008-03-27Make db->treename a pointerDan McGee2-3/+3
2008-03-23Merge branch 'maint'Dan McGee2-0/+4
2008-03-23Avoid duplicated target names.Nagy Gabor2-22/+29
2008-03-23memleak fix: ensure we free result of get_destfile()Dan McGee1-6/+5
2008-03-23memleak fix: ensure backup fname isn't lost if unusedDan McGee2-0/+4
2008-03-23Switch pmgrp_t to dynamic allocation, general group cleanupDan McGee4-39/+33
2008-03-23Update database mtime after it has been extractedDan McGee1-8/+12
2008-03-22Kill the dependsonly option.Chantry Xavier2-10/+4
2008-03-18Kill PM_TRANS_TYPE_ADD.Chantry Xavier8-28/+12