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
2013-10-16
u-a: Change mark to be a character instead of a string
Guillem Jover
1
-4
/
+4
2013-10-16
u-a: Unify idx handling in alternative_select_choice()
Guillem Jover
1
-5
/
+3
2013-10-16
u-a: Refactor out choice printing into its own function
Guillem Jover
1
-17
/
+19
2013-10-16
u-a: Compute unchanging select choice variables just once
Guillem Jover
1
-6
/
+7
2013-10-16
u-a: Rename DPKG_TMP_EXT to ALT_TMP_EXT
Guillem Jover
1
-10
/
+10
2013-10-16
u-a: Add new function to return a descriptive alternative status string
Guillem Jover
1
-6
/
+11
2013-10-16
u-a: When changing slave links do not warn that the link group is broken
Guillem Jover
1
-17
/
+50
2013-10-16
u-a: Refactor alternative_copy_slave() out from alternative_evolve()
Guillem Jover
1
-1
/
+7
2013-10-15
u-a: Refactor alternative_has_broken_slave() out from alternative_is_broken()
Guillem Jover
1
-37
/
+47
2013-10-15
u-a: Refactor alternative_evolve_slave() out of alternative_evolve()
Guillem Jover
1
-41
/
+45
2013-10-15
s-s-d: Recognize -C as documented
Guillem Jover
1
-1
/
+1
2013-10-14
Use <termios.h> instead of deprecated <sys/termios.h>
Guillem Jover
1
-1
/
+1
2013-08-10
u-a: Fix use after free in alternative_parse_fileset()
Guillem Jover
1
-3
/
+1
2013-07-28
s-s-d: Remove space between function name and '('
Guillem Jover
1
-2
/
+2
2013-07-08
Switch usage errors to not print entire --help output
Guillem Jover
1
-1
/
+3
2013-05-31
Remove install-info wrapper
Guillem Jover
3
-82
/
+0
2013-05-08
perl: Use the .. operator instead of C-style for loops
Guillem Jover
1
-2
/
+2
2013-05-04
Do not use double-quotes on strings that do not need interpolation
Guillem Jover
1
-141
/
+141
2013-04-30
Do not quote simple identifier hash keys in element accesses
Guillem Jover
1
-17
/
+17
2013-04-30
Do not quote simple identifier hash keys in initializations
Guillem Jover
1
-6
/
+6
2013-04-29
scripts: Do not use sort directly on the return keyword
Guillem Jover
1
-1
/
+3
2013-04-28
Use proper variables instead of barewords for filehandles
Guillem Jover
1
-3
/
+3
2013-04-19
test: Add a correct shebang to all test scripts
Guillem Jover
1
-0
/
+1
2013-04-19
build: Set a default TEST_VERBOSE to 0
Guillem Jover
1
-1
/
+0
2013-04-19
Remove Emacs and vim modelines
Guillem Jover
1
-1
/
+0
2013-03-19
u-a: Mark struct altdb_context bad_format() member as not returning
Guillem Jover
1
-2
/
+2
2013-03-19
u-a: Use the current alternative link as the first best value
Guillem Jover
1
-1
/
+11
2013-03-19
u-a: Move alternative_get_best() after alternative_get_current()
Guillem Jover
1
-12
/
+12
2013-03-19
u-a: Cache current alternative
Guillem Jover
1
-21
/
+35
2013-03-19
u-a: Change spawn to get a correct argv0
Guillem Jover
1
-13
/
+4
2013-03-19
u-a: Remove explicit size from array initializer
Guillem Jover
1
-1
/
+1
2013-03-19
u-a: Use alternative_get_fileset() instead of open-coding it
Guillem Jover
1
-12
/
+9
2013-03-19
s-s-d: Move setsid() alternative code into a replacement setsid() function
Guillem Jover
1
-5
/
+9
2013-03-19
s-s-d: Refactor option setup off main() into new setup_options() function
Guillem Jover
1
-57
/
+65
2013-03-19
s-s-d: Refactor start action off main() into a new do_start() function
Guillem Jover
1
-107
/
+120
2013-03-19
s-s-d: Group macro definitions after header inclusions
Guillem Jover
1
-7
/
+7
2013-03-18
u-a: Switch back to a fatal error on out of range priority on --install
Guillem Jover
1
-7
/
+2
2012-09-27
u-a: Fix segfault when using --slave without any action
Guillem Jover
1
-1
/
+2
2012-09-27
u-a: Do not leak subcall command arguments
Guillem Jover
1
-0
/
+1
2012-09-27
build: Fix u-a test suite to behave correctly on non-Debian binary paths
Guillem Jover
1
-17
/
+20
2012-06-30
Avoid full stop and double newline at the end of errors and warnings
Jonathan Nieder
1
-31
/
+31
2012-06-30
u-a: Print master and slave link names
Guillem Jover
1
-3
/
+9
2012-06-30
s-s-d: Add new --no-close option to disable closing fds on --background
Guillem Jover
1
-7
/
+16
2012-06-17
u-a: Only warn for now on out of range priorities on --install
Guillem Jover
1
-2
/
+7
2012-06-06
u-a: Remove unreachable code at the end of alternative_select_choice()
Guillem Jover
1
-2
/
+0
2012-06-06
s-s-d: Do not follow symlinks when creating pidfiles
Carsten Hey
1
-1
/
+7
2012-05-23
s-s-d: Refactor parse_umask() and parse_integer() into parse_unsigned()
Guillem Jover
1
-21
/
+7
2012-05-23
Check parsed integers for out of range errors
Guillem Jover
2
-8
/
+26
2012-05-23
Check parsed integers for invalid or no digit errors
Guillem Jover
2
-4
/
+6
2012-05-23
u-a: Rename and unify variable names for priority parsing code
Guillem Jover
1
-13
/
+16
[next]