index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dpkg-deb
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-16
dpkg-deb: Make --uniform-compression the new default behavior
Guillem Jover
1
-2
/
+3
2017-09-24
dpkg-deb: Add support for rootless builds
Guillem Jover
1
-0
/
+3
2016-10-30
dpkg-deb: Remove obsolete --old and --new options
Guillem Jover
1
-22
/
+0
2016-10-30
dpkg-deb: Obsolete bzip2 and lzma compression methods
Guillem Jover
1
-3
/
+3
2015-10-18
Update Ian Jackson's email address
Guillem Jover
1
-1
/
+1
2015-05-30
libdpkg: Rename DPKG_VERSION_ARCH to PACKAGE_RELEASE
Guillem Jover
1
-1
/
+1
2015-04-21
Remove some unnecessary includes of assert.h
Niels Thykier
1
-1
/
+0
2015-04-21
dpkg: Use badusage() instead of ohshit() for command-line errors
Guillem Jover
1
-2
/
+2
2015-04-10
Consistently use proper quotation marks all over the place
Guillem Jover
1
-3
/
+3
2015-01-26
Remove unused <ctype.h> includes
Guillem Jover
1
-1
/
+0
2014-10-06
dpkg-deb: Add new --ctrl-tarfile command
Guillem Jover
1
-0
/
+2
2014-08-15
dpkg-deb: Remove unbalanced trailing single-quote in error message
Guillem Jover
1
-1
/
+1
2014-05-28
libdpkg: Uppercase compressor enum values
Guillem Jover
1
-9
/
+9
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
1
-0
/
+10
2013-12-07
Use https:// URLs instead of http:// when possible
Guillem Jover
1
-1
/
+1
2013-12-05
Rename cmdinfos set functions to have underscores between words
Guillem Jover
1
-2
/
+2
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
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-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
1
-3
/
+0
2013-04-14
dpkg-deb: Add new --deb-format option and base --new and --old on it
Guillem Jover
1
-4
/
+44
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-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
1
-2
/
+10
2012-05-23
Check parsed integers for out of range errors
Guillem Jover
1
-1
/
+4
2012-04-29
dpkg-deb: Deprecate compressing .deb files with lzma
Guillem Jover
1
-1
/
+3
2012-04-09
dpkg-deb: Always build new format by default
Guillem Jover
1
-1
/
+3
2012-03-30
Fix coding-style
Guillem Jover
1
-1
/
+1
2011-11-23
dpkg-deb: Remove undocumented compression long options
Guillem Jover
1
-2
/
+2
2011-11-23
dpkg-deb: Add compression strategy support
Guillem Jover
1
-0
/
+8
2011-11-23
libdpkg: Switch compressor to take a parameters struct
Guillem Jover
1
-5
/
+7
2011-11-23
libdpkg: Do not expose the compression structs
Guillem Jover
1
-2
/
+2
2011-08-02
dpkg-deb: Add --raw-extract option combining --control and --extract
Guillem Jover
1
-0
/
+3
2011-08-02
dpkg-deb: Add new -v, --verbose option
Guillem Jover
1
-0
/
+3
2011-07-07
libdpkg: Rename myopt module to options
Guillem Jover
1
-1
/
+1
2011-07-07
Use new dpkg_set_progname and dpkg_get_progname instead of thisname
Guillem Jover
1
-1
/
+1
2011-07-07
libdpkg: Do not require programs to define printforhelp
Guillem Jover
1
-2
/
+2
2011-04-02
Rename struct cmdinfo member arg_func to action and call it directly
Guillem Jover
1
-3
/
+2
2011-04-02
Use new action_func typedef instead of ad-hoc function casts
Guillem Jover
1
-2
/
+2
[next]