summaryrefslogtreecommitdiff
path: root/dpkg-deb/build.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-16Switch variables from int to bool where appropriateGuillem Jover1-3/+4
2010-07-03dpkg-deb: Use new dpkg_ar library functions instead of ad-hoc codeGuillem Jover1-37/+15
2010-07-03Use new DPKG_AR_MAGIC macro instead of literal stringGuillem Jover1-1/+2
2010-06-27libdpkg: Check version syntax when parsingGuillem Jover1-20/+2
2010-06-27libdpkg: Remove 'valid' member from struct pkginfoperfileGuillem Jover1-1/+0
2010-05-19dpkg-deb: Fix leak on non-symlink paths when building the packageGuillem Jover1-0/+1
2010-05-19dpkg-deb: Refactor file_info freeing into a new file_info_free functionGuillem Jover1-2/+8
2010-05-19dpkg-deb: Check for error on lstatGuillem Jover1-1/+2
2010-03-06Do an fsync on files written to diskGuillem Jover1-0/+4
2010-02-25dpkg-deb: Change temporary directory suffix to dpkg-debGuillem Jover1-2/+2
2010-02-25libdpkg: Add new tempfile template generator functionGuillem Jover1-13/+5
2010-01-28libdpkg: Centralize compressor knowledge into the compress moduleGuillem Jover1-19/+6
2010-01-28libdpkg: Handle compression level as an integerGuillem Jover1-2/+2
2010-01-28libdpkg: Rename (de)compress_cat funtions to (de)compress_filterGuillem Jover1-2/+2
2010-01-28libdpkg: Rename compress_type_cat to compress_type_noneGuillem Jover1-1/+1
2010-01-28dpkg-deb: Rename DATAMEMBER_CAT to DATAMEMBERGuillem Jover1-1/+1
2010-01-28dpkg-deb: Force the ar member name to 16 space padded chars wideGuillem Jover1-3/+5
2010-01-28dpkg-deb: Use DEBMAGIC instead of string literalsGuillem Jover1-1/+1
2010-01-28dpkg-deb: Do not include unneeded <zlib.h>Guillem Jover1-3/+0
2010-01-28Do not include unneeded <signal.h>Guillem Jover1-1/+0
2010-01-01libdpkg: Move compression declarations to a new compress.hGuillem Jover1-0/+1
2009-12-31libdpkg: Rename m_fork to subproc_forkGuillem Jover1-5/+10
2009-11-14dpkg-deb: fix typo unkown -> unknownRaphaël Hertzog1-1/+1
2009-11-08Unify text in license headersGuillem Jover1-5/+5
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-3/+2
2009-11-07libdpkg: Rename and namespace subproc related functionsGuillem Jover1-5/+5
2009-10-26Sort order of header includesGuillem Jover1-12/+12
2009-10-14Do not use C++ style comments in C codeGuillem Jover1-1/+1
2009-09-30Switch to use stdbool were appropriateGuillem Jover1-4/+7
2009-09-24dpkg-deb: Remove S_ISLNK compatibility definitionGuillem Jover1-4/+0
2009-09-15dpkg-deb: Check and warn on duplicate conffilesGuillem Jover1-0/+27
2009-09-15dpkg-deb: Refactor file info structure creation into a new functionGuillem Jover1-3/+14
2009-09-15dpkg-deb: Rename _finfo struct to file_infoGuillem Jover1-15/+24
2009-09-15dpkg-deb: Pass last the node to add to add_to_filistGuillem Jover1-2/+4
2009-09-15Use character arrays instead of pointers for constant stringsGuillem Jover1-1/+1
2009-09-06Use m_output instead of fflush, ferror and werrGuillem Jover1-1/+1
2009-09-06dpkg-deb: Use warning() instead of ad-hoc printingGuillem Jover1-4/+2
2009-09-06libdpkg: Move buffer I/O declarations to buffer.hGuillem Jover1-0/+1
2009-07-15libdpkg: Move subproc related declarations to subproc.hGuillem Jover1-0/+1
2009-07-15libdpkg: Split dpkg-priv.h into smaller piecesGuillem Jover1-1/+1
2009-07-15Disable default automake preprocessor include pathsGuillem Jover1-4/+5
2009-07-15libdpkg: Rename dpkg-i18n.h to i18n.hGuillem Jover1-1/+1
2009-07-13dpkg-deb: Remove trailing ‘/’ and ‘/.’ from the directory name on -bGuillem Jover1-1/+4
2009-06-27dpkg-deb: Remove unused FILE variableGuillem Jover1-6/+2
2009-06-19Use NUL character instead of 0Guillem Jover1-2/+2
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