index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dpkg-deb
/
build.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-16
Switch variables from int to bool where appropriate
Guillem Jover
1
-3
/
+4
2010-07-03
dpkg-deb: Use new dpkg_ar library functions instead of ad-hoc code
Guillem Jover
1
-37
/
+15
2010-07-03
Use new DPKG_AR_MAGIC macro instead of literal string
Guillem Jover
1
-1
/
+2
2010-06-27
libdpkg: Check version syntax when parsing
Guillem Jover
1
-20
/
+2
2010-06-27
libdpkg: Remove 'valid' member from struct pkginfoperfile
Guillem Jover
1
-1
/
+0
2010-05-19
dpkg-deb: Fix leak on non-symlink paths when building the package
Guillem Jover
1
-0
/
+1
2010-05-19
dpkg-deb: Refactor file_info freeing into a new file_info_free function
Guillem Jover
1
-2
/
+8
2010-05-19
dpkg-deb: Check for error on lstat
Guillem Jover
1
-1
/
+2
2010-03-06
Do an fsync on files written to disk
Guillem Jover
1
-0
/
+4
2010-02-25
dpkg-deb: Change temporary directory suffix to dpkg-deb
Guillem Jover
1
-2
/
+2
2010-02-25
libdpkg: Add new tempfile template generator function
Guillem Jover
1
-13
/
+5
2010-01-28
libdpkg: Centralize compressor knowledge into the compress module
Guillem Jover
1
-19
/
+6
2010-01-28
libdpkg: Handle compression level as an integer
Guillem Jover
1
-2
/
+2
2010-01-28
libdpkg: Rename (de)compress_cat funtions to (de)compress_filter
Guillem Jover
1
-2
/
+2
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
dpkg-deb: Force the ar member name to 16 space padded chars wide
Guillem Jover
1
-3
/
+5
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-14
dpkg-deb: fix typo unkown -> unknown
Raphaël Hertzog
1
-1
/
+1
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
-5
/
+5
2009-10-26
Sort order of header includes
Guillem Jover
1
-12
/
+12
2009-10-14
Do not use C++ style comments in C code
Guillem Jover
1
-1
/
+1
2009-09-30
Switch to use stdbool were appropriate
Guillem Jover
1
-4
/
+7
2009-09-24
dpkg-deb: Remove S_ISLNK compatibility definition
Guillem Jover
1
-4
/
+0
2009-09-15
dpkg-deb: Check and warn on duplicate conffiles
Guillem Jover
1
-0
/
+27
2009-09-15
dpkg-deb: Refactor file info structure creation into a new function
Guillem Jover
1
-3
/
+14
2009-09-15
dpkg-deb: Rename _finfo struct to file_info
Guillem Jover
1
-15
/
+24
2009-09-15
dpkg-deb: Pass last the node to add to add_to_filist
Guillem Jover
1
-2
/
+4
2009-09-15
Use character arrays instead of pointers for constant strings
Guillem Jover
1
-1
/
+1
2009-09-06
Use m_output instead of fflush, ferror and werr
Guillem Jover
1
-1
/
+1
2009-09-06
dpkg-deb: Use warning() instead of ad-hoc printing
Guillem Jover
1
-4
/
+2
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
libdpkg: Split dpkg-priv.h into smaller pieces
Guillem Jover
1
-1
/
+1
2009-07-15
Disable default automake preprocessor include paths
Guillem Jover
1
-4
/
+5
2009-07-15
libdpkg: Rename dpkg-i18n.h to i18n.h
Guillem Jover
1
-1
/
+1
2009-07-13
dpkg-deb: Remove trailing ‘/’ and ‘/.’ from the directory name on -b
Guillem Jover
1
-1
/
+4
2009-06-27
dpkg-deb: Remove unused FILE variable
Guillem Jover
1
-6
/
+2
2009-06-19
Use NUL character instead of 0
Guillem Jover
1
-2
/
+2
2009-05-21
dpkg-deb: Do not warn when parsing unknown fields with “Private-” prefix
Guillem Jover
1
-0
/
+6
2009-05-21
Revert "dpkg-deb: don't warn on unknown fields starting with "X-""
Guillem Jover
1
-3
/
+0
2009-03-27
dpkg-deb: don't warn on unknown fields starting with "X-"
Nils Rennebarth
1
-0
/
+3
2009-02-03
Merge branch 'lenny' (through tag '1.14.25')
Guillem Jover
1
-2
/
+3
2009-02-02
dpkg-deb: produce GNU tar archives inside .deb
Raphael Hertzog
1
-2
/
+3
[next]