index
:
libguestfs.git
master
oldlinux
stable-1.10
stable-1.12
stable-1.14
stable-1.16
stable-1.18
stable-1.2
stable-1.4
stable-1.6
stable-1.8
[MIRROR] library for accessing and modifying guest disk images
Richard W.M. Jones
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Makefile.am
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update FSF address.
Matthew Booth
2011-11-08
1
-1
/
+1
*
out-of-tree build: fix building library
Hilko Bengen
2011-08-15
1
-3
/
+3
*
out-of-tree build: fix documentation generation
Hilko Bengen
2011-08-15
1
-4
/
+4
*
gnulib: Add all other libs when linking libguestfs.so.
Richard W.M. Jones
2011-08-05
1
-2
/
+9
*
gnulib: Add $(LIB_CLOCK_GETTIME) when linking libguestfs.so.
Richard W.M. Jones
2011-08-05
1
-1
/
+2
*
New API: inspect-get-icon returns the guest icon.
Richard W.M. Jones
2011-06-28
1
-0
/
+1
*
Enable deprecation warnings on all C programs.
Richard W.M. Jones
2011-05-17
1
-0
/
+1
*
inspect: Abstract out db_dump code for listing RPM applications.
Richard W.M. Jones
2011-04-14
1
-0
/
+1
*
inspect: Split code into separate files.
Richard W.M. Jones
2011-04-14
1
-0
/
+5
*
inspect: Move shared PCRE match functions to separate file.
Richard W.M. Jones
2011-04-13
1
-0
/
+1
*
Compile rpcgen-generated files with -fno-strict-aliasing
Matthew Booth
2011-04-07
1
-7
/
+4
*
New event API (RHBZ#664558).
Richard W.M. Jones
2011-03-15
1
-0
/
+1
*
build: Remove check for root.
Richard W.M. Jones
2010-12-09
1
-11
/
+0
*
build: Centralize all POD manipulation in 'podwrapper.sh' script.
Richard W.M. Jones
2010-11-24
1
-17
/
+14
*
build: Missing backslash again.
Maxim Koltsov
2010-11-14
1
-1
/
+1
*
lib: Make <guestfs.h> be completely generated.
Richard W.M. Jones
2010-11-11
1
-5
/
+2
*
Fix small typo in a comment in src/Makefile.am.
Richard W.M. Jones
2010-11-11
1
-1
/
+1
*
New API: add-domain
Richard Jones
2010-11-11
1
-1
/
+6
*
lib: Make pcre, libmagic and hivex libraries optional.
Richard Jones
2010-11-10
1
-2
/
+4
*
Add missing generated files to the tarball (thanks maksbotan).
Richard W.M. Jones
2010-11-07
1
-1
/
+1
*
docs: Which API calls were first supported in which upstream versions.
Richard W.M. Jones
2010-11-04
1
-1
/
+4
*
lib: Expose errno through new API guestfs_last_errno.
Richard W.M. Jones
2010-11-03
1
-6
/
+23
*
build: require Augeas for library.
Richard Jones
2010-09-11
1
-2
/
+2
*
build: Don't distribute src/generator.ml, no longer exists.
Richard Jones
2010-09-11
1
-1
/
+0
*
Split generator into separate source files.
Richard Jones
2010-09-11
1
-20
/
+1
*
build: guestfs-structs.h was missing from libguestfs_la_SOURCES.
Richard Jones
2010-09-04
1
-0
/
+1
*
Change to using ext2-based, cached supermin appliance.
Richard Jones
2010-08-23
1
-0
/
+1
*
New APIs for guest inspection.
Richard Jones
2010-08-17
1
-1
/
+2
*
New API: file-architecture
Richard Jones
2010-08-17
1
-1
/
+2
*
Rearrange library code into separate files.
Richard Jones
2010-07-27
1
-0
/
+2
*
Rename guestfs-{actions,bindtests}.c to {actions,bindtests}.c
Richard Jones
2010-07-27
1
-4
/
+4
*
Check user doesn't run configure, make or make check as root.
Richard Jones
2010-04-20
1
-0
/
+11
*
Rerun generator if images/test.iso does not exist or has been updated.
Richard Jones
2010-04-17
1
-1
/
+4
*
Rewrite libguestfs-supermin-helper in C.
Richard Jones
2010-03-12
1
-1
/
+1
*
Add guestfs.pod and guestfish.pod to EXTRA_DIST.
1.0.81
Richard Jones
2010-01-13
1
-1
/
+2
*
Use linker script to control visibility of symbols.
Richard Jones
2010-01-04
1
-3
/
+7
*
Experimental C# bindings.
Richard Jones
2010-01-02
1
-0
/
+1
*
Move guestfs(3) and guestfish(1) man pages into subdirectories.
Richard Jones
2009-12-31
1
-2
/
+32
*
build: Fix typo in filename.
Richard Jones
2009-12-16
1
-1
/
+1
*
lib: Link with $(LTLIBTHREAD), required by Gnulib lock module.
Richard Jones
2009-12-07
1
-1
/
+3
*
build: Add missing dependency libguestfs.la->guestfs_protocol.h
Matthew Booth
2009-11-20
1
-0
/
+1
*
build: Fix inter-directory dependencies
Matthew Booth
2009-11-19
1
-16
/
+19
*
BUILT_SOURCES now depends on running the generator.
Richard Jones
2009-11-18
1
-1
/
+1
*
Generate guestfs_protocol.x when stamp-generator updates
Matthew Booth
2009-11-11
1
-0
/
+2
*
Don't export STREQ and friends in <guestfs.h>
Richard Jones
2009-11-10
1
-0
/
+1
*
Don't update appliance after running generator.
Richard Jones
2009-11-05
1
-4
/
+0
*
Move guestfs-internal-actions.h to EXTRA_DIST.
Richard Jones
2009-09-14
1
-2
/
+2
*
Non-daemon actions indirect through generated code.
Richard Jones
2009-09-14
1
-0
/
+1
*
build: new configure-time option: --enable-gcc-warnings
Jim Meyering
2009-08-18
1
-1
/
+3
*
build: suppress an ignored-write-return-value warning
Jim Meyering
2009-08-18
1
-1
/
+3
[next]