summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-05-19Merge branch 'maint'Dan McGee
2011-05-16Fix segfault when uninstalling broken backed-up symlinkDan McGee
2011-05-16trans.c: create transaction prior to checking DB versionDave Reisner
2011-05-05Remove sync DB reregister checkDan McGee
2011-05-05Merge branch 'maint'Dan McGee
2011-05-05Don't null-check handle lists before settingDan McGee
2011-05-05Improve database server APIDan McGee
2011-05-05Ensure populate error return codes are consistentDan McGee
2011-05-05Logging changes during DB loadDan McGee
2011-05-05dload: ensure we return success if we found files on any mirrorDan McGee
2011-05-05Dan broke my patchAllan McRae
2011-05-04Fix incorrect memory allocation assignmentDan McGee
2011-05-04dload: make sure we never print a bogus error bufferDan McGee
2011-05-04Deal with unused function parameters correctlyAllan McRae
2011-05-04Fix warnings reported by -Wwrite-stringsDan McGee
2011-05-04Reduce duplicate signing debug code and fix logic conditionDan McGee
2011-04-27Allow conditional compilation with GPGMEDan McGee
2011-04-24signing: add more detail to unexpected signature count errorDan McGee
2011-04-24Enhance GPGME debug outputDan McGee
2011-04-24Perform package verification at package load timeDan McGee
2011-04-24sync_commit: refactor out validate_deltasDan McGee
2011-04-24sync_commit: refactor out file downloadsDan McGee
2011-04-24Rein in the complexity of the signature typeDan McGee
2011-04-24signing: let GPGME handle loading signatures from filesDan McGee
2011-04-22Make dump_pkg_full a little less insaneDan McGee
2011-04-22libalpm/dload: major refactor of signature downloadingDan McGee
2011-04-22libalpm/dload: add allow_resume and reorder error checksDan McGee
2011-04-22cleanup: add_pkg() and remove_pkg()Dan McGee
2011-04-22libalpm/dload: const and static correctnessDan McGee
2011-04-22be_sync: use _alpm_db_get_sigverify_level()Dan McGee
2011-04-21sync.c: remove unnecessary check for PM_PGP_VERIFY_UNKNOWNRémy Oudompheng
2011-04-21handle.c: force sigverify level not to be PM_PGP_VERIFY_UNKNOWNRémy Oudompheng
2011-04-21alpm.h: add several missing documentation stringsRémy Oudompheng
2011-04-21alpm.h: rationalize option getters/setters documentationRémy Oudompheng
2011-04-21alpm.h: add/improve function documentationRémy Oudompheng
2011-04-20Rename gpgsig struct fields for clarityDan McGee
2011-04-20Form the signature file location in one placeDan McGee
2011-04-20Header inclusion cleanupDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-04-20Allow VerifySig to act as a default verification in [options]Dave Reisner
2011-04-20alpm.h: forward-declare shared enumerationsDan McGee
2011-04-20style cleanup: cast as (type *) not (type*)Dave Reisner
2011-04-20lib: remove dead code in be_local and be_packageDave Reisner
2011-04-20Put comments on their own lineDan McGee
2011-04-20Merge branch 'maint'Dan McGee
2011-04-183.5.2 translation updates from TransifexDan McGee
2011-04-15Merge branch 'maint'Dan McGee
2011-04-15Include "config.h" in header files using off_tDan McGee
2011-04-15libalpm: consistently use int as return type for option settersRémy Oudompheng
2011-04-15Remove indirection on get_name and get_version operationsDan McGee