summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover11-87/+90
2015-04-01libcompat: Check that HAVE_DECL_SYS_SIGLIST is 0 instead of undefinedGuillem Jover1-1/+1
2015-04-01libdpkg: Export parsedb functions in the map fileGuillem Jover1-0/+5
2015-04-01libdpkg: Move path removal functions to path-remove moduleGuillem Jover4-0/+156
2015-04-01libdpkg: Fix trig_activate_start() calling sequence commentGuillem Jover1-4/+4
2015-04-01libdpkg: Duplicate trig_activating_name just once in trig_activate_start()Guillem Jover1-4/+4
2015-04-01libdpkg: Rename struct symlinkList to tar_symlink_entryGuillem Jover1-3/+3
2015-03-31Expand EOF and eof into "end of file" in error messagesGuillem Jover2-11/+7
2015-03-30libdpkg: Simplify namevalue parsing codeGuillem Jover4-42/+56
2015-03-30libdpkg: Add new dpkg_error_print() functionGuillem Jover3-0/+22
2015-03-30libdpkg: Change m_vasprintf() to assume it is more prone to succeedGuillem Jover1-5/+3
2015-03-30libdpkg: Factor out new m_vasprintf() from m_asprintf()Guillem Jover3-4/+17
2015-03-30libdpkg: Add new pkg_array_foreach() functionGuillem Jover3-2/+30
2015-02-11libdpkg: Clarify that pkg_spec error messages should print empty architecturesGuillem Jover1-3/+11
2015-02-11dpkg-deb, libdpkg: Fix short-lived memory leaksGuillem Jover1-0/+4
2015-02-11libdpkg: Do not silently eat a standalone ‘-’ in the command-line parserGuillem Jover1-1/+1
2015-02-11libdpkg: Trim whitespace from the end of config file linesGuillem Jover1-4/+6
2015-01-28libdpkg: Make virtinfos a static variableGuillem Jover1-1/+1
2015-01-28libdpkg: Mark functions as DPKG_ATTR_NORETGuillem Jover2-2/+2
2015-01-28libcompat: Remove dangling blank lineGuillem Jover1-1/+0
2015-01-28libdpkg: Remove unneeded braces in if statementGuillem Jover1-6/+4
2015-01-28libdpkg: Remove useless trailing ‘;’ in for (;;) blockGuillem Jover1-1/+1
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