index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-14
libdpkg: Add dpkg-based program startup and shutdown functions
Guillem Jover
1
-5
/
+2
2013-10-14
libdpkg: Refactor report output buffering setup into a new function
Guillem Jover
1
-2
/
+1
2013-08-10
dpkg: Automatically prepend needed spaces for continuation force-help lines
Guillem Jover
1
-6
/
+25
2013-07-18
Change user-friendly UI recommendation from dselect to apt
Guillem Jover
1
-3
/
+3
2013-04-14
Avoid assignments in C conditionals
Guillem Jover
1
-1
/
+2
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-05-23
Check parsed integers for out of range errors
Guillem Jover
1
-13
/
+16
2012-05-23
dpkg: Use ohshit() instead of ohshite() on strtoul() error
Guillem Jover
1
-1
/
+1
2012-04-01
Use cmp() == 0 instead of !cmp()
Guillem Jover
1
-2
/
+3
2012-03-27
Clarify internerr() messages
Guillem Jover
1
-1
/
+1
2012-03-19
dpkg: Add --assert-multi-arch option
Guillem Jover
1
-1
/
+3
2012-03-14
dpkg: Update commands and options to accept package specifiers
Guillem Jover
1
-5
/
+8
2012-03-14
Rework common badusage strings to allow for possible translation reuse
Guillem Jover
1
-10
/
+10
2012-03-14
dpkg: Use ohshit() instead of ohshite() on illegal names in --ignore-depends
Guillem Jover
1
-1
/
+1
2012-03-13
dpkg: Add --status-logger information to --help output
Guillem Jover
1
-0
/
+1
2012-02-06
dpkg: When removing a foreign arch, only consider < halfinstalled an issue
Guillem Jover
1
-1
/
+3
2012-02-05
libdpkg: Change dpkg_arch_remove() to just unmark foreign architectures
Guillem Jover
1
-1
/
+1
2012-01-02
dpkg: Switch from foreign arch option to add and remove commands
Guillem Jover
1
-16
/
+69
2011-12-08
libdpkg: Remove unused end pointer argument from pkg_name_is_illegal()
Guillem Jover
1
-1
/
+1
2011-10-24
dpkg: Add --foreign-architecture and --print-foreign-architectures options
Raphaƫl Hertzog
1
-0
/
+24
2011-10-24
dpkg: Use dpkg_arch_get_native() instead of native_arch
Guillem Jover
1
-1
/
+0
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
-3
/
+3
2011-04-29
dpkg: Remove --new and --old dpkg-deb option handling
Guillem Jover
1
-2
/
+0
2011-04-26
Add --force-bad-version to allow installing packages with bogus versions
Guillem Jover
1
-0
/
+3
2011-04-02
Rename struct cmdinfo member arg_func to action and call it directly
Guillem Jover
1
-7
/
+2
2011-04-02
Use new action_func typedef instead of ad-hoc function casts
Guillem Jover
1
-5
/
+5
2011-04-02
Make all command line action functions return int
Guillem Jover
1
-11
/
+19
2011-04-01
dpkg: Pass default return value to reportbroken_retexitstatus()
Guillem Jover
1
-1
/
+1
2011-03-14
Make admindir file local everywhere
Guillem Jover
1
-1
/
+1
2011-03-14
Use dpkg_db_set_dir() instead of pkgadmindir_init()
Guillem Jover
1
-0
/
+2
2011-03-04
dpkg: Call gettext() on force option description printing
Guillem Jover
1
-1
/
+2
2011-03-02
Use varbuf_end_str() instead of ad-hoc varbuf_add_char() calls
Guillem Jover
1
-2
/
+2
2011-02-11
libdpkg: Rename cmdinfo arg members
Guillem Jover
1
-11
/
+11
2011-02-11
dpkg: Automate force help output printing
Guillem Jover
1
-52
/
+76
2011-02-11
dpkg: Reduce the scope of a if/else in setforce()
Guillem Jover
1
-8
/
+9
2011-02-11
dpkg: Handle --force-all as any other force option
Guillem Jover
1
-6
/
+6
2011-02-11
dpkg: Fix typo in debug help output
Guillem Jover
1
-1
/
+1
2011-02-11
dpkg: Capitalize debug help output table titles
Guillem Jover
1
-1
/
+1
2011-02-11
dpkg: Automate debug help output printing
Guillem Jover
1
-16
/
+32
2011-02-11
Move and generalize debug API from dpkg to libdpkg
Guillem Jover
1
-2
/
+4
2011-02-01
dpkg: Document packages w/o Architecture field need --force-architecture
Guillem Jover
1
-1
/
+1
2011-01-31
dpkg: Rename arch variable to native_arch
Guillem Jover
1
-1
/
+1
2011-01-31
Rename architecture variables to arch
Guillem Jover
1
-1
/
+1
2011-01-16
Propagate --admindir to programs run from maintainer scripts
Guillem Jover
1
-9
/
+4
2011-01-16
Use m_asprintf() instead of m_malloc() and string operations
Guillem Jover
1
-7
/
+3
2011-01-16
libdpkg: Rename varbufaddc() to varbuf_add_char()
Guillem Jover
1
-2
/
+2
2011-01-16
libdpkg: Rename varbufreset() to varbuf_reset()
Guillem Jover
1
-1
/
+1
[prev]
[next]