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
/
tar.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
daemon: Don't use files with fixed names in /tmp (thanks Steve Kemp).
Richard W.M. Jones
2011-11-04
1
-13
/
+26
*
Coverity: Remove unreachable code.
Richard W.M. Jones
2011-06-09
1
-2
/
+0
*
proto: Fix both-ends-cancel case.
Richard W.M. Jones
2011-03-18
1
-1
/
+4
*
proto: Fix FileIn ops that abort during the chunk upload stage.
Richard W.M. Jones
2011-03-18
1
-13
/
+10
*
daemon: Use prog_exists to check for features.
Richard W.M. Jones
2010-12-10
1
-3
/
+2
*
daemon: Don't use ../src path to include generator_protocol.h
Richard W.M. Jones
2010-11-03
1
-1
/
+1
*
generator: Make 'xz' into an optional group.
Richard Jones
2010-05-20
1
-0
/
+8
*
Improve errors from tar-in/tgz-in commands (RHBZ#591155 RHBZ#591250).
Richard Jones
2010-05-13
1
-6
/
+43
*
Combine common code in daemon/tar.c.
Richard Jones
2010-05-13
1
-120
/
+20
*
Fix FileIn cmds losing synch if both ends send cancel messages (RHBZ#576879).
Richard Jones
2010-05-13
1
-16
/
+18
*
Fix upload losing synchronization if root not mounted (RHBZ#576879).
Richard Jones
2010-04-17
1
-12
/
+0
*
New API calls to upload/download txz files (RHBZ#580556).
Richard Jones
2010-04-08
1
-6
/
+34
*
Code cleanups related to RHBZ#580246.
Richard Jones
2010-04-08
1
-17
/
+16
*
Fix tar-in command hangs when running out of disk space (RHBZ#580246).
Richard Jones
2010-04-08
1
-2
/
+4
*
daemon: Don't need to prefix error messages with the command name.
Richard Jones
2010-02-12
1
-2
/
+2
*
daemon: diagnose socket write failure
Jim Meyering
2009-08-20
1
-2
/
+6
*
generator.ml: use new "Pathname" designation
Jim Meyering
2009-08-13
1
-10
/
+4
*
update all NEED_ROOT uses
Jim Meyering
2009-08-13
1
-2
/
+2
*
update all uses of ABS_PATH
Jim Meyering
2009-08-13
1
-2
/
+2
*
Replace shell_quote function with %Q and %R printf specifiers.
Richard Jones
2009-07-28
1
-36
/
+24
*
Make /sysroot path configurable.
Richard Jones
2009-07-18
1
-8
/
+12
*
remove trailing blanks
Jim Meyering
2009-07-03
1
-1
/
+1
*
All instances of 'pclose' now check for return value != 0.
Richard W.M. Jones
2009-07-01
1
-4
/
+4
*
In the daemon, change all const char * parameters to char *.
Richard Jones
2009-06-10
1
-4
/
+4
*
Fix a memory leak in handling of tar files.
Richard Jones
2009-05-19
1
-0
/
+8
*
Use ferror to check for error conditions in pipe.
Richard Jones
2009-04-26
1
-2
/
+2
*
Added tar-in, tar-out, tgz-in, tgz-out commands.
Richard Jones
2009-04-20
1
-0
/
+279