-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog
executable file
·110 lines (99 loc) · 6.4 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
Mon Jan 02 01:02:00 2015 Tajima Akio <[email protected]>
* Rakefile replace Rake::GemPackageTask with Gem::PackageTask
Thu Jul 04 23:37:00 2013 Tajima Akio <[email protected]> on behalf of sibapy
* lib/rack/handler/ennoust.rb fix Ennoust class name in command line parameters
Thu Jul 04 00:01:00 2013 Tajima Akio <[email protected]> on behalf of sibapy
* lib/rack/handler/ennoust.rb spawn child if sudden death
* lib/rack/handler/ennoumu.rb spawn child if sudden death
Tue Apr 04 21:59:00 2013 Tajima Akio <[email protected]>
* lib/rack/handler/ennoust.rb single thread per a process handler
Fri Oct 26 22:00:00 2012 CHIKANAGA Tomoyuki <[email protected]>
* ext/ennou/ennou.c (wait_io): retry when rb_w32_wait_events() returnc
Tue Aug 28 17:03:20 2012 CHIKANAGA Tomoyuki <[email protected]>
* lib/rack/handler/ennoumu.rb: make ruby.exe path from 'bindir'.
bacause 'rackup' could not be the script bundled with NougakuDo when
executed via 'bundle exec'.
Tue Aug 28 17:03:20 2012 CHIKANAGA Tomoyuki <[email protected]>
* lib/rack/handler/ennoumu.rb: support the wildcard VirtualHost with
multiprocess handler.
Thu Aug 16 14:11:12 2012 Tajima Akio <[email protected]>
* lib/rack/hanlder/ennoumu.rb: fix typo of qname variable's name
Tue Aug 14 23:25:30 2012 Tajima Akio <[email protected]>
* ext/ennou/ennou.c: add requests property for checking active clients count while closing
open/close group by the controller only
version 1.1.6
* lib/rack/handler/ennou.rb: close client in ensure block
* lib/rack/handler/ennoumu.rb: wait controller while processing clients response
* test/test_shutdown.rb: simple test for graceful close
Sat Jul 21 7:23:15 2012 Tajima Akio <[email protected]>
* test/test_server.rb: add unknown (by http api) response header test.
* ext/ennou/ennou.c: support unknown (by http api) response header set (limited <= 100).
version 1.1.5
* ext/ennou/ennou.h: add unknwon header name holder that protects string value of sym.
the problem (issue #2) was reported by sibapy, thank you.
Fri Jul 20 2:33:10 2012 Tajima AKio <[email protected]>
* ext/ennou/ennou.c: reset binmode for tempfile (large post testdata)
the problem (issue #3) was reported by sibapy, thank you.
Tue Jun 26 22:08:10 2012 Tajima Akio <[email protected]>
* ext/ennou/ennou.c: expand header buffer size for HttpReceiveHttpRequest.
original size (<3K) is too small and causes rack lint error.
the problem (issue #1) was reported by masatec, thank you.
Sat Oct 15 19:01:10 2011 Tajima Akio <[email protected]>
* lib/rack/handler/ennou.rb: add a constant named VERSION for script's version number.
create qname with hostname or scriptname for multple instances.
* lib/rack/handler/ennoumu.rb: create qname with hostname or scriptname for multple instances.
Thu Oct 13 22:45:50 2011 Tajima Akio <[email protected]>
* bin/nougakudo.hta: keep original require unless temporary config.ru
Thu Oct 6 1:31:23 2011 Tajima Akio <[email protected]>
* bin/nougakudo.hta: move setting RAILS_RELATIVE_URL_ROOT to top of the script.
Thu Oct 6 00:35:18 2011 Tajima Akio <[email protected]>
* lib/rack/handler/ennou.rb, ennoumu.rb: set rack.multiprocess correctly.
Mon Sep 3 08:47:21 2011 Tajima Akio <[email protected]>
* bin/nougakudo.hta: fix putting multiple ENV lines bug.
Mon Sep 3 04:33:00 2011 Tajima Akio <[email protected]>
* bin/nougakudo.hta: remove config.action_controller.relative_url_root and use by hand.
Mon Sep 3 03:47:00 2011 Tajima Akio <[email protected]>
* ext/ennou/ennou.c: version 1.1.2, fix status 304 overwrite bug (to 204).
* bin/tds_setup.rb: remove config.action_controller.asset_path.
* bin/nougakudo.hta: set config.action_controller.relative_url_root to environments/*.rb
if directory mode.
Sun Sep 2 02:26:20 2011 Tajima Akio <[email protected]>
* lib/rack/handler/ennou.rb: set script name explicitly.
Fri Sep 30 0:44:28 2011 Tajima Akio <[email protected]>
* bin/editable.bat: add WinNT label for post-install
* bin/launch-nougakudo.bat: add WinNT label for post-install
* bin/setenv19.bat: add WinNT label for post-install
* bin/tds_setup.bat: add WinNT label for post-install,
add create_db.rake for database creation.
Fri Sep 30 0:44:28 2011 Tajima Akio <[email protected]>
* lib/rack/handler/ennou.rb: place '/' on top of the script name.
* lib/rack/handler/ennoumu.rb: place '/' on top of the script name.
Mon Sep 19 10:58:20 2011 Tajima Akio <[email protected]>
* bin/nougakudo.hta: add directory/host selection for using virtual host
* lib/rack/handler/ennoumu.rb: set vhost on the servers command args.
Sun Sep 11 03:44:32 2011 Tajima Akio <[email protected]>
* ext/ennou/ennou.c: version# 1.1.0 -> 1.1.1
export script instance_variable for control uri.
* lib/rack/handler/ennoumu.rb: set scriptname to the server.
Sat Sep 10 21:12:30 2011 Tajima Akio <[email protected]>
* lib/rack/handler/ennou.rb: fix urlprefix for HttpAddUrlToUrlGroup with no script.
* lib/rack/handler/ennoumu.rb: fix urlprefix for HttpAddUrlToUrlGroup with no script.
Sun Sep 4 13:51:12 2011 Tajima Akio <[email protected]>
* bin/editable.bat: explicitly set external encoding to utf-8 for editable files.
Sun Sep 4 00:11:14 2011 Tajima Akio <[email protected]>
* ext/ennou/ennou.c: version 1.1.0
support virtual host.
* lib/rack/handler/ennou.rb: support virtual host if config[:Host] was supplied.
Sat Sep 3 16:15:23 2011 Tajima Akio <[email protected]>
* ext/ennou/ennou.c: explicitly set 'ASCII-8BIT' external encoding for StringIO
Mon Aug 15 00:09:00 2011 Tajima Akio <[email protected]>
* bin/editable.bat: change editable text's line separator from LF to CR/LF for Notepad.
* bin/tds_setup.bat: change default rails generated files to tds enabled.
Sat Jul 16 02:09:00 2011 Tajima Akio <[email protected]>
*`ext/ennou/ennou.c: initialize instance variables (@break, @event) for server
Thu Jul 7 03:08:00 2011 Tajima Akio <[email protected]>
* ext/ennou/ennou.c: wait some milliseconds for incoming message. (v1.0.0 -> 1.0.1)
Fri May 6 22:17:00 2011 Tajima Akio <[email protected]>
* ChangeLog: initial release
* Rakefile: add for rake-compiler.
* ext/* -> ext/ennou/*: move files for rake-compiler