Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-22util: Use off_t instead of int for size valuesFlorian Pritz
2014-05-07remove.c: downgrade TRANS_DUP_TARGET to warningAndrew Gregory
2014-05-04pactest: treat arguments as files instead of globsAndrew Gregory
2014-05-04pmdb.py: change siglevel name to RequiredAndrew Gregory
2014-05-04register_syncdb: reject db names that contain /Andrew Gregory
2014-04-21strtrim: reset pointer after trimming leading whitespaceDave Reisner
2014-04-21makepkg: use dash instead of underscore in /usr/lib/debug/.build-idSteven Noonan
2014-03-27repo-add: declare pkgbase as localAllan McRae
2014-03-27Always supply base name and version info in .PKGFILE if neededAllan McRae
2014-03-27makepkg: sign source packages with --signAllan McRae
2014-03-27conf.c: remove extra indentationAndrew Gregory
2014-03-27check config_new return valueAndrew Gregory
2014-03-27pacman/upgrade: Fix memory leaksSören Brinkmann
2014-03-27pacman/upgrade: Refactor memory managementSören Brinkmann
2014-03-16pacman/upgrade: Check malloc() return valueSören Brinkmann
2014-03-13makepkg: Reorder some entries in usage() and getoptsPierre Neidhardt
2014-03-12makepkg: enforce fakeroot usageAllan McRae
2014-03-12makepkg: Remove --asroot optionAllan McRae
2014-03-12makepkg: Add a --noarchive option to inhibit archive creationPierre Neidhardt
2014-03-12makepkg: Comment on install_package() return codePierre Neidhardt
2014-03-08note that TotalDownload and XferCommand are incompatible.Matthias Krüger
2014-03-08Use MALLOC throughtout libalpmAllan McRae
2014-03-04remove check for unused ALPM_ERR_PKG_IGNOREDAndrew Gregory
2014-03-04simplify check for leading "local/"Andrew Gregory
2014-03-04sync_prepare: ignore explicitly removed conflictsAndrew Gregory
2014-03-03Fix install order in scripts MakefileAllan McRae
2014-03-03makepkg.8: Fix typoPierre Neidhardt
2014-03-03pactest: add prefix to temporary directoryAndrew Gregory
2014-03-03pmpkg.py: remove unused importsAndrew Gregory
2014-03-03makepkg: Support kernel.org's PGP signature schemeThomas Bächler
2014-03-03Fix warnings with strict-overflow in gcc-4.9Allan McRae
2014-03-03pacsearch: factored -Ss and -Qs parts into one single functionPierre Neidhardt
2014-03-03pacsearch: pattern arguments work as for pacmanPierre Neidhardt
2014-03-03Add events on pacnew/pacsave/pacorig file creationOlivier Brunel
2014-03-03pacsearch: fields are treated uniformly when printingPierre Neidhardt
2014-03-03pacsearch: removed redundant sortingPierre Neidhardt
2014-03-03pacsearch: indexing by 'name version' instead of 'name'Pierre Neidhardt
2014-03-03pacsearch: removed useless commentPierre Neidhardt
2014-03-03makepkg: implement support for stripping kernel modulesSteven Noonan
2014-03-03restrict transaction package originsAndrew Gregory
2014-03-03Add events _PKGDOWNLOAD_{START, DONE, FAILED}Olivier Brunel
2014-03-03Add events ALPM_EVENT_RETRIEVE_{DONE, FAILED}Olivier Brunel
2014-03-03Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel
2014-03-03Update the event callbackOlivier Brunel
2014-03-03be_local: Use alpm_greedy_growFlorian Pritz
2014-03-03be_package: Build the file list from MTREE if possibleFlorian Pritz
2014-03-03be_package: Refactor code adding a file to the files listFlorian Pritz
2014-03-03be_package: Refactor handling of simple path checksFlorian Pritz
2014-03-03util: Add _alpm_realloc() and _alpm_greedy_grow()Florian Pritz
2014-03-03Check if a file is in the package's file list before extractingFlorian Pritz