summaryrefslogtreecommitdiffstats
path: root/src/api-support
Commit message (Collapse)AuthorAgeFilesLines
* Update API support.Richard W.M. Jones2011-07-163-0/+869
|
* Update API support.Richard W.M. Jones2011-07-154-0/+1304
|
* docs: Update API support.Richard W.M. Jones2011-07-134-0/+1307
|
* docs: Update API support.Richard W.M. Jones2011-06-2945-10/+18672
|
* docs: Update API support.Richard W.M. Jones2010-12-1911-6/+4201
|
* api-support: Fix detection of similar APIs.Richard W.M. Jones2010-12-191-1/+1
| | | | | Because we didn't match on word boundaries, the previous code would get confused by similar APIs, eg. getxattr vs getxattrs.
* docs: Obsolete HACKING file, move content into guestfs(3) man page.Richard W.M. Jones2010-12-191-1/+1
| | | | | | Add a new section called "EXTENDING LIBGUESTFS" to the guestfs manual page which contains all the information previously in "HACKING".
* Update API support.Richard W.M. Jones2010-11-2618-0/+7001
|
* docs: Fix API support script.Richard W.M. Jones2010-11-04176-28/+6066
| | | | | Before libguestfs 1.0.69 we needed to look in src/guestfs.c to see all the API calls.
* docs: Which API calls were first supported in which upstream versions.Richard W.M. Jones2010-11-04177-0/+40756
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).