summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2009-09-06libdpkg: Remove unused proc member from buffer_dataGuillem Jover2-66/+55
2009-09-06libdpkg: Refactor buffer initalizaion and destructionGuillem Jover2-42/+26
2009-09-06libdpkg: Refactor md5 buffer initialization and destructionGuillem Jover1-24/+32
2009-09-06libdpkg: Move buffer I/O declarations to buffer.hGuillem Jover8-320/+459
2009-09-06libdpkg: Allow quoting values in configuration file optionsGuillem Jover1-0/+5
2009-09-06libdpkg: Add new str_strip_quotes functionGuillem Jover3-2/+66
2009-09-06libdpkg: On configuration error print file name and line numberGuillem Jover1-5/+8
2009-09-06libdpkg: Refactor config error printing into a new functionGuillem Jover1-3/+17
2009-08-26libdpkg: Rename dpkg-test.h to test.h in libdpkg_a_SOURCESGuillem Jover1-1/+1
2009-08-26libdpkg: Move varbuf declarations to varbuf.hGuillem Jover4-52/+144
2009-08-26Remove redundant extern storage class specifier in functionsGuillem Jover2-2/+2
2009-08-22Set DPKG_MAINTSCRIPT_ARCH env var with the .deb architectureGuillem Jover1-0/+1
2009-08-21Add support for config.d style directory fragment loadingGuillem Jover1-0/+56
2009-08-21libdpkg: Use ohshit instead of ohshite on config parsing errorsGuillem Jover1-3/+6
2009-08-16Cast field width function arguments to intGuillem Jover1-1/+1
2009-08-15Use AM_CPPFLAGS instead of deprecated INCLUDES in Makefile.am filesGuillem Jover3-3/+3
2009-08-15dpkg: change behaviour of --merge-availIan Jackson2-1/+7
2009-08-13Use MD5HASHLEN instead of literalsGuillem Jover1-1/+1
2009-07-15libdpkg: Move subproc related declarations to subproc.hGuillem Jover2-6/+9
2009-07-15libdpkg: Split dpkg-priv.h into smaller piecesGuillem Jover11-27/+84
2009-07-15Disable default automake preprocessor include pathsGuillem Jover33-67/+69
2009-07-15libdpkg: Rename dpkg-test.h to test.hGuillem Jover8-8/+8
2009-07-15libdpkg: Rename dpkg-i18n.h to i18n.hGuillem Jover22-22/+22
2009-07-15libdpkg: Move C language definition macros to macros.hGuillem Jover12-29/+31
2009-07-15libdpkg: Rename and namespace compiler attributesGuillem Jover7-30/+30
2009-07-15libdpkg: Change PRINTFFORMAT to take only one argumentGuillem Jover5-16/+16
2009-07-15Move libraries to subdirectories under lib/Guillem Jover68-49/+3499
2009-07-14Cleanup eflag value namesGuillem Jover5-10/+9
2009-07-14Remove obsolete ‘hold’ and ‘hold-reinstreq’ internal status flagsGuillem Jover4-11/+2
2009-07-13Inline CONFFOPTCELLS into conffoptcells definitionGuillem Jover1-6/+0
2009-07-12Obsolete --forget-old-unavailGuillem Jover1-0/+13
2009-07-12libdpkg: Use isblank instead of ad-hoc comparisonsGuillem Jover1-3/+6
2009-07-02libdpkg: Refactor parsedb_state into a new structureGuillem Jover4-141/+142
2009-07-02libdpkg: Initialize parse lno to 0 to avoid decrementing it on rcallGuillem Jover1-2/+2
2009-06-26libdpkg: Do not try to close already closed filesGuillem Jover1-2/+9
2009-06-26libdpkg: Suffix path related function names with ‘path_’Guillem Jover4-18/+18
2009-06-19Use NUL character instead of 0Guillem Jover9-24/+31
2009-05-19Do not right justify the database reading progress percent counterGuillem Jover1-1/+1
2009-05-12Remove obsolete priorities supportGuillem Jover2-8/+5
2009-02-27libdpkg: Add support for ustar long names using the prefix fieldGuillem Jover1-1/+24
2009-02-27libdpkg: Add tar format detection supportGuillem Jover2-1/+23
2009-02-27libdpkg: Generalize f_boolean by not hardcoding to the essential memberGuillem Jover1-2/+6
2009-02-27libdpkg: Do nothing when parsing a boolean field with an empty stringGuillem Jover1-4/+4
2009-02-26libdpkg: Add progress reporting supportGuillem Jover3-0/+120
2009-02-08libdpkg: Remove unused function ohshitvbGuillem Jover2-11/+0
2009-02-03Make distcheck workGuillem Jover1-0/+1
2009-01-23Cleanup .gitignore filesGuillem Jover1-5/+0
2009-01-23Sanitize --status-fd output by replacing newlines with spacesGuillem Jover1-0/+3
2009-01-23libdpkg: Add a new varbufsubstc functionGuillem Jover3-0/+29
2009-01-23libdpkg: Add initial C unit test suiteGuillem Jover11-0/+686