-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChangeLog
37 lines (27 loc) · 1.22 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
Wed Nov 28 11:15:09 JST 2009 [email protected]
* ruby 1.8.x compability patch
Thu Nov 21 10:14:15 JST 2009 [email protected]
* patch from http://blog.rubyists.com/2009/06/02/ruby-fcgi-on-1-9-x
Sun Jun 25 12:46:14 JST 2006 [email protected]
* patch from http://www.kbmj.com/tech/index.php?itemid=26
* patch from http://sean.treadway.info/articles/2005/12/24/open-season-for-eagain
Fri Apr 1 10:20:14 JST 2005 [email protected]
* Include errno.h
Fri Apr 1 08:09:13 JST 2005 [email protected]
* Report actual errors
Adds reporting of errors fcgi experiences. Credit to David Heinemier Hansson
for discovery.
Fri Apr 1 08:08:07 JST 2005 [email protected]
* FHS Include Paths
Wed Mar 30 21:45:11 JST 2005 [email protected]
* 16k+request-memleak
fix memory leak when 16k+/reqest.
from http://enigo.com/projects/iowa/fcgipatch.html
Wed Mar 30 21:43:02 JST 2005 [email protected]
* fix-check_stream_error
Simple fix in CHECK_STREAM_ERROR for Potential DoS
see http://groups-beta.google.com/group/comp.lang.ruby/browse_thread/thread/f51e79974a454b70/54fe207411e9eb05
for details.
Wed Mar 30 21:40:22 JST 2005 [email protected]
* init-from-0.8.5
Initalize DARCS repository from MoonWolf's 0.8.5 release.