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
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
2008-03-11
Move command line common option utilities to lib/myopt-util.c
Guillem Jover
1
-11
/
+6
2008-01-16
Use NULL instead of 0
Guillem Jover
1
-25
/
+27
2007-03-13
Support building binary packages with the member data.tar.lzma compressed
Guillem Jover
1
-1
/
+3
2007-03-12
* lib/dpkg.h (compression_type): Rename to ...
Guillem Jover
1
-4
/
+4
2006-06-02
Disambiguate error message about conflicting command line actions by
Guillem Jover
1
-1
/
+2
2006-05-02
Split usage strings to make it easier for translators when those change.
Guillem Jover
1
-23
/
+33
2006-02-06
Cleanup and unify program usage and version output, make it more i18n
Guillem Jover
1
-32
/
+37
2005-03-21
dpkg (1.13.3) experimental; urgency=low
Scott James Remnant
1
-2
/
+2
2005-03-11
dpkg (1.13.1.0.1) experimental; urgency=low
Scott James Remnant
1
-2
/
+1
2004-10-27
dpkg (1.10.24) unstable; urgency=low
Scott James Remnant
1
-0
/
+16
2004-04-25
Tollef and I gorged on low hanging fruit and got our hands sticky.
Scott James Remnant
1
-1
/
+1
2004-03-08
Retro-actively apply patch for the 1.10.18.1 release:
Scott James Remnant
1
-36
/
+36
2003-10-25
Almost *EVERY* damn file was including config.h in the wrong spot. After
Adam Heath
1
-1
/
+1
2003-09-14
* scripts/update-alternatives.8: Add --config to action section, and add
Adam Heath
1
-4
/
+4
2002-09-01
Don't call nffreeall, in any of the c/c++ programs. It appears dselect
Adam Heath
1
-1
/
+1
2002-06-02
Revert last modification. It'll be fixed properly for dpkg 1.11.
Adam Heath
1
-6
/
+8
2002-06-01
Fixed printversion(), to allow translations to be done better.
Adam Heath
1
-8
/
+6
2002-05-24
New functions, standard_startup, standard_shutdown, that contain the most
Adam Heath
1
-12
/
+2
[prev]
[next]