index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-18
Update Ian Jackson's email address
Guillem Jover
25
-25
/
+25
2015-09-14
perl: Split overlong regexes into multiline extended regexes
Guillem Jover
1
-2
/
+10
2015-09-14
t: Fix coding style
Guillem Jover
1
-1
/
+1
2015-09-14
dpkg: Fix --verify with --root
Guillem Jover
1
-1
/
+7
2015-09-14
libdpkg, dpkg-divert: Mark unimportant unlink() return code as unwanted
Guillem Jover
1
-1
/
+1
2015-08-06
doc: Fix typos for --predep-package option name
Guillem Jover
1
-1
/
+1
2015-07-26
Document --yet-to-unpack, --predep-packages and --assert-<feature> commands
Guillem Jover
1
-7
/
+8
2015-05-30
libdpkg: Rename DPKG_VERSION_ARCH to PACKAGE_RELEASE
Guillem Jover
5
-5
/
+5
2015-05-30
dpkg: Honor Conflicts/Breaks/Pre-Depends for packages in unpacked and half st...
Ian Jackson
1
-0
/
+5
2015-05-30
dpkg: Sort PKG_STAT_ switch cases in descending order
Guillem Jover
1
-3
/
+3
2015-05-30
dpkg: Simplify sehandle handling
Guillem Jover
1
-15
/
+7
2015-05-30
dpkg: Set the SE Linux file context even without a file type in mode
Guillem Jover
1
-4
/
+0
2015-05-30
dpkg: Fix setting the SE Linux context when a file has a statoverride
Guillem Jover
2
-12
/
+16
2015-05-19
dpkg-deb, dpkg: Do not allow pathnames with embedded newlines
Guillem Jover
1
-0
/
+4
2015-05-18
dpkg: When upgrading, copy over the cached arch-qualified package name
Guillem Jover
1
-0
/
+1
2015-05-09
dpkg-statoverride: Fix error messages on invalid uid/git/mode syntax errors
Guillem Jover
1
-3
/
+3
2015-04-21
src/t: Fix dpkg-divert.t when skipping test due to missing /dev/full
Guillem Jover
1
-1
/
+3
2015-04-21
Remove some unnecessary includes of assert.h
Niels Thykier
1
-1
/
+0
2015-04-21
dpkg: Use badusage() instead of ohshit() for command-line errors
Guillem Jover
1
-4
/
+4
2015-04-21
src/t: Fix dpkg-divert.t to work even w/o /dev/full
Guillem Jover
1
-2
/
+8
2015-04-21
src/t: Fix dpkg-divert.t to work on BSD userland
Guillem Jover
1
-0
/
+2
2015-04-18
debian: Update my copyright years
Guillem Jover
14
-13
/
+14
2015-04-10
Consistently use proper quotation marks all over the place
Guillem Jover
16
-94
/
+98
2015-04-06
dpkg: Add --ctrl-tarfile forwarding command for dpkg-deb
Guillem Jover
1
-2
/
+4
2015-04-01
dpkg-statoverride: Do not accept unknown user or group names on --add
Guillem Jover
1
-6
/
+4
2015-04-01
dpkg: Rework oldconffsetflags() into pkg_conffiles_mark_old()
Guillem Jover
5
-12
/
+19
2015-04-01
libdpkg: Move path removal functions to path-remove module
Guillem Jover
6
-105
/
+2
2015-04-01
libdpkg: Rename ensure_pathname_nonexisting() to path_remove_tree()
Guillem Jover
5
-13
/
+14
2015-03-31
Say directory instead of dir in output messages
Guillem Jover
1
-1
/
+1
2015-03-31
Expand EOF and eof into "end of file" in error messages
Guillem Jover
4
-6
/
+11
2015-03-30
dpkg: Use dpkg_error_print() instead of explicitly printing a dpkg_error
Guillem Jover
1
-8
/
+2
2015-03-30
dpkg-query: Do not fail on -W and -l when multiple arguments match a package
Guillem Jover
1
-8
/
+19
2015-03-30
dpkg-query: Use pkg_array_foreach() instead of ad-hoc traversal
Guillem Jover
1
-18
/
+4
2015-03-30
dpkg-statoverride: Set the SE Linux context on --update
Guillem Jover
2
-0
/
+9
2015-03-30
dpkg: Move SE Linux support into a separate file
Guillem Jover
4
-98
/
+147
2015-02-11
dpkg: Fix --audit to report missing and empty architecture fields
Guillem Jover
1
-1
/
+1
2015-02-08
dpkg: Add comment describing pkg_istobe values
Guillem Jover
1
-0
/
+5
2015-02-08
dpkg: Warn on obsolete '<' and '>' operators in --compare-versions
Guillem Jover
1
-2
/
+7
2015-01-28
dpkg: Fix indentation
Guillem Jover
1
-2
/
+2
2015-01-28
test: Move use strict and warnings as the first directives
Guillem Jover
1
-3
/
+5
2015-01-28
Remove trailing newline from string literal in warning calls
Guillem Jover
1
-1
/
+1
2015-01-28
Switch code to use the new C locale character type functions
Guillem Jover
4
-14
/
+23
2015-01-26
Remove unused <ctype.h> includes
Guillem Jover
4
-4
/
+0
2015-01-26
libdpkg: Change m_calloc() signature to take also a nmemb argument
Guillem Jover
1
-2
/
+2
2015-01-26
dpkg-query: Only trim trailing "/" and "/." from pathnames in --search
Guillem Jover
1
-14
/
+9
2014-12-27
libdpkg, dpkg: Fix out-of-bounds read accesses
Guillem Jover
1
-1
/
+2
2014-12-27
dpkg: Reset trigger cycle tracking on unsatisfied dependencies during trigproc
Guillem Jover
1
-0
/
+7
2014-11-22
libdpkg: Register all pending triggers for deferred processing
Guillem Jover
3
-0
/
+42
2014-11-22
dpkg: Do not ignore trigger cycles for direct dependencies
Guillem Jover
1
-18
/
+0
2014-11-22
dpkg: Fail on trigger processing when it is required to progress
Guillem Jover
4
-6
/
+27
[next]