summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-06-21libdpkg: Only ignore older packages if the existing version is informativeGuillem Jover1-0/+1
2013-04-19libdpkg: Move verification out of tar_header_checksum()Guillem Jover1-7/+7
2013-04-14Avoid assignments in C conditionalsGuillem Jover2-2/+4
2013-04-14libdpkg: Add new DEB_VERSION macroGuillem Jover1-0/+6
2013-04-14libdpkg: Add new dpkg_arch_describe() functionGuillem Jover3-0/+17
2013-04-14libdpkg: Add missing symbols to the version scriptGuillem Jover1-1/+3
2013-04-13libdpkg: Document deb-version moduleGuillem Jover2-2/+26
2013-04-04Fix spelling errorsGuillem Jover1-1/+1
2013-03-19libdpkg: Use uintptr_t instead of char * in STRUCTFIELD castGuillem Jover1-1/+3
2013-03-19libdpkg: Refactor PKGPFIELD and FILEFFIELD into new STRUCTFIELDGuillem Jover3-12/+12
2013-03-19libdpkg: Document that str_quote_meta() never returns NULLGuillem Jover1-1/+1
2013-03-19libdpkg: Fix report.h doxygen ingroupGuillem Jover1-1/+1
2013-03-18libdpkg: Add notice to map fileGuillem Jover1-0/+1
2013-03-18libdpkg: Do not use an undefined va_list variable in dpkg_put_errno()Guillem Jover1-4/+3
2013-03-18libdpkg: Add @LIBLZMA_LIBS@ to Libs.Private in libdpkg.pc.inGuillem Jover1-1/+1
2012-10-13libdpkg: Refactor deparchsatisfied() from archsatisfied()Guillem Jover3-2/+12
2012-10-13libdpkg: Only satisfy a dependency on a M-A:foreign if arch-unqualifiedGuillem Jover1-1/+2
2012-10-13libdpkg: Clarify reason for multiarch database inconcistenciesGuillem Jover1-2/+4
2012-08-10dpkg-query: fix segfault when -f parameter is emptyRaphaël Hertzog1-0/+3
2012-06-30Add support for specific arch-qualified dependenciesThibaut Girka1-2/+0
2012-06-30Switch to new notice() output functionGuillem Jover1-2/+2
2012-06-30libdpkg: Switch buffer I/O code to use struct dpkg_errorGuillem Jover5-71/+55
2012-06-30libdpkg: Change pkg_format_parse() to take a dpkg_error argumentGuillem Jover2-12/+16
2012-06-30libdpkg: Add new notice() output functionGuillem Jover2-0/+15
2012-06-30libdpkg: Move warning functions to a new report moduleGuillem Jover6-32/+107
2012-06-30libdpkg: Add new file_show() functionGuillem Jover3-1/+28
2012-06-30libdpkg: Add new command_get_pager() functionGuillem Jover4-0/+24
2012-06-30libdpkg: Detect ar header fields truncationGuillem Jover1-0/+5
2012-06-30libcompat: Add a dummy symbol to the empty moduleGuillem Jover1-0/+1
2012-06-17libdpkg: Add new clamp macroGuillem Jover2-1/+19
2012-06-09libdpkg: Check correctly for out of range negative field width valuesGuillem Jover1-1/+1
2012-06-08libdpkg: Fix explicit file trigger activationGuillem Jover1-1/+4
2012-06-08libdpkg: Defer Multi-Arch field reset to pkg_blank()Guillem Jover1-1/+2
2012-06-08dpkg: Activate all path components for file triggersGuillem Jover3-1/+37
2012-06-08libdpkg: Use trig_file_activate_byname() instead of ad-hoc codeGuillem Jover1-6/+1
2012-06-08libdpkg: Add liblzma compression supportGuillem Jover1-0/+257
2012-06-06libcompat: Add compat symbol for O_NOFOLLOWGuillem Jover1-0/+4
2012-06-06dpkg-deb: Add support for “none” as a valid compression strategy valueGuillem Jover1-0/+2
2012-06-06libdpkg: Switch compression strategy code from strings to enumsGuillem Jover3-34/+31
2012-06-06libdpkg: Add more test cases for version moduleGuillem Jover1-1/+89
2012-06-06libdpkg: Add test cases for eflags manipulatorsGuillem Jover1-0/+21
2012-06-06libdpkg: Add more test cases for path moduleGuillem Jover1-1/+6
2012-06-06libdpkg: Add documentation for version moduleNiels Thykier2-0/+62
2012-05-23libcompat: Remove compat definition for strtoul()Guillem Jover1-4/+0
2012-05-23Check parsed integers for out of range errorsGuillem Jover3-5/+21
2012-05-10Use new str_is_set() instead of ad-hoc checksGuillem Jover2-3/+4
2012-05-10Use DPKG_BIT to define bit flags instead of literal octal valuesGuillem Jover8-37/+42
2012-05-10libdpkg: Add new DPKG_BIT macroGuillem Jover1-0/+7
2012-05-10libdpkg: Use TRIGGERSFILEFILE instead of a literal stringGuillem Jover1-1/+1
2012-05-10libdpkg: Fold vercmp module into version moduleGuillem Jover5-144/+117