summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-05Search for PGP subkeys in a keyserver-acceptable wayDan McGee1-5/+21
2012-01-03add new pactest for syncfirst with recursive depsDave Reisner2-0/+130
2012-01-03Prevent rebuild of man pages when using release tarballsAllan McRae1-3/+3
2011-12-29Fix bogus string cast in search debug messageDan McGee1-3/+3
2011-12-23pacman-key: Add missing quotesTimothy Redaelli1-3/+3
2011-12-23Allow comments after repo section header in pacman.confAllan McRae1-5/+7
2011-12-12contrib/paccache: silence possible output from cdDave Reisner1-1/+1
2011-12-12pacsysclean: Add new contrib scriptEric BĂ©langer3-1/+55
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-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-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 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-15Update documentation regarding signature extensionsAllan McRae1-1/+1
2011-11-14Update translations from TransifexDan McGee81-952/+1316
2011-11-14Updates in preparation for 4.0.1 releaseDan McGee5-10/+29
2011-11-10makepkg: check for value before using eval'd varDave Reisner1-1/+1
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-01src/util: link vercmp against .lo, not the .oDave Reisner1-1/+1
2011-10-28dload: remove redundant conditionalDave Reisner1-2/+3
2011-10-28dload: chmod tempfiles to respect umaskDave Reisner1-1/+12
2011-10-27Introduce ALPM_BUFFER_SIZE constantDan McGee5-19/+25
2011-10-27paccache: add vim modelineDave Reisner1-0/+2
2011-10-27paccache: ensure seen/seenarch vars are setDave Reisner1-0/+1
2011-10-27Fix issues with replacing unowned symlinksDan McGee3-18/+19
2011-10-27Add some unowned symlink replacement testsDan McGee4-1/+77
2011-10-26Don't realloc a 0-length files array when loading packagesDan McGee1-8/+10
2011-10-25lib/sync: inform callers of compute_download_size of a partialDave Reisner1-2/+6
2011-10-25Fix libtool detection of --as-needed flagAllan McRae1-3/+6
2011-10-25Update libtool filesAllan McRae2-35/+51
2011-10-24Add more logging to download codeDan McGee1-3/+11
2011-10-21bacman: pkgrel does not have to be an integerlolilolicon1-1/+1
2011-10-21Remove remaining usages of fprintf() from frontendDan McGee2-4/+5
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee8-60/+47
2011-10-21Use stderr as output stream for pm_printf()Dan McGee1-1/+1
2011-10-17pacman-key: add a default keyserver timeout value on --initDan McGee1-0/+1
2011-10-17Show an error message on failed remote key lookupDan McGee1-2/+2
2011-10-17Table display: print message with warning: prefixDan McGee1-1/+2
2011-10-14makepkg: don't attach traps until after argument parsingDan McGee1-11/+9