| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
* moved source directories into `/src`
* updated bundle.lua for new `src` path
* moved some docs, icon
* removed old test trees
|
| |\ |
|
| | | |
|
| |/ |
|
| |
|
|
|
|
|
|
| |
BinaryWriter/BinaryReader now implements memory buffer functionality which previously needed two chained instances of a Buffer/Reader. This was originally expected to be an abstraction for file and other stream access but this is not going to be useful so may as well collapse the functionality.
This also eliminates the need for stack-aware ref-counting which is the real reason for wanting to get rid of this code. This was a very old experimental feature which turned out to be a bad idea.
This also removes the /cas/batch endpoint
|
| | |
|
| | |
|
| |
|
|
| |
data files are found as the current defaults are relative to the user directory which ends up being in the Windows folder when running as the local system user
|
|
|
properly report service state etc to the OS)
|