Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_files.c
AgeCommit message (Expand)Author
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
2007-10-23Print and typecast time_t correctlyDan McGee
2007-10-19Add pmdelta_t structure and functions to libalpm.Nathan Jones
2007-09-28libalpm/be_files: Fix outdated code setting path for lastupdate fileDan McGee
2007-09-28Support for localized times in metadataAaron Griffin
2007-09-28Remove package name dependency from libalpmDan McGee
2007-09-25Preliminary support for optdependsDan McGee
2007-09-16Remove the DB consistency check from pacman and libalpm.Chantry Xavier
2007-08-23libalpm: add newlines to all strings passed to log callbackDan McGee
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe
2007-08-14package.h: implement origin_data union in pmpkg_t structDan McGee
2007-08-14Code cleanupDan McGee
2007-07-12Remove some more conditional include stuffDan McGee
2007-07-11Remove 'buildtype' from libalpm and pacmanDan McGee
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee
2007-06-09be_files.c: Fix compilation bug since I removed unnecessary LOG_STR_LENDan McGee
2007-06-09Add a alpm_db_test() function to the backend for checking DB consistencyVMiklos
2007-06-05Const correctness!Dan McGee
2007-06-04Move functions out of alpm.c to where they belongDan McGee
2007-05-18Continue scanning when an invalid DB entry is foundAaron Griffin
2007-04-29Remove STRNCPY macro from libalpmDan McGee
2007-04-28Remove FREEPKG macro and correctly type _alpm_pkg_freeDan McGee
2007-04-26Clean up gettext on the libalpm sideDan McGee
2007-03-22Clarify some English messages as suggested by Nagy Gabor. I even did the hardDan McGee
2007-03-12* Noted a misspelling for later (after we are not in string freeze).v3.0.0-rc2Dan McGee
2007-03-12* Fix wrong filesize being recorded to local DB. Reported by Andreas Radke.Dan McGee
2007-03-12* Removed ${CFLAGS} from Makefile.am(s) as it was causing all CFLAGS to beDan McGee
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee