index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dpkg-deb
/
extract.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-08
dpkg-deb: Reduce scope of several variables in extracthalf()
Guillem Jover
1
-5
/
+7
2010-07-08
dpkg-deb: Remove redundant readfromfd variable
Guillem Jover
1
-4
/
+3
2010-07-08
dpkg-deb: Do not use EOF on file descriptor calls
Guillem Jover
1
-1
/
+1
2010-07-08
dpkg-deb: Do not special case old format control member
Guillem Jover
1
-43
/
+19
2010-07-03
Use new DPKG_AR_MAGIC macro instead of literal string
Guillem Jover
1
-1
/
+1
2010-05-19
dpkg-deb, dpkg-split: Fix few resource leaks
Guillem Jover
1
-0
/
+4
2010-05-19
dpkg-deb: Reduce scope of infobuf variable in extracthalf
Guillem Jover
1
-1
/
+3
2010-05-19
Use bool instead of int wherever appropriate
Guillem Jover
1
-5
/
+7
2010-02-19
dpkg-deb: Rename compressor to decompressor to avoid shadowing
Guillem Jover
1
-4
/
+4
2010-02-19
Move DPKG_ATTR annotations from static declaration to the definition
Guillem Jover
1
-2
/
+3
2010-01-28
libdpkg: Centralize compressor knowledge into the compress module
Guillem Jover
1
-17
/
+10
2010-01-28
libdpkg: Rename (de)compress_cat funtions to (de)compress_filter
Guillem Jover
1
-1
/
+1
2010-01-28
libdpkg: Rename compress_type_cat to compress_type_none
Guillem Jover
1
-1
/
+1
2010-01-28
dpkg-deb: Rename DATAMEMBER_CAT to DATAMEMBER
Guillem Jover
1
-1
/
+1
2010-01-28
Normalize ar member names when reading
Guillem Jover
1
-13
/
+14
2010-01-28
dpkg-deb: Use DEBMAGIC instead of string literals
Guillem Jover
1
-1
/
+1
2010-01-28
dpkg-deb: Do not include unneeded <zlib.h>
Guillem Jover
1
-3
/
+0
2010-01-28
Do not include unneeded <signal.h>
Guillem Jover
1
-1
/
+0
2010-01-01
libdpkg: Move compression declarations to a new compress.h
Guillem Jover
1
-0
/
+1
2009-12-31
libdpkg: Rename m_fork to subproc_fork
Guillem Jover
1
-5
/
+10
2009-11-08
Unify text in license headers
Guillem Jover
1
-5
/
+5
2009-11-08
Replace FSF address by pointing to the gnu.org URL
Guillem Jover
1
-3
/
+2
2009-11-07
libdpkg: Rename and namespace subproc related functions
Guillem Jover
1
-4
/
+4
2009-10-26
Sort order of header includes
Guillem Jover
1
-10
/
+11
2009-09-24
dpkg-deb: Use void * instead of unsigned char * for read/write buffer
Guillem Jover
1
-1
/
+1
2009-09-06
Use m_output instead of checking printing functions return code
Guillem Jover
1
-13
/
+14
2009-09-06
Do not check for fprintf return code when going to ohshit anyway
Guillem Jover
1
-4
/
+3
2009-09-06
libdpkg: Move buffer I/O declarations to buffer.h
Guillem Jover
1
-0
/
+1
2009-07-15
libdpkg: Move subproc related declarations to subproc.h
Guillem Jover
1
-0
/
+1
2009-07-15
Disable default automake preprocessor include paths
Guillem Jover
1
-3
/
+4
2009-07-15
libdpkg: Rename dpkg-i18n.h to i18n.h
Guillem Jover
1
-1
/
+1
2009-07-15
libdpkg: Rename and namespace compiler attributes
Guillem Jover
1
-1
/
+1
2009-06-19
Use NUL character instead of 0
Guillem Jover
1
-6
/
+8
2009-05-28
Unset TAR_OPTIONS when extracting .deb archives
Guillem Jover
1
-0
/
+3
2008-12-09
Mark strings for translation
Guillem Jover
1
-3
/
+4
2008-12-09
Improve internerr output messages and print the invalid value
Guillem Jover
1
-1
/
+2
2008-09-14
libcompat: Add new compat.h header
Guillem Jover
1
-0
/
+1
2008-09-14
libdpkg: Move gettext related definitions to a new dpkg-i18n.h
Guillem Jover
1
-0
/
+2
2008-06-30
Switch to use UTF-8 copyright symbol and add missing ones
Guillem Jover
1
-1
/
+1
2008-03-20
dpkg-deb: Change return type for safe_fflush from int to void
Guillem Jover
1
-1
/
+1
2008-01-22
dpkg-deb: Refactor fflush and its buggy fpos handling to safe_fflush()
Guillem Jover
1
-12
/
+20
2008-01-21
Use m_malloc instead of malloc
Guillem Jover
1
-3
/
+1
2008-01-16
Use NULL instead of 0
Guillem Jover
1
-2
/
+2
2008-01-07
Fix signed vs unsigned value comparisons
Guillem Jover
1
-7
/
+9
2007-08-08
Use NULL instead of '(char *)0'.
Guillem Jover
1
-2
/
+3
2007-03-12
* lib/dpkg.h (compression_type): Rename to ...
Guillem Jover
1
-4
/
+4
2006-11-24
Support extracting lzma compressed source and binary packages,
Guillem Jover
1
-0
/
+4
2006-04-21
Fix strings so that they can be more easily translated. Closes: #134358
Guillem Jover
1
-8
/
+14
2005-03-11
dpkg (1.13.1.0.1) experimental; urgency=low
Scott James Remnant
1
-1
/
+1
2004-10-27
dpkg (1.10.24) unstable; urgency=low
Scott James Remnant
1
-31
/
+21
[next]