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
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-09-14
s-s-d: Fix short-lived memory leaks
Guillem Jover
1
-13
/
+30
2015-05-09
s-s-d: Cleanup timespec_mul()
Guillem Jover
1
-3
/
+4
2015-05-09
s-s-d: Switch to use a monotonic clock if available
Guillem Jover
1
-0
/
+7
2015-05-09
s-s-d: Switch to use timespec instead of timeval
Guillem Jover
1
-23
/
+53
2015-05-09
s-s-d: Do not leak kvm descriptors
Guillem Jover
1
-10
/
+34
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
2015-01-28
test: Move use strict and warnings as the first directives
Guillem Jover
1
-5
/
+7
2014-10-23
u-a: Inline alternative status description into translatable string
Guillem Jover
1
-3
/
+6
2014-10-20
s-s-d: Add a new --remove-pidfile option
Guillem Jover
1
-0
/
+19
2014-10-16
s-s-d: Create a pidfile even when not backgrounding ourselves
Guillem Jover
1
-0
/
+3
2014-10-06
s-s-d: Do not fail when kvm_getprocs() cannot find any process
Guillem Jover
1
-1
/
+9
2014-10-06
s-s-d: On kFreeBSD do not make kvm_openfiles() open /dev/mem
Guillem Jover
1
-1
/
+6
2014-10-06
s-s-d: Refactor KVM code
Guillem Jover
1
-39
/
+44
2014-10-06
s-s-d: Do not abort on --stop when only pid or ppid options are specified
Christos Trochalakis
1
-0
/
+4
2014-10-06
s-s-d: Make sure the pidfile is always created with a 022 umask
Guillem Jover
1
-4
/
+5
2014-10-06
s-s-d: Do not exit from first parent before the pidfile has been created
Guillem Jover
1
-5
/
+53
2014-10-06
s-s-d: Move write_pidfile() before daemonize()
Guillem Jover
1
-21
/
+21
2014-10-06
s-s-d: Abort if the system or compatibility setsid() fails
Guillem Jover
1
-2
/
+5
2014-10-06
build: Split test_programs and test_scripts out of test_cases
Guillem Jover
1
-2
/
+3
2014-08-19
s-s-d: Switch GNU/kFreeBSD systems to use libkvm
Guillem Jover
1
-2
/
+2
2014-08-15
s-s-d: Remove wasteful strlen() comparison before strcmp()
Guillem Jover
1
-2
/
+0
2014-06-05
s-s-d: Add DragonFlyBSD support
Guillem Jover
1
-0
/
+13
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-28
s-s-d: Uppercase status_code enum values
Guillem Jover
1
-22
/
+22
2014-05-28
s-s-d: Uppercase action_code enum values
Guillem Jover
1
-17
/
+17
2014-05-17
s-s-d: Cope with bogus OpenVZ kernels that prepend the " (deleted)" marker
Guillem Jover
1
-4
/
+12
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-05-17
build: Switch to use libtool for the static libraries
Guillem Jover
1
-2
/
+2
2014-04-30
s-s-d: Fix off-by-one stack buffer overrun on GNU/Linux and GNU/kFreeBSD
Guillem Jover
1
-2
/
+2
2014-04-30
u-a: Fix memory leaks in alternative_parse_fileset()
Guillem Jover
1
-0
/
+4
2014-04-21
s-s-d: Add a new --ppid matching option
Guillem Jover
1
-2
/
+91
2014-04-21
s-s-d: Detect system specific headers at configure time
Guillem Jover
1
-15
/
+16
2014-04-21
s-s-d: Move Hurd specific headers after all standard headers
Guillem Jover
1
-5
/
+5
2014-04-21
s-s-d: Fix OpenBSD KVM code to use current kinfo_proc layout
Guillem Jover
1
-0
/
+6
2014-04-21
s-s-d: Add a native FreeBSD pid_is_exec() method
Guillem Jover
1
-0
/
+26
2014-04-21
s-s-d: Fix FreeBSD KVM code to use current kinfo_proc layout
Guillem Jover
1
-0
/
+16
[prev]
[next]