nghttp2

nghttp2 - HTTP/2 C Library and tools

OTHER License

Stars
4.5K
Committers
152

Bot releases are hidden (Show)

nghttp2 - nghttp2 v1.1.2

Published by tatsuhiro-t over 9 years ago

  • Fix linker error with libnghttp2_asio
  • Allow custom installation location for Python bindings
nghttp2 - nghttp2 v1.1.1

Published by tatsuhiro-t over 9 years ago

  • nghttpx: Fix various stability issues and memory leak bug

Since v1.1.0 was released just yesterday, and has many changes, we list its changes here:

  • Fix DATA is not consumed if nghttp2_http_on_data_chunk failed
  • nghttp2_submit_response and nghttp2_submit_headers may return NGHTTP2_ERR_DATA_EXIST
  • msvc build fixes and enchantments (Patch from Gabi Davar)
  • Compile with IRIX gcc-4.7 (Patch from Klaus Ziegler)
  • nghttp: Add --max-concurrent-streams option
  • nghttp: Add comment on HAR on pushed objects (Patch from acesso)
  • nghttpx: Add --include option to read additional configuration from given file
  • nghttpx: Add backend routing based on request host and path by extending -b option
  • nghttpx: Allow log variable to be enclosed by curly braces for disambiguation
  • nghttpx: Add log variables related to SSL/TLS connection
  • h2load: Add --ciphers option
nghttp2 - nghttp2 v1.1.0

Published by tatsuhiro-t over 9 years ago

  • Fix DATA is not consumed if nghttp2_http_on_data_chunk failed
  • nghttp2_submit_response and nghttp2_submit_headers may return NGHTTP2_ERR_DATA_EXIST
  • msvc build fixes and enchantments (Patch from Gabi Davar)
  • Compile with IRIX gcc-4.7 (Patch from Klaus Ziegler)
  • nghttp: Add --max-concurrent-streams option
  • nghttp: Add comment on HAR on pushed objects (Patch from acesso)
  • nghttpx: Add --include option to read additional configuration from given file
  • nghttpx: Add backend routing based on request host and path by extending -b option
  • nghttpx: Allow log variable to be enclosed by curly braces for disambiguation
  • nghttpx: Add log variables related to SSL/TLS connection
  • h2load: Add --ciphers option
nghttp2 - nghttp2 v1.0.5

Published by tatsuhiro-t over 9 years ago

  • Add STREAM_DEP_DEBUG macro switch to enable runtime validation of depedency tree
  • Fix another bug in priority handling; sibling's item is not queued when ancestor's item is detached
  • nghttpx: Fix crash with --http2-bridge and both frontend and backend TLS
nghttp2 - nghttp2 v1.0.4

Published by tatsuhiro-t over 9 years ago

  • Fix assertion failure in stream_update_dep_on_detach_item (GH-264)
nghttp2 - nghttp2 v1.0.3

Published by tatsuhiro-t over 9 years ago

  • Fix bug that idle self-depending PRIORITY is not handled gracefully
  • Optimize dependency based priority code to Firefox style tree
  • enable third-party for asio_lib too (Patch from Mike Frysinger)
  • fetch-ocsp-response: Support LibreSSL, and include port in ocsp_host
  • src: Support compile with LibreSSL
  • nghttpx: Fix bug that x-forwarded-proto header field does not reflect frontend scheme on HTTP/2 backend
  • nghttpx: Validate :path on SPDY frontend
nghttp2 - nghttp2 v1.0.2

Published by tatsuhiro-t over 9 years ago

  • Fix bug that data are not consumed for connection in race condition (GH-253)
  • Define NGHTTP2_EXTERN to __declspec(dllimport) when using nghttp2 for Windows build
  • Translate fetch-ocsp-response into Python
  • libevent-client: Fix bug that path is broken if URI does not contain path part
  • python: Call on_close callback when connection is lost for server session
  • python: Expose client certificate, if available (Patch from Fabian Wiesel)
  • python: Catch and log failure to set TCP_NODELAY (Patch from Fabian Wiesel)
  • nghttpx: Add --add-request-header option
  • nghttpx: Make WebSocket upgrade work
  • nghttpx: Fix bug that END_STREAM is not set in backend for POST with Upgrade
  • nghttpx: Don't send "Expect" header field twice
nghttp2 - nghttp2 v1.0.1

Published by tatsuhiro-t over 9 years ago

  • Include stdint.h instead of inttypes.h when compiled with MSVC < 2013
  • Fix invalid memory free on out-of-memory handling
  • integration: Use our own copy of golang spdy package
  • android: Don't link zlib bundled with android NDK
  • Dockerfile.android: Update NDK ver, and ubuntu; build and link zlib
  • src, examples: Fix up OpenSSL initialization
  • nghttpx: Allow HTTP Upgrade from POST request if response header has not been sent to the client
  • nghttpx: Fix bug that PUSH_PROMISE is sent after associated response HEADERS
  • nghttpd: Close connection after settings timeout and GOAWAY was sent
  • h2load: Fix bug that NPN fails if ALPN is enabled
nghttp2 - nghttp2 v1.0.0

Published by tatsuhiro-t over 9 years ago

nghttp2 - nghttp2 v0.7.15

Published by tatsuhiro-t over 9 years ago

nghttp2 - nghttp2 v0.7.14

Published by tatsuhiro-t over 9 years ago

  • Implements h2-14 protocol (http://tools.ietf.org/html/draft-ietf-httpbis-http2-14)
  • Implements HPACK 09 (http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-09)
  • Fix global-buffer-overflow in HPACK code
  • Fix doc for nghttp2_select_next_protocol
  • Fix bug that promised stream was not reset on decompression error
  • Add systemd and upstart configuration file for nghttpx
    (Patch from Zhuoyun Wei)
  • Improve nghttpx logrotate configuration file (Patch from Zhuoyun Wei)
  • Update sphinx_rtd_theme
  • h2load: Update h2load to give connect time and ttfb stats
    (Patch from ericcarlschwartz)
  • nghttpd: Add -m, --max-concurrent-streams option
  • nghttpx: Log absolute URI for HTTP/2 or client proxy request
  • nghttpx: Add --header-field-buffer and --max-header-fields options
  • nghttp: Fix assertion error if very large value is given to -t
nghttp2 - nghttp2 v0.7.13

Published by tatsuhiro-t over 9 years ago

nghttp2 - nghttp2 v0.7.12

Published by tatsuhiro-t over 9 years ago

  • Implements h2-14 protocol (http://tools.ietf.org/html/draft-ietf-httpbis-http2-14)
  • Implements HPACK 09 (http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-09)
  • Fix bug that nghttp2_session_set_next_stream_id accepts invalid stream_id
  • HPACK: Rewrite static header table handling
  • HPACK: Never index authorization and small cookie header field
  • Don't install libnghttp2_asio headers if they are disabled
  • doc: Specify program directive so that hyperlink to option is
    correctly pointed to the intended location
  • asio: client: Call error_cb on error occurred in do_read and do_write
    (Fixes GH-207)
  • nghttp: Add --no-push option to disable server push
  • nghttp: Show stream ID in statistics output
  • nghttp: Remove --dep-idle option
  • nghttp: Use same priority anchor nodes as Firefox does
  • nghttpx: Don't push resource if link header has non empty loadpolicy
  • nghttpx: Add logging for somewhat important events (logs, tickets, and ocsp)
  • nghttpx: Set Downstream to stream user data on HTTP Upgrade to h2
nghttp2 - nghttp2 v0.7.11

Published by tatsuhiro-t over 9 years ago

nghttp2 - nghttp2 v0.7.10

Published by tatsuhiro-t over 9 years ago

  • Implements h2-14 protocol (http://tools.ietf.org/html/draft-ietf-httpbis-http2-14)
  • Implements HPACK 09 (http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-09)
  • Make sure that nghttp2 license is MIT license
  • Add nghttp2_session_consume_{connection,stream} to consume bytes independent
  • Add nghttp2_send_data_callback to send DATA payload without copying
  • "static inline" fix for build with VS2013 (Patch from Remo E)
  • Update lib/Makefile.msvc (Patch from Remo E)
  • Remove dependency on libws2_32 on Windows build
  • Define NGHTTP2_EXTERN macro to export function for Windows build
  • doc: Generate API doc per function
  • python: Add async body generation support
  • python: Fix pseudo-header field ordering bug
  • nghttpx: Redirect stderr to errorlog file
  • nghttpx: Fix bug that data buffered in SSL object are not read
  • nghttpx: Remove --tls-ctx-per-worker option
  • nghttpx: Add OCSP stapling feature
nghttp2 - nghttp2 v0.7.9

Published by tatsuhiro-t over 9 years ago

  • Implements h2-14 protocol (http://tools.ietf.org/html/draft-ietf-httpbis-http2-14)
  • Implements HPACK 09 (http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-09)
  • h2load: Fix crash if -t > -c
  • h2load: Add -d option to upload data to server
  • nghttpx: Forward only "trailers" keyword in te when forwarding HTTP/2 backend
  • nghttpx: Fix PUSH_PROMISE header field corruption [GH-194]
  • nghttpx: Fix te header field is duplicated when forwarding HTTP/2 backend
  • nghttp, nghttpd: Add --hexdump option to hexdump incoming traffic.
  • examples: Place AM_CPPFLAGS first to use in-package header files first [GH-192]
nghttp2 - nghttp2 v0.7.8

Published by tatsuhiro-t over 9 years ago

nghttp2 - nghttp2 v0.7.7

Published by tatsuhiro-t over 9 years ago

nghttp2 - nghttp2 v0.7.6

Published by tatsuhiro-t over 9 years ago

  • Implements h2-14 protocol (http://tools.ietf.org/html/draft-ietf-httpbis-http2-14)
  • Implements HPACK 09 (http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-09)
  • Depend on spdylay >= 1.3.2 for spdylay_session_set_stream_user_data
  • Make sending trailer part easier with
    nghttp2_submit_request/nghttp2_submit_response using
    NGHTTP2_DATA_FLAG_NO_END_STREAM and nghttp2_submit_trailer()
  • Refuse PUSH_PROMISE while unacked local ENABLE_PUSH is 0
  • Remove thread_local check from configure, since we use pthread_*
    directly for now
  • Fix -Werror=cast-align error on 32 bit platform
    Fixes GH-172
  • tests: Use nghttp2_mem instead of raw malloc()/free()
    Fixes GH-170
  • nghttpx: Support multiple HTTP/2 session per worker
    See --backend-http2-connections-per-worker option
  • nghttpx: Support multiple -b option for HTTP/2 backend
  • nghttpx: Disable acceptor temporarily when process runs out of fd
  • nghttpx: Don't rewrite host for CONNECT method
  • nghttpx: Attempt to improve HTTP/2 backend connection check
  • nghttpx: Support trailer part for both h2 and h1
  • nghttpx: replacing thread_local, which does not exist on OS X, with
    pthread_getspecific call
    (Patch from Stefan Eissing)
  • nghttpx: Fix compile error without O_CLOEXEC
    (Patch from acesso)
  • nghttpx: Fix broken server push after HTTP upgrade
  • nghttpx: Fix crash when upgrading HTTP/2 failed
  • nghttpd: Add --trailer to send trailer header fields
  • nghttp: do not send pseudo-headers when in HTTP/1
    (Patch from Kazuho Oku)
  • nghttp: Add --trailer optiont to send trailer header fields with -d
    option
  • nghttp: Treat stream as success if we see END_STREAM from peer
  • nghttpd: Fix bug that date header field value is not updated
  • python: Fix bug push response header fields are not passed to
    callback
  • asio: Rewrite server API, breaking ABI compat
  • asio: Add client interface to libnghttp2_asio
nghttp2 - nghttp2 v0.7.5

Published by tatsuhiro-t over 9 years ago

  • Implements h2-14 protocol (http://tools.ietf.org/html/draft-ietf-httpbis-http2-14)
  • Implements HPACK 09 (http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-09)
  • Validate HTTP semantics by default
  • Add nghttp2_option_set_no_http_messaging() API function
  • Update http-parser
  • nghttp, nghttpd, nghttpx: Use "sensitive" to indicate "never
    indexed" header field
  • nghttp, nghttpd, nghttpx, h2load: Select/announce h2 in ALPN/NPN
  • nghttp: Fix unaligned field output in --stat
  • nghttp: Fix -H does not work with -u upgrade request
  • nghttp: Update resource timing terminology according to Resource
    Timing TR
  • nghttpd: Add -a option which takes an address parameter that allows
    nghttpd to bind to a non-default address. Patch from Brian Card
  • nghttpx: Use omit minor version in case of HTTP/2 in via header and
    access log
  • nghttpx: Support UNIX domain socket on both frontend and backend
  • nghttpx: Fix crash in http/1 backend when backend returns more bytes
    than CL
  • nghttpx: Cast configuration value to rlim_t to avoid compile error
    on 32bit
  • nghttpx: Fix 1 second delay in HTTP/2 backend connection
  • nghttpx: Fix request re-submission bug in HTTP/2 backend
  • asio-sv2: Fix compile error with OS X