| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Refactored file API. | Garrett D'Amore | 2018-01-11 |
| | | | | | | | | | | This refactor of the file API provides a simpler and easier to use interface for our needs (and simpler to implement) in both the ZeroTier transport and the HTTP/TLS file accesses. It also removes some restrictions present on the old one, although it is still not suitable for working with large files. (It will work, just be very inefficient as the entire file must be loaded into memory.) | ||
| * | Compile warning (possible size_t overrun) on Windows. | Garrett D'Amore | 2017-12-28 |
| | | |||
| * | New platform API for storage methods. | Garrett D'Amore | 2017-10-09 |
| This includes converting the ZeroTier transport to use these. The new API supports file creation, retrieval, and deletion. It also supports directory methods for traversal, creation, and deletion. It also has a few methods to obtain well-known directories like $TMPDIR and $HOME. A rich test suite for this functionality is added as well. | |||
