summaryrefslogtreecommitdiff
path: root/utils/update-alternatives.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-28u-a: Uppercase altdb_flags enum valuesGuillem Jover1-9/+9
2014-05-28u-a: Uppercase opcode enum valuesGuillem Jover1-11/+11
2014-05-17u-a: Switch from alternative_has_choice() to checking if fs is NULLGuillem Jover1-3/+4
2014-05-17u-a: Fix TOCTOU race in rename_mv()Guillem Jover1-13/+9
2014-05-17u-a: Fix TOCTOU race when loading an alternativeGuillem Jover1-11/+10
2014-04-30u-a: Fix memory leaks in alternative_parse_fileset()Guillem Jover1-0/+4
2014-01-15Rename return code variables from r to rcGuillem Jover1-3/+5
2014-01-15Use dead_pid instead of r as variable name for waitpid() return valueGuillem Jover1-3/+3
2014-01-15Give better names to variables in malloc replacement functionsGuillem Jover1-4/+4
2013-12-12u-a: Fix a segfault when adding a new slave link to a link groupGuillem Jover1-1/+1
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-10-16u-a: Change mark to be a character instead of a stringGuillem Jover1-4/+4
2013-10-16u-a: Unify idx handling in alternative_select_choice()Guillem Jover1-5/+3
2013-10-16u-a: Refactor out choice printing into its own functionGuillem Jover1-17/+19
2013-10-16u-a: Compute unchanging select choice variables just onceGuillem Jover1-6/+7
2013-10-16u-a: Rename DPKG_TMP_EXT to ALT_TMP_EXTGuillem Jover1-10/+10
2013-10-16u-a: Add new function to return a descriptive alternative status stringGuillem Jover1-6/+11
2013-10-16u-a: When changing slave links do not warn that the link group is brokenGuillem Jover1-17/+50
2013-10-16u-a: Refactor alternative_copy_slave() out from alternative_evolve()Guillem Jover1-1/+7
2013-10-15u-a: Refactor alternative_has_broken_slave() out from alternative_is_broken()Guillem Jover1-37/+47
2013-10-15u-a: Refactor alternative_evolve_slave() out of alternative_evolve()Guillem Jover1-41/+45
2013-08-10u-a: Fix use after free in alternative_parse_fileset()Guillem Jover1-3/+1
2013-07-08Switch usage errors to not print entire --help outputGuillem Jover1-1/+3
2013-03-19u-a: Mark struct altdb_context bad_format() member as not returningGuillem Jover1-2/+2
2013-03-19u-a: Use the current alternative link as the first best valueGuillem Jover1-1/+11
2013-03-19u-a: Move alternative_get_best() after alternative_get_current()Guillem Jover1-12/+12
2013-03-19u-a: Cache current alternativeGuillem Jover1-21/+35
2013-03-19u-a: Change spawn to get a correct argv0Guillem Jover1-13/+4
2013-03-19u-a: Remove explicit size from array initializerGuillem Jover1-1/+1
2013-03-19u-a: Use alternative_get_fileset() instead of open-coding itGuillem Jover1-12/+9
2013-03-18u-a: Switch back to a fatal error on out of range priority on --installGuillem Jover1-7/+2
2012-09-27u-a: Fix segfault when using --slave without any actionGuillem Jover1-1/+2
2012-09-27u-a: Do not leak subcall command argumentsGuillem Jover1-0/+1
2012-06-30Avoid full stop and double newline at the end of errors and warningsJonathan Nieder1-31/+31
2012-06-30u-a: Print master and slave link namesGuillem Jover1-3/+9
2012-06-17u-a: Only warn for now on out of range priorities on --installGuillem Jover1-2/+7
2012-06-06u-a: Remove unreachable code at the end of alternative_select_choice()Guillem Jover1-2/+0
2012-05-23Check parsed integers for out of range errorsGuillem Jover1-0/+11
2012-05-23Check parsed integers for invalid or no digit errorsGuillem Jover1-2/+2
2012-05-23u-a: Rename and unify variable names for priority parsing codeGuillem Jover1-13/+16
2012-04-18u-a: Move altdb directory access functions near altdb codeGuillem Jover1-32/+32
2012-04-18u-a: Rename filter_altdir() to altdb_filter_namelist()Guillem Jover1-2/+2
2012-04-18u-a: Move config_all() function near action handling codeGuillem Jover1-14/+14
2012-04-18u-a: Rename config_all() to alternative_config_all()Guillem Jover1-2/+2
2012-04-18u-a: Switch must_not_die boolean arguments to flags variablesGuillem Jover1-11/+17
2012-04-18u-a: Move alternative_parse_fileset() modified argument to struct altdb_contextGuillem Jover1-5/+6
2012-04-16u-a: Rename altdb_interrupt_parsing() to altdb_parse_stop()Guillem Jover1-2/+2
2012-04-16u-a: Merge display action handling into previous if/else blockGuillem Jover1-3/+1
2012-04-15u-a: Do not use trinary boolean operators with explicit bool result valuesGuillem Jover1-5/+5
2012-04-15u-a: Do not use strlen() to check for non-empty string in fileset_has_slave()Guillem Jover1-1/+1