summaryrefslogtreecommitdiff
path: root/dpkg-deb/extract.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-08dpkg-deb: Reduce scope of several variables in extracthalf()Guillem Jover1-5/+7
2010-07-08dpkg-deb: Remove redundant readfromfd variableGuillem Jover1-4/+3
2010-07-08dpkg-deb: Do not use EOF on file descriptor callsGuillem Jover1-1/+1
2010-07-08dpkg-deb: Do not special case old format control memberGuillem Jover1-43/+19
2010-07-03Use new DPKG_AR_MAGIC macro instead of literal stringGuillem Jover1-1/+1
2010-05-19dpkg-deb, dpkg-split: Fix few resource leaksGuillem Jover1-0/+4
2010-05-19dpkg-deb: Reduce scope of infobuf variable in extracthalfGuillem Jover1-1/+3
2010-05-19Use bool instead of int wherever appropriateGuillem Jover1-5/+7
2010-02-19dpkg-deb: Rename compressor to decompressor to avoid shadowingGuillem Jover1-4/+4
2010-02-19Move DPKG_ATTR annotations from static declaration to the definitionGuillem Jover1-2/+3
2010-01-28libdpkg: Centralize compressor knowledge into the compress moduleGuillem Jover1-17/+10
2010-01-28libdpkg: Rename (de)compress_cat funtions to (de)compress_filterGuillem Jover1-1/+1
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-28Normalize ar member names when readingGuillem Jover1-13/+14
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-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-4/+4
2009-10-26Sort order of header includesGuillem Jover1-10/+11
2009-09-24dpkg-deb: Use void * instead of unsigned char * for read/write bufferGuillem Jover1-1/+1
2009-09-06Use m_output instead of checking printing functions return codeGuillem Jover1-13/+14
2009-09-06Do not check for fprintf return code when going to ohshit anywayGuillem Jover1-4/+3
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-15Disable default automake preprocessor include pathsGuillem Jover1-3/+4
2009-07-15libdpkg: Rename dpkg-i18n.h to i18n.hGuillem Jover1-1/+1
2009-07-15libdpkg: Rename and namespace compiler attributesGuillem Jover1-1/+1
2009-06-19Use NUL character instead of 0Guillem Jover1-6/+8
2009-05-28Unset TAR_OPTIONS when extracting .deb archivesGuillem Jover1-0/+3
2008-12-09Mark strings for translationGuillem Jover1-3/+4
2008-12-09Improve internerr output messages and print the invalid valueGuillem Jover1-1/+2
2008-09-14libcompat: Add new compat.h headerGuillem Jover1-0/+1
2008-09-14libdpkg: Move gettext related definitions to a new dpkg-i18n.hGuillem Jover1-0/+2
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-1/+1
2008-03-20dpkg-deb: Change return type for safe_fflush from int to voidGuillem Jover1-1/+1
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 Jover1-3/+1
2008-01-16Use NULL instead of 0Guillem Jover1-2/+2
2008-01-07Fix signed vs unsigned value comparisonsGuillem Jover1-7/+9
2007-08-08Use NULL instead of '(char *)0'.Guillem Jover1-2/+3
2007-03-12 * lib/dpkg.h (compression_type): Rename to ...Guillem Jover1-4/+4
2006-11-24Support extracting lzma compressed source and binary packages,Guillem Jover1-0/+4
2006-04-21Fix strings so that they can be more easily translated. Closes: #134358Guillem Jover1-8/+14
2005-03-11dpkg (1.13.1.0.1) experimental; urgency=lowScott James Remnant1-1/+1
2004-10-27dpkg (1.10.24) unstable; urgency=lowScott James Remnant1-31/+21