summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/be_sync.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-09-04libalpm: introduce a usage level for reposDave Reisner1-0/+4
2013-07-22be_sync: avoid crashing on files in the root of a DBDave Reisner1-0/+8
2013-07-22Add missing headerAllan McRae1-0/+1
2013-07-05do not check error from close(2)Dave Reisner1-1/+1
2013-06-04validate %FILEPATH% when parsing repo dbsSimon Gomizelj1-0/+30
2013-02-13Fix registering database with non-gpgme buildsAllan McRae1-1/+1
2013-02-09Skip reading sync db deltas files if UseDelta is unsetAllan McRae1-1/+3
2013-01-29Use libarchive compat header for relevant symbolsDave Reisner1-2/+3
2013-01-29dload: pass back the effective URL to callers of _alpm_downloadDave Reisner1-2/+2
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-12-14Do not warn about missing database if being downloadedAllan McRae1-2/+1
2012-07-10update comments referring to alpm_option_get_syncdbsDave Reisner1-1/+1
2012-06-26repo-add: add checkdepends informationAllan McRae1-0/+6
2012-06-26add line length parameter to _alpm_strip_newlineDave Reisner1-4/+4
2012-05-21repo-add: add makedepends informationAllan McRae1-0/+6
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae1-1/+1
2012-03-09Simplify package validation info output for sync packagesAllan McRae1-0/+24
2012-03-09Hook new optdepend structures upBenedikt Morbach1-1/+1
2012-02-20Update copyright yearsAllan McRae1-1/+1
2012-02-13use _alpm_access in a few more places for increased debugging infoFlorian Pritz1-1/+1
2012-01-08Fix segfaults on opening invalid archive filesDan McGee1-2/+3
2012-01-07Update sync database size estimation valuesDan McGee1-36/+13
2012-01-03pkghash improvements/modificationsDan McGee1-2/+1
2012-01-02Minor optimization on likely sync package lookupDan McGee1-1/+2
2012-01-02Only compile delta regex onceDan McGee1-1/+2
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-11-16Add helper method for creating and opening archive objectDan McGee1-20/+3
2011-11-01Convert package and database archive reads to use file descriptorsDan McGee1-21/+33
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