2009-06-15 |
Richard Jones | Experimental implementation of the supermin appliance... |
blob | commitdiff |
2009-06-02 |
Richard Jones | Add 'add_drive_ro' call. Fix up documentation. Plus... |
blob | commitdiff | diff to current |
2009-05-29 |
Richard W.M. Jones | Correctly handle malloc/realloc(0) |
blob | commitdiff | diff to current |
2009-05-21 |
Richard Jones | Gettextize the source, make library strings translatable. |
blob | commitdiff | diff to current |
2009-05-13 |
Richard W.M. Jones | Don't stash strings in the handle. |
blob | commitdiff | diff to current |
2009-05-13 |
Richard W.M. Jones | Add 'append', LIBGUESTFS_APPEND to set additional kerne... |
blob | commitdiff | diff to current |
2009-05-13 |
Richard Jones | Increase the wait time for vmchannel socket to appear... |
blob | commitdiff | diff to current |
2009-05-10 |
Richard Jones | Handle EINTR, EAGAIN in select main loop. |
blob | commitdiff | diff to current |
2009-05-09 |
Richard Jones | Fix four memory leaks in guestfs.c revealed by valgrind. |
blob | commitdiff | diff to current |
2009-05-08 |
Richard Jones | Allow recovery from guest failure. |
blob | commitdiff | diff to current |
2009-05-08 |
Richard Jones | Change memory calculation to choose a generous amount... |
blob | commitdiff | diff to current |
2009-05-08 |
Richard Jones | Force qemu quit when kernel panics (Charles Duffy). |
blob | commitdiff | diff to current |
2009-05-07 |
Richard Jones | Use unsigned type for lengths. |
blob | commitdiff | diff to current |
2009-05-07 |
Richard Jones | Handle EINTR and EAGAIN in reads. |
blob | commitdiff | diff to current |
2009-04-30 |
Richard Jones | Replace rtl8139 network card with virtio-net. |
blob | commitdiff | diff to current |
2009-04-30 |
Richard Jones | Autosync now runs umount-all; sync |
blob | commitdiff | diff to current |
2009-04-26 |
Richard Jones | Multiple callbacks during file transfers could cause... |
blob | commitdiff | diff to current |
2009-04-26 |
Richard Jones | More checks. |
blob | commitdiff | diff to current |
2009-04-24 |
Richard Jones | Experimental recovery process should help with not... |
blob | commitdiff | diff to current |
2009-04-24 |
Richard W.M. Jones | Don't allocate file chunks on the stack. |
blob | commitdiff | diff to current |
2009-04-24 |
Richard W.M. Jones | Don't use large message buffer on the stack (fixes... |
blob | commitdiff | diff to current |
2009-04-23 |
Richard Jones | Fix 64 bit memsize overhead. 1.0.11 |
blob | commitdiff | diff to current |
2009-04-23 |
Richard W.M. Jones | Reduce the amount of memory allocated to guests based... |
blob | commitdiff | diff to current |
2009-04-22 |
Richard Jones | Force a specific network NIC model (allows to work... |
blob | commitdiff | diff to current |
2009-04-22 |
Richard Jones | Allow qemu binary to be overridden at runtime. |
blob | commitdiff | diff to current |
2009-04-22 |
Richard Jones | Allow selection of qemu using --with-qemu |
blob | commitdiff | diff to current |
2009-04-20 |
Richard Jones | Various fixes to build and test in Koji. 1.0.4 |
blob | commitdiff | diff to current |
2009-04-20 |
Richard Jones | Make daemon cancellation really work. |
blob | commitdiff | diff to current |
2009-04-19 |
Richard Jones | Implement upload and download commands. |
blob | commitdiff | diff to current |
2009-04-19 |
Richard Jones | Implement _send_sync, _send_file_sync and _receive_file... |
blob | commitdiff | diff to current |
2009-04-18 |
Richard Jones | Begin to add the upload and download commands. |
blob | commitdiff | diff to current |
2009-04-18 |
Richard Jones | Split out send and reply operations into separate callb... |
blob | commitdiff | diff to current |
2009-04-18 |
Richard Jones | guestfs_send -> guestfs__send, in case we want a future... |
blob | commitdiff | diff to current |
2009-04-18 |
Richard Jones | Separate out the high-level API actions. |
blob | commitdiff | diff to current |
2009-04-18 |
Richard Jones | Rewrite of main loop impl, start of FileIn/FileOut... |
blob | commitdiff | diff to current |
2009-04-13 |
Richard Jones | Lots, mainly Python bindings. |
blob | commitdiff | diff to current |
2009-04-09 |
Richard Jones | Added Augeas support. |
blob | commitdiff | diff to current |
2009-04-08 |
Richard Jones | Many non-daemon functions are now auto-generated. |
blob | commitdiff | diff to current |
2009-04-07 |
Richard Jones | pvs/vgs/lvs commands working now. |
blob | commitdiff | diff to current |
2009-04-04 |
Richard Jones | guest_add_{drive,cdrom} now test if the files exist. |
blob | commitdiff | diff to current |
2009-04-04 |
Richard Jones | Fix parsing of paths with more than one element. |
blob | commitdiff | diff to current |
2009-04-04 |
Richard Jones | LIBGUESTFS_PATH implementation. |
blob | commitdiff | diff to current |
2009-04-04 |
Richard Jones | Implemented autosync, make it the default for guestfish. |
blob | commitdiff | diff to current |
2009-04-03 |
Richard Jones | Implemented 'mount' and 'touch' commands. |
blob | commitdiff | diff to current |
2009-04-03 |
Richard Jones | Parses return values and returned errors properly. |
blob | commitdiff | diff to current |
2009-04-03 |
Richard Jones | Pass -no-kqemu parameter to avoid warning about kqemu. |
blob | commitdiff | diff to current |
2009-04-03 |
Richard Jones | Makes a series of non-trivial calls. |
blob | commitdiff | diff to current |
2009-04-03 |
Richard Jones | Daemon and library are mostly talking to each other... |
blob | commitdiff | diff to current |
2009-04-03 |
Richard Jones | Start the generated code and code generator. |
blob | commitdiff | diff to current |
2009-04-02 |
Richard Jones | Correctly handle the case when select runs out of fileh... |
blob | commitdiff | diff to current |
2009-04-02 |
Richard Jones | Code to handle the daemon communications socket. |
blob | commitdiff | diff to current |
2009-04-02 |
Richard Jones | Guest boots, and basic select/callbacks work. |
blob | commitdiff | diff to current |
2009-03-04 |
rjones | Starts up QEMU now |
blob | commitdiff | diff to current |
2009-03-03 |
rjones | Running qemu as a subprocess. |
blob | commitdiff | diff to current |
|