summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/be_files.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-14Separate be_files into be_sync and be_localAllan McRae1-1228/+0
2010-10-13Move db cache handling functionsAllan McRae1-242/+0
2010-10-13Move database handling utility functionsAllan McRae1-74/+0
2010-10-13Initial hack at a DB operations structDan McGee1-1/+1
2010-10-13Move the cache stuff where it should beDan McGee1-1/+243
2010-10-13Move changelog functions to callback structDan McGee1-0/+61
2010-10-13Complete rework of package accessor logicDan McGee1-2/+245
2010-10-13Allow local and sync db to be treated separatelyDan McGee1-1/+5
2010-10-11Avoid stat call to determine is_directory if possibleDan McGee1-10/+19
2010-08-24fgets invocation cleanupDan McGee1-30/+29
2010-07-07Download sync db into DBPath/syncAllan McRae1-4/+8
2010-07-07Remove DBEXT usageAllan McRae1-4/+4
2010-07-07Check return value of fgets callsAllan McRae1-2/+6
2010-03-26More consistent printing of off_t and time_tXavier Chantry1-3/+3
2010-03-16Unbreak the database partial extraction codeDan McGee1-13/+9
2010-03-15fix a few warnings reported by clangXavier Chantry1-1/+1
2010-03-15Reduce duplicate code in DB extractionDan McGee1-37/+26
2010-03-15Only extract new DB entriesXavier Chantry1-12/+154
2009-12-14Print error on duplicated database entriesNagy Gabor1-0/+7
2009-11-16download: major refactor to address lingering issuesDan McGee1-91/+5
2009-10-19Size handling was changed in fgets() functionsLaszlo Papp1-24/+25
2009-10-11Rework the alpm_unpack functionsXavier Chantry1-1/+1
2009-10-11cygwin fix : use unsigned char for ctype functionXavier Chantry1-2/+2
2009-09-20Fully implement database lazy loadingDan McGee1-15/+24
2009-09-20Merge branch 'maint'Dan McGee1-1/+1
2009-09-17String improvementsXavier Chantry1-1/+1
2009-09-09Remove transaction typeXavier Chantry1-2/+1
2009-05-12Fix non-C style comments in libalpmGerardo Exequiel Pozzi1-2/+2
2009-04-11Add detail documentation for alpm_db_update()Sebastian Nowicki1-0/+31
2009-03-15be_files.c : use %jd instead of %ju for intmax_tXavier Chantry1-3/+3
2009-01-20Delay the creation of local and sync db dir.Xavier Chantry1-12/+31
2009-01-20Remove some db abstraction crap.Xavier Chantry1-32/+8
2009-01-13Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor1-1/+1
2009-01-03Separate local db directory creation and db writeAllan McRae1-3/+21
2008-12-01Add regex to delta code so we don't segfault when reading lineDan McGee1-1/+4
2008-11-18Minor code cleanupsDan McGee1-3/+3
2008-06-16Use access() instead of stat() when possibleDan McGee1-3/+2
2008-06-04Get rid of double / in database paths.Xavier Chantry1-29/+61
2008-06-04Use correct C type for file sizesDan McGee1-5/+5
2008-05-29be_files : stores REPLACES and FORCE in desc.Xavier Chantry1-11/+10
2008-05-29Add some verbosity to _alpm_db_read.Nagy Gabor1-2/+18
2008-05-14Simplify _alpm_pkg_new()Dan McGee1-1/+1
2008-05-14Fix rewinddir regression by cleaning up db_scanXavier Chantry1-75/+31
2008-05-12Remove some useless abstraction and start db cleanupDan McGee1-86/+149
2008-05-09be_files.c: PATH_MAX cleanupDan McGee1-6/+13
2008-04-07Remove unnecessary header file, move one macro to util.cDan McGee1-1/+0
2008-01-22Move the deptest code from frontend to backend.Chantry Xavier1-1/+1
2008-01-22Convert deltas to dynamic allocationDan McGee1-1/+2
2008-01-12Store replaces in the local DB tooAaron Griffin1-28/+9
2008-01-11Use dynamic string allocation in package structuresDan McGee1-91/+103