index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dpkg-deb
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-28
libdpkg: Uppercase and namespace dpkg_arch_type enum values
Guillem Jover
1
-1
/
+1
2014-05-28
libdpkg: Uppercase compressor enum values
Guillem Jover
3
-18
/
+18
2014-05-17
build: Switch to use libtool for the static libraries
Guillem Jover
1
-2
/
+1
2014-04-21
dpkg-deb: Use --no-unquote when using -T to avoid mangling filenames
Guillem Jover
1
-1
/
+2
2014-04-21
dpkg-deb: Deprecate compressing .deb files with bzip2
Guillem Jover
1
-0
/
+2
2014-04-21
libdpkg, dpkg-deb: Fix compound literal usage with C99 compilers
Guillem Jover
1
-2
/
+2
2014-01-15
dpkg-deb: Align long options in --help ouput
Guillem Jover
1
-2
/
+2
2014-01-15
dpkg-deb: Allow to use the same compression for control.tar as data.tar
Guillem Jover
3
-9
/
+23
2014-01-15
dpkg-deb: Accept other compressions for control.tar .deb member
Guillem Jover
3
-4
/
+17
2014-01-15
dpkg-deb: Use default gzip compression level instead of hardcoding it
Guillem Jover
1
-1
/
+1
2013-12-17
dpkg-deb, dpkg: Unify and clarify conffile name length error message
Guillem Jover
1
-1
/
+1
2013-12-17
dpkg-deb: Change conffile name length warning into an error
Guillem Jover
1
-9
/
+3
2013-12-17
dpkg-deb: Remove trailing newlines from warning message
Guillem Jover
1
-2
/
+2
2013-12-07
Use https:// URLs instead of http:// when possible
Guillem Jover
5
-5
/
+5
2013-12-05
Rename cmdinfos set functions to have underscores between words
Guillem Jover
1
-2
/
+2
2013-12-05
Add experimental build profiles support
Guillem Jover
1
-0
/
+1
2013-11-23
dpkg-deb: Do not set LC_NUMERIC to POSIX
Guillem Jover
1
-1
/
+0
2013-11-23
libdpkg: New dpkg_locales_init()
Guillem Jover
1
-4
/
+1
2013-11-08
libdpkg: Refactor integer parsing into new dpkg_options_parse_arg_int()
Guillem Jover
1
-6
/
+1
2013-10-17
dpkg-deb: Refactor file_treewalk_feed() out from do_build()
Guillem Jover
1
-34
/
+53
2013-10-17
dpkg-deb: Be explicit when handling deb format 2 code branches
Guillem Jover
1
-2
/
+7
2013-10-17
dpkg-deb: Do not leak the data member file descriptor
Guillem Jover
1
-0
/
+2
2013-10-17
libdpkg: Reset environment variables for all compressors in the filter
Guillem Jover
1
-2
/
+0
2013-10-14
libdpkg: Rename and namespace option parsing and loading functions
Guillem Jover
1
-1
/
+1
2013-10-14
libdpkg: Add dpkg-based program startup and shutdown functions
Guillem Jover
1
-4
/
+2
2013-08-10
dpkg-deb: Clarify --extract bad usage error message on missing arguments
Guillem Jover
1
-2
/
+4
2013-08-10
dpkg-deb: Inline controlextractvextract() into call sites
Guillem Jover
1
-27
/
+33
2013-08-10
dpkg-deb: Use badusage() instead of ohshit() for usage errors
Guillem Jover
1
-2
/
+4
2013-08-10
dpkg-deb: Do not accept deb packages with data and control members swapped
Guillem Jover
1
-1
/
+6
2013-08-10
dpkg-deb: Be more precise on deb member errors
Guillem Jover
1
-7
/
+9
2013-07-18
Change user-friendly UI recommendation from dselect to apt
Guillem Jover
1
-3
/
+3
2013-07-18
dpkg-deb: Add support for gzip compression strategies
Guillem Jover
1
-1
/
+2
2013-07-18
build: Allow changing the default dpkg-deb compressor on configure
Guillem Jover
1
-1
/
+1
2013-04-19
Remove Emacs and vim modelines
Guillem Jover
2
-5
/
+0
2013-04-14
Avoid assignments in C conditionals
Guillem Jover
1
-2
/
+4
2013-04-14
dpkg-deb: Add new --deb-format option and base --new and --old on it
Guillem Jover
3
-8
/
+54
2013-04-14
dpkg-deb: Use an enum instead of a literal string to pass tar options
Guillem Jover
3
-16
/
+45
2013-04-14
dpkg-deb: Switch extracthalf() to use struct command
Guillem Jover
1
-7
/
+12
2013-03-19
dpkg-deb: Do not initialize variable that gets a subsequent value
Guillem Jover
1
-1
/
+1
2013-03-18
dpkg-deb: Document --debug in --help output
Guillem Jover
1
-1
/
+1
2012-06-30
Align --version with --help on help output
Guillem Jover
1
-1
/
+1
2012-06-30
Change all programs to accept -? instead of -h for help output
Guillem Jover
1
-2
/
+2
2012-06-30
Avoid full stop and double newline at the end of errors and warnings
Jonathan Nieder
1
-1
/
+1
2012-06-30
Switch to new notice() output function
Guillem Jover
2
-6
/
+4
2012-06-30
libdpkg: Switch buffer I/O code to use struct dpkg_error
Guillem Jover
3
-13
/
+24
2012-06-30
libdpkg: Change pkg_format_parse() to take a dpkg_error argument
Guillem Jover
1
-2
/
+4
2012-06-30
dpkg-deb: Rename string variable from err to errstr
Guillem Jover
1
-7
/
+7
2012-06-08
libdpkg: Add liblzma compression support
Guillem Jover
1
-0
/
+1
2012-06-06
dpkg-deb: Add support for “none” as a valid compression strategy value
Guillem Jover
1
-1
/
+1
2012-06-06
libdpkg: Switch compression strategy code from strings to enums
Guillem Jover
2
-3
/
+11
[next]