- 21 Jan, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
INFO log and its surrounding code are now guarded by LOG_ENABLED(SEVERITY) macro so that they don't run if log level threshold is higher. This increases performance because log formatting is somewhat expensive.
-
- 20 Jan, 2013 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 16 Jan, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
create_error_html() is rewritten without std::stringstream.
-
- 12 Jan, 2013 8 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 10 Jan, 2013 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 09 Jan, 2013 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
If --no-via option is given, shrpx does not append to Via header field. If Via header field is received, it is left unaltered.
-
Tatsuhiro Tsujikawa authored
-
- 08 Jan, 2013 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 05 Jan, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 22 Dec, 2012 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 19 Dec, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 16 Dec, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 13 Dec, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 12 Dec, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 09 Dec, 2012 5 commits
-
-
Tatsuhiro Tsujikawa authored
upstream_response logs more detailed information.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Color severity level if stderr refers to a terminal.
-
Tatsuhiro Tsujikawa authored
Added macros which log messages from the following components are prefixed with their component name + object pointer address: ListenHandler: LISTEN ThreadEventReceiver: THREAD_RECV Upstream: UPSTREAM Downstream: DOWNSTREAM DownstreamConnection: DCONN SpdySession: DSPDY
-
- 07 Dec, 2012 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 04 Dec, 2012 1 commit
-
-
Raul Gutierrez Segales authored
This avoids the need to provide the password for your private key interactively. It can be used via --private-key-passwd-file or private-key-passwd-file in the given config file. The first line in the file (without \n) will be treated as the passwd. There isn't any validation and all lines after the first one (if any) are ignored. The security model behind this is a bit simplistic so I am open to better ideas. Basically your password file should be root:root (700) and you *should* drop root and run as an unprivileged user. If the file exists and a line can be read then a callback will be set for the SSL ctxt and it'll feed the passwd when the private key is read (if password is needed). If the file exists with the wrong permisions it'll be logged and ignored.
-
- 25 Nov, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
Use --no-tls option to disable SSL/TLS and specify SPDY protocol version using -2 or -3.
-
- 24 Nov, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-