Skip to content

Dev 2 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@jborean93 jborean93 released this 22 Feb 08:56
· 188 commits to master since this release
7c3502a

Moved away from running socket listener as a separate thread. This change uses non blocking sockets to achieve the same result but without the overhead of threading.

Also fixes opening the root share directory in an open and adds some more NtStatus codes.