mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
add cyassl keepalive valgrind minimal mem to changelog
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
48258817a0
commit
c3ef0d600a
1 changed files with 12 additions and 0 deletions
12
changelog
12
changelog
|
@ -94,10 +94,19 @@ New features
|
||||||
- Cmake project file added, aimed initially at Windows support: this replaces
|
- Cmake project file added, aimed initially at Windows support: this replaces
|
||||||
the visual studio project files that were in the tree until now.
|
the visual studio project files that were in the tree until now.
|
||||||
|
|
||||||
|
- CyaSSL now supported in place of OpenSSL (--use-cyassl on configure)
|
||||||
|
|
||||||
- PATH_MAX or MAX_PATH no longer needed
|
- PATH_MAX or MAX_PATH no longer needed
|
||||||
|
|
||||||
- cutomizable frame rx buffer size by protocol
|
- cutomizable frame rx buffer size by protocol
|
||||||
|
|
||||||
|
- optional TCP keepalive so dead peers can be detected, can be enabled at
|
||||||
|
context-creation time
|
||||||
|
|
||||||
|
- valgrind-clean: no SSL or CyaSSL: completely clean. With OpenSSL, 88 bytes
|
||||||
|
lost at OpenSSL library init and symptomless reports of uninitialized
|
||||||
|
memory usage... seems to be a known and ignored problem at OpenSSL
|
||||||
|
|
||||||
- By default debug is enabled and the library is built for -O0 -g to faclitate
|
- By default debug is enabled and the library is built for -O0 -g to faclitate
|
||||||
that. Use --disable-debug configure option to build instead with -O4
|
that. Use --disable-debug configure option to build instead with -O4
|
||||||
and no -g (debug info), obviously providing best performance and
|
and no -g (debug info), obviously providing best performance and
|
||||||
|
@ -117,6 +126,9 @@ New features
|
||||||
code is also allocated per connection, this represents the largest
|
code is also allocated per connection, this represents the largest
|
||||||
frame you can receive atomically in that protocol.
|
frame you can receive atomically in that protocol.
|
||||||
|
|
||||||
|
- On ARM9 build, just http+ws server no extensions or ssl, <12Kbytes .text
|
||||||
|
and 112 bytes per connection (+1328 only during header processing)
|
||||||
|
|
||||||
|
|
||||||
v1.1-chrome26-firefox18
|
v1.1-chrome26-firefox18
|
||||||
=======================
|
=======================
|
||||||
|
|
Loading…
Add table
Reference in a new issue