Tatsuhiro Tsujikawa
|
a6a394902e
|
tests: Fix out-of-bound read
|
2013-09-08 23:16:25 +09:00 |
Tatsuhiro Tsujikawa
|
4dcf9ad4f2
|
Make hd encoder ordering aware and one-pass
The encoder algorithm is simplified and it now preserves ordering
of the headers. It also becomes one-pass encoder.
|
2013-09-06 21:53:28 +09:00 |
Tatsuhiro Tsujikawa
|
83b0c89e3c
|
Handle indexing entry greater than header table limit without error
|
2013-08-28 23:16:23 +09:00 |
Tatsuhiro Tsujikawa
|
005e60a5ed
|
Rework header compression
|
2013-08-23 23:38:28 +09:00 |
Tatsuhiro Tsujikawa
|
346fafde3f
|
Implement draft-ietf-httpbis-header-compression-02
|
2013-08-23 03:33:05 +09:00 |
Tatsuhiro Tsujikawa
|
f9c566ec1f
|
Fix memory leak in unittest
|
2013-07-28 19:08:49 +09:00 |
Tatsuhiro Tsujikawa
|
f74674aa7f
|
Fix header compression (again)
|
2013-07-27 19:23:05 +09:00 |
Tatsuhiro Tsujikawa
|
ddd04e8ced
|
Fix header compression bug, and perform always incremental indexing
|
2013-07-27 00:58:38 +09:00 |
Tatsuhiro Tsujikawa
|
e496800cb7
|
Fix header compression bug
|
2013-07-26 01:34:28 +09:00 |
Tatsuhiro Tsujikawa
|
321136b042
|
nghttp2_hd: Don't malloc if namelen/valuelen are zero
|
2013-07-23 23:10:53 +09:00 |
Tatsuhiro Tsujikawa
|
3c9e31da87
|
Don't substitute if same indexed header field name is already in working set
|
2013-07-23 02:52:08 +09:00 |
Tatsuhiro Tsujikawa
|
9c58004a86
|
Cleanup
|
2013-07-20 01:24:34 +09:00 |
Tatsuhiro Tsujikawa
|
e92b74d66e
|
Use substitution as long as no eviction is required
|
2013-07-20 01:19:00 +09:00 |
Tatsuhiro Tsujikawa
|
61bf7c6b02
|
Integrate new header compression
|
2013-07-20 00:08:14 +09:00 |
Tatsuhiro Tsujikawa
|
45c2245bfb
|
Implement header compression draft 01
|
2013-07-19 16:50:31 +09:00 |