summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae26-287/+287
2011-07-01Prefix alpm_transprog_t members with ALPMAllan McRae7-28/+28
2011-07-01Prefix alpm_transconv_t members with ALPMAllan McRae4-22/+22
2011-07-01Prefix alpm_transevt_t members with ALPMAllan McRae6-81/+81
2011-07-01Prefix alpm_transflag_t members with ALPMAllan McRae10-73/+73
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae30-436/+436
2011-07-01Prefix alpm_fileconflicttype_t members with ALPMAllan McRae4-9/+9
2011-07-01Prefix alpm_depmod_t members with ALPMAllan McRae2-28/+28
2011-07-01Prefix alpm_pkgreason_t members with ALPMAllan McRae7-18/+18
2011-07-01signing: check validity of all available signaturesDan McGee1-28/+29
2011-06-30Make alpm_db_get_sigverify_level() publicDan McGee6-19/+22
2011-06-30Add an alpm_db_get_valid() public functionDan McGee5-0/+19
2011-06-30move proto files to new subdirectory, proto/Dave Reisner5-1/+5
2011-06-30pacman: return with 128+signum on signaled exitDave Reisner1-1/+1
2011-06-30pactest: remove no longer necessary newline hacksDan McGee2-4/+3
2011-06-30pactest: create packages in memoryDan McGee4-60/+89
2011-06-30Make local_db_read() private to the local backendDan McGee5-32/+27
2011-06-30Fix a few warnings pointed out via clang scan-buildDan McGee5-17/+19
2011-06-30fix vim syntax highlighting of .sh filesFlorian Pritz12-12/+12
2011-06-30Merge remote-tracking branch 'dave/makepkg'Dan McGee1-5/+3
2011-06-30Merge remote-tracking branch 'allan/breakshit'Dan McGee63-1075/+1075
2011-06-30lib/util: modify entry_prefix, not prefixDave Reisner1-1/+1
2011-06-30lib/alpm: unlock the handle before freeing itDave Reisner1-0/+1
2011-06-30repo-add.sh.in: avoid being clever with repo repackingDave Reisner1-2/+7
2011-06-30repo-add: fix db creation one last timeDan McGee1-9/+11
2011-06-30makepkg: only source user override if using default config fileDan McGee1-2/+3
2011-06-30makepkg: fix typo (missing quotes)Rémy Oudompheng1-2/+2
2011-06-30makepkg: fix removing symbolic linkAllan McRae1-1/+1
2011-06-29Use ignoregroup rather than ignoregrp in the handleAllan McRae3-9/+9
2011-06-29Rename internal functions with grp in their nameAllan McRae4-15/+15
2011-06-29Rename public functions with grp in their nameAllan McRae9-26/+26
2011-06-29makepkg: simplify SIGNPKG checkDave Reisner1-3/+1
2011-06-29makepkg: fix vim syntax highlightingDave Reisner1-1/+1
2011-06-29makepkg: remove unneeded echoDave Reisner1-1/+1
2011-06-28Update README with changes to struct namesAllan McRae1-2/+2
2011-06-28Rename _pmdbstatus_t to _alpm_dbstatus_tAllan McRae1-2/+2
2011-06-28Rename pmdbinfrq_t to alpm_dbinfrq_tAllan McRae3-8/+8
2011-06-28Rename pmtransstate_t to alpm_transstate_tAllan McRae1-3/+3
2011-06-28Rename pmpkghash_t to alpm_pkghash_tAllan McRae4-26/+26
2011-06-28Rename pmgraph_t to alpm_graph_tAllan McRae4-24/+24
2011-06-28Rename pmpkgfrom_t to alpm_pkgfrom_tAllan McRae1-3/+3
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae14-23/+23
2011-06-28Rename pmtransprog_t to alpm_transprog_tAllan McRae3-5/+5
2011-06-28Rename pmtransconv_t to alpm_transconv_tAllan McRae3-5/+5
2011-06-28Rename pmtransevt_t to alpm_transevt_tAllan McRae3-5/+5
2011-06-28Rename pmtransflag_t to alpm_transflag_tAllan McRae6-11/+11
2011-06-28Rename pmloglevel_t to alpm_loglevel_tAllan McRae10-18/+18
2011-06-28Rename pmbackup_t to alpm_backup_tAllan McRae8-25/+25
2011-06-28Rename pmdelta_t to alpm_delta_tAllan McRae4-28/+28
2011-06-28Rename pmgrp_t to alpm_group_tAllan McRae9-20/+20