summaryrefslogtreecommitdiff
path: root/src/filesdb.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-19Cleanup white spacesGuillem Jover1-7/+7
2010-11-19Cleanup and improve source code commentsGuillem Jover1-35/+34
2010-11-19libdpkg: Namespace package database functions with pkg_db_ prefixGuillem Jover1-1/+1
2010-08-26Add gettext messages for plural formsGuillem Jover1-1/+3
2010-06-25dpkg: Use iterators instead of exposing packageslump directlyGuillem Jover1-0/+56
2010-05-19Use bool instead of int wherever appropriateGuillem Jover1-9/+13
2010-03-12Do an fsync on database directoriesGuillem Jover1-0/+3
2010-03-12libdpkg: Create new pkgadmindir() to hide admindir and INFODIRGuillem Jover1-2/+1
2010-03-05dpkg: Use posix_fadvise on non-Linux to speed up .list files loadingStefan Fritsch1-0/+22
2010-03-05dpkg: Use FIEMAP to sort .list files before scanningMorten Hustveit1-4/+88
2010-02-19dpkg: Make pkg_files_add_file() staticGuillem Jover1-1/+1
2009-12-22Move color member from struct pkginfo to struct perpackagestateGuillem Jover1-0/+1
2009-11-08Unify text in license headersGuillem Jover1-5/+5
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-3/+2
2009-10-26Sort order of header includesGuillem Jover1-8/+8
2009-10-16dpkg: Remove unused variable current in pkg_files_add_file()Guillem Jover1-1/+1
2009-10-14dpkg: Refactor file addition into package files to a new functionDavid Benjamin1-27/+50
2009-10-14dpkg: Split off emptying a package's file infoDavid Benjamin1-13/+34
2009-09-06libdpkg: Move buffer I/O declarations to buffer.hGuillem Jover1-0/+1
2009-07-15libdpkg: Split dpkg-priv.h into smaller piecesGuillem Jover1-1/+1
2009-07-15Disable default automake preprocessor include pathsGuillem Jover1-4/+4
2009-07-15libdpkg: Rename dpkg-i18n.h to i18n.hGuillem Jover1-1/+1
2009-06-26libdpkg: Suffix path related function names with ‘path_’Guillem Jover1-1/+1
2009-06-19Use NUL character instead of 0Guillem Jover1-1/+1
2009-06-17Move diversion db parsing into a new fileGuillem Jover1-72/+0
2009-06-17Move statoverride db parsing into a new fileGuillem Jover1-127/+0
2009-03-27Global review of error checking associated to strtol functionsRaphael Hertzog1-3/+3
2009-03-10Fix typo in dpkg output (‘unexecpted’ → ‘unexpected’)Guillem Jover1-1/+1
2009-02-26dpkg: Add progress reporting while reading the file list databaseGuillem Jover1-3/+13
2008-12-09Mark strings for translationGuillem Jover1-15/+19
2008-12-05Use the warning function instead of hand-coded print callsGuillem Jover1-3/+2
2008-09-14libdpkg: Move stdlib.h inclusion to its direct includersGuillem Jover1-0/+1
2008-09-14libcompat: Add new compat.h headerGuillem Jover1-0/+1
2008-09-14libdpkg: Move gettext related definitions to a new dpkg-i18n.hGuillem Jover1-0/+2
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-2/+2
2008-06-28libdpkg: Move skip_slash_dotslash from parsehelp.c to path.cGuillem Jover1-0/+1
2008-03-30Implement triggers supportIan Jackson1-0/+5
2008-03-25Move duplicate ensure_package_clientdata functions to src/filesdb.cGuillem Jover1-0/+11
2008-03-11Refactor fgets checking code into fgets_must and fgets_checked functionsIan Jackson1-22/+3
2008-01-16Use NULL instead of 0Guillem Jover1-29/+34
2006-04-29Fix a typo in an error message (unexecpted -> unexpected).Nicolas FRANCOIS1-1/+1
2006-01-18Import latest release as a temporary trunk which should beFrank Lichtenheld1-11/+11
2005-03-11dpkg (1.13.1.0.1) experimental; urgency=lowScott James Remnant1-0/+610