]> granicus.if.org Git - esp-idf/commit
nghttp module: Update to v1.22, use submodule instead of in-tree source
authorAngus Gratton <angus@espressif.com>
Wed, 17 May 2017 02:06:31 +0000 (12:06 +1000)
committerAngus Gratton <gus@projectgus.com>
Wed, 17 May 2017 04:05:54 +0000 (14:05 +1000)
commitb6063d160cdcec8b47f64a649b43544b5f72da67
tree994c02384d9691d2198e94906d67ec68a6abfe51
parent4dad7ab621872cc53a83541dcf458d92899993c0
nghttp module: Update to v1.22, use submodule instead of in-tree source
47 files changed:
.gitmodules
components/nghttp/component.mk
components/nghttp/include/nghttp2/nghttp2.h [deleted file]
components/nghttp/include/nghttp2_buf.h [deleted file]
components/nghttp/include/nghttp2_callbacks.h [deleted file]
components/nghttp/include/nghttp2_frame.h [deleted file]
components/nghttp/include/nghttp2_hd.h [deleted file]
components/nghttp/include/nghttp2_hd_huffman.h [deleted file]
components/nghttp/include/nghttp2_helper.h [deleted file]
components/nghttp/include/nghttp2_http.h [deleted file]
components/nghttp/include/nghttp2_int.h [deleted file]
components/nghttp/include/nghttp2_map.h [deleted file]
components/nghttp/include/nghttp2_mem.h [deleted file]
components/nghttp/include/nghttp2_net.h [deleted file]
components/nghttp/include/nghttp2_npn.h [deleted file]
components/nghttp/include/nghttp2_option.h [deleted file]
components/nghttp/include/nghttp2_outbound_item.h [deleted file]
components/nghttp/include/nghttp2_pq.h [deleted file]
components/nghttp/include/nghttp2_priority_spec.h [deleted file]
components/nghttp/include/nghttp2_queue.h [deleted file]
components/nghttp/include/nghttp2_rcbuf.h [deleted file]
components/nghttp/include/nghttp2_session.h [deleted file]
components/nghttp/include/nghttp2_stream.h [deleted file]
components/nghttp/include/nghttp2_submit.h [deleted file]
components/nghttp/library/nghttp2_buf.c [deleted file]
components/nghttp/library/nghttp2_callbacks.c [deleted file]
components/nghttp/library/nghttp2_frame.c [deleted file]
components/nghttp/library/nghttp2_hd.c [deleted file]
components/nghttp/library/nghttp2_hd_huffman.c [deleted file]
components/nghttp/library/nghttp2_hd_huffman_data.c [deleted file]
components/nghttp/library/nghttp2_helper.c [deleted file]
components/nghttp/library/nghttp2_http.c [deleted file]
components/nghttp/library/nghttp2_map.c [deleted file]
components/nghttp/library/nghttp2_mem.c [deleted file]
components/nghttp/library/nghttp2_npn.c [deleted file]
components/nghttp/library/nghttp2_option.c [deleted file]
components/nghttp/library/nghttp2_outbound_item.c [deleted file]
components/nghttp/library/nghttp2_pq.c [deleted file]
components/nghttp/library/nghttp2_priority_spec.c [deleted file]
components/nghttp/library/nghttp2_queue.c [deleted file]
components/nghttp/library/nghttp2_rcbuf.c [deleted file]
components/nghttp/library/nghttp2_session.c [deleted file]
components/nghttp/library/nghttp2_stream.c [deleted file]
components/nghttp/library/nghttp2_submit.c [deleted file]
components/nghttp/library/nghttp2_version.c [deleted file]
components/nghttp/nghttp2 [new submodule]
components/nghttp/port/include/nghttp2/nghttp2ver.h [moved from components/nghttp/include/nghttp2/nghttp2ver.h with 94% similarity]