index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
debian
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-30
libdpkg: Add <sys/sysmacros.h> on AIX for major() and minor()
Guillem Jover
1
-0
/
+1
2016-10-30
libdpkg: Use our own dpkg_ar_hdr instead of relying on the system one
Guillem Jover
1
-0
/
+3
2016-10-30
data: Add support for AIX operating system
Guillem Jover
1
-0
/
+2
2016-10-30
Dpkg: Add new Dpkg::PROGMAKE variable to store GNU make command name
Guillem Jover
1
-0
/
+1
2016-10-30
Dpkg: Add new Dpkg::PROGTAR variable to store GNU tar command name
Guillem Jover
1
-0
/
+1
2016-10-30
build: Do not honor DPKG_DATADIR on the installed Dpkg module
Guillem Jover
1
-0
/
+1
2016-10-30
Dpkg::Compression: Only use gzip --rsyncable on Debian and derivatives
Guillem Jover
1
-0
/
+4
2016-10-30
Dpkg::Compression::FileHandle: Inherit from IO::File instead of FileHandle
Guillem Jover
1
-0
/
+2
2016-10-30
Dpkg::Build::Type: Always map the build type to the shortest string form
Guillem Jover
1
-0
/
+2
2016-10-30
Dpkg::IPC: Defer filehandle closures in spawn() to avoid double-close
Guillem Jover
1
-0
/
+2
2016-10-30
Dpkg::Source::Package: Prefix private functions with _
Guillem Jover
1
-0
/
+1
2016-10-30
Dpkg::Conf: Document obsolete functions
Guillem Jover
1
-0
/
+1
2016-10-30
u-a: Fix short-lived memory leaks
Guillem Jover
1
-0
/
+2
2016-10-30
u-a: Fix lookup by name on --config
Guillem Jover
1
-0
/
+2
2016-10-30
s-s-d: Port process handling to AIX
Guillem Jover
1
-0
/
+1
2016-10-30
s-s-d: Port process handling to Mac OS X
Guillem Jover
1
-0
/
+2
2016-10-30
s-s-d: On FreeBSD return STATUS_UNKNOWN instead of false in do_procinit()
Guillem Jover
1
-0
/
+2
2016-10-30
s-s-d: Handle _POSIX_PRIORITY_SCHEDULING being defined to -1 or 0
Guillem Jover
1
-0
/
+2
2016-10-30
s-s-d: Use reserved system preprocessor symbols
Guillem Jover
1
-0
/
+2
2016-10-30
libdpkg: Cast strlen() return value to ssize_t to match write() return type
Guillem Jover
1
-0
/
+1
2016-10-30
libdpkg: Add missing <string.h> include
Guillem Jover
1
-0
/
+1
2016-10-30
Cast off_t variables to intmax_t when printing them with %jd
Guillem Jover
1
-0
/
+2
2016-10-30
test: Add an initial functional test suite for dpkg-deb and dpkg-split
Guillem Jover
1
-0
/
+1
2016-10-30
scripts/t: Add dpkg-buildpackage functional tests
Guillem Jover
1
-0
/
+1
2016-10-30
scripts/t: Add dpkg-source functional tests
Guillem Jover
1
-0
/
+1
2016-10-30
dpkg-source: Make the program reproducible when run standalone
Guillem Jover
1
-0
/
+2
2016-10-30
Dpkg::Source::Archive: Fix reproducible source package support
Guillem Jover
1
-0
/
+2
2016-10-30
libdpkg: Rename test suite commands to be prefixed with c- instead of t-
Guillem Jover
1
-0
/
+1
2016-10-30
libdpkg: Make test main function a TEST_ENTRY macro
Guillem Jover
1
-0
/
+4
2016-10-30
dpkg-gencontrol: Implement source stanza substvars prefixed with S:
Guillem Jover
1
-0
/
+3
2016-10-30
Dpkg::Substvars: Add new method set_field_substvars()
Guillem Jover
1
-0
/
+1
2016-10-30
dpkg: Initialize and reset the filesdb in --command-fd
Guillem Jover
1
-0
/
+2
2016-10-30
dpkg: Shutdown the modstatdb in --get-selections
Guillem Jover
1
-0
/
+1
2016-10-30
libdpkg: Do not crash if we pass a NULL cip argument to setaction()
Guillem Jover
1
-0
/
+1
2016-10-30
libdpkg: Reset pkg db when shutting down the modstat db
Guillem Jover
1
-0
/
+2
2016-10-30
dpkg: Switch from non-freeing malloc to m_malloc for invoke hooks
Guillem Jover
1
-0
/
+1
2016-10-30
dpkg: Switch from non-freeing malloc to m_malloc on statdb slurping
Guillem Jover
1
-0
/
+1
2016-10-30
Dpkg: Document the behavior for consecutive calls to parse() methods
Guillem Jover
1
-0
/
+2
2016-10-30
Dpkg::Substavars: Make the parse method return the number of substvars parsed
Guillem Jover
1
-0
/
+2
2016-10-30
Dpkg::Checksums: Mention that add_from_file is used to verify digests too
Guillem Jover
1
-0
/
+2
2016-10-30
Dpkg::Vendor: Rework keyring hooks
Guillem Jover
1
-0
/
+3
2016-10-30
dpkg-deb: Generate reproducible file modes for the .deb control member
Guillem Jover
1
-0
/
+2
2016-10-30
dpkg-split: Make the deb-split(5) generation reproducible
Guillem Jover
1
-0
/
+2
2016-10-30
dpkg-split: Do not emit epochs for unambiguous versions in deb-split header
Guillem Jover
1
-0
/
+2
2016-10-30
dpkg: Fix md5sum parse error messages to include package name affected
Guillem Jover
1
-0
/
+2
2016-10-30
dpkg: Remove obsolete --print-installation-architecture option
Guillem Jover
1
-0
/
+1
2016-10-30
dpkg-deb: Remove obsolete --old and --new options
Guillem Jover
1
-0
/
+1
2016-10-30
dpkg-deb: Obsolete bzip2 and lzma compression methods
Guillem Jover
1
-0
/
+1
2016-10-30
Dpkg::Substvars: Obsolete Source-Version substvar
Guillem Jover
1
-0
/
+2
2016-10-30
dpkg-scanpackages: Support scanning a single binary file
Javier Serrano Polo
1
-0
/
+2
[next]