Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport CAMLreturnT for OCaml <= 3.10 | Richard Jones | 2009-05-06 | 1 | -0/+9 |
| | |||||
* | Generated code for 'equal' command. | Richard W.M. Jones | 2009-05-01 | 3 | -0/+28 |
| | |||||
* | Generated code for ping-daemon command. | Richard W.M. Jones | 2009-05-01 | 3 | -0/+26 |
| | |||||
* | Generated code for dmesg command. | Richard W.M. Jones | 2009-05-01 | 3 | -0/+27 |
| | |||||
* | Generated code for drop-caches command. | Richard W.M. Jones | 2009-05-01 | 3 | -0/+27 |
| | |||||
* | Generated code for cp, cp-a and mv commands. | Richard W.M. Jones | 2009-05-01 | 3 | -0/+84 |
| | |||||
* | Generated code for grub-install command. | Richard Jones | 2009-04-30 | 3 | -0/+28 |
| | |||||
* | Added 'zero' command to wipe partition tables and superblocks. | Richard Jones | 2009-04-30 | 3 | -0/+27 |
| | |||||
* | Add generated code for 'fsck' command. | Richard Jones | 2009-04-30 | 3 | -0/+28 |
| | |||||
* | build: don't tell "make clean" to remove my '~' backup files | Jim Meyering | 2009-04-30 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 3 | -9/+13 |
| | |||||
* | Generated code for ext2 UUID and label functions. | Richard Jones | 2009-04-27 | 3 | -0/+112 |
| | |||||
* | Generated code for lvremove, vgremove, pvremove. | Richard Jones | 2009-04-25 | 3 | -1/+82 |
| | |||||
* | Generated code for debug command. | Richard W.M. Jones | 2009-04-23 | 3 | -0/+30 |
| | |||||
* | Generated code for new mount_* commands. | Richard Jones | 2009-04-22 | 3 | -0/+87 |
| | |||||
* | Allow qemu binary to be overridden at runtime. | Richard Jones | 2009-04-22 | 3 | -0/+53 |
| | |||||
* | Added tar-in, tar-out, tgz-in, tgz-out commands. | Richard Jones | 2009-04-20 | 3 | -0/+112 |
| | |||||
* | Generated code for 'checksum' command. | Richard Jones | 2009-04-20 | 3 | -0/+29 |
| | |||||
* | Implement upload and download commands. | Richard Jones | 2009-04-20 | 3 | -0/+52 |
| | |||||
* | Begin to add the upload and download commands. | Richard Jones | 2009-04-18 | 3 | -0/+56 |
| | |||||
* | Separate out the high-level API actions. | Richard Jones | 2009-04-18 | 3 | -0/+130 |
| | | | | | | - 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. | ||||
* | Generated code for blockdev_* calls, RInt64, enhanced tests. | Richard Jones | 2009-04-15 | 3 | -0/+271 |
| | |||||
* | Correctly free memory in RHashtable binding for OCaml & Python. | Richard Jones | 2009-04-15 | 1 | -0/+2 |
| | |||||
* | Generated code for tune2fs-l command and RHashtable return type. | Richard Jones | 2009-04-15 | 3 | -0/+55 |
| | |||||
* | Generated code for stat/lstat/statvfs changes. | Richard Jones | 2009-04-15 | 3 | -0/+212 |
| | |||||
* | Add 'command' and 'command-lines'. Fix args freeing in Perl bindings. | Richard Jones | 2009-04-14 | 3 | -0/+60 |
| | |||||
* | Generated files for file(1) command. | Richard Jones | 2009-04-13 | 3 | -0/+28 |
| | |||||
* | Missing dependency. | Richard Jones | 2009-04-13 | 1 | -3/+3 |
| | |||||
* | Extra CLEANFILES. | Richard Jones | 2009-04-13 | 1 | -1/+1 |
| | |||||
* | Additional test programs for Perl, Python, OCaml bindings. | Richard Jones | 2009-04-13 | 4 | -1/+115 |
| | |||||
* | Lots, mainly Python bindings. | Richard Jones | 2009-04-13 | 1 | -17/+8 |
| | |||||
* | Stricter checks on short descriptions. | Richard Jones | 2009-04-13 | 1 | -1/+1 |
| | |||||
* | OCaml bindings build using the installed, not built, library. | Richard Jones | 2009-04-13 | 1 | -3/+3 |
| | |||||
* | Added test suite. | Richard Jones | 2009-04-11 | 5 | -0/+398 |
| | |||||
* | Generated files for previous commands. | Richard Jones | 2009-04-10 | 3 | -0/+192 |
| | |||||
* | Remove *~ files when doing 'make clean'. | Richard Jones | 2009-04-09 | 1 | -0/+2 |
| | |||||
* | Added aug-ls (generated code). | Richard Jones | 2009-04-09 | 3 | -0/+30 |
| | |||||
* | Added Augeas support. | Richard Jones | 2009-04-09 | 3 | -2/+339 |
| | |||||
* | Generated code for new guestfs_read_lines API call. | Richard Jones | 2009-04-08 | 3 | -0/+30 |
| | |||||
* | Added OCaml examples. | Richard Jones | 2009-04-08 | 5 | -0/+49 |
| | |||||
* | OCaml bindings compile. | Richard Jones | 2009-04-08 | 6 | -133/+819 |
| | |||||
* | Many non-daemon functions are now auto-generated. | Richard Jones | 2009-04-08 | 3 | -65/+182 |
| | |||||
* | Version 0.5: Numerous small fixes to make rpmbuild work again.0.5 | Richard Jones | 2009-04-08 | 1 | -4/+7 |
| | |||||
* | File was removed, updated dependencies. | Richard Jones | 2009-04-08 | 1 | -2/+0 |
| | |||||
* | Need to distribute OCaml bits even if OCaml not found. | Richard Jones | 2009-04-08 | 1 | -2/+2 |
| | |||||
* | Outline OCaml bindings. | Richard Jones | 2009-04-07 | 8 | -0/+531 |
| | |||||
* | Added framework for the language bindings. | Richard Jones | 2009-04-07 | 1 | -0/+16 |