summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-05-09libdpkg: Reorder ehandle functionsGuillem Jover1-63/+63
2016-05-09libdpkg: Do not use fixed size strings in reporting functionsGuillem Jover1-6/+14
2016-05-09libdpkg: Do not use fixed size buffers in options moduleGuillem Jover1-4/+4
2016-05-09libdpkg: Add new fmt and vfmt varbuf methodsGuillem Jover1-0/+21
2016-05-03libdpkg: Fix doxygen annotationsGuillem Jover1-2/+2
2016-05-02libdpkg, scripts: Add very basic color supportGuillem Jover6-6/+183
2016-05-02libdpkg: Add new info() reporting functionGuillem Jover3-0/+16
2016-05-02perl: Fix various perl critic regressionsGuillem Jover2-6/+6
2016-05-02build: Add t.tmp to libdpkg .gitignore fileGuillem Jover1-0/+1
2016-04-01libdpkg: Move gettext.h header inclusions outside extern blocksGuillem Jover1-6/+6
2016-04-01libdpkg: Namespace tar function namesGuillem Jover1-13/+13
2016-04-01libdpkg: Rewrite the trigger deferred file parser from flex to manualGuillem Jover3-60/+94
2016-04-01libdpkg: Add a unit test for the trigger deferred parserGuillem Jover4-0/+222
2016-04-01dpkg: Search for debsig-verify in PATH instead of using an absolute pathGuillem Jover1-1/+1
2016-02-27dpkg: Remove FIND usage, use treewalk insteadGuillem Jover1-3/+0
2016-02-27libdpkg: New treewalk moduleGuillem Jover7-0/+919
2016-02-27libdpkg, dpkg: Rename iterators from ‘it’ to ‘iter’Guillem Jover2-8/+8
2016-01-26Use https:// URLs instead of http:// or git:// when possible (round three)Guillem Jover3-3/+3
2015-12-28libdpkg: Print correct integer parse error for short-only optionsGuillem Jover1-2/+6
2015-12-25libdpkg: Add experimental multithreaded xz compressor supportGuillem Jover1-1/+19
2015-12-19libdpkg: Fix an off-by-one read access in ar member name variableHanno Böck1-1/+1
2015-12-12libdpkg: Document pkg-show moduleGuillem Jover1-1/+37
2015-12-12libdpkg: Rename pkg_summary to pkgbin_summaryGuillem Jover4-5/+5
2015-12-12Use new str_fmt() instead of m_asprintf()Guillem Jover8-28/+13
2015-12-12libdpkg: Add new str_fmt()Guillem Jover5-4/+43
2015-10-18libdpkg: Remove varbuf terminate() methodGuillem Jover1-9/+1
2015-10-18libdpkg: Add new varbuf_get_str()Guillem Jover3-4/+43
2015-10-18libdpkg: Add varbuf_snapshot() and varbuf_rollback() supportGuillem Jover3-2/+53
2015-10-18libdpkg: Config-Version should also be initialized on triggers-pendingGuillem Jover1-7/+12
2015-10-18Update Ian Jackson's email addressGuillem Jover48-48/+48
2015-09-17libdpkg: Do not try to release the triggers lock on dry-runGuillem Jover1-6/+6
2015-09-17libdpkg: Fix inadvertent license change back from GPL2 to GPL2+Guillem Jover1-2/+5
2015-09-14build: Add a new --with-devlibdir configure optionGuillem Jover2-3/+3
2015-09-14libdpkg: Do not fallback to strlen() when using strcspn()Guillem Jover2-11/+2
2015-09-14libdpkg, dpkg-divert: Mark unimportant unlink() return code as unwantedGuillem Jover2-2/+2
2015-08-03libdpkg: Set used signals in test suite to their default actionGuillem Jover1-0/+7
2015-07-30libdpkg: Replace FSF address by pointing to the gnu.org URLGuillem Jover1-3/+2
2015-07-30libdpkg: Document functions with Doxygen markupGuillem Jover1-1/+8
2015-07-30libdpkg: Only use the SHELL environment variable for interactive shellsGuillem Jover1-6/+8
2015-07-30libdpkg: Use CRC64 for xz integrity checksGuillem Jover1-1/+1
2015-07-30libcompat: Use string_to_security_class() instead of literal SECCLASS valuesGuillem Jover1-2/+6
2015-07-30libcompat: Try to use NSIG when sys_siglist is definedGuillem Jover1-1/+6
2015-05-30build: Use system libmd if availableGuillem Jover3-3/+6
2015-05-30build: Move PACKAGE_RELEASE definition from dpkg.h to configure.acGuillem Jover1-2/+0
2015-05-30libdpkg: Rename DPKG_VERSION_ARCH to PACKAGE_RELEASEGuillem Jover1-1/+1
2015-05-30libdpkg: Use ~S_IFMT instead of hardcoded 07777 literal in chmod() callGuillem Jover1-1/+1
2015-05-19libdpkg: Cast c_isbits() c argument to unsigned char when indexing the arrayGuillem Jover1-1/+1
2015-05-18libdpkg: Consider foreign packages ambiguous in need of arch-qualifierGuillem Jover1-4/+4
2015-05-18libdpkg: Fix typo in Doxygen documentationNiels Thykier1-1/+1
2015-05-18libdpkg: Mention (^Z) instead of char for the MSDOS end of file characterGuillem Jover1-1/+1