Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-22makepkg: Add UPX compression supportAllan McRae
2011-06-20repo-add: show better error when path to repo does not existDave Reisner
2011-06-20repo-add: allow creating a database with no compressionDan McGee
2011-06-20repo-add: use bash equivalents of basename/dirnameDave Reisner
2011-06-20lib/util: call _alpm_log before setting handle->pm_errnoDave Reisner
2011-06-20pactest: add retcode=0 to several testsDan McGee
2011-06-20makepkg: fix broken syntax (double $)Florian Pritz
2011-06-20Improve cachedir removal and error handlingDan McGee
2011-06-20Documented _alpm_download()Kerrick Staley
2011-06-20Documented purpose of be_*.cKerrick Staley
2011-06-20pacman/util.c: support terminals with unknown widthDave Reisner
2011-06-20Correctly duplicate delta objectsDan McGee
2011-06-20Clean up util md5sum methodDan McGee
2011-06-20Merge branch 'public-structs'Dan McGee
2011-06-20lib/handle: use CALLOC macro instead of bare callocDave Reisner
2011-06-20Don't call public API in _alpm_log()Dan McGee
2011-06-16Make pmgrp_t publicDan McGee
2011-06-16Make pmdelta_t publicDan McGee
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee
2011-06-16Make struct pmconflict_t publicDan McGee
2011-06-16Make pmfileconflict_t type publicDan McGee
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee
2011-06-15makepkg: create source package inside fakerootAllan McRae
2011-06-15Clean up makefile for script generationAllan McRae
2011-06-15parse_options: adjust error messagesAllan McRae
2011-06-15scripts/library: add README fileAllan McRae
2011-06-15scripts: refactor output formatting functionsAllan McRae
2011-06-15makepkg: move option parsing code to separate fileAllan McRae
2011-06-15Merge branch 'maint'Dan McGee
2011-06-15Ensure humanize_size works for negative valuesJakob Gruber
2011-06-15Use pm_fprintpf in table_create_formatJakob Gruber
2011-06-15makepkg: reword purge messageAllan McRae
2011-06-15list_display: fix incorrect assignmentDan McGee
2011-06-15Fix man page generation for out of tree buildAllan McRae
2011-06-14valgrind.supp: add known leak exposed by cURLDan McGee
2011-06-14doc/PKGBUILD: misc changesFlorian Pritz
2011-06-14Rename and rework signing helper methodsDan McGee
2011-06-14Alpm pkg accessors: ensure pkg argument is non-NULLDan McGee
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee
2011-06-14Avoid setting sigverify option twiceDan McGee
2011-06-14Conflict check and skip_remove code cleanupsDan McGee
2011-06-14Small handle related cleanupsDan McGee
2011-06-14Add handle argument to _alpm_pkg_should_ignore()Dan McGee
2011-06-14Merge remote-tracking branch 'florian/sodeps'Dan McGee
2011-06-14doc/PKGBUILD: misc changesFlorian Pritz
2011-06-14Merge branch 'maint'Dan McGee
2011-06-14Remove alpm_db_get_url()Dan McGee
2011-06-13Added check option to BUILDENV array in makepkg.conf man pageEric BĂ©langer
2011-06-13Add a helper method for retrieving the DB signature pathDan McGee
2011-06-13alpm_db_update(): refactor out sync dir create/checkDan McGee