Skip to content

v2.5.31

Compare
Choose a tag to compare
@kala13x kala13x released this 24 May 18:09
· 80 commits to main since this release
  • Added HTTP/S, MDTP/S, WS/WSS, and raw TCP connection support in XAPI
  • Implemented HTTP/S and WS/WSS client and server examples using XAPI
  • Implemented non-blocking SSL connection support in XSocket and XAPI
  • Implemented WebSocket frame parser and assembler functionality
  • Enabled SSL_OP_IGNORE_UNEXPECTED_EOF in XSocket by default
  • Possibility to disable hashmap in XAPI for extra performance
  • Implemented the SHA1 calculation algorithm
  • Fixed timestamp generation in the logger
  • Fixed memory leak in events example
  • Refactored the codebase