Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update API support. | Richard W.M. Jones | 2011-07-16 | 3 | -0/+869 |
| | |||||
* | Update API support. | Richard W.M. Jones | 2011-07-15 | 4 | -0/+1304 |
| | |||||
* | docs: Update API support. | Richard W.M. Jones | 2011-07-13 | 4 | -0/+1307 |
| | |||||
* | docs: Update API support. | Richard W.M. Jones | 2011-06-29 | 45 | -10/+18672 |
| | |||||
* | docs: Update API support. | Richard W.M. Jones | 2010-12-19 | 11 | -6/+4201 |
| | |||||
* | api-support: Fix detection of similar APIs. | Richard W.M. Jones | 2010-12-19 | 1 | -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. Jones | 2010-12-19 | 1 | -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. Jones | 2010-11-26 | 18 | -0/+7001 |
| | |||||
* | docs: Fix API support script. | Richard W.M. Jones | 2010-11-04 | 176 | -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. Jones | 2010-11-04 | 177 | -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). |