Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generated code to support last 3 commits. | Richard Jones | 2009-05-08 | 1 | -0/+19 |
| | |||||
* | Generated code to support previous 2 commits. | Richard Jones | 2009-05-08 | 1 | -0/+91 |
| | |||||
* | RARRAY_LEN macro for Ruby < 1.9. Small strictness fix for OCaml < 3.10. | Richard Jones | 2009-05-06 | 1 | -0/+5 |
| | |||||
* | Generated code for 'equal' command. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+27 |
| | |||||
* | Generated code for ping-daemon command. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+19 |
| | |||||
* | Generated code for dmesg command. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+21 |
| | |||||
* | Generated code for drop-caches command. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+20 |
| | |||||
* | Generated code for cp, cp-a and mv commands. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+81 |
| | |||||
* | Generated code for grub-install command. | Richard Jones | 2009-04-30 | 1 | -0/+27 |
| | |||||
* | Added 'zero' command to wipe partition tables and superblocks. | Richard Jones | 2009-04-30 | 1 | -0/+23 |
| | |||||
* | Add generated code for 'fsck' command. | Richard Jones | 2009-04-30 | 1 | -0/+27 |
| | |||||
* | build: don't tell "make clean" to remove my '~' backup files | Jim Meyering | 2009-04-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi Rich, automake's policy on what to remove via "make clean" is reasonable: if running build rules creates it, then "make clean" can and should remove it. However, even if build rules happen to create backup files, please remove only the specific ones they can create, not all of the ones in a directory. Just in case someone relies on those and expect them to hang around... >From 1e8be391ac17b4ddcf9671e8413d2660844e6993 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering@redhat.com> Date: Thu, 30 Apr 2009 15:47:52 +0200 Subject: [PATCH] build: don't tell "make clean" to remove my '~' backup files * Makefile.am (CLEANFILES): Don't remove '~' backup files. * daemon/Makefile.am: Ditto. * examples/Makefile.am: Ditto. * fish/Makefile.am: Ditto. * images/Makefile.am: Ditto. * inspector/Makefile.am: Ditto. * java/Makefile.am: Ditto. * ocaml/Makefile.am: Ditto. * ocaml/examples/Makefile.am: Ditto. * perl/Makefile.am: Ditto. * python/Makefile.am: Ditto. * ruby/Makefile.am: Ditto. * src/Makefile.am: Ditto. | ||||
* | Use safe_malloc and/or check returns from malloc (Jim Meyering). | Richard Jones | 2009-04-30 | 1 | -5/+5 |
| | |||||
* | Generated code for ext2 UUID and label functions. | Richard Jones | 2009-04-27 | 1 | -0/+104 |
| | |||||
* | Generated code for lvremove, vgremove, pvremove. | Richard Jones | 2009-04-25 | 1 | -0/+69 |
| | |||||
* | Ruby bindings didn't NULL-terminate an array, resulting in segfault.1.0.12 | Richard Jones | 2009-04-24 | 1 | -0/+5 |
| | |||||
* | Generated code for debug command. | Richard W.M. Jones | 2009-04-23 | 1 | -0/+35 |
| | |||||
* | Generated code for new mount_* commands. | Richard Jones | 2009-04-22 | 1 | -0/+93 |
| | |||||
* | Allow qemu binary to be overridden at runtime. | Richard Jones | 2009-04-22 | 1 | -0/+42 |
| | |||||
* | Fixes for CDPATH being set. | Richard Jones | 2009-04-20 | 1 | -1/+1 |
| | |||||
* | Added tar-in, tar-out, tgz-in, tgz-out commands. | Richard Jones | 2009-04-20 | 1 | -0/+108 |
| | |||||
* | Generated code for 'checksum' command. | Richard Jones | 2009-04-20 | 1 | -0/+29 |
| | |||||
* | Implement upload and download commands. | Richard Jones | 2009-04-20 | 1 | -0/+38 |
| | |||||
* | Begin to add the upload and download commands. | Richard Jones | 2009-04-18 | 1 | -0/+54 |
| | |||||
* | Separate out the high-level API actions. | Richard Jones | 2009-04-18 | 1 | -0/+95 |
| | | | | | | - Split out the high-level API actions so that they are in a separate file, and use the defined guestfs C API, instead of fiddling around with internal structures. | ||||
* | Allow Ruby bindings to build correctly even if libguestfs not installed. | Richard W.M. Jones | 2009-04-16 | 1 | -1/+1 |
| | |||||
* | Ruby bindings. | Richard Jones | 2009-04-16 | 8 | -0/+2357 |