summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-12-07Merge branch 'maint'Dan McGee4-9/+17
2011-12-07contrib/*: Hardcode program namesLukas Fleischer7-28/+36
2011-12-07Add 'silent-rules' to automake setup in configure.acDan McGee1-1/+1
2011-12-06Use correct size in memsetDan McGee1-1/+1
2011-12-05repo-add: enforce maximum .sig file sizeDan McGee1-7/+12
2011-12-05Enforce signature download size limit on -U <url> operationsDan McGee1-0/+3
2011-12-05contrib/paclist: Add "--help" command line parameterLukas Fleischer1-1/+1
2011-12-01Merge branch 'maint'Dan McGee8-21/+89
2011-12-01makepkg.5: fix typo s/tar,bz2/tar.bz2/Dave Reisner1-1/+1
2011-12-01makepkg: avoid using comm for diff'ing package listsDave Reisner1-7/+9
2011-12-01_alpm_ldconfig: return value from _alpm_run_chrootDan McGee1-1/+1
2011-12-01Add two new pactests for pacman upgrade behaviorDan McGee2-0/+65
2011-12-01Miscellaneous post-4.0.1 updatesDan McGee3-12/+13
2011-12-01Add helper function for duplicating depends listsDan McGee1-27/+31
2011-11-22added doxygen documentationandrew.gregory.8@gmail.com2-30/+124
2011-11-21Merge branch 'maint'Dan McGee4-10/+13
2011-11-21add key algo to import msgFlorian Pritz3-2/+25
2011-11-21change gpg import message to resemble gpg --list-keysFlorian Pritz3-2/+10
2011-11-21makepkg: add support for PACKAGER environment varPhillip Smith2-0/+6
2011-11-21repo-add: Remove .tmp. prefix from outputAllan McRae1-1/+1
2011-11-21repo-add: ensure database and signature files are always viewed in wholeDan McGee1-12/+26
2011-11-21repo-add: ensure path to LOCKFILE is always absoluteDan McGee1-8/+7
2011-11-21Final changes before 4.0.1 releasev4.0.1Dan McGee3-7/+10
2011-11-21makepkg: trim trailing space from whitespace sensitive varsDave Reisner1-3/+3
2011-11-16Update alpm_errno_t type to non-enum versionDan McGee1-1/+1
2011-11-16Merge branch 'maint'Dan McGee90-1162/+1600
2011-11-16Add helper method for creating and opening archive objectDan McGee6-91/+123
2011-11-16Update translations from TransifexDan McGee29-310/+356
2011-11-15makepkg.conf: disable motd printing for rsync DLAGENTDave Reisner1-1/+1
2011-11-15Allow sync_prepare to work in certain cases without sync databasesDan McGee2-10/+19
2011-11-15Remove unnecessary casts in callback codeDan McGee1-5/+5
2011-11-15Update documentation regarding signature extensionsAllan McRae1-1/+1
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder16-26/+26
2011-11-14Update translations from TransifexDan McGee81-952/+1316
2011-11-14Updates in preparation for 4.0.1 releaseDan McGee5-10/+29
2011-11-13Merge branch 'maint'Dan McGee1-1/+1
2011-11-13add fnmatch support for HoldPkgDave Reisner3-2/+20
2011-11-13add support for back end fnmatch'd optionsDave Reisner10-10/+107
2011-11-11invert iteration order for ignoregroupDave Reisner1-2/+2
2011-11-10makepkg: check for value before using eval'd varDave Reisner1-1/+1
2011-11-07Merge branch 'maint'Dan McGee3-5/+8
2011-11-07makepkg: handle pgp signatures with .sign extensionAllan McRae1-2/+2
2011-11-03Fix download progress rounding edge caseDan McGee1-2/+5
2011-11-02Fix thinko in _alpm_strip_newlineDan McGee1-1/+1
2011-11-01libalpm/util: don't use sprintf to convert from bin to hexDan McGee1-10/+14
2011-11-01Fix size reported in CALLOC allocation failure messageDan McGee1-1/+1
2011-11-01Convert package and database archive reads to use file descriptorsDan McGee2-39/+65
2011-11-01libalpm/util: use low-level I/O for copyfile and checksum routinesDan McGee1-55/+61
2011-11-01Add OPEN() and CLOSE() util macrosDan McGee5-29/+28
2011-11-01Merge branch 'maint'Dan McGee13-46/+146