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
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
2011-04-02
Make all command line action functions return int
Guillem Jover
1
-2
/
+5
2011-02-11
libdpkg: Rename cmdinfo arg members
Guillem Jover
1
-1
/
+1
2011-01-08
Remove unneeded <errno.h> include
Guillem Jover
1
-1
/
+0
2011-01-08
dpkg-deb: Move setcompresstype() before cmdinfos
Guillem Jover
1
-8
/
+8
2010-11-19
Use push_error_context() instead of ad-hoc code
Guillem Jover
1
-2
/
+1
2010-11-19
Move action and obsolete related functionality to the myopt module
Guillem Jover
1
-12
/
+0
2010-11-19
Use ACTION macros instead of ad-hoc action function handling
Guillem Jover
1
-26
/
+14
2010-02-25
Add support for xz compressed data.tar member of binary packages
Guillem Jover
1
-1
/
+1
2010-02-25
Remove --license and --licence options from tools
Guillem Jover
1
-7
/
+1
2010-02-19
Mark several functions with DPKG_ATTR_NORET
Guillem Jover
1
-2
/
+2
2010-01-28
libdpkg: Centralize compressor knowledge into the compress module
Guillem Jover
1
-10
/
+3
2010-01-28
libdpkg: Handle compression level as an integer
Guillem Jover
1
-2
/
+18
2010-01-28
libdpkg: Rename compress_type_cat to compress_type_none
Guillem Jover
1
-1
/
+1
2010-01-28
libdpkg: Rename sizeof_array to array_count
Guillem Jover
1
-1
/
+1
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-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-10-26
Sort order of header includes
Guillem Jover
1
-12
/
+12
2009-09-30
Remove helponly and versiononly functions
Guillem Jover
1
-6
/
+10
2009-09-06
Use m_output instead of checking printing functions return code
Guillem Jover
1
-21
/
+24
2009-07-15
Disable default automake preprocessor include paths
Guillem Jover
1
-3
/
+3
2009-07-15
libdpkg: Rename dpkg-i18n.h to i18n.h
Guillem Jover
1
-1
/
+1
2009-07-15
libdpkg: Move C language definition macros to macros.h
Guillem Jover
1
-1
/
+1
2008-09-14
libdpkg: Move loadcfgfile from standard_startup to its callers
Guillem Jover
1
-1
/
+1
2008-09-14
libdpkg: Move myopt from standard_startup to each program main
Guillem Jover
1
-1
/
+3
2008-09-14
libdpkg: Do not pass any argument to standard_shutdown
Guillem Jover
1
-1
/
+1
2008-09-14
libcompat: Add new compat.h header
Guillem Jover
1
-0
/
+1
2008-09-14
Move locale.h inclusion and locale setup to each program main
Guillem Jover
1
-0
/
+8
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-05-24
Use sizeof_array instead of ad-hoc calculation
Guillem Jover
1
-1
/
+2
[next]