Commit graph

4 commits

Author SHA1 Message Date
turleypol
c864e37e6d
dont use abort() when fail to open a socket. (#643)
passert() before calling abort() waits now until the logger is done
2024-04-26 23:11:14 +02:00
turleypol
d848deae18
POLLOG* macros use the new formatting (#598)
* POLLOG* macros use the new formatting
removed all old logging functions

* removed old fmt lib from everything except StreamWriter
removed unneeded functions

* fixed review comments
2024-01-16 17:55:42 +01:00
Fernando Rozenblit
001bbc5008 Added SocketLineReader class, which is responsible for reading lines from a socket in a more efficient way. Modified Aux, Debug and WWW to use the new class. 2019-08-25 21:03:40 +02:00
Fernando Rozenblit
bc79dc046e Moved basic network files to clib 2019-03-04 21:41:27 +01:00
Renamed from pol-core/clib/socketsvc.cpp (Browse further)