Skip to content

Releases: babelouest/ulfius

Release 2.5.1

14 Dec 01:57
Compare
Choose a tag to compare
  • Fix uwsc crash on some systems

Release 2.5.0

11 Dec 04:28
Compare
Choose a tag to compare
  • Add struct _u_endpoint.check_utf8 to check all request parameters and values to be valid utf8 strings
  • Add client certificate authentication for webservice and send request library (issue #83)
  • Fix build config file bug when using -jxx option to Makefile (issue #84)
  • Allow to disable Yder logging library, to use Ulfius in embedded systems like FreeRTOS
    where console, syslog or journald are not available, and file logging is overkill
  • Add support for FreeRTOS and LWIP, Thanks to Dirk Uhlemann
  • Add support for SameSite attribute in response cookies (issue #88)

Release 2.4.4

27 Oct 18:48
Compare
Choose a tag to compare
  • CMake scripts improvements

Release 2.4.3

17 Oct 15:42
07b1ef3
Compare
Choose a tag to compare
  • Add config file ulfius-cfg.h dynamically built with the options
  • Adapt examples with new ulfius-cfg.h file

Release 2.4.2

10 Oct 03:16
Compare
Choose a tag to compare
  • Fix #79 where yuarel should be hidden from the outside world

Release 2.4.1

09 Oct 03:08
Compare
Choose a tag to compare
  • Fix #78 where gnutls is not required if websocket is disabled

Release 2.4.0

08 Oct 18:55
Compare
Choose a tag to compare
  • Fix Websocket fragmented messages
  • Fix CMake script that installed Orcania twice
  • Fix cppcheck warnings
  • Add timeout for http connections
  • Allow to use MHD_RESPMEM_MUST_COPY for different memory manager, fix #63
  • Add websocket client framework
  • Add uwsc - Ulfius WebSocket Client - A simple command-line websocket client program
  • Add Travis CI
  • Add RPM in CMake script package

Release 2.4.0 Beta 5

08 Oct 15:15
Compare
Choose a tag to compare
Release 2.4.0 Beta 5 Pre-release
Pre-release
  • Fix Websocket fragmented messages
  • Fix CMake script that installed Orcania twice
  • Fix cppcheck warnings
  • Add timeout for http connections
  • Allow to use MHD_RESPMEM_MUST_COPY for different memory manager, fix #63
  • Add websocket client framework
  • Add uwsc - Ulfius WebSocket Client - A simple command-line websocket client program
  • Add Travis CI
  • Add RPM in CMake script package

Release 2.4.0 Beta 4

08 Oct 14:16
Compare
Choose a tag to compare
Release 2.4.0 Beta 4 Pre-release
Pre-release
  • Fix Websocket fragmented messages
  • Fix CMake script that installed Orcania twice
  • Fix cppcheck warnings
  • Add timeout for http connections
  • Allow to use MHD_RESPMEM_MUST_COPY for different memory manager, fix #63
  • Add websocket client framework
  • Add uwsc - Ulfius WebSocket Client - A simple command-line websocket client program
  • Add Travis CI
  • Add RPM in CMake script package

Release 2.4.0 Beta 3

29 Sep 19:29
Compare
Choose a tag to compare
Release 2.4.0 Beta 3 Pre-release
Pre-release
  • Fix Websocket fragmented messages
  • Fix CMake script that installed Orcania twice
  • Fix cppcheck warnings
  • Add timeout for http connections
  • Allow to use MHD_RESPMEM_MUST_COPY for different memory manager, fix #63
  • Add websocket client framework
  • Add uwsc - Ulfius WebSocket Client - A simple command-line websocket client program