summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
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