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
Anthony Clark befe00a864 http11: Remove qsort code paths [changelog skip] (#2073)
* http11: Remove unused qsort/bsearch code paths

[changelog skip]

* Explicitly include ctype.h to fix compilation warning

[changelog skip]

Had the following warning during compilation without the include:
warning: implicitly declaring library function 'isspace' with type 'int (int)'
2019-11-13 08:31:09 +08:00
..
org/jruby/puma Merge branch 'jruby_optz' of https://github.com/headius/puma into headius-jruby_optz 2019-10-07 15:29:57 +02:00
ext_help.h Allow compilation with -Werror=format-security option 2012-07-10 22:47:49 +00:00
extconf.rb Windows update extconf.rb (#2069) 2019-11-09 14:16:34 +08:00
http11_parser.c Allow semicolon in url-path (#1934) 2019-08-28 17:08:01 +00:00
http11_parser.h Add license indicators. Fixes #1075 2016-09-06 13:23:59 -07:00
http11_parser.java.rl Eliminate callback objects and indirection altogether. 2019-10-05 16:05:35 -05:00
http11_parser.rl Compiler warnings fixes (#1388) 2017-08-08 17:01:16 -06:00
http11_parser_common.rl Allow semicolon in url-path (#1934) 2019-08-28 17:08:01 +00:00
io_buffer.c Use MRI macros when allocating heap memory 2016-09-06 13:16:52 -07:00
mini_ssl.c OpenSSL 1.1.1 updates, add #no_tlsv1_1 2019-08-03 14:36:59 -05:00
puma_http11.c http11: Remove qsort code paths [changelog skip] (#2073) 2019-11-13 08:31:09 +08:00
PumaHttp11Service.java re-implement (native) IOBuffer for JRuby 2018-12-20 12:40:15 +01:00