[DRE-commits] [unicorn] 02/02: Merge tag 'upstream/5.0.0'

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Mon Nov 2 13:07:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

tsfgnu-guest pushed a commit to branch master
in repository unicorn.

commit 17ccb6c4ce33c89b593fa80e660407654da9c521
Merge: d507532 0801300
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Mon Nov 2 16:07:31 2015 +0300

    Merge tag 'upstream/5.0.0'
    
    Upstream version 5.0.0

 .manifest                             |  10 -
 Application_Timeouts                  |   6 +-
 DESIGN                                |   6 +-
 Documentation/unicorn.1.txt           |  13 +-
 Documentation/unicorn_rails.1.txt     |   4 +-
 FAQ                                   |  25 +-
 GIT-VERSION-FILE                      |   2 +-
 GIT-VERSION-GEN                       |   2 +-
 GNUmakefile                           |   7 +-
 ISSUES                                |  48 ++-
 KNOWN_ISSUES                          |  18 +-
 LATEST                                |  57 ++--
 Links                                 |  31 +-
 NEWS                                  | 159 +++++++++
 PHILOSOPHY                            |   6 -
 README                                |  39 ++-
 SIGNALS                               |   2 +-
 Sandbox                               |   8 +-
 TUNING                                |  19 +-
 bin/unicorn                           |   2 +-
 bin/unicorn_rails                     |   2 +-
 examples/git.ru                       |  13 -
 examples/nginx.conf                   |  21 +-
 examples/unicorn.conf.rb              |   5 +-
 ext/unicorn_http/extconf.rb           |   1 +
 ext/unicorn_http/httpdate.c           |   2 +-
 ext/unicorn_http/unicorn_http.c       | 601 +++++++++++++++-------------------
 ext/unicorn_http/unicorn_http.rl      | 245 +++++---------
 lib/unicorn.rb                        |  28 +-
 lib/unicorn/app/exec_cgi.rb           | 154 ---------
 lib/unicorn/app/inetd.rb              | 109 ------
 lib/unicorn/configurator.rb           |  48 +--
 lib/unicorn/const.rb                  |  27 +-
 lib/unicorn/http_request.rb           |  55 ++--
 lib/unicorn/http_response.rb          |  46 +--
 lib/unicorn/http_server.rb            | 251 +++++++-------
 lib/unicorn/socket_helper.rb          | 108 ++----
 lib/unicorn/ssl_client.rb             |  11 -
 lib/unicorn/ssl_configurator.rb       | 104 ------
 lib/unicorn/ssl_server.rb             |  42 ---
 lib/unicorn/stream_input.rb           |   6 +-
 lib/unicorn/tmpio.rb                  |   5 -
 lib/unicorn/util.rb                   |   3 +-
 lib/unicorn/version.rb                |   2 +-
 lib/unicorn/worker.rb                 |  18 +-
 man/man1/unicorn.1                    |  12 +-
 man/man1/unicorn_rails.1              |   4 +-
 metadata.yml                          |  33 +-
 t/hijack.ru                           |   3 +-
 t/t0016-trust-x-forwarded-false.sh    |  30 --
 t/t0017-trust-x-forwarded-true.sh     |  30 --
 t/t0200-rack-hijack.sh                |   7 +-
 test/exec/test_exec.rb                |  52 +++
 test/test_helper.rb                   |   5 +-
 test/unit/test_http_parser_ng.rb      | 130 +-------
 test/unit/test_http_parser_xftrust.rb |  38 ---
 test/unit/test_response.rb            |  35 +-
 test/unit/test_sni_hostnames.rb       |  47 ---
 test/unit/test_socket_helper.rb       |   2 +-
 unicorn.gemspec                       |  11 +-
 60 files changed, 1045 insertions(+), 1765 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/unicorn.git



More information about the Pkg-ruby-extras-commits mailing list