summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Check user doesn't run configure, make or make check as root.Richard Jones2010-04-201-0/+11
* Rerun generator if images/test.iso does not exist or has been updated.Richard Jones2010-04-171-1/+4
* Rewrite libguestfs-supermin-helper in C.Richard Jones2010-03-121-1/+1
* Add guestfs.pod and guestfish.pod to EXTRA_DIST.1.0.81Richard Jones2010-01-131-1/+2
* Use linker script to control visibility of symbols.Richard Jones2010-01-041-3/+7
* Experimental C# bindings.Richard Jones2010-01-021-0/+1
* Move guestfs(3) and guestfish(1) man pages into subdirectories.Richard Jones2009-12-311-2/+32
* build: Fix typo in filename.Richard Jones2009-12-161-1/+1
* lib: Link with $(LTLIBTHREAD), required by Gnulib lock module.Richard Jones2009-12-071-1/+3
* build: Add missing dependency libguestfs.la->guestfs_protocol.hMatthew Booth2009-11-201-0/+1
* build: Fix inter-directory dependenciesMatthew Booth2009-11-191-16/+19
* BUILT_SOURCES now depends on running the generator.Richard Jones2009-11-181-1/+1
* Generate guestfs_protocol.x when stamp-generator updatesMatthew Booth2009-11-111-0/+2
* Don't export STREQ and friends in <guestfs.h>Richard Jones2009-11-101-0/+1
* Don't update appliance after running generator.Richard Jones2009-11-051-4/+0
* Move guestfs-internal-actions.h to EXTRA_DIST.Richard Jones2009-09-141-2/+2
* Non-daemon actions indirect through generated code.Richard Jones2009-09-141-0/+1
* build: new configure-time option: --enable-gcc-warningsJim Meyering2009-08-181-1/+3
* build: suppress an ignored-write-return-value warningJim Meyering2009-08-181-1/+3
* avoid compiler warnings about unused vars in generated codeJim Meyering2009-08-181-2/+12
* Fix for non-srcdir builds: more misc fixes.Richard Jones2009-07-161-4/+6
* Fix for non-srcdir builds: Run src/generator.ml from the srcdir.Richard Jones2009-07-161-4/+4
* Move BUILT_SOURCES so the comment is back in the right place.Richard Jones2009-07-131-11/+11
* Make it possible to build in a separate directoryMatthew Booth2009-07-031-2/+6
* arrange to build some generated sourcesJim Meyering2009-07-021-0/+9
* Generator now runs automatically when it has changed.Richard W.M. Jones2009-07-021-3/+16
* Version 1.0.52.1.0.52Richard W.M. Jones2009-06-241-1/+2
* Implement libtool library versioning.Richard W.M. Jones2009-06-231-1/+43
* Add the test0* functions, used to test language bindings.Richard W.M. Jones2009-05-281-0/+1
* Gettextize the source, make library strings translatable.Richard Jones2009-05-211-1/+2
* build: don't tell "make clean" to remove my '~' backup filesJim Meyering2009-04-301-2/+0
* Separate out the high-level API actions.Richard Jones2009-04-181-6/+3
* Need to package generator.ml -- oops.Richard Jones2009-04-131-0/+2
* Remove *~ files when doing 'make clean'.Richard Jones2009-04-091-1/+3
* Added framework for the language bindings.Richard Jones2009-04-071-1/+1
* pvs/vgs/lvs commands working now.Richard Jones2009-04-071-1/+1
* LIBGUESTFS_PATH implementation.Richard Jones2009-04-041-1/+3
* Mostly working spec file.Richard Jones2009-04-041-2/+7
* Daemon and library are mostly talking to each other now.Richard Jones2009-04-031-2/+24
* Guest boots, and basic select/callbacks work.Richard Jones2009-04-021-0/+1
* Running qemu as a subprocess.rjones2009-03-031-0/+20