summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-01-08libdpkg: Add new dpkg_ar_member_get_size()Guillem Jover3-0/+29
2011-01-08libdpkg: Refactor common code into parse_error_msg()Guillem Jover1-18/+15
2011-01-08libdpkg: Use warningv() in parse_warn() instead of open coding itGuillem Jover1-10/+8
2011-01-08libdpkg: Always prefix "error" to fatal error message outputGuillem Jover1-1/+1
2011-01-08Clarify and simplify strings to help translatorsGuillem Jover2-2/+3
2011-01-08libdpkg: Unmark debug message for translationGuillem Jover1-1/+4
2011-01-08Make short strings unique by using gettext context supportGuillem Jover1-1/+2
2011-01-08Add gettext context infrastructure supportGuillem Jover1-0/+1
2011-01-08libdpkg: Install header file ehandle.hGuillem Jover1-0/+1
2010-11-19libdpkg: Add new command_shell() to execute a shell instanceGuillem Jover2-0/+28
2010-11-19Refactor setpipe() into statusfd_add() to stop exposing status_pipesGuillem Jover3-9/+21
2010-11-19Use new enum for trigdef_update_start() return valuesGuillem Jover3-14/+23
2010-11-19libdpkg: Rewrite get_prefix_name() to be more efficientGuillem Jover1-14/+5
2010-11-19libdpkg: Disallow versions starting with non-digitsGuillem Jover2-3/+6
2010-11-19libdpkg: Fix version_strict_check() to not allow '-' in revisionGuillem Jover1-1/+1
2010-11-19libdpkg: Improve version strict check unit testGuillem Jover1-3/+19
2010-11-19libdpkg: Slightly optimize order() checksGuillem Jover1-6/+6
2010-11-19libdpkg: Switch order macro into a functionGuillem Jover1-7/+18
2010-11-19libdpkg: Refactor tar_gnu_long() out from tar_extractor()Guillem Jover1-51/+51
2010-11-19libdpkg: Switch tar_header_decode() to take a struct tar_headerGuillem Jover1-3/+2
2010-11-19libdpkg: Move checksum_offset into tar_header_checksum()Guillem Jover1-2/+1
2010-11-19libdpkg: Refactor tar_header_checksum() out from tar_header_decode()Guillem Jover1-16/+26
2010-11-19libdpkg: Rename DecodeTarHeader to tar_header_decodeGuillem Jover1-2/+2
2010-11-19libdpkg: Rename TarChecksumOffset to checksum_offsetGuillem Jover1-4/+3
2010-11-19libdpkg: Rename TarInfo to tar_headerGuillem Jover1-5/+5
2010-11-19libdpkg: Rename and lower-case TarHeader membersGuillem Jover1-43/+41
2010-11-19libdpkg: Rename nameLength to name_len in tar_extractor()Guillem Jover1-5/+5
2010-11-19libdpkg: Rename path_rtrim_slash_slashdot to path_trim_slash_slashdotGuillem Jover4-6/+6
2010-11-19Cleanup white spacesGuillem Jover58-86/+36
2010-11-19Add doxygen comments to several functionsGuillem Jover8-0/+111
2010-11-19Cleanup and improve source code commentsGuillem Jover25-213/+296
2010-11-19libdpkg: Make str_escape_fmt buffer overflow safeGuillem Jover4-9/+28
2010-11-19libdpkg: Refactor string termination in path_quote_filenameGuillem Jover1-26/+21
2010-11-19libdpkg: Change switch into if/else in path_quote_filenameGuillem Jover1-19/+15
2010-11-19libdpkg: Add new warningv() function and make warning() use itGuillem Jover3-4/+12
2010-11-19libdpkg: Add PURE, MALLOC, NONNULL and REQRET compiler attributesGuillem Jover1-0/+13
2010-11-19libdpkg: Always print parse warnings on stderrGuillem Jover5-17/+10
2010-11-19libdpkg: Reorded convert_string argumentsGuillem Jover1-14/+16
2010-11-19Use new namevalue_find_by_name function instead of ad-hoc codeGuillem Jover1-8/+4
2010-11-19libdpkg: Add new namevalue_find_by_name functionGuillem Jover4-1/+46
2010-11-19libdpkg: Move namevalue declarations to its own header fileGuillem Jover4-7/+42
2010-11-19libdpkg: Rename package blank functions to pkg_blank and pkg_perfile_blankGuillem Jover6-13/+17
2010-11-19libdpkg: Rename informative to pkg_is_informativeGuillem Jover5-7/+8
2010-11-19libdpkg: Rename illegal_packagename to pkg_name_is_illegalGuillem Jover5-9/+16
2010-11-19libdpkg: Rename illegal_triggername to trig_name_is_illegalGuillem Jover4-5/+5
2010-11-19libdpkg: Namespace package database functions with pkg_db_ prefixGuillem Jover8-37/+48
2010-11-19libdpkg: Use push_error_context_jump() instead of push_error_handler()Guillem Jover1-2/+0
2010-11-19libdpkg: Rename error_unwind() to pop_error_context()Guillem Jover5-9/+13
2010-11-19Use push_error_context() instead of ad-hoc codeGuillem Jover2-12/+3
2010-11-19libdpkg: Add new push_error_context() functionGuillem Jover3-0/+8