MihailRis
|
d2bbd82dbe
|
add 'discardAll' parameter to socket:close(...)
|
2025-01-17 23:43:44 +03:00 |
|
MihailRis
|
b8944f86c6
|
refactor vc coroutines error-handling & update socket:is_alive(), socket:send(...)
|
2025-01-15 05:27:10 +03:00 |
|
MihailRis
|
96b904e61f
|
add network.post
|
2025-01-08 17:02:07 +03:00 |
|
MihailRis
|
13de581b4b
|
add socket:available() --> int
|
2025-01-07 18:44:40 +03:00 |
|
MihailRis
|
5e76cdfadc
|
rename engine.hpp/cpp to Engine.hpp/cpp & move Engine, Time and mainloop classes to 'engine' folder
|
2024-12-25 12:13:03 +03:00 |
|
MihailRis
|
d0fbbeecbe
|
fix random fatal error in socket:recv
|
2024-12-04 23:32:59 +03:00 |
|
MihailRis
|
36edad039c
|
add string socket:send overload
|
2024-12-04 12:05:10 +03:00 |
|
MihailRis
|
21c76c1b0d
|
add socket:get_address, serversocket:get_port
|
2024-11-30 22:32:14 +03:00 |
|
MihailRis
|
05003a4082
|
fix fatal error on uncaught lua exceptions in network functions calls
|
2024-11-29 20:32:18 +03:00 |
|
MihailRis
|
46628263d1
|
add network.get_total_upload, .get_total_download
|
2024-11-28 10:21:16 +03:00 |
|
MihailRis
|
951d2fd1f8
|
add socket:is_alive, :is_connected, serversocket:is_open
|
2024-11-27 17:46:09 +03:00 |
|
MihailRis
|
847ef23092
|
add network.__closeserver
|
2024-11-27 16:14:20 +03:00 |
|
MihailRis
|
a72d36f53c
|
add simple inefficient server socket implementation (WIP)
|
2024-11-27 15:38:57 +03:00 |
|
MihailRis
|
233bc3174c
|
add network.__close
|
2024-11-27 12:51:01 +03:00 |
|
MihailRis
|
fb0f4bff52
|
complete simple connection implementation
|
2024-11-27 12:10:59 +03:00 |
|
MihailRis
|
aa7fa6be5b
|
add network.__connect
|
2024-11-26 21:26:26 +03:00 |
|
MihailRis
|
90155dd05b
|
rename functions
|
2024-11-24 07:58:07 +03:00 |
|
MihailRis
|
5e063d9fe0
|
refactor Network
|
2024-11-23 09:49:17 +03:00 |
|
MihailRis
|
b23318a06c
|
add network.http_get, network.http_get_binary
|
2024-11-22 07:30:38 +03:00 |
|