nghttp2 - HTTP/2 C Library and tools
Go to file
Tatsuhiro Tsujikawa a9f475fb88 spdycat, shrpx: TLS SNI enhancements
shrpx:
* Added an option to set the TLS SNI extension between shrpx and the
  origin on the command line

spdycat:
* If the user set an explicit host header ( using --headers ) use that
  name for the TLS SNI extension.
* Added the handshake completion time to the verbose output
* The gettimeofday call in get_time was using the incorrect structure
  ( I believe )
* In update_html_parser it was submitting the request regardless of
  the return value of add_request.

Patch from Stephen Ludin
2013-03-29 22:06:33 +09:00
doc doc: Update doc 2013-03-24 21:24:14 +09:00
examples spdycli: Fix missing last by with IPv6 addr and check argc 2013-02-14 21:15:41 +09:00
fedora fedora: add spec file 2012-10-27 14:54:06 -07:00
lib Don't allow control characters in outgoing name/value pairs 2013-03-23 21:23:13 +09:00
m4 Added example of node.native style spdy server 2012-02-14 23:54:23 +09:00
python python: Escape '\' in server example code 2012-09-13 23:10:47 +09:00
src spdycat, shrpx: TLS SNI enhancements 2013-03-29 22:06:33 +09:00
tests tests: Fix compiler warning 2013-03-28 01:36:02 +09:00
.gitignore Add compile to .gitignore 2013-02-10 18:30:22 +09:00
AUTHORS Added libtool files 2012-01-18 00:53:12 +09:00
COPYING Fixed copyright year 2012-01-27 01:40:18 +09:00
ChangeLog Added libtool files 2012-01-18 00:53:12 +09:00
Makefile.am Add android-config and android-make to EXTRA_DIST 2013-03-11 00:35:09 +09:00
NEWS Update NEWS 2013-03-11 00:28:52 +09:00
README Added libtool files 2012-01-18 00:53:12 +09:00
README.rst Add Android build scripts and document 2013-03-09 00:10:50 +09:00
android-config Add Android build scripts and document 2013-03-09 00:10:50 +09:00
android-make Add Android build scripts and document 2013-03-09 00:10:50 +09:00
configure.ac cygwin build fix 2013-03-28 01:25:42 +09:00
makerelease.sh Add sample pac file and release script 2013-01-12 17:05:11 +09:00
proxy.pac.sample Add sample pac file and release script 2013-01-12 17:05:11 +09:00
shrpx.conf.sample Updated sample shrpx.conf 2012-08-02 23:58:52 +09:00

README

See README.rst