summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/be_sync.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-10build-aux/update-copyright 2019 2020Allan McRae1-1/+1
2020-01-28Docs docs docsmorganamilo1-35/+0
2020-01-27Increase maximum database sizeAllan McRae1-2/+2
2020-01-07Use c99 struct initialization to avoid memset callsDave Reisner1-5/+2
2019-10-23Update copyright yearsAllan McRae1-1/+1
2019-03-07Remove support for deltas from libalpmAllan McRae1-17/+4
2019-01-10libalpm: parse {check, make}depends when reading databasemorganamilo1-10/+2
2018-11-27always allow explicit empty siglevel for sync dbsAndrew Gregory1-1/+1
2018-11-27add specific error for missing gpg supportAndrew Gregory1-1/+1
2018-05-14Remove all modelines from the projectEli Schwartz1-2/+0
2018-03-14Update coyrights for 2018Allan McRae1-1/+1
2018-01-10add missing newline to debug messageAndrew Gregory1-1/+1
2018-01-10detect pkghash allocation failureAndrew Gregory1-1/+4
2018-01-10Do not continuously try to open an invalid databaseAllan McRae1-0/+2
2018-01-06avoid printing NULL stringAndrew Gregory1-1/+1
2017-05-08be_sync: error out if a db cannot be parsedAndrew Gregory1-5/+12
2017-01-04add _alpm_filelist_sortAndrew Gregory1-2/+1
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-10-22Represent bitfields as ints, not enumsIvy Foster1-13/+13
2016-10-22Add ALPM_ERR_OK to _alpm_errno_tIvy Foster1-2/+2
2016-09-25Change type of count in be_syncRikard Falkeborn1-4/+4
2016-09-25Return boolean from db_populateRikard Falkeborn1-2/+3
2016-09-09lib/libalpm/be_sync.c: Close memory leaks when mallocing while out of memoryIvy Foster1-4/+14
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-12-05db_update: always clear db flags after updateAndrew Gregory1-22/+23
2015-11-03ensure realloc has a positive sizeAndrew Gregory1-3/+7
2015-08-08libalpm: Force update when database is marked as corrupted.Sebastian Lackner1-0/+5
2015-07-15Read file lists from databasesAllan McRae1-2/+36
2015-07-15Allow frontends to specify the sync database extensionAllan McRae1-6/+11
2015-05-12libalpm: Do a sanity check before manipulating final DB URLDavid Macek1-4/+11
2015-05-12Fix comment in alpm_db_updateDavid Macek1-1/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2015-01-21conf.c: use masks for siglevel inheritanceAndrew Gregory1-1/+1
2014-12-24libalpm: Parse and write PKGBASEsJohannes Löthberg1-0/+2
2014-11-17Fix crash when using external downloaderAllan McRae1-4/+17
2014-10-19dload: mark final_url as constChristian Hesse1-2/+1
2014-10-16be_sync: use effective URL for db file signature downloadChristian Hesse1-4/+5
2014-09-30libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_freeFlorian Pritz1-1/+1
2014-08-04handle_unlock: log lock removal failureAndrew Gregory1-5/+1
2014-03-03Update the event callbackOlivier Brunel1-1/+5
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
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