summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Various fixes to build and test in Koji.1.0.4Richard Jones2009-04-201-0/+2
* Include the __cplusplus header magic so API really callable from C++.Richard Jones2009-04-201-0/+8
* Added tar-in, tar-out, tgz-in, tgz-out commands.Richard Jones2009-04-206-36/+530
* Make daemon cancellation really work.Richard Jones2009-04-201-3/+14
* Add tests for the upload and download commands.Richard Jones2009-04-201-2/+10
* Avoid warning: Don't generate read_reply label unless needed.Richard Jones2009-04-202-68/+3
* Generated code for 'checksum' command.Richard Jones2009-04-205-1/+138
* Add 'checksum' command.Richard Jones2009-04-201-0/+67
* Implement upload and download commands.Richard Jones2009-04-207-233/+993
* Document the internal protocol.Richard Jones2009-04-191-30/+8
* Implement _send_sync, _send_file_sync and _receive_file_sync.Richard Jones2009-04-194-1404/+386
* Begin to add the upload and download commands.Richard Jones2009-04-188-349/+529
* Split out send and reply operations into separate callbacks.Richard Jones2009-04-184-1535/+3205
* guestfs_send -> guestfs__send, in case we want a future command called "send".Richard Jones2009-04-184-69/+69
* Separate out the high-level API actions.Richard Jones2009-04-189-1733/+1246
* Rewrite of main loop impl, start of FileIn/FileOut support.Richard Jones2009-04-187-1588/+2435
* Ruby bindings.Richard Jones2009-04-161-0/+240
* Missing free() on return path (thanks: Steve Grubb).Richard Jones2009-04-161-0/+1
* Added Python documentation.Richard Jones2009-04-161-10/+150
* 'guestfish edit' commands and several bugfixes.Richard Jones2009-04-151-6/+18
* Generated code for blockdev_* calls, RInt64, enhanced tests.Richard Jones2009-04-155-1/+1067
* Added blockdev_* calls. RInt64 type. Enhanced tests.Richard Jones2009-04-151-19/+177
* Be strict about commands which don't test themselves, warn about missing tests.Richard Jones2009-04-151-1/+45
* Correctly free memory in RHashtable binding for OCaml & Python.Richard Jones2009-04-151-1/+3
* Generated code for tune2fs-l command and RHashtable return type.Richard Jones2009-04-155-1/+128
* Added tune2fs-l command and RHashtable return type.Richard Jones2009-04-151-48/+148
* Generated code for stat/lstat/statvfs changes.Richard Jones2009-04-156-1/+521
* Added stat, lstat, statvfs and associated stat structures.Richard Jones2009-04-151-53/+362
* Added bindings for GNU readline.Richard Jones2009-04-141-0/+85
* Typos and documentation updates.Richard Jones2009-04-141-3/+3
* Add 'command' and 'command-lines'. Fix args freeing in Perl bindings.Richard Jones2009-04-146-22/+308
* Generated files for file(1) command.Richard Jones2009-04-135-1/+120
* Added file(1) command.Richard Jones2009-04-131-0/+19
* guestfs -> GuestFS0.9Richard Jones2009-04-131-1/+1
* Need to package generator.ml -- oops.Richard Jones2009-04-131-0/+2
* Lots, mainly Python bindings.Richard Jones2009-04-133-90/+451
* Stricter checks on short descriptions.Richard Jones2009-04-131-1/+11
* Added test suite.Richard Jones2009-04-116-138/+2271
* Added test framework, no tests implemented yet.Richard Jones2009-04-101-30/+283
* Generated files for previous commands.Richard Jones2009-04-105-1/+670
* New commands: rm rmdir rm-rf mkdir mkdir-p chmod chownRichard Jones2009-04-101-0/+50
* Change Err -> RErr for consistency with other return types.Richard Jones2009-04-101-39/+39
* Documentation fix.Richard Jones2009-04-101-4/+4
* Code cleanup.Richard Jones2009-04-101-10/+22
* Add more function checking.Richard Jones2009-04-101-4/+55
* Just use plain lists for argument representation.Richard Jones2009-04-101-93/+66
* Documentation fixes.Richard Jones2009-04-101-3/+11
* Remove *~ files when doing 'make clean'.Richard Jones2009-04-091-1/+3
* Documentation update.Richard Jones2009-04-091-1/+1
* Added aug-ls (generated code).Richard Jones2009-04-095-1/+128