[DRE-commits] [unicorn] branch master updated (d507532 -> 17ccb6c)
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 change to branch master
in repository unicorn.
from d507532 Move upgrade code to init script
new 0801300 Imported Upstream version 5.0.0
new 17ccb6c Merge tag 'upstream/5.0.0'
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.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(-)
delete mode 100644 examples/git.ru
delete mode 100644 lib/unicorn/app/exec_cgi.rb
delete mode 100644 lib/unicorn/app/inetd.rb
delete mode 100644 lib/unicorn/ssl_client.rb
delete mode 100644 lib/unicorn/ssl_configurator.rb
delete mode 100644 lib/unicorn/ssl_server.rb
delete mode 100755 t/t0016-trust-x-forwarded-false.sh
delete mode 100755 t/t0017-trust-x-forwarded-true.sh
delete mode 100644 test/unit/test_http_parser_xftrust.rb
delete mode 100644 test/unit/test_sni_hostnames.rb
--
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