index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-22
libdpkg: Add new db-fsys:Files and db-fsys:Last-Modified virtual fields
Guillem Jover
3
-2
/
+60
2019-01-22
libdpkg: Detect unsupported tar entry types to give better error messages
Guillem Jover
2
-0
/
+32
2019-01-22
libdpkg: Add proper tar error handling
Guillem Jover
3
-51
/
+81
2019-01-22
libdpkg: Add new DPKG_ERROR_OBJECT macro
Guillem Jover
1
-0
/
+2
2019-01-22
libdpkg: Add new warning printer setter function
Guillem Jover
3
-3
/
+26
2019-01-22
libdpkg: Rename pkg_db symbols to pkg_hash
Guillem Jover
17
-131
/
+144
2019-01-22
libdpkg: Cleanup fsys module symbol names
Guillem Jover
16
-201
/
+204
2019-01-22
libdpkg: Rename ret variable to next
Guillem Jover
1
-3
/
+3
2019-01-22
libdpkg, dpkg: Rename r variables to fnn
Guillem Jover
1
-4
/
+4
2019-01-22
When allocating use the variable instead of the type in sizeof()
Guillem Jover
12
-24
/
+24
2018-10-08
libdpkg: Add a pager kill switch
Guillem Jover
2
-0
/
+16
2018-10-08
libdpkg: Set stdout to be fully buffered when using a pager
Guillem Jover
1
-0
/
+5
2018-10-08
libdpkg: Ignore SIGPIPE when setting up a pager
Guillem Jover
2
-1
/
+14
2018-10-08
libdpkg: When spawning a pager set LESS to “-FRSXMQ” if not already set
Guillem Jover
1
-0
/
+3
2018-10-08
libdpkg: Honor DPKG_PAGER
Guillem Jover
1
-1
/
+3
2018-10-08
libdpkg: Do not spawn a pager if we are going to call «cat»
Guillem Jover
1
-4
/
+5
2018-10-08
libdpkg: Call the pager with «$SHELL -c» to respect POSIX
Guillem Jover
1
-4
/
+1
2018-10-08
libdpkg: Pass the file contents to the pager instead of the filename
Guillem Jover
3
-5
/
+19
2018-10-08
libdpkg: Add new fsys-dir module
Guillem Jover
7
-0
/
+169
2018-09-26
libdpkg: Check that the public headers can be compiled with C++
Guillem Jover
3
-0
/
+86
2018-09-18
perl: Replace all calls to Cwd::cwd with Cwd::getcwd
Josh Triplett
2
-2
/
+2
2018-09-18
libdpkg: Fix filesystem digest parsing
Guillem Jover
1
-1
/
+1
2018-08-30
libdpkg: Add new unit tests for namevalue, fsys-hash and pkg-hash modules
Guillem Jover
5
-0
/
+340
2018-08-30
libdpkg, dpkg: Use new pager spawning support
Guillem Jover
1
-16
/
+3
2018-08-30
libdpkg: Add pager spawning and reaping support
Guillem Jover
3
-0
/
+72
2018-08-30
libdpkg: Require both stdin and stdout to be a tty to use a pager
Guillem Jover
1
-1
/
+1
2018-08-30
libdpkg: Split pager specific code into its own module
Guillem Jover
11
-61
/
+177
2018-08-30
libdpkg: Fix internerr format string
Guillem Jover
1
-1
/
+1
2018-08-30
libdpkg: Dump database package records in alphabetical order
Guillem Jover
1
-4
/
+13
2018-08-30
libdpkg: Factor out package stanza printing into its own function
Guillem Jover
3
-6
/
+17
2018-08-30
libdpkg: Add new m_dup() function
Guillem Jover
3
-0
/
+15
2018-08-30
libdpkg: Add new pkg_infodb_reset_dir()
Guillem Jover
2
-5
/
+14
2018-08-30
libdpkg: Add support for new test_get_srcdir() and test_get_builddir()
Guillem Jover
2
-1
/
+18
2018-08-30
libdpkg: Switch db-fsys to use the new file_slurp() function
Guillem Jover
2
-67
/
+26
2018-08-30
libdpkg: Add new file_slurp() function
Guillem Jover
5
-0
/
+147
2018-08-30
libdpkg: Add new varbuf_new() and varbuf_free() functions
Guillem Jover
4
-1
/
+44
2018-08-30
libdpkg: Change dpkg_error to track errno values
Guillem Jover
3
-8
/
+19
2018-08-30
Switch from strchr() + strlen() to strchrnul()
Guillem Jover
1
-5
/
+2
2018-08-30
libcompat: Add new strchrnul() compat function
Guillem Jover
3
-0
/
+48
2018-08-30
libdpkg: Split push_cleanup() into push_cleanup_fallback()
Guillem Jover
12
-16
/
+45
2018-08-30
libdpkg: Reset nfiles in files_db_reset()
Guillem Jover
1
-0
/
+2
2018-08-30
libdpkg: Switch to a new tiny struct to track file ondisk identity
Guillem Jover
2
-3
/
+11
2018-08-30
libdpkg: Factor out package files handling into its own module
Guillem Jover
4
-66
/
+144
2018-08-30
libdpkg: Use a pointer to pointer to track previous entry in pkg_files_blank()
Guillem Jover
1
-6
/
+4
2018-08-30
libdpkg: Rename pkg-db module to pkg-hash
Guillem Jover
2
-2
/
+2
2018-08-30
libdpkg: Move db-fsys code from src to lib/dpkg
Guillem Jover
7
-0
/
+1078
2018-08-30
libdpkg: Move files list information from dpkg clientdata to pkginfo
Guillem Jover
2
-0
/
+16
2018-08-30
libdpkg: Rename struct pkginfo files member to archives
Guillem Jover
6
-36
/
+42
2018-08-30
libdpkg: Document in pkg_db_get_pkg() which pkgbin members can be initialized
Guillem Jover
1
-0
/
+4
2018-08-30
libdpkg: Change pkg_name() and pkgbin_name() back to get non-const structs
Guillem Jover
6
-7
/
+77
[next]