summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-01-28test: Rename TAP test directories from test to tGuillem Jover26-1/+1
2015-01-28test: Fix perlcritic errors in t-tar.tGuillem Jover1-3/+3
2015-01-28Remove trailing newline from string literal in warning callsGuillem Jover1-1/+1
2015-01-28libdpkg: Remove now unused cistype() functionsGuillem Jover3-28/+0
2015-01-28Switch code to use the new C locale character type functionsGuillem Jover11-58/+82
2015-01-28libdpkg: Add new pure ASCII C locale character type functionsGuillem Jover7-0/+428
2015-01-26Remove unused <ctype.h> includesGuillem Jover1-1/+0
2015-01-26libdpkg: Add missing symbols to the version scriptGuillem Jover1-0/+8
2015-01-26libdpkg: Change m_calloc() signature to take also a nmemb argumentGuillem Jover2-3/+3
2014-12-27libdpkg, dpkg: Fix out-of-bounds read accessesGuillem Jover4-52/+58
2014-12-23libdpkg: Skip tar extractor tests if tar is not GNU tar >= 1.27Guillem Jover1-1/+12
2014-11-22libdpkg, dpkg: Normalize tar entry uid and gid only in dpkg unpackGuillem Jover2-12/+28
2014-11-22libdpkg: Fix fd_allocate_size() function to build on Mac OS XGuillem Jover1-4/+4
2014-11-22libdpkg: Do not match partial field names in control filesGuillem Jover1-2/+4
2014-11-22libdpkg: Escape package and architecture on control file parsing warningGuillem Jover1-4/+7
2014-10-25dpkg: Add explicit await trigger directives and command-line optionsGuillem Jover1-2/+12
2014-10-06libdpkg: Set umask to 0 when creating symlinks in test suite to normalize res...Guillem Jover1-1/+9
2014-10-06libdpkg: Set umask to the expected value of 0022 in tar test caseGuillem Jover1-0/+3
2014-10-06libdpkg: Add new tar extractor test casesGuillem Jover4-3/+287
2014-10-06libdpkg: Record user and group name in tar_entryGuillem Jover1-2/+21
2014-10-06libdpkg: Make the uname and gname file_stat members non-constGuillem Jover1-2/+2
2014-10-06libdpkg: Refactor tar_entry copying into tar_entry_copy()Guillem Jover1-3/+10
2014-10-06libdpkg: Consider a hardlink tar entry as a regular file for mode valuesGuillem Jover1-1/+1
2014-10-06libdpkg: Switch to the recommended FNV-1a variantGuillem Jover2-19/+19
2014-10-06libdpkg: Move the FNV hash function into a new strhash moduleGuillem Jover6-21/+83
2014-10-06libdpkg: Add missing <stddef.h> to dpkg/string.h needed for size_t and NULLGuillem Jover1-0/+1
2014-10-06libdpkg: Fix off-by-one error in command argv size calculationGuillem Jover1-0/+3
2014-10-06libdpkg: Add new SUBPROC_RETSIGNO to return the signal numberGuillem Jover2-0/+4
2014-10-06libdpkg: Also return an error code for unhandled subprocess statusGuillem Jover1-0/+3
2014-10-06libdpkg: Namespace and reword subproc flagsGuillem Jover5-22/+31
2014-10-06libdpkg: Add new alias subproc_signals_restore() for pop_cleanup()Guillem Jover3-0/+8
2014-10-06libdpkg: Rename subproc_signals_setup() to subproc_signals_ignore()Guillem Jover3-3/+3
2014-10-06libdpkg: Refactor setting and resetting a single signal into new functionsGuillem Jover1-10/+24
2014-10-06libdpkg: Rename subproc_wait_check() to subproc_reap()Guillem Jover7-15/+15
2014-10-06libdpkg: Make subproc_wait() and subproc_check() privateGuillem Jover3-6/+2
2014-10-06libdpkg, dpkg: Switch subproc_wait() calls to subproc_wait_check()Guillem Jover3-3/+9
2014-10-06libdpkg: Fix error message from buffer_copy() read and write functionGuillem Jover1-2/+2
2014-10-06libdpkg: Rename pkg_db_iter_next_pkg() local variable r to pkgGuillem Jover1-7/+7
2014-10-06build: Split test_programs and test_scripts out of test_casesGuillem Jover1-3/+1
2014-08-19libcompat: Only test the strerror() if sys_errlist and sys_nerr are presentGuillem Jover2-2/+7
2014-08-15libdpkg: Set close-on-exec for the debug outputGuillem Jover2-2/+6
2014-08-15libdpkg: Set the appropriate report buffer for the debug outputGuillem Jover1-0/+2
2014-08-15libcompat: Only build the compatibility selinux code if requestedGuillem Jover1-1/+6
2014-08-09libdpkg: Remove unused pkglibdir variable from libdpkg.pc.inGuillem Jover1-1/+0
2014-08-09dpkg: Try to preallocate the disk size for extracted filesGuillem Jover3-0/+79
2014-08-09libdpkg: Add db:Status-Want, db:Status-Status and db:Status-Eflag fieldsGuillem Jover1-0/+36
2014-08-09libdpkg: Use varbuf used member instead of strlen() over the bufferGuillem Jover1-1/+1
2014-08-09libdpkg: Add new varbuf_add_arbfield()Guillem Jover3-4/+19
2014-08-09libdpkg: Refactor field search functionsGuillem Jover3-21/+37
2014-08-09Add versioned Provides supportGuillem Jover2-0/+44