summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-28Rename pmfileconflicttype_t to alpm_fileconflicttype_tAllan McRae
2011-06-28Rename pmdepmod_t to alpm_depmod_tAllan McRae
2011-06-28Rename pmpkgreason_t to alpm_pkgreason_tAllan McRae
2011-06-27Revert "Merge branch 'master' of git://projects.archlinux.org/pacman"Dan McGee
2011-06-27repo-add: remove extra exit callDan McGee
2011-06-27pacman-optimize: use output libraryDan McGee
2011-06-27Merge remote-tracking branch 'dave/repo-add'Dan McGee
2011-06-27repo-add: add new command, repo-elephantDave Reisner
2011-06-27repo-add: enforce file extensionsDave Reisner
2011-06-27repo-add: move command invocation out of arg parsing loopDave Reisner
2011-06-27repo-add: refactor repacking of repo fileDave Reisner
2011-06-27Remove setter for DB signature levelDan McGee
2011-06-27Fix several -Wshadow warningsDan McGee
2011-06-27Merge branch 'maint'Dan McGee
2011-06-27Remove -f option from ln for POSIX complianceEric Bélanger
2011-06-27makepkg: Add warning if VCS tool is not present when determining latest VCS r...Eric Bélanger
2011-06-27makepkg: Move check for sudo into check_software functionEric Bélanger
2011-06-27Remove two alpm_list_count usagesAllan McRae
2011-06-27Add scripts po directory to autoclean.shAllan McRae
2011-06-27Ensure a file can be replaced by a directoryDan McGee
2011-06-27File conflict code cleanupsDan McGee
2011-06-24pactree: add -s option to walk sync DBsDave Reisner
2011-06-24Make sync DB reading a bit more flexibleDan McGee
2011-06-24archive_fgets(): ensure we return any trailing text with no newlineDan McGee
2011-06-24valgrind.supp: add known leaks from GPGMEDan McGee
2011-06-24repo-add.8.txt: document valid DB file extensionsDave Reisner
2011-06-24repo-add: use format_entry for all desc/depends fieldsDave Reisner
2011-06-24repo-add: store multi-value fields as arraysDave Reisner
2011-06-24repo-add: bashify reading of .PKGINFO fileDave Reisner
2011-06-24Merge branch 'master' of git://projects.archlinux.org/pacmanDave Reisner
2011-06-24pactree: carry a list of databases for dep resolutionDave Reisner
2011-06-24makepkg: Remove a lone quotation markWieland Hoffmann
2011-06-24makepkg: remove the cleancache optionAllan McRae
2011-06-24makepkg: fix incorrect parenthesis in gettext callDave Reisner
2011-06-24Don't require a transaction for sync DB updatesDan McGee
2011-06-24Move locking functions to handleDan McGee
2011-06-24Add a 'valid' flag to the database objectDan McGee
2011-06-24Move database 'version' check to registration timeDan McGee
2011-06-24Do database signature checking at load timeDan McGee
2011-06-24Document group and providers selectionAllan McRae
2011-06-24makepkg: clean-up of output messagesAllan McRae
2011-06-24pactest: generate sync DB's in memoryDan McGee
2011-06-24pactest: refactor install file creationDan McGee
2011-06-24pactest: move filelist/backup generation into package objectDan McGee
2011-06-24pactest: make pmfile a bit more pythonicDan McGee
2011-06-24pactest: small cleanups and chmod -x most filesDan McGee
2011-06-24pactest: clean up database section writingDan McGee
2011-06-24pactest: add isize attribute, fix url attributeDan McGee