index
:
libguestfs.git
master
oldlinux
stable-1.10
stable-1.12
stable-1.14
stable-1.16
stable-1.18
stable-1.2
stable-1.4
stable-1.6
stable-1.8
[MIRROR] library for accessing and modifying guest disk images
Richard W.M. Jones
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
daemon
/
debug.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
daemon: collect list of called external commands
Olaf Hering
2012-08-30
1
-9
/
+20
*
debug: Add setenv debugging command.
Richard W.M. Jones
2012-05-22
1
-0
/
+24
*
debug: 'progress' (unsupported debug command) now checks argument is reasonab...
Richard W.M. Jones
2012-04-27
1
-1
/
+5
*
Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors.
Richard W.M. Jones
2012-03-14
1
-3
/
+3
*
Replace 'int' with 'size_t' passim.
Richard W.M. Jones
2012-03-13
1
-34
/
+34
*
daemon: debug: Close fd along error path (found by Coverity).
Richard W.M. Jones
2012-03-08
1
-0
/
+1
*
daemon: debug segv correct use of dereferencing NULL.
Richard W.M. Jones
2012-01-09
1
-1
/
+7
*
tests: Split regressions -> various subdirectories of tests/
Richard W.M. Jones
2011-12-22
1
-2
/
+6
*
Update FSF address.
Matthew Booth
2011-11-08
1
-1
/
+1
*
Fix debug help error message.
Matthew Booth
2011-10-31
1
-1
/
+1
*
Add regression test to catch missing libraries in the appliance.
Richard W.M. Jones
2011-08-02
1
-0
/
+71
*
Coverity: Remove unreachable code.
Richard W.M. Jones
2011-06-09
1
-4
/
+0
*
proto: Fix both-ends-cancel case.
Richard W.M. Jones
2011-03-18
1
-1
/
+4
*
daemon: Don't use ../src path to include generator_protocol.h
Richard W.M. Jones
2010-11-03
1
-1
/
+1
*
debug: Add qtrace <device> on|off to allow selective traces.
Richard W.M. Jones
2010-10-06
1
-0
/
+91
*
debug: Add 'debug progress' command.
Richard Jones
2010-09-01
1
-0
/
+33
*
debug: Arrange prototypes in alphabetical order.
Richard Jones
2010-09-01
1
-1
/
+1
*
daemon: Enable debug command by default.
Richard Jones
2010-09-01
1
-25
/
+7
*
Add a core_pattern debug command
Matthew Booth
2010-08-26
1
-0
/
+53
*
New API: debug-upload (not a formal part of the API/ABI).
Richard Jones
2010-04-19
1
-9
/
+82
*
daemon: Don't need to prefix error messages with the command name.
Richard Jones
2010-02-12
1
-1
/
+1
*
use STREQ, not strcmp: part 1
Jim Meyering
2009-11-09
1
-1
/
+1
*
convert uses of strcasecmp to STRCASEEQ
Jim Meyering
2009-11-09
1
-1
/
+1
*
Implement 'debug ls' and 'debug ll' commands.
Richard Jones
2009-08-18
1
-0
/
+64
*
adjust const "**" pointers to avoid warnings
Jim Meyering
2009-08-17
1
-1
/
+1
*
generator.ml: use new "Pathname" designation
Jim Meyering
2009-08-13
1
-1
/
+1
*
build: daemon/do_debug: parameters aren't always unused
Jim Meyering
2009-08-10
1
-1
/
+7
*
build: avoid warnings in daemon/debug.c
Jim Meyering
2009-08-10
1
-1
/
+1
*
Convert all TABs-as-indentation to spaces.
Jim Meyering
2009-08-03
1
-5
/
+5
*
remove trailing blanks
Jim Meyering
2009-07-03
1
-1
/
+1
*
The 'debug sh' command now uses a real shell.
Richard Jones
2009-06-22
1
-9
/
+33
*
In the daemon, change all const char * parameters to char *.
Richard Jones
2009-06-10
1
-1
/
+1
*
Add 'debug env' command to print environment.
Richard Jones
2009-05-22
1
-1
/
+23
*
Generated code to support last 3 commits.
Richard Jones
2009-05-08
1
-0
/
+10
*
catsprintf leaks, use open_memstream instead.
Richard W.M. Jones
2009-04-23
1
-10
/
+16
*
Remove the 'debug mem' command, it's never going to work.
Richard W.M. Jones
2009-04-23
1
-30
/
+0
*
Implement 'debug sh' and 'debug fds' commands.
Richard W.M. Jones
2009-04-23
1
-15
/
+101
*
Add outline of 'debug' command.
Richard W.M. Jones
2009-04-23
1
-0
/
+138