summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-06-03Push down extern handle variable to files that need itDan McGee18-3/+48
2011-06-03Add handle attribute to pmpkg_t structDan McGee5-4/+10
2011-06-03Add handle attribute to pmdb_t structDan McGee5-2/+6
2011-06-03Remove unnecessary handle != NULL assertsDan McGee2-15/+0
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee22-252/+0
2011-06-01lib/dload.c: remove assumption in continuation logicDave Reisner1-5/+3
2011-06-01dload: abort transfer on CURLOPT_LOW_SPEED_LIMITDave Reisner1-0/+2
2011-06-01Merge branch 'maint'Dan McGee3-4/+3
2011-05-24alpm_list: fix typo in doxygen commentPang Yan Han1-1/+1
2011-05-20Bail early if we don't have a valid lockfile pathDan McGee2-3/+2
2011-05-20Merge branch 'maint'Dan McGee2-10/+11
2011-05-16Fix segfault when uninstalling broken backed-up symlinkDan McGee1-1/+1
2011-05-16trans.c: create transaction prior to checking DB versionDave Reisner1-9/+10
2011-05-05Remove sync DB reregister checkDan McGee1-10/+0
2011-05-05Merge branch 'maint'Dan McGee2-6/+8
2011-05-05Don't null-check handle lists before settingDan McGee1-6/+10
2011-05-05Improve database server APIDan McGee2-23/+88
2011-05-05Ensure populate error return codes are consistentDan McGee2-6/+8
2011-05-05Logging changes during DB loadDan McGee2-1/+6
2011-05-05dload: ensure we return success if we found files on any mirrorDan McGee1-1/+3
2011-05-05Dan broke my patchAllan McRae1-1/+1
2011-05-04Fix incorrect memory allocation assignmentDan McGee1-1/+1
2011-05-04dload: make sure we never print a bogus error bufferDan McGee1-0/+2
2011-05-04Deal with unused function parameters correctlyAllan McRae7-18/+28
2011-05-04Fix warnings reported by -Wwrite-stringsDan McGee1-5/+3
2011-05-04Reduce duplicate signing debug code and fix logic conditionDan McGee1-35/+23
2011-04-27Allow conditional compilation with GPGMEDan McGee2-2/+16
2011-04-24signing: add more detail to unexpected signature count errorDan McGee1-1/+7
2011-04-24Enhance GPGME debug outputDan McGee1-11/+97
2011-04-24Perform package verification at package load timeDan McGee4-38/+47
2011-04-24sync_commit: refactor out validate_deltasDan McGee1-50/+53
2011-04-24sync_commit: refactor out file downloadsDan McGee1-32/+37
2011-04-24Rein in the complexity of the signature typeDan McGee7-69/+58
2011-04-24signing: let GPGME handle loading signatures from filesDan McGee5-92/+35
2011-04-23Make dump_pkg_full a little less insaneDan McGee1-2/+2
2011-04-23libalpm/dload: major refactor of signature downloadingDan McGee4-127/+95
2011-04-23libalpm/dload: add allow_resume and reorder error checksDan McGee1-19/+21
2011-04-22cleanup: add_pkg() and remove_pkg()Dan McGee2-6/+6
2011-04-22libalpm/dload: const and static correctnessDan McGee2-6/+7
2011-04-22be_sync: use _alpm_db_get_sigverify_level()Dan McGee1-4/+7
2011-04-21sync.c: remove unnecessary check for PM_PGP_VERIFY_UNKNOWNRémy Oudompheng1-7/+0
2011-04-21handle.c: force sigverify level not to be PM_PGP_VERIFY_UNKNOWNRémy Oudompheng1-0/+1
2011-04-21alpm.h: add several missing documentation stringsRémy Oudompheng1-0/+13
2011-04-21alpm.h: rationalize option getters/setters documentationRémy Oudompheng1-17/+49
2011-04-21alpm.h: add/improve function documentationRémy Oudompheng3-12/+27
2011-04-21Rename gpgsig struct fields for clarityDan McGee5-26/+27
2011-04-21Form the signature file location in one placeDan McGee3-24/+16
2011-04-21Header inclusion cleanupDan McGee14-36/+2
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee15-63/+63
2011-04-21Allow VerifySig to act as a default verification in [options]Dave Reisner6-11/+58