summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-07-14Make alpm_db_set_pkgreason() arguments more saneDan McGee
2011-07-14Allow fileconflict if unowned file moving into backup arrayDan McGee
2011-07-06Unify package removal codeDan McGee
2011-07-05include util.h in rawstr.cDan McGee
2011-07-05Merge remote-tracking branch 'dave/download'Dan McGee
2011-07-05absorb fileinfo struct into dload_payloadDave Reisner
2011-07-05absorb some _alpm_download params into payload structDave Reisner
2011-07-05lib/dload: prevent large file attacksDave Reisner
2011-07-05dload: handle irregular URLsDave Reisner
2011-07-05Remove most usages of strncmp()Dan McGee
2011-07-05dload: rearrange code to avoid extra cpp blockDave Reisner
2011-07-05lib/rawstr: borrow raw string functions from curlDave Reisner
2011-07-05Simplify alpm_list_previousAllan McRae
2011-07-05Remove alpm_list_firstAllan McRae
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee
2011-07-05Allow frontend access to signature verification informationDan McGee
2011-07-05Correctly check the GPG error codesDan McGee
2011-07-05signing: move to new signing verification and return schemeDan McGee
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee
2011-07-03conflict code tweaks and cleanupsDan McGee
2011-07-03diskspace: remove all libarchive usageDan McGee
2011-07-03Move alpm filelists to a struct objectDan McGee
2011-07-03Fix debug logger without a newlineDan McGee
2011-07-03Do not replicate files list when removing packagesAllan McRae
2011-07-03Add alpm_list_previous methodAllan McRae
2011-07-03checkdeps: remove unnecessary list join and copyDan McGee
2011-07-03be_local: use macros in database loading similar to be_syncDan McGee
2011-07-03be_sync: make READ_NEXT() a no-arg macroDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transprog_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transconv_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transevt_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transflag_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-07-02Prefix alpm_fileconflicttype_t members with ALPMAllan McRae
2011-07-02Prefix alpm_depmod_t members with ALPMAllan McRae
2011-07-02Prefix alpm_pkgreason_t members with ALPMAllan McRae
2011-06-30signing: check validity of all available signaturesDan McGee
2011-06-30Make alpm_db_get_sigverify_level() publicDan McGee
2011-06-30Add an alpm_db_get_valid() public functionDan 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-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-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-28Rename _pmdbstatus_t to _alpm_dbstatus_tAllan McRae
2011-06-28Rename pmdbinfrq_t to alpm_dbinfrq_tAllan McRae