1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/ext/puma_http11
Daniel Marcotte 95a0645443 Eliminate logging overhead from JRuby SSL
Previously, even when not debugging, we were doing work to compose the
log messages.  Delete these diagnostic messages to keep things as fast
and lean as possible.
2015-08-12 14:21:11 -07:00
..
org/jruby/puma Eliminate logging overhead from JRuby SSL 2015-08-12 14:21:11 -07:00
ext_help.h Allow compilation with -Werror=format-security option 2012-07-10 22:47:49 +00:00
extconf.rb Update extconf.rb to compile correctly on OS X 2014-12-19 20:51:00 -08:00
http11_parser.c Change parser symbol names to avoid clash. Fixes #179 2013-07-18 11:22:18 -07:00
http11_parser.h Define RSTRING_NOT_MODIFIED for Rubinius performance 2013-09-04 20:15:56 +02:00
http11_parser.java.rl Fix use of "unsafeBytes" leading to offset errors and regen parser. 2011-11-22 16:23:34 -06:00
http11_parser.rl Change parser symbol names to avoid clash. Fixes #179 2013-07-18 11:22:18 -07:00
http11_parser_common.rl Change parser symbol names to avoid clash. Fixes #179 2013-07-18 11:22:18 -07:00
io_buffer.c Define RSTRING_NOT_MODIFIED for Rubinius performance 2013-09-04 20:15:56 +02:00
mini_ssl.c Use a constant format. Fixes #737 2015-07-16 09:57:08 -07:00
puma_http11.c Increase the max URI path length to 2048 chars from 1024 chars 2013-11-10 00:16:30 -08:00
PumaHttp11Service.java Start java version of MiniSSL 2012-08-23 16:56:37 -07:00