summaryrefslogtreecommitdiff
path: root/dpkg-deb
AgeCommit message (Expand)AuthorFilesLines
2009-06-27dpkg-deb: Remove unused FILE variableGuillem Jover1-6/+2
2009-06-19Use NUL character instead of 0Guillem Jover3-11/+14
2009-05-28Unset TAR_OPTIONS when extracting .deb archivesGuillem Jover1-0/+3
2009-05-21dpkg-deb: Do not warn when parsing unknown fields with “Private-” prefixGuillem Jover1-0/+6
2009-05-21Revert "dpkg-deb: don't warn on unknown fields starting with "X-""Guillem Jover1-3/+0
2009-03-27dpkg-deb: don't warn on unknown fields starting with "X-"Nils Rennebarth1-0/+3
2009-02-03Merge branch 'lenny' (through tag '1.14.25')Guillem Jover1-2/+3
2009-02-02dpkg-deb: produce GNU tar archives inside .debRaphael Hertzog1-2/+3
2009-01-23Cleanup .gitignore filesGuillem Jover1-4/+0
2009-01-04libdpkg: Move macros from dpkg.h to more specialized headersGuillem Jover1-0/+22
2008-12-09Mark strings for translationGuillem Jover2-8/+13
2008-12-09Improve internerr output messages and print the invalid valueGuillem Jover1-1/+2
2008-12-09Properly use internerr to report about programming bugsGuillem Jover1-1/+1
2008-12-05Use the warning function instead of hand-coded print callsGuillem Jover1-9/+8
2008-09-14libdpkg: Move loadcfgfile from standard_startup to its callersGuillem Jover1-1/+1
2008-09-14libdpkg: Move myopt from standard_startup to each program mainGuillem Jover2-1/+4
2008-09-14libdpkg: Do not pass any argument to standard_shutdownGuillem Jover1-1/+1
2008-09-14libcompat: Add new compat.h headerGuillem Jover4-0/+4
2008-09-14Move locale.h inclusion and locale setup to each program mainGuillem Jover1-0/+8
2008-09-14libdpkg: Move gettext related definitions to a new dpkg-i18n.hGuillem Jover4-0/+8
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover5-7/+7
2008-06-28Fix localized stringsGuillem Jover1-1/+2
2008-06-04Replace realloc plus error checking usage with m_reallocGuillem Jover2-5/+3
2008-05-24Coalesce similar badusage() strings for translationGuillem Jover1-1/+3
2008-05-24Use sizeof_array instead of ad-hoc calculationGuillem Jover1-1/+2
2008-05-19Fix link order when using libcompat.a and libintl.aGuillem Jover1-1/+6
2008-03-20dpkg-deb: Change return type for safe_fflush from int to voidGuillem Jover1-1/+1
2008-03-11Move command line common option utilities to lib/myopt-util.cGuillem Jover1-11/+6
2008-02-04Use functions from libcompat when those are not provided by the systemGuillem Jover1-0/+2
2008-01-22dpkg-deb: Refactor fflush and its buggy fpos handling to safe_fflush()Guillem Jover1-12/+20
2008-01-21Use m_malloc instead of mallocGuillem Jover2-6/+4
2008-01-21Replace strdup plus error checking usage with a new m_strdup functionGuillem Jover1-1/+1
2008-01-21Use external gettext intl libraryGuillem Jover1-1/+2
2008-01-16Use NULL instead of 0Guillem Jover4-36/+40
2008-01-07Fix signed vs unsigned value comparisonsGuillem Jover2-8/+10
2007-12-04dpkg-deb/info.c: Fix a compiler warningFrank Lichtenheld1-1/+1
2007-11-29Define several private functions and variables as staticGuillem Jover1-1/+1
2007-11-19Add initial udeb supportGuillem Jover1-0/+4
2007-08-31Implement support for Tag fieldGuillem Jover1-0/+1
2007-08-20Implement support for Homepage field.Guillem Jover1-0/+18
2007-08-10Add *.o to .gitignore.Guillem Jover1-0/+1
2007-08-08Use NULL instead of '(char *)0'.Guillem Jover3-7/+11
2007-05-08Add missing svn:ignore entries.Guillem Jover1-0/+1
2007-03-20Update svn:ignore attributes.Guillem Jover1-0/+2
2007-03-13Support building binary packages with the member data.tar.lzma compressedGuillem Jover2-1/+6
2007-03-12 * lib/dpkg.h (compression_type): Rename to ...Guillem Jover4-15/+21
2007-02-13Exit with an error instead of an assert if a file name is too long whenGuillem Jover1-1/+3
2007-02-12 * dpkg-deb/dpkg-deb.h (MAXFILENAME): New macro.Guillem Jover2-5/+7
2006-11-24Support extracting lzma compressed source and binary packages,Guillem Jover2-0/+6
2006-07-07Specify --null before the -T option to avoid theNicolas FRANCOIS1-1/+1