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-11-26
Merge https://salsa.debian.org/dpkg-team/dpkg
Igor Pashev
103
-606
/
+4889
2019-11-26
dpkg-query: Try to use the description from the available file if not installed
Guillem Jover
3
-0
/
+36
2019-11-26
libdpkg: Add missing symbols to the version map
Guillem Jover
1
-0
/
+7
2019-10-30
libdpkg: Use p instead of name in dpkg_arch_name_is_illegal()
Guillem Jover
1
-1
/
+1
2019-10-30
libdpkg, dpkg: Use new versiondescribe_c() for non-localizable call sites
Guillem Jover
1
-1
/
+1
2019-10-30
libdpkg: Add new versiondescribe_c() to force a C locale
Guillem Jover
3
-0
/
+17
2019-10-30
libdpkg: Add new C locale switch over support
Guillem Jover
3
-0
/
+51
2019-10-30
libdpkg: Use the totalwritten variable for a consistency check
Guillem Jover
1
-0
/
+2
2019-10-30
libdpkg: Use the variable instead of a type as sizeof() argument
Guillem Jover
1
-2
/
+2
2019-10-30
libdpkg: Clarify lock contender error message
Guillem Jover
1
-3
/
+16
2019-10-12
libdpkg: Do not generate a backup file for the available database
Guillem Jover
1
-1
/
+5
2019-03-24
libdpkg: Use ERANGE instead of EINVAL for tar_atol8() out-of-range error
Guillem Jover
2
-5
/
+5
2019-03-24
libdpkg: Handle non end-of-tape errors from tar_header_decode()
Guillem Jover
1
-0
/
+2
2019-03-24
libdpkg: Set tar_entry to zero on tar_entry_destroy()
Guillem Jover
1
-0
/
+2
2019-03-24
libdpkg: Add a new TAR_FORMAT_UNKNOWN enum value
Guillem Jover
1
-0
/
+1
2019-02-23
libdpkg: Fix typos
Guillem Jover
1
-2
/
+2
2019-02-23
libdpkg, dpkg: Print the dpkg database directory on access errors
Guillem Jover
4
-18
/
+27
2019-02-23
libdpkg: Blank packages that are not-installed with unknown selection
Guillem Jover
1
-0
/
+11
2019-02-23
libdpkg: Use pkg_set_want() instead of a direct assignment
Guillem Jover
1
-1
/
+1
2019-02-23
libdpkg: Include <string.h> in pager.c
Guillem Jover
1
-0
/
+1
2019-02-23
libdpkg: Use va_arg copy instead of the original on a vasprintf() call
Guillem Jover
1
-1
/
+1
2019-02-23
libdpkg: Fix unit test for file_slurp()
Guillem Jover
1
-1
/
+1
2019-02-23
libdpkg: Increase the pkg-hash bins size
Guillem Jover
1
-5
/
+10
2019-02-23
libdpkg: Print a more accurate warning for Revision nicknames
Guillem Jover
1
-3
/
+1
2019-02-23
libdpkg: Merge nicknames table into fieldinfos
Guillem Jover
2
-30
/
+7
2019-02-23
libdpkg: Optimize error handling
Guillem Jover
4
-45
/
+80
2019-02-23
libdpkg: Clarify field names in error and warning messages
Guillem Jover
3
-38
/
+41
2019-02-23
libdpkg: Move status names from parse errors to arguments
Guillem Jover
1
-5
/
+6
2019-02-23
libdpkg: Add new dpkg_has_error() function
Guillem Jover
3
-0
/
+11
2019-02-23
libdpkg: Add new dpkg_error_move() function
Guillem Jover
3
-0
/
+11
2019-02-23
libdpkg: New benchmark programs and infrastructure
Guillem Jover
9
-2
/
+285
2019-02-23
dpkg: Clarify error on unknown system user/group in statoverride database
Guillem Jover
1
-4
/
+6
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
[next]