summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-10testdb: pass empty local pkglist to alpm_checkdepsAndrew Gregory1-1/+1
2013-03-10pmpkg: add missing directories to test packagesAndrew Gregory3-22/+37
2013-03-10makepkg: Add --verifysource to only download/verify source filesOlivier Brunel2-2/+11
2013-03-10makepkg: Make VCS download functions use get_filenameNeer Sighted1-9/+7
2013-03-10makepkg: Separate vcs download and extractWilliam Giokas1-68/+131
2013-03-10make paclog-pkglist understand 'downgraded'Simon Gomizelj1-1/+1
2013-03-10make status/log messages reflect version changeSimon Gomizelj3-33/+78
2013-03-10bash_completion: update for colorAllan McRae1-3/+3
2013-03-10remove the duplicate strnlen and strndupSimon Gomizelj1-22/+0
2013-03-10libalpm/sync: remove useless intermediate variableDave Reisner1-5/+2
2013-03-08contrib: Add color to paccacheWilliam Giokas1-11/+9
2013-03-08contrib: Add color to bacmanWilliam Giokas1-28/+34
2013-03-08contrib: Make pacdiff colors the same as makepkgWilliam Giokas2-26/+14
2013-03-08scripts: Add color to repo-addWilliam Giokas2-0/+8
2013-03-08scripts: Add color to pkgdeltaWilliam Giokas1-1/+7
2013-03-08scripts: Add color to pacman-optimizeWilliam Giokas1-1/+10
2013-03-08scripts: Add color to pacman-keyWilliam Giokas2-1/+7
2013-03-08scripts: Add color to pacman-db-upgradeWilliam Giokas1-1/+10
2013-03-08scripts: Add color to library/output_format.shWilliam Giokas3-8/+38
2013-03-07update documentation and config filesSimon Gomizelj3-0/+9
2013-03-07colourize -QSimon Gomizelj1-1/+3
2013-03-07colourize -Sl/-QlSimon Gomizelj2-7/+6
2013-03-07colourize -Ss/-QsSimon Gomizelj1-6/+10
2013-03-07colourize the output of -Qi/SiSimon Gomizelj2-7/+11
2013-03-07colourize table outputSimon Gomizelj1-1/+3
2013-03-07colourize warnings and errorsSimon Gomizelj1-2/+4
2013-03-07colourize colon_printf and questionSimon Gomizelj1-2/+7
2013-03-07introduce colstr for colourizingSimon Gomizelj3-0/+65
2013-03-07add a config settings and flag for coloursSimon Gomizelj3-1/+27
2013-03-07standardize format functionsSimon Gomizelj2-11/+11
2013-03-07remove format from statistic messagesSimon Gomizelj1-11/+46
2013-03-07split "Packages (%zd):" messageSimon Gomizelj1-1/+1
2013-03-07remove :: prefix from all messageSimon Gomizelj5-23/+37
2013-03-07refactor common code in query_search/sync_searchSimon Gomizelj4-127/+95
2013-03-07makepkg: Use a recursive git clone.Neer Sighted1-1/+1
2013-03-07makepkg: Avoid find to fork for each rm callSébastien Luttringer1-2/+2
2013-03-07Add staticlibs option in PKGBUILDSébastien Luttringer4-13/+27
2013-03-07libalpm: Search for replacers before literalsOlivier Brunel4-16/+33
2013-03-07libalpm: Fix installing update of a replaced packageOlivier Brunel2-0/+20
2013-03-07fix typos in pacman testsAndrew Gregory3-4/+4
2013-03-07Do not resolve every local package filelist on removeAllan McRae1-1/+3
2013-02-24add SYMEXPORT to alpm_filelist_containsAndrew Gregory1-1/+1
2013-02-24dload: don't download sig if package is found in cacheDave Reisner1-1/+1
2013-02-24Provide full path names in warning messagesRichard Pougnet1-9/+10
2013-02-24paccache: use xargs to execute mv/rm commandsDave Reisner1-2/+2
2013-02-24Perform limited conflict checking with --forceAllan McRae5-5/+32
2013-02-24use resolved_path for filelist_containsAndrew Gregory5-6/+21
2013-02-24return resolved paths from filelist_differenceAndrew Gregory4-32/+18
2013-02-24return resolved paths from filelist_intersectionAndrew Gregory3-5/+3
2013-02-24add fileconflict tests for cases with symlinksAndrew Gregory4-0/+80