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
2015-01-28
test: Rename TAP test directories from test to t
Guillem Jover
26
-1
/
+1
2015-01-28
test: Fix perlcritic errors in t-tar.t
Guillem Jover
1
-3
/
+3
2015-01-28
Remove trailing newline from string literal in warning calls
Guillem Jover
1
-1
/
+1
2015-01-28
libdpkg: Remove now unused cistype() functions
Guillem Jover
3
-28
/
+0
2015-01-28
Switch code to use the new C locale character type functions
Guillem Jover
11
-58
/
+82
2015-01-28
libdpkg: Add new pure ASCII C locale character type functions
Guillem Jover
7
-0
/
+428
2015-01-26
Remove unused <ctype.h> includes
Guillem Jover
1
-1
/
+0
2015-01-26
libdpkg: Add missing symbols to the version script
Guillem Jover
1
-0
/
+8
2015-01-26
libdpkg: Change m_calloc() signature to take also a nmemb argument
Guillem Jover
2
-3
/
+3
2014-12-27
libdpkg, dpkg: Fix out-of-bounds read accesses
Guillem Jover
4
-52
/
+58
2014-12-23
libdpkg: Skip tar extractor tests if tar is not GNU tar >= 1.27
Guillem Jover
1
-1
/
+12
2014-11-22
libdpkg, dpkg: Normalize tar entry uid and gid only in dpkg unpack
Guillem Jover
2
-12
/
+28
2014-11-22
libdpkg: Fix fd_allocate_size() function to build on Mac OS X
Guillem Jover
1
-4
/
+4
2014-11-22
libdpkg: Do not match partial field names in control files
Guillem Jover
1
-2
/
+4
2014-11-22
libdpkg: Escape package and architecture on control file parsing warning
Guillem Jover
1
-4
/
+7
2014-10-25
dpkg: Add explicit await trigger directives and command-line options
Guillem Jover
1
-2
/
+12
2014-10-06
libdpkg: Set umask to 0 when creating symlinks in test suite to normalize res...
Guillem Jover
1
-1
/
+9
2014-10-06
libdpkg: Set umask to the expected value of 0022 in tar test case
Guillem Jover
1
-0
/
+3
2014-10-06
libdpkg: Add new tar extractor test cases
Guillem Jover
4
-3
/
+287
2014-10-06
libdpkg: Record user and group name in tar_entry
Guillem Jover
1
-2
/
+21
2014-10-06
libdpkg: Make the uname and gname file_stat members non-const
Guillem Jover
1
-2
/
+2
2014-10-06
libdpkg: Refactor tar_entry copying into tar_entry_copy()
Guillem Jover
1
-3
/
+10
2014-10-06
libdpkg: Consider a hardlink tar entry as a regular file for mode values
Guillem Jover
1
-1
/
+1
2014-10-06
libdpkg: Switch to the recommended FNV-1a variant
Guillem Jover
2
-19
/
+19
2014-10-06
libdpkg: Move the FNV hash function into a new strhash module
Guillem Jover
6
-21
/
+83
2014-10-06
libdpkg: Add missing <stddef.h> to dpkg/string.h needed for size_t and NULL
Guillem Jover
1
-0
/
+1
2014-10-06
libdpkg: Fix off-by-one error in command argv size calculation
Guillem Jover
1
-0
/
+3
2014-10-06
libdpkg: Add new SUBPROC_RETSIGNO to return the signal number
Guillem Jover
2
-0
/
+4
2014-10-06
libdpkg: Also return an error code for unhandled subprocess status
Guillem Jover
1
-0
/
+3
2014-10-06
libdpkg: Namespace and reword subproc flags
Guillem Jover
5
-22
/
+31
2014-10-06
libdpkg: Add new alias subproc_signals_restore() for pop_cleanup()
Guillem Jover
3
-0
/
+8
2014-10-06
libdpkg: Rename subproc_signals_setup() to subproc_signals_ignore()
Guillem Jover
3
-3
/
+3
2014-10-06
libdpkg: Refactor setting and resetting a single signal into new functions
Guillem Jover
1
-10
/
+24
2014-10-06
libdpkg: Rename subproc_wait_check() to subproc_reap()
Guillem Jover
7
-15
/
+15
2014-10-06
libdpkg: Make subproc_wait() and subproc_check() private
Guillem Jover
3
-6
/
+2
2014-10-06
libdpkg, dpkg: Switch subproc_wait() calls to subproc_wait_check()
Guillem Jover
3
-3
/
+9
2014-10-06
libdpkg: Fix error message from buffer_copy() read and write function
Guillem Jover
1
-2
/
+2
2014-10-06
libdpkg: Rename pkg_db_iter_next_pkg() local variable r to pkg
Guillem Jover
1
-7
/
+7
2014-10-06
build: Split test_programs and test_scripts out of test_cases
Guillem Jover
1
-3
/
+1
2014-08-19
libcompat: Only test the strerror() if sys_errlist and sys_nerr are present
Guillem Jover
2
-2
/
+7
2014-08-15
libdpkg: Set close-on-exec for the debug output
Guillem Jover
2
-2
/
+6
2014-08-15
libdpkg: Set the appropriate report buffer for the debug output
Guillem Jover
1
-0
/
+2
2014-08-15
libcompat: Only build the compatibility selinux code if requested
Guillem Jover
1
-1
/
+6
2014-08-09
libdpkg: Remove unused pkglibdir variable from libdpkg.pc.in
Guillem Jover
1
-1
/
+0
2014-08-09
dpkg: Try to preallocate the disk size for extracted files
Guillem Jover
3
-0
/
+79
2014-08-09
libdpkg: Add db:Status-Want, db:Status-Status and db:Status-Eflag fields
Guillem Jover
1
-0
/
+36
2014-08-09
libdpkg: Use varbuf used member instead of strlen() over the buffer
Guillem Jover
1
-1
/
+1
2014-08-09
libdpkg: Add new varbuf_add_arbfield()
Guillem Jover
3
-4
/
+19
2014-08-09
libdpkg: Refactor field search functions
Guillem Jover
3
-21
/
+37
2014-08-09
Add versioned Provides support
Guillem Jover
2
-0
/
+44
[next]