summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-04-26Completely rework delta algorithmChantry Xavier9-209/+218
2008-04-26Rework delta struct and modify code accordinglyDan McGee4-68/+67
2008-04-26Refactor the trans init and release code.Chantry Xavier5-85/+52
2008-04-26Kill compute_requiredby usage in can_remove_package()Nagy Gabor1-8/+10
2008-04-19Merge branch 'maint'Dan McGee3-14/+22
2008-04-19Give libalpm native support for both libdownload and libfetchDan McGee3-7/+41
2008-04-19Remove unnecessary NULL check in FREE() macroDan McGee1-1/+1
2008-04-17pactest : Use tarfile module.Chantry Xavier2-12/+20
2008-04-17pactest: Add quotes for directory with whitespacesChantry Xavier1-2/+2
2008-04-16Merge branch 'maint'Dan McGee5-7/+19
2008-04-16Slight changes to fix warnings from autoconf 2.62Dan McGee1-2/+2
2008-04-15More non-Linux build updates, mostly DarwinDan McGee3-3/+15
2008-04-15Fix gettext on non-Linux platformsDan McGee2-2/+2
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-08Update configure.ac to current codeDan McGee2-15/+14
2008-04-08Merge branch 'maint'Dan McGee5-3/+17
2008-04-08Add check for swprintf() and a workaround when it is missingDan McGee2-2/+12
2008-04-08Add *.exe ignores for certain other platformsDan McGee2-0/+4
2008-04-07Allow disabling of internal (libdownload) codeDan McGee4-37/+76
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 McGee6-29/+22
2008-04-07Remove libdownload reference from pacman frontendDan McGee1-17/+2
2008-04-07Add quiet printout to --owns functionalityDan McGee1-3/+8
2008-04-06Quote filenames in find expression in pacdiffAllan McRae1-1/+1
2008-04-02Merge branch 'maint'Dan McGee5-10/+11
2008-04-02Update NEWS and configure.ac for 3.1.4 releasev3.1.4Dan McGee4-11/+11
2008-04-02Set handle->logstream to null after fclose()Dan McGee1-0/+1
2008-03-30Update -Ss and -Qs pactests to include groupsDan McGee2-0/+2
2008-03-30Enable display of multiple groups in -Ss and -Qs outputDan McGee2-6/+22
2008-03-30Fix segfault on -Qs usageDan McGee2-5/+3
2008-03-30Merge branch 'maint'Dan McGee3-7/+7
2008-03-30doc/pacman.8: fix manpage typoDan McGee1-2/+3
2008-03-30Fix manpage typoDan McGee1-1/+1
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 McGee3-1/+5
2008-03-23Avoid duplicated target names.Nagy Gabor4-39/+37
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