Next | Query returned 114 messages, browsing 111 to 120 | previous

History of commit frequency

CVS Commit History:


   2015-11-18 09:51:00 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
Changes 1.4.0:
This release includes number of fixes for libnghttp2. We briefly explain notable \ 
bug fixes here. Previously, libnghttp2 ignored CONTINUATION frames if preceding \ 
HEADERS frame contained padding. The appearance of CONTINUATION is rare these \ 
days, but padding is used in some services already, and we may see CONTINUATION \ 
somewhere too. The second and third bugs are SETTINGS and HPACK dynamic table \ 
size related bugs. The second bug is that previously libnghttp2 did not shrink \ 
to minimum size of requested dynamic table size contained in SETTINGS frame sent \ 
from local endpoint if it contains several SETTINGS_HEADER_TABLE_SIZE. Now it is \ 
corrected, and libnghttp2 shrinks to the minimum size. The third bug is that due \ 
to the ambiguous text in RFC 7540 and 7541, we interpreted that if receiver \ 
received SETTINGS containing SETTINGS_HEADER_TABLE_SIZE, it always has to send \ 
dynamic table size update in the next compressed header block. But it turns out \ 
that it is not the intention of the 
specification author. The intended behaviour is the receiver is required to send \ 
dynamic table size update only when it really changed maximum dynamic table \ 
size. Depending on the SETTINGS_HEADER_TABLE_SIZE and the current maximum \ 
dynamic table size, the table size may not change.
   2015-10-20 17:26:40 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
Patch-configure not needed any more
   2015-10-17 11:56:40 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 1.3.4:
* Make traditional init script fail if new config file is broken
* nghttpx-logrotate: Don't use killall since we have multiple processes
* nghttpx: Fix improper signal handling
   2015-06-03 13:53:53 by Filip Hajny | Files touched by this commit (7)
Log message:
Import nghttp2-1.0.1 as www/nghttp2.

nghttp2 is an implementation of HTTP/2 and its header compression
algorithm HPACK in C.

Next | Query returned 114 messages, browsing 111 to 120 | previous