summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-16libalpm: never attempt to remove a mountpointDave Reisner1-0/+40
2013-02-13Fix registering database with non-gpgme buildsAllan McRae1-1/+1
2013-02-13Fix --without-gpgme buildAllan McRae1-0/+2
2013-02-13Fix gpgme detectionAllan McRae1-4/+5
2013-02-13Add format attributes to all required functionsAllan McRae10-11/+20
2013-02-13Fix --enable-warningflagsAllan McRae1-0/+4
2013-02-13makepkg: fix -r and --needed conflictWilliam Giokas1-1/+3
2013-02-13Fix compilation error on clangAllan McRae1-8/+8
2013-02-13makepkg: add lrzip compression supportAllan McRae2-8/+12
2013-02-09Exit with failure status if download or installation is not confirmedMartin Panter1-0/+1
2013-02-09pacman: print version information in debug outputAllan McRae1-0/+2
2013-02-09Quieten the build process some moreAllan McRae1-0/+1
2013-02-09Skip reading sync db deltas files if UseDelta is unsetAllan McRae1-1/+3
2013-02-09Update NEWS for pacman-4.1Allan McRae1-0/+80
2013-02-09README: update with 4.0 -> 4.1 API changesAllan McRae1-0/+57
2013-02-09README: update alpm optionsAndrew Gregory1-9/+13
2013-02-09Import key if needed when installing package from fileAllan McRae2-0/+69
2013-02-09Prompt to delete packages with signature failsAllan McRae1-0/+1
2013-02-09Remove retry path from signature validationAllan McRae1-10/+4
2013-02-09Check keys are in keyring before package validationAllan McRae3-2/+101
2013-02-09Make decode_signature available to the libraryAllan McRae2-2/+5
2013-02-09Add function to extract key id from signaturesAllan McRae2-0/+116
2013-02-09Move key importing into separate functionAllan McRae2-32/+50
2013-02-09Make key_in_keychain available in libraryAllan McRae2-3/+6
2013-02-07Additions to .mailmapAllan McRae1-0/+4
2013-02-07Document fakeroot and fakechroot as dependenciesChirantan Ekbote1-0/+8
2013-02-07Remove outdated instructions in pactest READMEAllan McRae1-15/+0
2013-02-07Remove conditional checks for fakechroot from test filesChirantan Ekbote2-8/+0
2013-02-07Print a warning if fakechroot is not foundChirantan Ekbote1-1/+3
2013-02-07use strtok_r to parse multi-value config optionsAndrew Gregory1-9/+6
2013-02-07document that stdin must not be a tty to read from itAndrew Gregory1-2/+2
2013-02-07Better error message with "-" is specified without stdinAllan McRae1-44/+51
2013-02-07doc: update PKGBUILD man pageAllan McRae1-49/+52
2013-02-07makepkg: make $pkgdir non-accessible during build()Allan McRae1-18/+24
2013-02-07make test/scripts/human_to_size.sh executableAndrew Gregory1-0/+0
2013-02-07add missing utilities to contrib/READMEAndrew Gregory1-4/+14
2013-02-07unset executable bit on updpkgsums.sh.inAndrew Gregory1-0/+0
2013-02-07inline libarchive compat wrappersDave Reisner3-76/+51
2013-02-07Document LocalFileSigLevel and RemoteFileSigLevelAllan McRae1-0/+8
2013-02-07Add configuration option for Upgrade operation SigLevelAllan McRae6-9/+131
2013-01-29Restore libarchive 2.8.x compatibilityDan McGee2-2/+2
2013-01-29Use libarchive compat header for relevant symbolsDave Reisner5-16/+21
2013-01-29add libarchive compatability objectDave Reisner3-0/+99
2013-01-29makepkg: Integrate check_install into tidy_installChirantan Ekbote1-33/+26
2013-01-29dload: pass back the effective URL to callers of _alpm_downloadDave Reisner4-12/+16
2013-01-29Relax requirement of what constitutes a dead connectionLANGLOIS Olivier PIS -EXT1-1/+1
2013-01-29Consolidate --foreign/--native filteringSimon Gomizelj3-14/+17
2013-01-28Make sed follow symlinks on LinuxMaxime Gauduin1-1/+1
2013-01-28paclog-pkglist: parse entries with caller infoAndrew Gregory1-7/+17
2013-01-28add caller prefix to alpm_logactionAndrew Gregory11-50/+68