summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-30move proto files to new subdirectory, proto/Dave Reisner
2011-06-30pacman: return with 128+signum on signaled exitDave Reisner
2011-06-30pactest: remove no longer necessary newline hacksDan McGee
2011-06-30pactest: create packages in memoryDan McGee
2011-06-30Make local_db_read() private to the local backendDan McGee
2011-06-30Fix a few warnings pointed out via clang scan-buildDan McGee
2011-06-30fix vim syntax highlighting of .sh filesFlorian Pritz
2011-06-30Merge remote-tracking branch 'dave/makepkg'Dan McGee
2011-06-30Merge remote-tracking branch 'allan/breakshit'Dan McGee
2011-06-30lib/util: modify entry_prefix, not prefixDave Reisner
2011-06-30lib/alpm: unlock the handle before freeing itDave Reisner
2011-06-30repo-add.sh.in: avoid being clever with repo repackingDave Reisner
2011-06-30repo-add: fix db creation one last timeDan McGee
2011-06-30makepkg: only source user override if using default config fileDan McGee
2011-06-30makepkg: fix typo (missing quotes)Rémy Oudompheng
2011-06-30makepkg: fix removing symbolic linkAllan McRae
2011-06-29Use ignoregroup rather than ignoregrp in the handleAllan McRae
2011-06-29Rename internal functions with grp in their nameAllan McRae
2011-06-29Rename public functions with grp in their nameAllan McRae
2011-06-28makepkg: simplify SIGNPKG checkDave Reisner
2011-06-28makepkg: fix vim syntax highlightingDave Reisner
2011-06-28makepkg: remove unneeded echoDave Reisner
2011-06-28Update README with changes to struct namesAllan McRae
2011-06-28Rename _pmdbstatus_t to _alpm_dbstatus_tAllan McRae
2011-06-28Rename pmdbinfrq_t to alpm_dbinfrq_tAllan McRae
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