summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/be_sync.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-02Don't trim whitespace when reading database entriesDan McGee1-5/+7
2011-07-19Clean up my debug logger messDan McGee1-2/+0
2011-07-19Fix test suite when GPGME is disabledDan McGee1-0/+8
2011-07-06absorb some _alpm_download params into payload structDave Reisner1-4/+8
2011-07-06lib/dload: prevent large file attacksDave Reisner1-7/+15
2011-07-06dload: handle irregular URLsDave Reisner1-2/+2
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee1-5/+1
2011-07-05signing: move to new signing verification and return schemeDan McGee1-17/+13
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee1-33/+33
2011-07-03be_sync: make READ_NEXT() a no-arg macroDan McGee1-12/+12
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-14/+14
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-19/+19
2011-06-30Make alpm_db_get_sigverify_level() publicDan McGee1-2/+2
2011-06-30Add an alpm_db_get_valid() public functionDan McGee1-0/+1
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-7/+7
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-9/+9
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-3/+3
2011-06-24Make sync DB reading a bit more flexibleDan McGee1-62/+66
2011-06-24Don't require a transaction for sync DB updatesDan McGee1-18/+24
2011-06-24Add a 'valid' flag to the database objectDan McGee1-1/+11
2011-06-24Move database 'version' check to registration timeDan McGee1-6/+0
2011-06-24Do database signature checking at load timeDan McGee1-1/+55
2011-06-24Prevent segfault when parsing unexpected sync database fileDan McGee1-4/+2
2011-06-20Documented purpose of be_*.cKerrick Staley1-1/+1
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee1-0/+1
2011-06-14alpm_db_update(): refactor out sync dir create/checkDan McGee1-22/+31
2011-06-14Switch all logging to use handle directlyDan McGee1-18/+20
2011-06-14Move pm_errno onto the handleDan McGee1-29/+25
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-1/+1
2011-06-08Plug a memory leakDan McGee1-0/+1
2011-06-03Use standard errno codes in return from _alpm_archive_fgetsDan McGee1-4/+18
2011-06-03Remove global handle from some package and db codeDan McGee1-7/+3
2011-06-03Push down extern handle variable to files that need itDan McGee1-0/+3
2011-06-03Add handle attribute to pmpkg_t structDan McGee1-1/+2
2011-06-03Add handle attribute to pmdb_t structDan McGee1-0/+1
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee1-7/+0
2011-05-05Remove sync DB reregister checkDan McGee1-10/+0
2011-05-05Merge branch 'maint'Dan McGee1-5/+6
2011-05-05Ensure populate error return codes are consistentDan McGee1-5/+6
2011-05-05Logging changes during DB loadDan McGee1-0/+2
2011-05-04Deal with unused function parameters correctlyAllan McRae1-1/+1
2011-04-24Rein in the complexity of the signature typeDan McGee1-1/+1
2011-04-23libalpm/dload: major refactor of signature downloadingDan McGee1-53/+35
2011-04-22be_sync: use _alpm_db_get_sigverify_level()Dan McGee1-4/+7
2011-04-21Rename gpgsig struct fields for clarityDan McGee1-1/+1
2011-04-21Header inclusion cleanupDan McGee1-2/+1
2011-04-05Merge branch 'maint'Dan McGee1-3/+14
2011-04-02Fix compatibility with older versions of libarchive.Rémy Oudompheng1-0/+2
2011-04-01Ensure dbpath is not null when populating sync databaseDan McGee1-3/+12
2011-04-01Ignore upcoming new values in sync backendDan McGee1-0/+6