Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

HTTP2 Module squashed #57

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

SCI4THIS
Copy link
Contributor

modified: CMakeLists.txt
modified: formats/CMakeLists.txt
modified: formats/Makefile.am
modified: formats/Makefile.msc
modified: formats/http/m_http.c
modified: formats/http/m_http_int.h
modified: formats/http/m_http_reader.c
modified: formats/http/m_http_reader_int.h
modified: formats/http/m_http_simple_reader.c
modified: formats/http/m_http_simple_writer.c
modified: formats/http/m_http_uri.c
new file: formats/http2/generated/m_http2_huffman_generated_decode.c
new file: formats/http2/generated/m_http2_huffman_generated_encode.c
new file: formats/http2/generated/m_http2_static_header_table.c
new file: formats/http2/m_http2.c
new file: formats/http2/m_http2.h
new file: formats/http2/m_http2_frame.c
new file: formats/http2/m_http2_frame_headers.c
new file: formats/http2/m_http2_frame_settings.c
new file: formats/http2/m_http2_http_reader.c
new file: formats/http2/m_http2_reader.c
modified: formats/url/m_url.c
modified: include/mstdlib/formats/m_http.h
modified: include/mstdlib/formats/m_url.h
modified: include/mstdlib/io/m_dns.h
modified: include/mstdlib/mstdlib_formats.h
modified: include/mstdlib/net/m_net_http_simple.h
modified: io/m_dns.c
modified: io/m_io_net_int.h
modified: io/m_io_netdns.c
modified: net/CMakeLists.txt
new file: net/http2/m_net_http2_simple.c
new file: net/http2/m_net_http2_simple.h
new file: net/http2/m_net_http2_simple_request.c
new file: net/http2/m_net_http2_simple_request.h
modified: net/m_net_http_simple.c
modified: net/m_net_int.h
modified: test/CMakeLists.txt
new file: test/formats/check_http2.c
new file: test/formats/check_http2_reader.c
modified: test/formats/check_url.c
new file: test/net/check_net_http.c
new file: test/net/check_net_http_json.h

Andrew Kistler added 3 commits October 10, 2022 09:36
modified:   CMakeLists.txt
modified:   formats/CMakeLists.txt
modified:   formats/Makefile.am
modified:   formats/Makefile.msc
modified:   formats/http/m_http.c
modified:   formats/http/m_http_int.h
modified:   formats/http/m_http_reader.c
modified:   formats/http/m_http_reader_int.h
modified:   formats/http/m_http_simple_reader.c
modified:   formats/http/m_http_simple_writer.c
modified:   formats/http/m_http_uri.c
new file:   formats/http2/generated/m_http2_huffman_generated_decode.c
new file:   formats/http2/generated/m_http2_huffman_generated_encode.c
new file:   formats/http2/generated/m_http2_static_header_table.c
new file:   formats/http2/m_http2.c
new file:   formats/http2/m_http2.h
new file:   formats/http2/m_http2_frame.c
new file:   formats/http2/m_http2_frame_headers.c
new file:   formats/http2/m_http2_frame_settings.c
new file:   formats/http2/m_http2_http_reader.c
new file:   formats/http2/m_http2_reader.c
modified:   formats/url/m_url.c
modified:   include/mstdlib/formats/m_http.h
modified:   include/mstdlib/formats/m_url.h
modified:   include/mstdlib/io/m_dns.h
modified:   include/mstdlib/mstdlib_formats.h
modified:   include/mstdlib/net/m_net_http_simple.h
modified:   io/m_dns.c
modified:   io/m_io_net_int.h
modified:   io/m_io_netdns.c
modified:   net/CMakeLists.txt
new file:   net/http2/m_net_http2_simple.c
new file:   net/http2/m_net_http2_simple.h
new file:   net/http2/m_net_http2_simple_request.c
new file:   net/http2/m_net_http2_simple_request.h
modified:   net/m_net_http_simple.c
modified:   net/m_net_int.h
modified:   test/CMakeLists.txt
new file:   test/formats/check_http2.c
new file:   test/formats/check_http2_reader.c
modified:   test/formats/check_url.c
new file:   test/net/check_net_http.c
new file:   test/net/check_net_http_json.h
modified:   net/m_net_http_simple.c
modified:   m_net_http_simple.h
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant