This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
libguestfs
Watch
1
Star
0
Fork
0
You've already forked libguestfs
mirror of
https://github.com/libguestfs/libguestfs.git
synced
2026-03-22 07:03:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bece54704bb081339a87233bbc5401f2892467be
libguestfs
/
daemon
History
Richard Jones
f606a79ed7
daemon: Use 'error' instead of 'perror' before calling 'abort'.
2010-05-07 22:51:20 +01:00
..
m4
daemon: gnulib module 'error' is used directly by the daemon.
2010-05-07 22:51:20 +01:00
.gitignore
Update to latest gnulib.
2010-05-06 18:57:25 +01:00
augeas.c
New API: Add aug-clear call for clearing an Augeas node.
2010-04-13 22:09:21 +01:00
available.c
availability: Add optional groups and implement guestfs_available call.
2009-11-20 18:03:36 +00:00
base64.c
New APIs: base64-in and base64-out for uploading/downloading base64 content.
2010-04-19 17:09:58 +01:00
blkid.c
appliance: Set $PATH instead of hard-coding paths to binaries everywhere.
2010-03-26 13:36:30 +00:00
blockdev.c
appliance: Set $PATH instead of hard-coding paths to binaries everywhere.
2010-03-26 13:36:30 +00:00
checksum.c
daemon: Fix checksum to work on absolute symbolic links (RHBZ#579608).
2010-05-07 15:27:28 +01:00
cmp.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
command.c
Fix upload losing synchronization if root not mounted (RHBZ#576879).
2010-04-17 15:22:29 +01:00
configure.ac
Make realpath call optional, disable it for Windows.
2009-11-26 14:13:55 +00:00
COPYING
Build environment set up for libguestfs.
2009-03-03 08:58:37 +00:00
cpmv.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
daemon.h
daemon: Fix for commands working on absolute symbolic links (RHBZ#579608).
2010-05-07 15:27:28 +01:00
dd.c
New API: guestfs_copy_size to copy a fixed number of bytes.
2010-03-23 21:56:14 +00:00
debug.c
New API: debug-upload (not a formal part of the API/ABI).
2010-04-19 16:31:24 +01:00
devsparts.c
change strncmp() == 0 to STREQLEN()
2009-11-09 22:34:16 +01:00
df.c
Fix upload losing synchronization if root not mounted (RHBZ#576879).
2010-04-17 15:22:29 +01:00
dir.c
Improved checking, documentation of modes (RHBZ#582901, RHBZ#582929).
2010-04-17 13:36:26 +01:00
dmesg.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
dropcaches.c
sync: Windows implementation of sync() call.
2009-11-25 16:28:26 +00:00
du.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
echo_daemon.c
Add echo_daemon command
2009-09-14 10:13:03 +01:00
ext2.c
appliance: Set $PATH instead of hard-coding paths to binaries everywhere.
2010-03-26 13:36:30 +00:00
fallocate.c
Check error returns from posix_fallocate (RHBZ#579664).
2010-04-07 12:06:07 +01:00
file.c
daemon: Fix read-file so it fails gracefully for large files (RHBZ#589039).
2010-05-07 15:27:29 +01:00
fill.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
find.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
fsck.c
appliance: Set $PATH instead of hard-coding paths to binaries everywhere.
2010-03-26 13:36:30 +00:00
glob.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
grep.c
daemon: Fix grep and related to work on absolute symbolic links (RHBZ#579608).
2010-05-07 15:27:28 +01:00
grub.c
appliance: Set $PATH instead of hard-coding paths to binaries everywhere.
2010-03-26 13:36:30 +00:00
guestfsd.c
daemon: Use 'error' instead of 'perror' before calling 'abort'.
2010-05-07 22:51:20 +01:00
headtail.c
daemon: Fix head and tail commands to work on absolute symbolic links (RHBZ#579608).
2010-05-07 15:27:28 +01:00
hexdump.c
daemon: Fix hexdump to work on absolute symbolic links (RHBZ#579608).
2010-05-07 15:27:28 +01:00
htonl.c
daemon/Win32: provide htonl, htons, ntohl, ntohs functions.
2009-11-26 11:52:44 +00:00
initrd.c
daemon: Fix read-file so it fails gracefully for large files (RHBZ#589039).
2010-05-07 15:27:29 +01:00
inotify.c
Fix upload losing synchronization if root not mounted (RHBZ#576879).
2010-04-17 15:22:29 +01:00
link.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
ls.c
use STREQ, not strcmp: part 1
2009-11-09 22:34:16 +01:00
lvm.c
lvresize: Use --force so it can make LVs smaller (RHBZ#587484).
2010-04-30 10:51:49 +01:00
Makefile.am
New APIs: base64-in and base64-out for uploading/downloading base64 content.
2010-04-19 17:09:58 +01:00
mkfs.c
appliance: Set $PATH instead of hard-coding paths to binaries everywhere.
2010-03-26 13:36:30 +00:00
mknod.c
Improved checking, documentation of modes (RHBZ#582901, RHBZ#582929).
2010-04-17 13:36:26 +01:00
modprobe.c
appliance: Set $PATH instead of hard-coding paths to binaries everywhere.
2010-03-26 13:36:30 +00:00
mount.c
Fix upload losing synchronization if root not mounted (RHBZ#576879).
2010-04-17 15:22:29 +01:00
ntfs.c
New API: ntfsresize.
2010-04-10 13:41:45 +01:00
parted.c
New partition APIs: part_del, part_get_bootable, part_get/set_mbr_id
2010-04-10 13:43:35 +01:00
pingdaemon.c
remove trailing blanks
2009-07-03 17:04:21 +02:00
proto.c
Code cleanups related to RHBZ#580246.
2010-04-08 09:41:57 +01:00
readdir.c
daemon/Win32: make some functions and fields optional.
2009-11-20 10:38:07 +00:00
README
Build environment set up for libguestfs.
2009-03-03 08:58:37 +00:00
realpath.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
scrub.c
appliance: Set $PATH instead of hard-coding paths to binaries everywhere.
2010-03-26 13:36:30 +00:00
selinux.c
availability: Add optional groups and implement guestfs_available call.
2009-11-20 18:03:36 +00:00
sfdisk.c
appliance: Set $PATH instead of hard-coding paths to binaries everywhere.
2010-03-26 13:36:30 +00:00
sleep.c
remove trailing blanks
2009-07-03 17:04:21 +02:00
stat.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
statvfs.c
daemon/Win32: Implement statvfs using GetDiskFreeSpaceEx.
2009-11-25 16:28:26 +00:00
strings.c
daemon: Fix strings to work on absolute symbolic links (RHBZ#579608).
2010-05-07 15:27:28 +01:00
swap.c
appliance: Set $PATH instead of hard-coding paths to binaries everywhere.
2010-03-26 13:36:30 +00:00
sync.c
Tab to space (whitespace fixes only).
2010-03-12 16:23:46 +00:00
tar.c
Fix upload losing synchronization if root not mounted (RHBZ#576879).
2010-04-17 15:22:29 +01:00
truncate.c
New API calls: truncate, truncate_size, mkdir_mode, utimens, lchown.
2009-11-02 16:37:51 +00:00
umask.c
Improved checking, documentation of modes (RHBZ#582901, RHBZ#582929).
2010-04-17 13:36:26 +01:00
upload.c
Fix upload losing synchronization if root not mounted (RHBZ#576879).
2010-04-17 15:22:29 +01:00
utimens.c
daemon: Use gnulib futimens module.
2009-11-25 16:28:26 +00:00
wc.c
daemon: Fix wc* commands to work on absolute symbolic links (RHBZ#579608).
2010-05-07 15:27:28 +01:00
xattr.c
daemon: Don't need to prefix error messages with the command name.
2010-02-12 16:49:00 +00:00
zero.c
Signed/unsigned warning on 64 bit.
2010-04-07 12:05:46 +01:00
zerofree.c
appliance: Set $PATH instead of hard-coding paths to binaries everywhere.
2010-03-26 13:36:30 +00:00
README
Please see README in the parent directory.
Reference in New Issue
View Git Blame
Copy Permalink