summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_sync.c
AgeCommit message (Expand)Author
2019-03-07Remove support for deltas from libalpmAllan McRae
2019-01-10libalpm: parse {check, make}depends when reading databasemorganamilo
2018-11-27always allow explicit empty siglevel for sync dbsAndrew Gregory
2018-11-27add specific error for missing gpg supportAndrew Gregory
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2018-01-10add missing newline to debug messageAndrew Gregory
2018-01-10detect pkghash allocation failureAndrew Gregory
2018-01-10Do not continuously try to open an invalid databaseAllan McRae
2018-01-06avoid printing NULL stringAndrew Gregory
2017-05-08be_sync: error out if a db cannot be parsedAndrew Gregory
2017-01-04add _alpm_filelist_sortAndrew Gregory
2017-01-04Update copyright yearsAllan McRae
2016-10-22Represent bitfields as ints, not enumsIvy Foster
2016-10-22Add ALPM_ERR_OK to _alpm_errno_tIvy Foster
2016-09-25Change type of count in be_syncRikard Falkeborn
2016-09-25Return boolean from db_populateRikard Falkeborn
2016-09-09lib/libalpm/be_sync.c: Close memory leaks when mallocing while out of memoryIvy Foster
2016-01-04Update copyright years for 2016Allan McRae
2015-12-06db_update: always clear db flags after updateAndrew Gregory
2015-11-03ensure realloc has a positive sizeAndrew Gregory
2015-08-08libalpm: Force update when database is marked as corrupted.Sebastian Lackner
2015-07-15Read file lists from databasesAllan McRae
2015-07-15Allow frontends to specify the sync database extensionAllan McRae
2015-05-12libalpm: Do a sanity check before manipulating final DB URLDavid Macek
2015-05-12Fix comment in alpm_db_updateDavid Macek
2015-02-01Update copyright notices for 2015Allan McRae
2015-01-21conf.c: use masks for siglevel inheritanceAndrew Gregory
2014-12-24libalpm: Parse and write PKGBASEsJohannes Löthberg
2014-11-17Fix crash when using external downloaderAllan McRae
2014-10-19dload: mark final_url as constChristian Hesse
2014-10-16be_sync: use effective URL for db file signature downloadChristian Hesse
2014-09-30libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_freeFlorian Pritz
2014-08-04handle_unlock: log lock removal failureAndrew Gregory
2014-03-03Update the event callbackOlivier Brunel
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2013-09-04libalpm: introduce a usage level for reposDave Reisner
2013-07-22be_sync: avoid crashing on files in the root of a DBDave Reisner
2013-07-22Add missing headerAllan McRae
2013-07-05do not check error from close(2)Dave Reisner
2013-06-04validate %FILEPATH% when parsing repo dbsSimon Gomizelj
2013-02-13Fix registering database with non-gpgme buildsAllan McRae
2013-02-09Skip reading sync db deltas files if UseDelta is unsetAllan McRae
2013-01-29Use libarchive compat header for relevant symbolsDave Reisner
2013-01-29dload: pass back the effective URL to callers of _alpm_downloadDave Reisner
2013-01-03Update copyright year for 2013Allan McRae
2012-12-14Do not warn about missing database if being downloadedAllan McRae
2012-07-10update comments referring to alpm_option_get_syncdbsDave Reisner
2012-06-25repo-add: add checkdepends informationAllan McRae