nghttp2/third-party
Tatsuhiro Tsujikawa 03f7f8cb9c nghttpx: About implicit conversion from ImmutableString and std::string to StringRef
This is required to avoid creation of temporary ImmutableString
like so:

std::string x;
ImmutableString y = ...;
StringRef ref = !x.empty() ? x : y;

First, temporary ImmutableString is created with x since
ImmutableString has constructor to accept std::string.  After
StringRef gets this, the temporary ImmutableString is destroyed, and
ref has dangling pointer.
2016-01-21 17:12:40 +09:00
..
http-parser Update http-parser 2015-07-25 12:53:17 +09:00
mruby@22464fe5a0 Update mruby to 1.2.0 2015-11-17 23:23:53 +09:00
neverbleed@84b3ac48f3 nghttpx: About implicit conversion from ImmutableString and std::string to StringRef 2016-01-21 17:12:40 +09:00
Makefile.am Pass OpenSSL flags to libneverbleed 2015-10-01 01:29:51 +09:00
build_config.rb Add missing build_config.rb 2015-09-05 18:10:10 +09:00