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
2017-10-17
libdpkg: Clarify subprocess error message by shuffling it around
Guillem Jover
1
-5
/
+5
2017-09-24
dpkg-deb: Sanity check config maintainer script file type and permissions
Guillem Jover
1
-0
/
+2
2017-09-07
libdpkg: Fix integer overflow in unit test
Jakub Wilk
1
-1
/
+1
2017-08-26
libdpkg: Fix integer overflow in deb(5) version parser
Guillem Jover
2
-7
/
+42
2017-05-20
build: Do not override the default DEPENDENCIES for libdpkg
Guillem Jover
1
-1
/
+1
2017-05-17
libdpkg: Improve tar metadata parsing
Guillem Jover
6
-16
/
+300
2017-05-17
libdpkg: Do not parse device number for non block nor char tar entry objects
Guillem Jover
1
-2
/
+6
2017-05-17
libdpkg: Handle files with non-zero sizes in c-tarextract test code
Guillem Jover
1
-0
/
+14
2017-05-07
libdpkg: Add missing symbols to the map file
Guillem Jover
1
-0
/
+11
2017-05-06
doc: Spelling fixes
Josh Soref
11
-14
/
+14
2017-02-26
libdpkg: Use snprintf() instead of sprintf()
Guillem Jover
1
-4
/
+5
2017-02-26
libcompat: Do not redeclare sys_siglist when the system does so
Thomas Klausner
1
-1
/
+0
2017-02-01
libdpkg: Turn status file parser errors on field blank lines into warnings
Guillem Jover
2
-5
/
+11
2017-01-26
build: Disable disk pre-allocation by default
Guillem Jover
1
-0
/
+9
2017-01-23
libdpkg, Dpkg::Version: Do not allow empty epochs and revisions
Guillem Jover
2
-5
/
+16
2017-01-22
doc: Fix typos in documentation and code comments
Guillem Jover
2
-2
/
+2
2016-12-17
libdpkg: Add virtual source:Upstream-Version field
Guillem Jover
1
-0
/
+14
2016-12-17
libdpkg: Add a new source version accessor
Guillem Jover
3
-0
/
+20
2016-12-17
libdpkg: Refactor varbuf_add_source_version() out from virt_source_version()
Guillem Jover
4
-17
/
+40
2016-12-17
libdpkg: Decrease xz encoder threads to not exceed memory limits
Guillem Jover
1
-0
/
+21
2016-12-17
libdpkg: Use lzma_cputhreads() instead of sysconf(_SC_NPROCESSORS_ONLN)
Guillem Jover
1
-1
/
+5
2016-12-17
libdpkg, Dpkg::Version: Reject empty upstream versions
Guillem Jover
2
-1
/
+9
2016-11-16
libdpkg: Only preallocate disk size for files bigger than 16 KiB
Guillem Jover
1
-1
/
+3
2016-11-11
libdpkg, scripts: Change default color behavior to auto
Guillem Jover
1
-1
/
+1
2016-11-05
dpkg: Do not fail when removing non-existent files on read-only filesystems
Guillem Jover
1
-0
/
+7
2016-10-30
libdpkg: Simplify and trim-down dlist.h macros
Guillem Jover
3
-27
/
+20
2016-10-30
libdpkg: Fix free() on uninitialized pointer in error_context_errmsg_format()
Guillem Jover
1
-2
/
+1
2016-10-30
libdpkg: Add new unit test for error handling
Guillem Jover
3
-0
/
+131
2016-10-30
libdpkg: Improve comment in error_context_errmsg_format()
Guillem Jover
1
-3
/
+4
2016-10-30
libdpkg: Return error in error_context_errmsg_format() only if truncated
Guillem Jover
1
-1
/
+5
2016-10-30
libdpkg: Only set error context message if it has been formatted correctly
Guillem Jover
1
-1
/
+2
2016-10-30
libcompat: Disable gettext support in getopt module
Guillem Jover
1
-8
/
+3
2016-10-30
libcompat: Include getopt module when we need getopt_long
Guillem Jover
1
-0
/
+4
2016-10-30
libcompat: Add missing <errno.h> include
Guillem Jover
1
-0
/
+1
2016-10-30
libdpkg: Add <sys/sysmacros.h> on AIX for major() and minor()
Guillem Jover
1
-0
/
+4
2016-10-30
libdpkg: Use our own dpkg_ar_hdr instead of relying on the system one
Guillem Jover
3
-12
/
+25
2016-10-30
Dpkg: Add new Dpkg::PROGTAR variable to store GNU tar command name
Guillem Jover
2
-2
/
+7
2016-10-30
libdpkg: Cast strlen() return value to ssize_t to match write() return type
Guillem Jover
1
-1
/
+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
2
-4
/
+5
2016-10-30
libdpkg: Rename test suite commands to be prefixed with c- instead of t-
Guillem Jover
6
-11
/
+10
2016-10-30
libdpkg: Make test main function a TEST_ENTRY macro
Guillem Jover
22
-60
/
+38
2016-10-30
libdpkg: Do not crash if we pass a NULL cip argument to setaction()
Guillem Jover
1
-1
/
+1
2016-10-30
libdpkg: Reset pkg db when shutting down the modstat db
Guillem Jover
1
-0
/
+2
2016-07-19
Fix repeated "the" word typos
Guillem Jover
1
-1
/
+1
2016-07-03
build: Uniformize library build options
Guillem Jover
4
-10
/
+10
2016-07-03
libdpkg: Add new struct dpkg_ar and basic operations
Guillem Jover
3
-31
/
+116
2016-05-09
libdpkg: Rework error message handling to use variable buffers
Guillem Jover
1
-18
/
+86
2016-05-09
libdpkg: Refactor and colorize abort printing into a new function
Guillem Jover
1
-8
/
+12
2016-05-09
libdpkg: Reorder ehandle functions
Guillem Jover
1
-63
/
+63
[next]