summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-23libdpkg: Rename function arguments named l to sizeGuillem Jover3-6/+6
2009-01-20libdpkg: Use size_t in functions taking a size argumentGuillem Jover3-6/+12
2009-01-04libdpkg: Move macros from dpkg.h to more specialized headersGuillem Jover1-24/+0
2009-01-04libdpkg: Move printforhelp declaration to myopt.hGuillem Jover2-1/+2
2009-01-04libdpkg: Make trig argument in some functions constGuillem Jover2-6/+6
2009-01-04libdpkg: Use MAX_CONFIG_LINE instead of MAXDIVERTFILENAME in myfileoptGuillem Jover2-1/+3
2009-01-04Remove unused macros and prototypesGuillem Jover1-3/+0
2009-01-03libdpkg: Move basusage from ehandle to myoptGuillem Jover4-11/+16
2009-01-03libdpkg: Do not log repeated data when the write call wrote partiallyGuillem Jover1-1/+1
2008-12-09Mark strings for translationGuillem Jover1-1/+1
2008-12-09Improve internerr output messages and print the invalid valueGuillem Jover4-4/+6
2008-12-09Properly use internerr to report about programming bugsGuillem Jover2-3/+2
2008-12-09libdpkg: Add support for format strings to internerrGuillem Jover2-4/+19
2008-12-05libdpkg: Move subprocess related functions from mlib.c to subproc.cGuillem Jover2-40/+57
2008-12-05libdpkg: Split unrelated conditionals in checksubprocerr for n and PROCPIPEGuillem Jover1-1/+5
2008-12-05libdpkg: In checksubprocerr return an explicit 0 instead of nGuillem Jover1-1/+3
2008-12-05Use the warning function instead of hand-coded print callsGuillem Jover2-4/+3
2008-12-05libdpkg: Make warning() not implicitly print the errno stringGuillem Jover2-4/+3
2008-12-05libdpkg: Rename warningf() to warning()Guillem Jover3-3/+5
2008-11-18Merge branch 'lenny' (through tag '1.14.23')Guillem Jover1-5/+30
2008-11-14Abort on unrecoverable fatal errors instead of continuing executionGuillem Jover1-1/+13
2008-11-14libdpkg: Refactor error handler execution codeGuillem Jover1-5/+18
2008-10-22libdpkg: Remove unused code in error_unwindGuillem Jover1-2/+0
2008-10-17libdpkg: Do not recompute importanttmpfile on unlinkGuillem Jover1-1/+1
2008-09-14Reduce header includes by removing unused onesGuillem Jover3-4/+1
2008-09-14libdpkg: Remove out of sync commentGuillem Jover1-1/+1
2008-09-14libdpkg: Move loadcfgfile from standard_startup to its callersGuillem Jover1-3/+1
2008-09-14libdpkg: Move myopt from standard_startup to each program mainGuillem Jover2-4/+2
2008-09-14libdpkg: Do not pass any argument to standard_shutdownGuillem Jover1-3/+1
2008-09-14libdpkg: Move stdlib.h inclusion to its direct includersGuillem Jover6-1/+5
2008-09-14libdpkg: Move compat.c to libcompatGuillem Jover3-250/+0
2008-09-14libdpkg: Make vsnprintf return negative on error instead of ohshiteGuillem Jover1-9/+17