Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_sync.c
AgeCommit message (Expand)Author
2017-05-08Change type of count in be_syncRikard Falkeborn
2017-05-08Return boolean from db_populateRikard Falkeborn
2017-05-08lib/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
2012-06-25add line length parameter to _alpm_strip_newlineDave Reisner
2012-05-20repo-add: add makedepends informationAllan McRae
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae
2012-03-08Simplify package validation info output for sync packagesAllan McRae
2012-03-08Hook new optdepend structures upBenedikt Morbach
2012-02-20Update copyright yearsAllan McRae
2012-02-13use _alpm_access in a few more places for increased debugging infoFlorian Pritz
2012-01-08Fix segfaults on opening invalid archive filesDan McGee
2012-01-07Update sync database size estimation valuesDan McGee
2012-01-02pkghash improvements/modificationsDan McGee
2012-01-02Minor optimization on likely sync package lookupDan McGee
2012-01-02Only compile delta regex onceDan McGee
2011-12-21include config.h via MakefilesDave Reisner
2011-11-16Add helper method for creating and opening archive objectDan McGee
2011-11-01Convert package and database archive reads to use file descriptorsDan McGee