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
2013-12-07
Use https:// URLs instead of http:// when possible
Guillem Jover
1
-1
/
+1
2013-11-23
dpkg: Do not lose track of packages owning a file
Guillem Jover
1
-1
/
+2
2013-10-26
dpkg: Use a simple list to track packages owning a file
Guillem Jover
1
-72
/
+29
2013-09-19
dpkg: Use an enum for the saidread variable
Guillem Jover
1
-7
/
+13
2013-04-19
Remove Emacs and vim modelines
Guillem Jover
1
-3
/
+0
2013-04-14
Avoid assignments in C conditionals
Guillem Jover
1
-1
/
+2
2013-03-18
dpkg: Initialize all filenamenode members
Guillem Jover
1
-0
/
+1
2012-06-30
Avoid full stop and double newline at the end of errors and warnings
Jonathan Nieder
1
-2
/
+2
2012-06-06
dpkg-divert: Do not warn on missing db .list file for never installed packages
Guillem Jover
1
-1
/
+2
2012-04-03
Print errors while reading file list files on a new line
Guillem Jover
1
-1
/
+0
2012-04-03
Move pkg_infodb_get_dir() and pkg_infodb_get_file() to infodb-format.c
Guillem Jover
1
-41
/
+0
2012-04-03
Rename pkgadmin*() to pkg_infodb_get_*()
Guillem Jover
1
-8
/
+9
2012-04-03
Change pkgadmindir() to initialize infodir itself
Guillem Jover
1
-9
/
+4
2012-04-01
Use cmp() == 0 instead of !cmp()
Guillem Jover
1
-1
/
+2
2012-03-31
Rename file iterator variables to iter
Guillem Jover
1
-23
/
+31
2012-03-31
Rename iterfiles*() functions to files_db_iter_*()
Guillem Jover
1
-3
/
+9
2012-03-30
dpkg: Pass filenamenode to pkg_files_add_file() instead of string and flags
Guillem Jover
1
-4
/
+8
2012-03-30
Fix coding-style
Guillem Jover
1
-6
/
+6
2012-03-19
dpkg: Update on-disk database to use a multiarch compliant layout
Guillem Jover
1
-0
/
+4
2012-03-16
dpkg: Compute and track hashes for newly unpacked file
Guillem Jover
1
-0
/
+2
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
[next]