yahns 1.9.0 → 1.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (92) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +2 -1
  3. data/.olddoc.yml +7 -0
  4. data/Documentation/.gitignore +1 -1
  5. data/Documentation/GNUmakefile +1 -1
  6. data/Documentation/yahns-rackup.txt +1 -1
  7. data/Documentation/yahns.txt +1 -1
  8. data/Documentation/yahns_config.txt +1 -1
  9. data/GIT-VERSION-FILE +1 -1
  10. data/GIT-VERSION-GEN +2 -2
  11. data/GNUmakefile +1 -1
  12. data/HACKING +1 -1
  13. data/NEWS +494 -504
  14. data/README +2 -1
  15. data/Rakefile +5 -69
  16. data/bin/yahns +1 -1
  17. data/bin/yahns-rackup +1 -1
  18. data/extras/README +1 -1
  19. data/extras/autoindex.rb +1 -1
  20. data/extras/exec_cgi.rb +1 -1
  21. data/extras/try_gzip_static.rb +4 -2
  22. data/lib/yahns/acceptor.rb +1 -1
  23. data/lib/yahns/cap_input.rb +1 -1
  24. data/lib/yahns/client_expire_generic.rb +1 -1
  25. data/lib/yahns/client_expire_tcpi.rb +1 -1
  26. data/lib/yahns/config.rb +5 -2
  27. data/lib/yahns/daemon.rb +2 -2
  28. data/lib/yahns/fdmap.rb +1 -1
  29. data/lib/yahns/http_client.rb +1 -1
  30. data/lib/yahns/http_context.rb +1 -1
  31. data/lib/yahns/http_response.rb +1 -1
  32. data/lib/yahns/log.rb +2 -2
  33. data/lib/yahns/max_body/rewindable_wrapper.rb +1 -1
  34. data/lib/yahns/max_body/wrapper.rb +1 -1
  35. data/lib/yahns/max_body.rb +1 -1
  36. data/lib/yahns/proxy_http_response.rb +2 -2
  37. data/lib/yahns/proxy_pass.rb +4 -1
  38. data/lib/yahns/queue_egg.rb +1 -1
  39. data/lib/yahns/queue_epoll.rb +1 -1
  40. data/lib/yahns/queue_kqueue.rb +1 -1
  41. data/lib/yahns/queue_quitter.rb +1 -1
  42. data/lib/yahns/queue_quitter_pipe.rb +1 -1
  43. data/lib/yahns/rack.rb +1 -1
  44. data/lib/yahns/sendfile_compat.rb +1 -1
  45. data/lib/yahns/server.rb +6 -6
  46. data/lib/yahns/server_mp.rb +1 -1
  47. data/lib/yahns/sigevent.rb +1 -1
  48. data/lib/yahns/sigevent_efd.rb +1 -1
  49. data/lib/yahns/sigevent_pipe.rb +1 -1
  50. data/lib/yahns/socket_helper.rb +1 -1
  51. data/lib/yahns/stream_file.rb +1 -1
  52. data/lib/yahns/stream_input.rb +1 -1
  53. data/lib/yahns/tcp_server.rb +1 -1
  54. data/lib/yahns/tee_input.rb +1 -1
  55. data/lib/yahns/tmpio.rb +1 -1
  56. data/lib/yahns/unix_server.rb +1 -1
  57. data/lib/yahns/version.rb +1 -1
  58. data/lib/yahns/wbuf_common.rb +1 -1
  59. data/lib/yahns/wbuf_str.rb +1 -1
  60. data/lib/yahns/worker.rb +1 -1
  61. data/lib/yahns.rb +1 -1
  62. data/man/yahns-rackup.1 +1 -4
  63. data/man/yahns.1 +1 -4
  64. data/man/yahns_config.5 +1 -4
  65. data/test/covshow.rb +1 -1
  66. data/test/helper.rb +1 -1
  67. data/test/server_helper.rb +1 -1
  68. data/test/test_bin.rb +1 -1
  69. data/test/test_buffer_tmpdir.rb +1 -1
  70. data/test/test_client_expire.rb +3 -4
  71. data/test/test_client_max_body_size.rb +1 -1
  72. data/test/test_config.rb +1 -1
  73. data/test/test_expect_100.rb +1 -1
  74. data/test/test_extras_autoindex.rb +1 -1
  75. data/test/test_extras_exec_cgi.rb +1 -1
  76. data/test/test_extras_exec_cgi.sh +1 -1
  77. data/test/test_extras_try_gzip_static.rb +1 -1
  78. data/test/test_fdmap.rb +1 -1
  79. data/test/test_input.rb +1 -1
  80. data/test/test_mt_accept.rb +1 -1
  81. data/test/test_output_buffering.rb +1 -1
  82. data/test/test_rack.rb +1 -1
  83. data/test/test_rack_hijack.rb +1 -1
  84. data/test/test_reopen_logs.rb +1 -1
  85. data/test/test_response.rb +1 -1
  86. data/test/test_serve_static.rb +1 -1
  87. data/test/test_server.rb +1 -1
  88. data/test/test_stream_file.rb +1 -1
  89. data/test/test_unix_socket.rb +1 -1
  90. data/test/test_wbuf.rb +1 -1
  91. data/yahns.gemspec +4 -4
  92. metadata +10 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 49368448f90a245e5b9e66d4be300840d6cecfa9
4
- data.tar.gz: 2b97d5ff7b0ca846366ea32397ae99bd27eb4cf2
3
+ metadata.gz: 2c643fa72cb1ded8e5ce3999d579e12a7076df0b
4
+ data.tar.gz: 54d4e4b0d98944eacd73fadbdf7d7f508707b6f0
5
5
  SHA512:
6
- metadata.gz: 7da4504be2239c1c8387a51a88e3d5a025a7b592156e2856b190a1ce196dd24c5a726597ad13e71ba4d17fc7473140e8bdc66ae70522391cb5e1ae77dc894782
7
- data.tar.gz: f12f41d4b2229a86cdf243706ab71c4668da13e483b462f1845d68ac67cadadd05b6e835c45a5c8d0cedba538f1ec80dbb18ab199b587182afe6725e5d8c949e
6
+ metadata.gz: 7d13c33de59bd992eff2b56855d415bad109f7835039647907f91c64e7ab2e0802fcc09e3dd5c621ebb935c134c93f2f75d58e5f2e8e52c7c6ecff15c6f1c6bd
7
+ data.tar.gz: 80c8fc880ce803efb7598bac519cb197931c5e39c2330738b5cc40a8fbeffd592f72ee545f9e1527da8c9c7a96301f095d86b53d330fdbe03af34ed0840d6298
data/.gitignore CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
1
+ # Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
2
2
  # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
3
3
  /GIT-VERSION-FILE
4
4
  /NEWS
@@ -15,3 +15,4 @@
15
15
  .gem-manifest
16
16
  .tgz-manifest
17
17
  /doc
18
+ /LATEST
data/.olddoc.yml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ cgit_url: http://yhbt.net/yahns.git
3
+ git_url: git://yhbt.net/yahns.git
4
+ rdoc_url: http://yahns.yhbt.net/
5
+ ml_url: http://yhbt.net/yahns-public/
6
+ public_email: yahns-public@yhbt.net
7
+ private_email: yahns@yhbt.net
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
1
+ # Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
2
2
  # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
3
3
  *.1
4
4
  *.5
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
1
+ # Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
2
2
  # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
3
3
  all::
4
4
 
@@ -137,7 +137,7 @@ No subscription is necessary to post to the mailing list.
137
137
 
138
138
  # COPYRIGHT
139
139
 
140
- Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.\
140
+ Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
141
141
  License: GPLv3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>
142
142
 
143
143
  # SEE ALSO
@@ -60,7 +60,7 @@ No subscription is necessary to post to the mailing list.
60
60
 
61
61
  # COPYRIGHT
62
62
 
63
- Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.\
63
+ Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
64
64
  License: GPLv3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>
65
65
 
66
66
  # SEE ALSO
@@ -576,7 +576,7 @@ See the examples/ directory in the git source tree.
576
576
 
577
577
  # COPYRIGHT
578
578
 
579
- Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.\
579
+ Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
580
580
  License: GPLv3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>
581
581
 
582
582
  # SEE ALSO
data/GIT-VERSION-FILE CHANGED
@@ -1 +1 @@
1
- VERSION = 1.9.0
1
+ VERSION = 1.10.0
data/GIT-VERSION-GEN CHANGED
@@ -1,10 +1,10 @@
1
1
  #!/usr/bin/env ruby
2
- # Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
2
+ # Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
3
3
  # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
4
4
  CONSTANT = "Yahns::VERSION"
5
5
  RVF = "lib/yahns/version.rb"
6
6
  GVF = "GIT-VERSION-FILE"
7
- DEF_VER = "v1.9.0"
7
+ DEF_VER = "v1.10.0"
8
8
  vn = DEF_VER
9
9
 
10
10
  # First see if there is a version file (included in release tarballs),
data/GNUmakefile CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
1
+ # Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
2
2
  # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
3
3
  all::
4
4
  pkg = yahns
data/HACKING CHANGED
@@ -53,5 +53,5 @@ Mailing list archives: http://yhbt.net/yahns-public/
53
53
  No subscription is necessary to post to the mailing list.
54
54
  Please remember to Cc: all recipients.
55
55
 
56
- Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.
56
+ Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
57
57
  License: GPLv3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>