aboutsummaryrefslogtreecommitdiff
path: root/zenserver/windows
Commit message (Collapse)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-022-666/+0
| | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees
* Merged main.Per Larsson2021-12-141-5/+11
|\
| * Missing includeMartin Ridgers2021-11-021-0/+2
| |
| * if-def'd out Windows specific featuresMartin Ridgers2021-10-291-0/+4
|/
* Removed MemoryOutStream, MemoryInStreamStefan Boberg2021-09-281-1/+1
| | | | | | | | 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
* zenserver: added better detection of whether we are running as a serviceStefan Boberg2021-09-271-12/+21
|
* clang-format againStefan Boberg2021-09-191-1/+1
|
* zenserver can now run as a Windows service. We'll still need to improve how ↵Stefan Boberg2021-09-172-143/+124
| | | | 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
* Implemented basics for Windows server support (not yet 100% - needs to ↵Stefan Boberg2021-09-172-0/+670
properly report service state etc to the OS)