summaryrefslogtreecommitdiff
path: root/src/statdb.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-03src: Fix database modules to not depend unnecessarily on main.hGuillem Jover1-1/+1
2016-10-30dpkg: Switch from non-freeing malloc to m_malloc on statdb slurpingGuillem Jover1-1/+3
2015-10-18Update Ian Jackson's email addressGuillem Jover1-1/+1
2015-05-09dpkg-statoverride: Fix error messages on invalid uid/git/mode syntax errorsGuillem Jover1-3/+3
2014-10-06libdpkg: Make the uname and gname file_stat members non-constGuillem Jover1-2/+2
2014-08-09dpkg-statoverride: Do not abort when user and group names are unknownGuillem Jover1-7/+25
2014-01-15dpkg: Fix file descriptor leaks in diversions and statoverride databasesGuillem Jover1-3/+3
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-07dpkg: Reset the statoverrides from the in-core database on reloadGuillem Jover1-0/+7
2013-12-07dpkg: Add debug output on diversions and statoverride database loadingGuillem Jover1-0/+3
2013-12-07dpkg: Keep the diversions and statoverride database files openGuillem Jover1-4/+16
2013-10-27dpkg: Only keep previous database stat info instead of open filesGuillem Jover1-19/+10
2013-10-27dpkg: Always return from ensure_statoverrides() if file is NULLGuillem Jover1-0/+5
2013-10-27dpkg: Give more meaningful names to database stat variablesGuillem Jover1-9/+10
2013-10-27dpkg: Only allocate STATOVERRIDEFILE and DIVERSIONSFILE paths onceGuillem Jover1-3/+2
2013-04-14Avoid assignments in C conditionalsGuillem Jover1-4/+8
2012-09-27dpkg-statoverride: Use “statoverrides” instead of “statusoverrides”Guillem Jover1-1/+1
2012-05-23Check parsed integers for out of range errorsGuillem Jover1-3/+5
2012-04-09Use a dot or ellipsis where appropriate instead of ..Guillem Jover1-1/+1
2012-03-30Fix coding-styleGuillem Jover1-5/+5
2011-03-14Use dpkg_db_get_path() instead of ad-hoc building the string with varbufGuillem Jover1-9/+7
2011-03-02Use varbuf_end_str() instead of ad-hoc varbuf_add_char() callsGuillem Jover1-1/+1
2011-01-16libdpkg: Rename varbufaddstr() to varbuf_add_str()Guillem Jover1-2/+2
2011-01-16libdpkg: Rename varbufaddc() to varbuf_add_char()Guillem Jover1-1/+1
2011-01-16libdpkg: Rename varbufreset() to varbuf_reset()Guillem Jover1-1/+1
2011-01-08Use fd_read() instead of fd_buf_copy()Guillem Jover1-3/+3
2010-11-19Cleanup white spacesGuillem Jover1-1/+0
2010-11-19Refactor file_stat codeGuillem Jover1-2/+3
2010-08-13dpkg-statoverride: Fix typosGuillem Jover1-1/+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/+7
2009-09-30statdb: Do stricter parsing validationGuillem Jover1-7/+13
2009-09-06libdpkg: Move buffer I/O declarations to buffer.hGuillem Jover1-0/+1
2009-07-15Disable default automake preprocessor include pathsGuillem Jover1-2/+2
2009-07-15libdpkg: Rename dpkg-i18n.h to i18n.hGuillem Jover1-1/+1
2009-07-15Remove unused dpkg-priv.h header includesGuillem Jover1-1/+0
2009-07-12Remove unused assert.h includesGuillem Jover1-1/+0
2009-07-03Fix typo (unexecpted -> unexpected)Sven Joachim1-1/+1
2009-06-19Use NUL character instead of 0Guillem Jover1-4/+4
2009-06-17Refactor statdb field parsing functionsGuillem Jover1-27/+61
2009-06-17Move statoverride db parsing into a new fileGuillem Jover1-0/+188