index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
update-alternatives.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-30
dpkg, u-a: Make variables static
Guillem Jover
1
-1
/
+1
2019-01-15
u-a: Fix removal of obsolete slaves from the linked list
Guillem Jover
1
-4
/
+6
2019-01-15
u-a: Add new --debug option
Guillem Jover
1
-5
/
+10
2019-01-15
u-a: Switch verbose selection into an enum
Guillem Jover
1
-6
/
+12
2019-01-15
u-a: Use enums for actions instead of strings
Guillem Jover
1
-41
/
+90
2017-01-23
u-a: Use areadlink() instead of lstat() + xreadlink()
Guillem Jover
1
-9
/
+2
2017-01-23
u-a: Refactor pathname existence check into a new function
Guillem Jover
1
-34
/
+23
2017-01-23
u-a: Move xvasprintf() and xasprintf() definitions earlier in the code
Guillem Jover
1
-24
/
+24
2016-10-30
u-a: Fix short-lived memory leaks
Guillem Jover
1
-23
/
+26
2016-10-30
u-a: Fix lookup by name on --config
Guillem Jover
1
-3
/
+1
2016-02-26
u-a: Remove useless alternative_has_slave() before alternative_get_slave()
Guillem Jover
1
-4
/
+6
2016-02-26
u-a: Move check for new slave inside alternative_evolve_slave()
Guillem Jover
1
-5
/
+6
2016-02-26
u-a: Move alternative temporary extension to the build system
Guillem Jover
1
-2
/
+0
2016-02-26
u-a: Generalize admindir environment variable handling
Guillem Jover
1
-4
/
+6
2015-12-12
u-a: Merge all action handling into a single if-else-if block
Guillem Jover
1
-17
/
+28
2015-12-12
u-a: Switch xasprintf() to return an allocated string
Guillem Jover
1
-32
/
+27
2015-10-18
Update Ian Jackson's email address
Guillem Jover
1
-1
/
+1
2015-09-17
u-a: Do not try to free() a «const char *»
Guillem Jover
1
-4
/
+4
2015-09-15
u-a: Fix memory leak in alternative_config_all()
Guillem Jover
1
-1
/
+3
2015-09-14
u-a: Remove subcall and surrounding code
Guillem Jover
1
-51
/
+0
2015-09-14
u-a: Reimplement --set-selections as a built-in command
Guillem Jover
1
-10
/
+12
2015-09-14
u-a: Reimplement --all as a fully built-in command
Guillem Jover
1
-14
/
+25
2015-09-14
u-a: Move selection functions after alternative_update()
Guillem Jover
1
-123
/
+123
2015-09-14
u-a: Refactor config, remove, set_manual and set_auto actions
Guillem Jover
1
-47
/
+89
2015-09-14
u-a: Rename alternative_remove to alternative_remove_files
Guillem Jover
1
-2
/
+2
2015-09-14
u-a: Move current best alternative from the trail to the head
Guillem Jover
1
-6
/
+5
2015-09-14
u-a: Print master and slave links on --display
Guillem Jover
1
-0
/
+3
2015-04-18
debian: Update my copyright years
Guillem Jover
1
-1
/
+1
2015-04-10
Consistently use proper quotation marks all over the place
Guillem Jover
1
-6
/
+6
2015-03-31
Use "<enter>" instead of "return" or "enter" in input prompts
Guillem Jover
1
-1
/
+1
2014-10-23
u-a: Inline alternative status description into translatable string
Guillem Jover
1
-3
/
+6
2014-05-28
u-a: Uppercase altdb_flags enum values
Guillem Jover
1
-9
/
+9
2014-05-28
u-a: Uppercase opcode enum values
Guillem Jover
1
-11
/
+11
2014-05-17
u-a: Switch from alternative_has_choice() to checking if fs is NULL
Guillem Jover
1
-3
/
+4
2014-05-17
u-a: Fix TOCTOU race in rename_mv()
Guillem Jover
1
-13
/
+9
2014-05-17
u-a: Fix TOCTOU race when loading an alternative
Guillem Jover
1
-11
/
+10
2014-04-30
u-a: Fix memory leaks in alternative_parse_fileset()
Guillem Jover
1
-0
/
+4
2014-01-15
Rename return code variables from r to rc
Guillem Jover
1
-3
/
+5
2014-01-15
Use dead_pid instead of r as variable name for waitpid() return value
Guillem Jover
1
-3
/
+3
2014-01-15
Give better names to variables in malloc replacement functions
Guillem Jover
1
-4
/
+4
2013-12-12
u-a: Fix a segfault when adding a new slave link to a link group
Guillem Jover
1
-1
/
+1
2013-12-07
Use https:// URLs instead of http:// when possible
Guillem Jover
1
-1
/
+1
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
[next]