index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
filesdb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-03
dpkg: Use pnaw_nonambig instead of pnaw_foreign on .list file open error
Guillem Jover
1
-1
/
+1
2012-02-01
Change debug, progress and error output to use package specifiers
Guillem Jover
1
-8
/
+10
2012-01-02
Use the new atomic file API instead of ad-hoc code
Guillem Jover
1
-29
/
+10
2011-12-05
dpkg: Error out if a database .list file is not a regular file
Raphaël Hertzog
1
-0
/
+4
2011-12-05
dpkg: Initialize all clientdata members in ensure_package_clientdata()
Raphaël Hertzog
1
-0
/
+1
2011-11-14
Replace all pkg_db_count() calls with pkg_db_count_pkg()
Raphaël Hertzog
1
-1
/
+1
2011-10-30
Switch pkgadminfile() to get an explicit pkgbin as argument
Guillem Jover
1
-7
/
+7
2011-10-27
Switch from pkginfo->name to pkginfo->set->name
Guillem Jover
1
-14
/
+23
2011-10-13
dpkg: Use statfs() to retrieve the infodb filesystem block size
Guillem Jover
1
-5
/
+7
2011-09-09
Do not include trailing slash for directory string literals
Guillem Jover
1
-0
/
+1
2011-05-15
dpkg: Change write_filelist_except() to take a mask intead of a bool
Guillem Jover
1
-4
/
+4
2011-05-15
dpkg: Make fd variable passed to cu_closefd static
Guillem Jover
1
-1
/
+1
2011-05-15
libdpkg: Rename cu_closefile to cu_closestream
Guillem Jover
1
-1
/
+1
2011-03-14
Move pkgadmindir() and pkgadminfile() to the filesdb module
Guillem Jover
1
-0
/
+40
2011-03-02
Use varbuf_end_str() instead of ad-hoc varbuf_add_char() calls
Guillem Jover
1
-1
/
+1
2011-03-02
dpkg: Use pkgadminfile() instead of varbuf_pkgadminfile()
Guillem Jover
1
-4
/
+5
2011-02-11
dpkg: Use varbuf_pkgadminfile() instead of manually building the path
Guillem Jover
1
-5
/
+1
2011-01-16
libdpkg: Rename varbufaddstr() to varbuf_add_str()
Guillem Jover
1
-5
/
+5
2011-01-16
libdpkg: Rename varbufaddc() to varbuf_add_char()
Guillem Jover
1
-2
/
+2
2011-01-16
libdpkg: Rename varbufreset() to varbuf_reset()
Guillem Jover
1
-2
/
+2
2011-01-08
Use fd_read() instead of fd_buf_copy()
Guillem Jover
1
-2
/
+3
2010-11-19
Cleanup white spaces
Guillem Jover
1
-7
/
+7
2010-11-19
Cleanup and improve source code comments
Guillem Jover
1
-35
/
+34
2010-11-19
libdpkg: Namespace package database functions with pkg_db_ prefix
Guillem Jover
1
-1
/
+1
2010-08-26
Add gettext messages for plural forms
Guillem Jover
1
-1
/
+3
2010-06-25
dpkg: Use iterators instead of exposing packageslump directly
Guillem Jover
1
-0
/
+56
2010-05-19
Use bool instead of int wherever appropriate
Guillem Jover
1
-9
/
+13
2010-03-12
Do an fsync on database directories
Guillem Jover
1
-0
/
+3
2010-03-12
libdpkg: Create new pkgadmindir() to hide admindir and INFODIR
Guillem Jover
1
-2
/
+1
2010-03-05
dpkg: Use posix_fadvise on non-Linux to speed up .list files loading
Stefan Fritsch
1
-0
/
+22
2010-03-05
dpkg: Use FIEMAP to sort .list files before scanning
Morten Hustveit
1
-4
/
+88
2010-02-19
dpkg: Make pkg_files_add_file() static
Guillem Jover
1
-1
/
+1
2009-12-22
Move color member from struct pkginfo to struct perpackagestate
Guillem Jover
1
-0
/
+1
2009-11-08
Unify text in license headers
Guillem Jover
1
-5
/
+5
2009-11-08
Replace FSF address by pointing to the gnu.org URL
Guillem Jover
1
-3
/
+2
2009-10-26
Sort order of header includes
Guillem Jover
1
-8
/
+8
2009-10-16
dpkg: Remove unused variable current in pkg_files_add_file()
Guillem Jover
1
-1
/
+1
2009-10-14
dpkg: Refactor file addition into package files to a new function
David Benjamin
1
-27
/
+50
2009-10-14
dpkg: Split off emptying a package's file info
David Benjamin
1
-13
/
+34
2009-09-06
libdpkg: Move buffer I/O declarations to buffer.h
Guillem Jover
1
-0
/
+1
2009-07-15
libdpkg: Split dpkg-priv.h into smaller pieces
Guillem Jover
1
-1
/
+1
2009-07-15
Disable default automake preprocessor include paths
Guillem Jover
1
-4
/
+4
2009-07-15
libdpkg: Rename dpkg-i18n.h to i18n.h
Guillem Jover
1
-1
/
+1
2009-06-26
libdpkg: Suffix path related function names with ‘path_’
Guillem Jover
1
-1
/
+1
2009-06-19
Use NUL character instead of 0
Guillem Jover
1
-1
/
+1
2009-06-17
Move diversion db parsing into a new file
Guillem Jover
1
-72
/
+0
2009-06-17
Move statoverride db parsing into a new file
Guillem Jover
1
-127
/
+0
2009-03-27
Global review of error checking associated to strtol functions
Raphael Hertzog
1
-3
/
+3
2009-03-10
Fix typo in dpkg output (‘unexecpted’ → ‘unexpected’)
Guillem Jover
1
-1
/
+1
2009-02-26
dpkg: Add progress reporting while reading the file list database
Guillem Jover
1
-3
/
+13
[next]