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-04-10
Consistently use proper quotation marks all over the place
Guillem Jover
11
-87
/
+90
2015-04-01
libcompat: Check that HAVE_DECL_SYS_SIGLIST is 0 instead of undefined
Guillem Jover
1
-1
/
+1
2015-04-01
libdpkg: Export parsedb functions in the map file
Guillem Jover
1
-0
/
+5
2015-04-01
libdpkg: Move path removal functions to path-remove module
Guillem Jover
4
-0
/
+156
2015-04-01
libdpkg: Fix trig_activate_start() calling sequence comment
Guillem Jover
1
-4
/
+4
2015-04-01
libdpkg: Duplicate trig_activating_name just once in trig_activate_start()
Guillem Jover
1
-4
/
+4
2015-04-01
libdpkg: Rename struct symlinkList to tar_symlink_entry
Guillem Jover
1
-3
/
+3
2015-03-31
Expand EOF and eof into "end of file" in error messages
Guillem Jover
2
-11
/
+7
2015-03-30
libdpkg: Simplify namevalue parsing code
Guillem Jover
4
-42
/
+56
2015-03-30
libdpkg: Add new dpkg_error_print() function
Guillem Jover
3
-0
/
+22
2015-03-30
libdpkg: Change m_vasprintf() to assume it is more prone to succeed
Guillem Jover
1
-5
/
+3
2015-03-30
libdpkg: Factor out new m_vasprintf() from m_asprintf()
Guillem Jover
3
-4
/
+17
2015-03-30
libdpkg: Add new pkg_array_foreach() function
Guillem Jover
3
-2
/
+30
2015-02-11
libdpkg: Clarify that pkg_spec error messages should print empty architectures
Guillem Jover
1
-3
/
+11
2015-02-11
dpkg-deb, libdpkg: Fix short-lived memory leaks
Guillem Jover
1
-0
/
+4
2015-02-11
libdpkg: Do not silently eat a standalone ‘-’ in the command-line parser
Guillem Jover
1
-1
/
+1
2015-02-11
libdpkg: Trim whitespace from the end of config file lines
Guillem Jover
1
-4
/
+6
2015-01-28
libdpkg: Make virtinfos a static variable
Guillem Jover
1
-1
/
+1
2015-01-28
libdpkg: Mark functions as DPKG_ATTR_NORET
Guillem Jover
2
-2
/
+2
2015-01-28
libcompat: Remove dangling blank line
Guillem Jover
1
-1
/
+0
2015-01-28
libdpkg: Remove unneeded braces in if statement
Guillem Jover
1
-6
/
+4
2015-01-28
libdpkg: Remove useless trailing ‘;’ in for (;;) block
Guillem Jover
1
-1
/
+1
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
[next]