3 Commits

Author SHA1 Message Date
MihailRis
31cd7912ec fix named pipe read (unix) & produce core:error event on error in schedule callback & fix editor traceback 2025-08-18 23:32:12 +03:00
MihailRis
b5f1698e78 fix ffi usage in named_pipe_unix.lua 2025-08-18 22:27:38 +03:00
Onran
aae642a13e
Streaming I/O and support of named pipes (#570)
* added streaming i/o for scripting, and a byteutil.get_size function

* added i/o stream class, also added named pipes support on lua side via ffi

* added constant file.named_pipes_prefix

* added buffered and yield modes for io_stream

* added new time function for work with UTC - utc_time, utc_offset, local_time

* docs updated

* constant pid moved to os.pid

* now gmtime_s and localtime_s used only in windows
2025-08-01 20:26:43 +03:00