Filter RSS
Histórico do Projeto

2020-04-30
17:03
TidesNet Networking Library
[SVN] Commit revision 82
- adjusted code to use the new TRANSFORM_INT_CLAMP function instead of an internal helper
2020-04-28
19:27
TidesNet Networking Library
[SVN] Commit revision 81
- added a note on why we stick with partial socket read in that case (some implementation bug has...
19:27
TidesNet Networking Library
[SVN] Commit revision 80
- actually implemented eReceiveFlag behavior into mbledtls socket reading because it is important...
06:01
TidesNet Networking Library
[SVN] Commit revision 79
- some bugfix for TLS support
06:00
TidesNet Networking Library
2020-04-10
22:53
TidesNet Networking Library
[SVN] Commit revision 77
- added _DEBUG macro if compiling in Debug configuration - adjusted optimizations for Release con...
22:52
TidesNet Networking Library
[SVN] Commit revision 76
- added _DEBUG macro if compiling in Debug configuration - adjusted optimizations for Release con...
22:52
TidesNet Networking Library
[SVN] Commit revision 75
- added _DEBUG macro if compiling in Debug configuration - adjusted optimization for Release conf...
2020-04-02
18:07
TidesNet Networking Library
[SVN] Commit revision 74
- added some helpers for parsing cookies as well as HTTP time strings
2020-03-28
19:50
TidesNet Networking Library
[SVN] Commit revision 73
- added the ability to transfer files directly to clients - fixed an exception safety issue in ne...
2020-02-04
05:18
TidesNet Networking Library
[SVN] Commit revision 72
- fixed a bug which broke mbedtls inclusion (yea, I mixed up the $ and the % like a dumbass)
02:51
TidesNet Networking Library
[SVN] Commit revision 71
- fixes for C++20 dependencies
2020-01-29
08:27
TidesNet Networking Library
[SVN] Commit revision 70
- added support for AF_UNIX style connection listeners inside BasicServer of tidesnet_server_back...
08:26
TidesNet Networking Library
[SVN] Commit revision 69
- added support for AF_UNIX style sockets for both Windows and Linux
2020-01-28
20:04
TidesNet Networking Library
[SVN] Commit revision 68
- adjusted the error management of BasicServer to the realities of stable socket OS implementations
20:03
TidesNet Networking Library
[SVN] Commit revision 67
- tiny bugfix and adjustments
19:30
TidesNet Networking Library
[SVN] Commit revision 66
- reliability upgrade: added checking of close calls on socket FDs for Linux
2020-01-27
17:45
TidesNet Networking Library
[SVN] Commit revision 65
- reliability upgrade: added an exception handler for TidesException to get failed-out ConnReceiv...
17:44
TidesNet Networking Library
[SVN] Commit revision 64
- reliability upgrade: added Reset method to ConnReceiver class so that failed-out sockets can re...
2020-01-23
02:05
TidesNet Networking Library
[SVN] Commit revision 63
- added more reliability querying API: check if a sudden thread death was encountered (not to be ...