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
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
2014-04-21
s-s-d: Add a generic KVM implementation for do_procinit()
Guillem Jover
1
-2
/
+27
2014-04-21
s-s-d: Remove unnecessary pointer reference and dereference dance
Guillem Jover
1
-1
/
+1
2014-04-21
s-s-d: Use symbolic names for option codes
Guillem Jover
1
-2
/
+4
2014-04-21
s-s-d: Refactor Linux comm retrieval and switch to use /proc/PID/status
Guillem Jover
1
-17
/
+39
2014-04-21
test: Remove sequence number prefixes from test case filenames
Guillem Jover
2
-2
/
+2
2014-04-21
build: Rename Makecheck.am to just check.am
Guillem Jover
1
-1
/
+1
2014-01-15
Rename return code variables from r to rc
Guillem Jover
2
-6
/
+8
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-17
s-s-d: Add new --pid option
Guillem Jover
1
-3
/
+31
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
2
-2
/
+2
2013-12-05
Switch variables from int to bool where appropriate
Guillem Jover
1
-9
/
+9
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
[next]