summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/be_sync.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-27Introduce ALPM_BUFFER_SIZE constantDan McGee1-1/+1
2011-09-28Refactor download payload reset and freeDan McGee1-19/+23
2011-09-28be_sync: fetch only entry mode, not full stat structDan McGee1-5/+2
2011-09-22Ensure database validity flags are set in invalid signature caseDan McGee1-0/+3
2011-09-20signing: add a process and retry loop for database signaturesDan McGee1-6/+15
2011-09-20Allow our PGP helper method to pass back the signature resultsDan McGee1-1/+6
2011-09-03Clean up handling of size fieldsDan McGee1-8/+0
2011-08-30Parse > 2GiB file sizes correctlyDan McGee1-2/+2
2011-08-29Database read optimizationsDan McGee1-1/+4
2011-08-29be_sync.c: Fix memory leak in alpm_db_update()Lukas Fleischer1-0/+2
2011-08-25Remove argument from check_pgp_helperDan McGee1-1/+2
2011-08-20Remove alpm_option_get_* usage from backendDan McGee1-4/+3
2011-08-19dload: add 'unlink_on_fail' to payload structDave Reisner1-0/+1
2011-08-18Enhance and utilize database status flagsDan McGee1-13/+35
2011-08-15Only check necessary signatures and checksumsDan McGee1-1/+1
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee1-9/+10
2011-08-15Load and allow access to sha256sumDan McGee1-2/+1
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