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
2012-03-30
u-a: Rename alternative_can_replace_path to alternative_path_can_remove
Guillem Jover
1
-4
/
+4
2012-03-30
Fix coding-style
Guillem Jover
2
-15
/
+21
2012-03-27
u-a: Check name and link arguments for all commands
Guillem Jover
1
-6
/
+23
2012-02-01
Move copyright information from --version output to file comment headers
Guillem Jover
1
-5
/
+0
2012-01-15
s-s-d: Do not use a conditional operator when the return value is fine
Guillem Jover
1
-2
/
+2
2012-01-15
s-s-d: Rename pidexec to process_name in KVM's pid_is_cmd()
Guillem Jover
1
-4
/
+4
2012-01-15
s-s-d: Fix --name matching on GNU/Hurd
Guillem Jover
1
-2
/
+12
2012-01-15
s-s-d: Add a fallback pid_is_exec() implementation using pid_is_cmd()
Guillem Jover
1
-5
/
+15
2012-01-15
s-s-d: Swap pid_is_cmd() and pid_is_exec() libkvm implementations
Guillem Jover
1
-33
/
+33
2011-12-13
Do not use absolute paths for programs in perl and shell code
Guillem Jover
1
-37
/
+47
2011-11-16
Do not include unneeded <sys/cdefs.h>
Guillem Jover
1
-4
/
+0
2011-11-14
u-a: Use the generic PACKAGE instead of a literal "dpkg" for textdomain
Guillem Jover
1
-2
/
+2
2011-11-14
s-s-d: Always check if the pid is active on --start and --status
Guillem Jover
1
-1
/
+1
2011-09-18
s-s-d: Reset the user and group names from the password entry on --chuid
Guillem Jover
1
-0
/
+2
2011-09-18
s-s-d: Fix do_procinit() on OSHurd, OShpux and HAVE_KVM_H
Guillem Jover
1
-5
/
+19
2011-09-18
s-s-d: Cast proc_stat_owner_uid() to uid_t to fix a warning
Guillem Jover
1
-1
/
+1
2011-09-18
u-a: Free struct alternative_map variables
Guillem Jover
1
-0
/
+23
2011-09-18
u-a: Add ref counting support to struct alternative
Guillem Jover
1
-0
/
+17
2011-09-12
update-alternatives: properly handle stat()/lstat() failures
Raphaël Hertzog
1
-9
/
+25
2011-09-12
update-alternatives: use alternative_path_classify() more extensively
Raphaël Hertzog
1
-3
/
+3
2011-09-12
update-alternatives: new non-regression test
Raphaël Hertzog
1
-1
/
+9
2011-09-12
Revert "u-a: Use xreadlink() instead of areadlink() in alternative_evolve()"
Raphaël Hertzog
1
-2
/
+2
2011-09-09
u-a: Update alternative links only if they change
Guillem Jover
1
-3
/
+29
2011-09-09
u-a: Refactor alternative_path_classify from alternative_can_replace_path
Guillem Jover
1
-9
/
+23
2011-09-09
u-a: Do not try to readlink() a non-symlink
Guillem Jover
1
-0
/
+6
2011-09-09
u-a: Use xreadlink() instead of areadlink() in alternative_evolve()
Guillem Jover
1
-1
/
+1
2011-09-09
u-a: Split xreadlink() allocation code into areadlink()
Guillem Jover
1
-16
/
+26
2011-08-20
u-a: Do not build strings from parts in alternative_check_install_args
Guillem Jover
1
-7
/
+7
2011-08-20
u-a: Refactor alternative argument checks into new function
Guillem Jover
1
-22
/
+19
2011-08-20
u-a: Refactor --install argument checking into a new function
Guillem Jover
1
-100
/
+104
2011-08-20
u-a: Move alternative map loading to the actions that make use of them
Guillem Jover
1
-10
/
+15
2011-08-20
u-a: Split alternative map loading into two functions
Guillem Jover
1
-20
/
+49
2011-08-20
u-a: Refactor scandir() namelist free into new altdb_free_namelist()
Guillem Jover
1
-6
/
+10
2011-08-20
u-a: Rename get_all_alternatives() to altdb_get_namelist()
Guillem Jover
1
-3
/
+3
2011-08-20
u-a: Do not check if linknames can be updated if --force is in use
Guillem Jover
1
-1
/
+4
2011-08-20
Do not use possessive «'s» after ‘s’ or ‘x’
Guillem Jover
1
-2
/
+2
2011-08-20
Fix spelling errors
Guillem Jover
2
-3
/
+3
2011-07-16
update-alternatives: can_replace_link() → can_replace_path()
Raphaël Hertzog
1
-5
/
+5
2011-07-16
update-alternatives: clarify role of --force concerning removal of links
Raphaël Hertzog
2
-7
/
+14
2011-07-16
update-alternatives: fix regression when dropping slave alternatives
Raphaël Hertzog
2
-15
/
+68
2011-06-28
update-alternatives: do not allow to reuse a slave link in another slave alte...
Raphaël Hertzog
2
-1
/
+17
2011-04-30
s-s-d: Return status_unknown on error reading from the pid file
Guillem Jover
1
-0
/
+2
2011-04-29
s-s-d: Add process name kernel limits for several systems
Guillem Jover
1
-0
/
+10
2011-04-29
s-s-d: Add LSB --status command to check for process status
Guillem Jover
1
-25
/
+73
2011-04-29
Clarify exit status in dpkg-split and start-stop-daemon --help output
Guillem Jover
1
-2
/
+5
2011-04-29
s-s-d: Use a single action variable to track the command line actions
Guillem Jover
1
-10
/
+26
2011-04-26
s-s-d: Change do_stop() to always obey global quietmode
Guillem Jover
1
-4
/
+4
2011-04-25
s-s-d: Refactor do_stop_summary() out from do_stop()
Guillem Jover
1
-13
/
+23
2011-04-23
u-a: Flush the alternatives database file stream before fsync()ing it
Guillem Jover
1
-0
/
+2
2011-04-22
update-alternatives: fsync the administrative files before installation
Raphaël Hertzog
1
-0
/
+2
[next]