summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_files.c
AgeCommit message (Expand)Author
2010-08-23fgets invocation cleanupDan McGee
2010-07-07Download sync db into DBPath/syncAllan McRae
2010-07-07Remove DBEXT usageAllan McRae
2010-07-07Check return value of fgets callsAllan McRae
2010-03-25More consistent printing of off_t and time_tXavier Chantry
2010-03-15Unbreak the database partial extraction codeDan McGee
2010-03-14fix a few warnings reported by clangXavier Chantry
2010-03-14Reduce duplicate code in DB extractionDan McGee
2010-03-14Only extract new DB entriesXavier Chantry
2009-12-13Print error on duplicated database entriesNagy Gabor
2009-11-15download: major refactor to address lingering issuesDan McGee
2009-10-19Size handling was changed in fgets() functionsLaszlo Papp
2009-10-11Rework the alpm_unpack functionsXavier Chantry
2009-10-11cygwin fix : use unsigned char for ctype functionXavier Chantry
2009-09-20Fully implement database lazy loadingDan McGee
2009-09-20Merge branch 'maint'Dan McGee
2009-09-16String improvementsXavier Chantry
2009-09-08Remove transaction typeXavier Chantry
2009-05-11Fix non-C style comments in libalpmGerardo Exequiel Pozzi
2009-04-11Add detail documentation for alpm_db_update()Sebastian Nowicki
2009-03-15be_files.c : use %jd instead of %ju for intmax_tXavier Chantry
2009-01-20Delay the creation of local and sync db dir.Xavier Chantry
2009-01-20Remove some db abstraction crap.Xavier Chantry
2009-01-12Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor
2009-01-02Separate local db directory creation and db writeAllan McRae
2008-11-30Add regex to delta code so we don't segfault when reading lineDan McGee
2008-11-17Minor code cleanupsDan McGee
2008-06-15Use access() instead of stat() when possibleDan McGee
2008-06-04Get rid of double / in database paths.Xavier Chantry
2008-06-04Use correct C type for file sizesDan McGee
2008-05-29be_files : stores REPLACES and FORCE in desc.Xavier Chantry
2008-05-29Add some verbosity to _alpm_db_read.Nagy Gabor
2008-05-13Simplify _alpm_pkg_new()Dan McGee
2008-05-13Fix rewinddir regression by cleaning up db_scanXavier Chantry
2008-05-11Remove some useless abstraction and start db cleanupDan McGee
2008-05-08be_files.c: PATH_MAX cleanupDan McGee
2008-04-06Remove unnecessary header file, move one macro to util.cDan McGee
2008-01-21Move the deptest code from frontend to backend.Chantry Xavier
2008-01-21Convert deltas to dynamic allocationDan McGee
2008-01-12Store replaces in the local DB tooAaron Griffin
2008-01-11Use dynamic string allocation in package structuresDan McGee
2008-01-01Remove gettext calls from debug-level messagesDan McGee
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-11-20Add missing header includes for setlocaleDan McGee
2007-11-16War on whitespaceDan McGee
2007-11-16libalpm: simplify sync db lastupdateDan McGee
2007-11-14Move alpm_splitdep usage to db_readDan McGee
2007-11-14Remove REQUIREDBY usage from libalpmDan McGee
2007-11-13Fix display of -Qip output when a package file is givenDan McGee
2007-11-08Fix some issues with localized dates/epoch usageDan McGee