summaryrefslogtreecommitdiffstats
path: root/ruby
Commit message (Collapse)AuthorAgeFilesLines
* build: remove trailing blank lines; enable the syntax-check ruleJim Meyering2009-08-041-1/+0
| | | | | | | | | | | | | | * cfg.mk (disable_temporarily): Remove sc_prohibit_trailing_blank_lines. * appliance/Makefile.am: Remove trailing blank line(s). * appliance/debian/modules/y0_install-guestfsd: Likewise. * appliance/make.sh.in: Likewise. * appliance/packagelist.in: Likewise. * appliance/update.sh.in: Likewise. * haskell/run-bindtests: Likewise. * ocaml/run-bindtests: Likewise. * python/run-python-tests: Likewise. * recipes/squashfs.example: Likewise. * ruby/run-ruby-tests: Likewise.
* More misc fixes to non-srcdir builds.Richard Jones2009-07-161-1/+1
|
* Fix for 349814e9d912c4: Get correct path when building Ruby bindings.Richard Jones2009-07-071-1/+1
|
* Make it possible to build in a separate directoryMatthew Booth2009-07-032-16/+14
| | | | | | | | | | | | | | | | | | | | | | This patch allows you to do: mkdir build cd build ../configure ... make This will output all generated files to the build directory. Given that autogen automatically runs configure, you can also do: BUILDDIR=./build ./autogen.sh which will do the right thing. Also: * Fix a dependency bug which means that guestfs_protocol.h isn't automatically rebuilt. * Re-running autogen.sh with no arguments won't blow away your previous configure arguments.
* Remove generated code from git.Richard W.M. Jones2009-07-022-5331/+0
| | | | | | | | Git users now require the OCaml compiler in order to regenerate the generated code after a checkout. Generated code will remain in the tarball, so users of the source tarball will not need the OCaml compiler.
* Add 'readdir' call.Richard W.M. Jones2009-07-021-0/+34
| | | | | | | | | | | | This adds a readdir call (mostly intended for programs). The return value is a list of guestfs_dirent structures. This adds the new types 'struct guestfs_dirent' and 'struct guestfs_dirent_list', along with all the code to return these in the different language bindings. Also includes additional tests for OCaml and Perl bindings to test this.
* Generated code for mknod, mkfifo, mknod_b, mknod_c, umask.Richard W.M. Jones2009-06-301-0/+126
|
* Generated code for 'set_memsize'/'get_memsize' calls.Richard W.M. Jones2009-06-301-0/+39
|
* Generated code for the 'mkswap*' commands.Richard W.M. Jones2009-06-291-0/+82
|
* Generated code for mount-loop command.Richard W.M. Jones2009-06-291-0/+29
|
* Generated code for 'initrd-list'.Richard W.M. Jones2009-06-291-0/+32
|
* Generated code for 'du' command.Richard W.M. Jones2009-06-291-0/+24
|
* Generated code for df / df-h.Richard W.M. Jones2009-06-291-0/+42
|
* Generated code for head/tail commands.Richard W.M. Jones2009-06-291-3/+133
|
* Generated code for 'wc_*' commands.Richard W.M. Jones2009-06-291-0/+72
|
* Generated code for 'mkdtemp' command.Richard W.M. Jones2009-06-241-0/+26
|
* Generated code for 'scrub-*' commands.Richard W.M. Jones2009-06-231-0/+72
|
* Check parameter types in Ruby bindings (RHBZ#507346).Richard Jones2009-06-222-0/+194
|
* Missing \n character in Ruby bindings.Richard Jones2009-06-221-7/+14
|
* Generated code for 'glob-expand'.Richard Jones2009-06-221-0/+31
|
* Generated code for 'sh' and 'sh-lines' commands.Richard Jones2009-06-221-0/+56
|
* New website, change et.redhat.com references to libguestfs.org1.0.43Richard Jones2009-06-091-1/+1
|
* Generated code for ntfs_3g_probe command.Richard Jones2009-06-081-0/+24
|
* Generated code for the 'sleep' command.Richard Jones2009-06-041-0/+20
|
* Generated code for 'add_drive_ro' call.Richard Jones2009-06-021-0/+23
|
* Distribute bindtests.rb in the tarball.1.0.35Richard W.M. Jones2009-05-281-0/+1
|
* Add tests for bindings parameters, fix several broken bindings.Richard W.M. Jones2009-05-285-12/+76
|
* Add the test0* functions, used to test language bindings.Richard W.M. Jones2009-05-281-0/+831
|
* Move the appliance and build scripts into new appliance/ subdirectory.Richard W.M. Jones2009-05-281-1/+1
|
* Generated code for e2fsck-f command.Richard Jones2009-05-211-0/+23
|
* Generated code for 'find' command.Richard Jones2009-05-191-0/+31
|
* Generated code for lvresize, resize2fs.Richard Jones2009-05-181-0/+47
|
* Add vg-activate{,-all} commands, and resize recipe.Richard Jones2009-05-181-0/+51
|
* Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtry, ↵Richard W.M. Jones2009-05-151-0/+129
| | | | sfdisk-disk-geometry commands. Pass --no-reread flag to sfdisk.
* Add support for zerofree command.Richard W.M. Jones2009-05-141-0/+23
|
* Add 'append', LIBGUESTFS_APPEND to set additional kernel options.Richard W.M. Jones2009-05-131-0/+42
|
* Generated code to support last 3 commits.Richard Jones2009-05-081-0/+19
|
* Generated code to support previous 2 commits.Richard Jones2009-05-081-0/+91
|
* RARRAY_LEN macro for Ruby < 1.9. Small strictness fix for OCaml < 3.10.Richard Jones2009-05-061-0/+5
|
* Generated code for 'equal' command.Richard W.M. Jones2009-05-011-0/+27
|
* Generated code for ping-daemon command.Richard W.M. Jones2009-05-011-0/+19
|
* Generated code for dmesg command.Richard W.M. Jones2009-05-011-0/+21
|
* Generated code for drop-caches command.Richard W.M. Jones2009-05-011-0/+20
|
* Generated code for cp, cp-a and mv commands.Richard W.M. Jones2009-05-011-0/+81
|
* Generated code for grub-install command.Richard Jones2009-04-301-0/+27
|
* Added 'zero' command to wipe partition tables and superblocks.Richard Jones2009-04-301-0/+23
|
* Add generated code for 'fsck' command.Richard Jones2009-04-301-0/+27
|
* build: don't tell "make clean" to remove my '~' backup filesJim Meyering2009-04-301-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 Jones2009-04-301-5/+5
|
* Generated code for ext2 UUID and label functions.Richard Jones2009-04-271-0/+104
|