summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-07-06Unify package removal codeDan McGee3-109/+100
2011-07-06include util.h in rawstr.cDan McGee1-0/+2
2011-07-06Merge remote-tracking branch 'dave/download'Dan McGee7-89/+365
2011-07-06absorb fileinfo struct into dload_payloadDave Reisner2-36/+28
2011-07-06absorb some _alpm_download params into payload structDave Reisner4-31/+40
2011-07-06lib/dload: prevent large file attacksDave Reisner4-40/+87
2011-07-06dload: handle irregular URLsDave Reisner4-24/+116
2011-07-06repo-add: backup old database signature tooAllan McRae1-1/+5
2011-07-06Rework -Si display logicDan McGee1-49/+29
2011-07-06pacman-key: fix syntax highlightingAllan McRae1-1/+1
2011-07-06contrib/paclist: rewrite in bashDave Reisner1-65/+20
2011-07-06fix segfault if pacman.conf can't be readFlorian Pritz1-1/+3
2011-07-06Remove most usages of strncmp()Dan McGee4-16/+16
2011-07-05dload: rearrange code to avoid extra cpp blockDave Reisner1-4/+2
2011-07-05lib/rawstr: borrow raw string functions from curlDave Reisner3-0/+138
2011-07-05makepkg: update --pkg desciption in man pageAllan McRae1-2/+1
2011-07-05Add library files to POTFILES.inAllan McRae1-0/+2
2011-07-05parse_options: accept multiple argumentsAllan McRae1-7/+23
2011-07-05parse_options: implement optional argumentsAllan McRae1-4/+15
2011-07-05parse_options: add missing newlinesAllan McRae1-2/+2
2011-07-05Simplify alpm_list_previousAllan McRae3-7/+6
2011-07-05Remove alpm_list_firstAllan McRae3-18/+1
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee10-29/+54
2011-07-05Allow frontend access to signature verification informationDan McGee5-3/+81
2011-07-05Correctly check the GPG error codesDan McGee1-2/+2
2011-07-05signing: move to new signing verification and return schemeDan McGee22-142/+270
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee35-977/+977
2011-07-03conflict code tweaks and cleanupsDan McGee1-20/+14
2011-07-03diskspace: remove all libarchive usageDan McGee1-41/+7
2011-07-03Move alpm filelists to a struct objectDan McGee11-51/+133
2011-07-03pactest: add a few more checks to fileconflict checksDan McGee2-2/+10
2011-07-03Fix debug logger without a newlineDan McGee1-1/+1
2011-07-03Do not replicate files list when removing packagesAllan McRae1-9/+3
2011-07-03Add alpm_list_previous methodAllan McRae2-0/+19
2011-07-03checkdeps: remove unnecessary list join and copyDan McGee1-4/+2
2011-07-03be_local: use macros in database loading similar to be_syncDan McGee1-77/+43
2011-07-03be_sync: make READ_NEXT() a no-arg macroDan McGee1-12/+12
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