Author: rhuijben Revision: 1709439 Modified property: svn:log Modified: svn:log at Mon Oct 19 16:16:57 2015 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Mon Oct 19 16:16:57 2015 @@ -2,7 +2,7 @@ Add another piece of the HTTP/2 puzzle: and a bit of plumbing to allow converting a HTTP/1.1 style request to a HPACK set. -* serf-dev/dev/buckets/hpack_buckets.c +* buckets/hpack_buckets.c (serf_hpack_item_t, serf_hpack_context_t): New struct. (hpack_copy_from_headers, @@ -18,13 +18,13 @@ a HPACK set. serf_hpack_destroy_and_data): New functions. (serf_bucket_type_hpack): New bucket definition. -* serf-dev/dev/buckets/request_buckets.c +* buckets/request_buckets.c (serf__bucket_request_read): New function. -* serf-dev/dev/serf_private.h +* serf_private.h (serf__bucket_request_read): New function. (serf__bucket_hpack_create_from_request): New function. -* serf-dev/dev/test/test_buckets.c +* test/test_buckets.c (test_hpack_header_encode): New function. (test_buckets): Add test_hpack_header_encode.