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
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
2018-08-30
libdpkg, dselect: Use new pkg_name_const() and pkgbin_name_const()
Guillem Jover
1
-12
/
+12
2018-08-30
libdpkg: Add new pkg_name() and pkgbin_name() const variants
Guillem Jover
3
-0
/
+60
2018-08-30
libdpkg: Factor out cached arch-qualified package name generation
Guillem Jover
3
-8
/
+22
2018-08-30
libdpkg: Fix pkgbin_name_needs_arch() to ignore empty and missing arches
Guillem Jover
1
-2
/
+5
2018-08-30
libdpkg: Add missing db-ctrl symbols to the libdpkg.map file
Guillem Jover
1
-0
/
+7
2018-08-30
libdpkg: Fix dpkg_arch_find() Doxygen comment
Guillem Jover
1
-4
/
+5
2018-08-30
libdpkg: Fix header file title
Guillem Jover
10
-10
/
+10
2018-08-30
Fix some typos
Guillem Jover
2
-2
/
+2
2018-08-01
libdpkg: Do not compare an unsigned int with <=
Guillem Jover
1
-1
/
+1
2018-08-01
libdpkg: Improve unit test to use assigned variable
Guillem Jover
1
-1
/
+3
2018-08-01
libdpkg: Turn variable into unsigned to match format string
Guillem Jover
1
-1
/
+1
2018-08-01
libdpkg: Use memccpy() instead of strncpy()
Guillem Jover
1
-2
/
+4
2018-07-24
Use Synopsis instead of Summary for the short Description
Guillem Jover
4
-12
/
+13
2018-07-24
Track package status dirtinness
Guillem Jover
3
-5
/
+14
2018-05-05
libdpkg: Use MD5_CTX instead of struct MD5Context
Guillem Jover
1
-1
/
+1
2018-05-04
libdpkg: Move control database code into db-ctrl modules
Guillem Jover
5
-0
/
+577
2018-05-04
libdpkg: Introduce frontend locking
Julian Andres Klode
2
-0
/
+22
2018-05-03
libdpkg: Use a single struct filenamenode definition
Guillem Jover
2
-31
/
+4
[prev]
[next]