index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-19
u-a: Add missing options to --help output
Guillem Jover
1
-4
/
+14
2010-11-19
u-a: Unify similar strings
Guillem Jover
1
-4
/
+4
2010-11-19
u-a: Use PROGNAME as format argument instead of concatenated to literals
Guillem Jover
1
-16
/
+13
2010-11-19
u-a: Add missing space in --set-selections output
Guillem Jover
1
-1
/
+1
2010-11-19
u-a: Reduce scope of current pointer in main()
Guillem Jover
1
-1
/
+2
2010-11-19
u-a: Avoid unneeded string allocations
Guillem Jover
1
-21
/
+10
2010-11-19
u-a: Simplify an unify string in alternative_display_query()
Guillem Jover
1
-6
/
+2
2010-11-19
u-a: Refactor duplicate code into new checked_rm_args()
Guillem Jover
1
-22
/
+23
2010-11-19
u-a: Create new xvasprintf() and use it instead of ad-hoc code
Guillem Jover
1
-6
/
+14
2010-11-19
u-a: Change alternative_save() to take care of atomic file write
Guillem Jover
1
-14
/
+15
2010-11-19
u-a: Refactor common code into new alternative_commit_operations_free
Guillem Jover
1
-11
/
+14
2010-11-19
Cleanup white spaces
Guillem Jover
2
-2
/
+0
2010-11-19
Cleanup and improve source code comments
Guillem Jover
2
-11
/
+16
2010-11-19
s-s-d: Refactor sched_timeout code out into new do_stop_timeout()
Guillem Jover
1
-61
/
+71
2010-09-01
u-a: Fix possible segfault if master_file contains a format specifier
Guillem Jover
1
-1
/
+1
2010-08-26
Add gettext messages for plural forms
Guillem Jover
1
-3
/
+6
2010-08-13
u-a: Include <limits.h> for _POSIX_MAX_PATH
Fabian Groffen
1
-0
/
+1
2010-08-13
build: Link u-a against libintl if libc does not have i18n support
Fabian Groffen
1
-0
/
+1
2010-08-05
u-a: Add non-regression test for --remove-all
Guillem Jover
1
-2
/
+14
2010-08-05
u-a: Fix use after free causing segfaults on --remove-all
Guillem Jover
1
-10
/
+17
2010-07-29
Add u-a non-regression test to ensure the sorting of choices/slaves is ok
Raphaël Hertzog
1
-2
/
+52
2010-07-29
update-alternatives: fix off-by-one errors
Raphaël Hertzog
1
-4
/
+2
2010-07-23
update-alternatives: avoid segfault when the only slave is disappearing
Raphaël Hertzog
1
-0
/
+2
2010-07-16
u-a: Rename variable a to a_new to not shadow outter scope variable
Guillem Jover
1
-9
/
+9
2010-07-16
u-a: Rename altlnk to sl_altlnk to not shadow altlnk from outter scope
Guillem Jover
1
-5
/
+5
2010-07-16
u-a: Rename link variable to linkname to not shadow link(2)
Guillem Jover
1
-25
/
+26
2010-07-16
u-a: Rename variable index to idx to not shadow index(3)
Guillem Jover
1
-8
/
+8
2010-07-16
u-a: Remove unneeded const from fileset_add_slave string arguments
Guillem Jover
1
-3
/
+3
2010-07-11
build: Refactor perl test-suite support into a new Makecheck.am file
Guillem Jover
1
-11
/
+5
2010-07-11
build: Rename overriding check targets to check-local
Guillem Jover
1
-1
/
+1
2010-06-19
build: Remove redundant test_case assignment in utils/
Guillem Jover
1
-3
/
+0
2010-06-15
Fix ”make distcheck“ errors
Sven Joachim
1
-0
/
+7
2010-06-09
update-alternatives: rewritten in C
Raphaël Hertzog
5
-0
/
+2865
2010-06-01
s-s-d: Fix abort when opening /dev/tty with --background
Guillem Jover
1
-14
/
+23
2010-05-19
s-s-d: Check for error on open an ioctl calls
Guillem Jover
1
-1
/
+6
2010-05-19
Use bool instead of int wherever appropriate
Guillem Jover
1
-4
/
+5
2010-03-21
s-s-d: Fix and unify fatal error strings
Guillem Jover
1
-26
/
+24
2010-03-21
s-s-d: Do not allow a --retry schedule where forever is the last item
Guillem Jover
1
-0
/
+3
2010-03-13
libdpkg: Always use C99 variadic macros
Guillem Jover
1
-5
/
+0
2010-03-06
Do an fsync on files written to disk
Guillem Jover
1
-0
/
+4
2010-02-25
Header files should not include <config.h> and <compat.h>
Guillem Jover
2
-0
/
+2
2010-02-25
build: Fix alignment of start-stop-daemon automake rules
Guillem Jover
1
-3
/
+3
2010-02-25
build: Add new --without-install-info
Guillem Jover
1
-0
/
+4
2010-02-25
build: Move <sbindir>/install-info uninstallation to utils/
Guillem Jover
1
-0
/
+3
2010-02-19
s-s-d: Do not shadow global variables
Guillem Jover
1
-10
/
+9
2010-02-19
Mark several functions with DPKG_ATTR_PRINTF
Guillem Jover
1
-1
/
+1
2010-02-19
Move DPKG_ATTR annotations from static declaration to the definition
Guillem Jover
1
-7
/
+2
2010-01-28
libdpkg: Rename sizeof_array to array_count
Guillem Jover
1
-1
/
+1
2009-12-31
install-info: Do not use access() to check for exec permission
Guillem Jover
1
-5
/
+0
2009-12-31
Use stat instead of access to check for file existence
Guillem Jover
1
-1
/
+2
[next]