| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
The internal_* prefix is reserved for internal functions
such as these tests.
|
| |
|
|
|
|
|
| |
Because we didn't match on word boundaries, the previous
code would get confused by similar APIs, eg. getxattr vs getxattrs.
|
|
|
|
|
|
| |
Add a new section called "EXTENDING LIBGUESTFS" to the
guestfs manual page which contains all the information
previously in "HACKING".
|
|
|
|
|
| |
Before libguestfs 1.0.69 we needed to look in src/guestfs.c to
see all the API calls.
|
|
Run src/api-support/update-from-tarballs.sh (this won't work
unless you have a local copy of the tarballs from the website).
src/api-support/added contains the result of running the
script, a list of pairs: (API name, version first appeared).
|