summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_sync.c
AgeCommit message (Expand)Author
2011-10-27Introduce ALPM_BUFFER_SIZE constantDan McGee
2011-09-28Refactor download payload reset and freeDan McGee
2011-09-27be_sync: fetch only entry mode, not full stat structDan McGee
2011-09-22Ensure database validity flags are set in invalid signature caseDan McGee
2011-09-20signing: add a process and retry loop for database signaturesDan McGee
2011-09-20Allow our PGP helper method to pass back the signature resultsDan McGee
2011-09-02Clean up handling of size fieldsDan McGee
2011-08-29Parse > 2GiB file sizes correctlyDan McGee
2011-08-28Database read optimizationsDan McGee
2011-08-28be_sync.c: Fix memory leak in alpm_db_update()Lukas Fleischer
2011-08-25Remove argument from check_pgp_helperDan McGee
2011-08-19Remove alpm_option_get_* usage from backendDan McGee
2011-08-19dload: add 'unlink_on_fail' to payload structDave Reisner
2011-08-18Enhance and utilize database status flagsDan McGee
2011-08-15Only check necessary signatures and checksumsDan McGee
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee
2011-08-15Load and allow access to sha256sumDan McGee
2011-08-02Don't trim whitespace when reading database entriesDan McGee
2011-07-19Clean up my debug logger messDan McGee
2011-07-18Fix test suite when GPGME is disabledDan McGee
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-05Allow invalid sync DBs to be returned by the libraryDan 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-03be_sync: make READ_NEXT() a no-arg macroDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-06-30Make alpm_db_get_sigverify_level() publicDan McGee
2011-06-30Add an alpm_db_get_valid() public functionDan McGee
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-24Make sync DB reading a bit more flexibleDan McGee
2011-06-24Don't require a transaction for sync DB updatesDan McGee
2011-06-24Add a 'valid' flag to the database objectDan McGee
2011-06-24Move database 'version' check to registration timeDan McGee
2011-06-24Do database signature checking at load timeDan McGee
2011-06-24Prevent segfault when parsing unexpected sync database fileDan McGee
2011-06-20Documented purpose of be_*.cKerrick Staley
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee
2011-06-13alpm_db_update(): refactor out sync dir create/checkDan McGee
2011-06-13Switch all logging to use handle directlyDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-06-08Plug a memory leakDan McGee
2011-06-03Use standard errno codes in return from _alpm_archive_fgetsDan McGee
2011-06-03Remove global handle from some package and db codeDan McGee
2011-06-03Push down extern handle variable to files that need itDan McGee