summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-28Rename pmtransstate_t to alpm_transstate_tAllan McRae
2011-06-28Rename pmpkghash_t to alpm_pkghash_tAllan McRae
2011-06-28Rename pmgraph_t to alpm_graph_tAllan McRae
2011-06-28Rename pmpkgfrom_t to alpm_pkgfrom_tAllan McRae
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae
2011-06-28Rename pmtransprog_t to alpm_transprog_tAllan McRae
2011-06-28Rename pmtransconv_t to alpm_transconv_tAllan McRae
2011-06-28Rename pmtransevt_t to alpm_transevt_tAllan McRae
2011-06-28Rename pmtransflag_t to alpm_transflag_tAllan McRae
2011-06-28Rename pmloglevel_t to alpm_loglevel_tAllan McRae
2011-06-28Rename pmbackup_t to alpm_backup_tAllan McRae
2011-06-28Rename pmdelta_t to alpm_delta_tAllan McRae
2011-06-28Rename pmgrp_t to alpm_group_tAllan McRae
2011-06-28Rename pmfileconflict_t to alpm_fileconflict_tAllan McRae
2011-06-28Rename pmconflict_t to alpm_conflict_tAllan McRae
2011-06-28Rename pmdepmissing_t to alpm_depmissing_tAllan McRae
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae
2011-06-28Rename pmtrans_t to alpm_trans_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
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