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
/
src
/
guestfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't stash strings in the handle.
Richard W.M. Jones
2009-05-13
1
-17
/
+36
*
Add 'append', LIBGUESTFS_APPEND to set additional kernel options.
Richard W.M. Jones
2009-05-13
1
-2
/
+21
*
Increase the wait time for vmchannel socket to appear (fix for slow / heavily...
Richard Jones
2009-05-13
1
-3
/
+3
*
Handle EINTR, EAGAIN in select main loop.
Richard Jones
2009-05-10
1
-0
/
+2
*
Fix four memory leaks in guestfs.c revealed by valgrind.
Richard Jones
2009-05-09
1
-0
/
+7
*
Allow recovery from guest failure.
Richard Jones
2009-05-08
1
-28
/
+57
*
Change memory calculation to choose a generous amount of memory.
Richard Jones
2009-05-08
1
-33
/
+7
*
Force qemu quit when kernel panics (Charles Duffy).
Richard Jones
2009-05-08
1
-1
/
+2
*
Use unsigned type for lengths.
Richard Jones
2009-05-07
1
-9
/
+12
*
Handle EINTR and EAGAIN in reads.
Richard Jones
2009-05-07
1
-4
/
+11
*
Replace rtl8139 network card with virtio-net.
Richard Jones
2009-04-30
1
-1
/
+1
*
Autosync now runs umount-all; sync
Richard Jones
2009-04-30
1
-1
/
+3
*
Multiple callbacks during file transfers could cause data corruption - FIXED.
Richard Jones
2009-04-26
1
-34
/
+84
*
More checks.
Richard Jones
2009-04-26
1
-0
/
+5
*
Experimental recovery process should help with not cleaning up qemu.
Richard Jones
2009-04-24
1
-1
/
+43
*
Don't allocate file chunks on the stack.
Richard W.M. Jones
2009-04-24
1
-19
/
+25
*
Don't use large message buffer on the stack (fixes Java/i386 segfault).
Richard W.M. Jones
2009-04-24
1
-9
/
+23
*
Fix 64 bit memsize overhead.
1.0.11
Richard Jones
2009-04-23
1
-2
/
+2
*
Reduce the amount of memory allocated to guests based on some testing.
Richard W.M. Jones
2009-04-23
1
-2
/
+42
*
Force a specific network NIC model (allows to work with latest qemu from SVN).
Richard Jones
2009-04-22
1
-1
/
+1
*
Allow qemu binary to be overridden at runtime.
Richard Jones
2009-04-22
1
-5
/
+24
*
Allow selection of qemu using --with-qemu
Richard Jones
2009-04-22
1
-1
/
+1
*
Various fixes to build and test in Koji.
1.0.4
Richard Jones
2009-04-20
1
-0
/
+2
*
Make daemon cancellation really work.
Richard Jones
2009-04-20
1
-3
/
+14
*
Implement upload and download commands.
Richard Jones
2009-04-20
1
-58
/
+180
*
Implement _send_sync, _send_file_sync and _receive_file_sync.
Richard Jones
2009-04-19
1
-98
/
+236
*
Begin to add the upload and download commands.
Richard Jones
2009-04-18
1
-2
/
+16
*
Split out send and reply operations into separate callbacks.
Richard Jones
2009-04-18
1
-43
/
+56
*
guestfs_send -> guestfs__send, in case we want a future command called "send".
Richard Jones
2009-04-18
1
-1
/
+1
*
Separate out the high-level API actions.
Richard Jones
2009-04-18
1
-118
/
+160
*
Rewrite of main loop impl, start of FileIn/FileOut support.
Richard Jones
2009-04-18
1
-128
/
+304
*
Lots, mainly Python bindings.
Richard Jones
2009-04-13
1
-6
/
+20
*
Added Augeas support.
Richard Jones
2009-04-09
1
-0
/
+6
*
Many non-daemon functions are now auto-generated.
Richard Jones
2009-04-08
1
-5
/
+8
*
pvs/vgs/lvs commands working now.
Richard Jones
2009-04-07
1
-2
/
+59
*
guest_add_{drive,cdrom} now test if the files exist.
Richard Jones
2009-04-04
1
-0
/
+10
*
Fix parsing of paths with more than one element.
Richard Jones
2009-04-04
1
-3
/
+4
*
LIBGUESTFS_PATH implementation.
Richard Jones
2009-04-04
1
-17
/
+85
*
Implemented autosync, make it the default for guestfish.
Richard Jones
2009-04-04
1
-0
/
+17
*
Implemented 'mount' and 'touch' commands.
Richard Jones
2009-04-03
1
-0
/
+45
*
Parses return values and returned errors properly.
Richard Jones
2009-04-03
1
-0
/
+32
*
Pass -no-kqemu parameter to avoid warning about kqemu.
Richard Jones
2009-04-03
1
-1
/
+2
*
Makes a series of non-trivial calls.
Richard Jones
2009-04-03
1
-4
/
+9
*
Daemon and library are mostly talking to each other now.
Richard Jones
2009-04-03
1
-7
/
+171
*
Start the generated code and code generator.
Richard Jones
2009-04-03
1
-1
/
+2
*
Correctly handle the case when select runs out of filehandles.
Richard Jones
2009-04-02
1
-0
/
+10
*
Code to handle the daemon communications socket.
Richard Jones
2009-04-02
1
-4
/
+112
*
Guest boots, and basic select/callbacks work.
Richard Jones
2009-04-02
1
-271
/
+631
*
Starts up QEMU now
rjones
2009-03-04
1
-84
/
+173
*
Running qemu as a subprocess.
rjones
2009-03-03
1
-0
/
+508