1 |
2008-11-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* Util.pm: New module (Functions originally developed for |
4 |
SuikaWiki4). |
5 |
|
6 |
2008-11-10 Wakaba <wakaba@suika.fam.cx> |
7 |
|
8 |
* HTTP.pm (request_uri): Percent-escape non-ASCII octets in |
9 |
REQUEST_URI to avoid they become unclear whether they are bytes or |
10 |
characters in later processing. |
11 |
|
12 |
2008-10-29 Wakaba <wakaba@suika.fam.cx> |
13 |
|
14 |
* HTTP.pm (remote_user): New method. |
15 |
|
16 |
2007-09-23 Wakaba <wakaba@suika.fam.cx> |
17 |
|
18 |
* Makefile (all): |Carp.html| is added. |
19 |
|
20 |
2007-08-12 Wakaba <wakaba@suika.fam.cx> |
21 |
|
22 |
* HTTP.pm (path_info, query_string, request_method, |
23 |
script_name): New attributes. The class now |
24 |
implements the |Message::IF::HTTPCGIRequest| interface. |
25 |
|
26 |
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
27 |
|
28 |
* HTTP.pm: Method names in codes were oldies. |
29 |
|
30 |
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
31 |
|
32 |
* Makefile: New file. |
33 |
|
34 |
* HTTP.pm: Reformed for manakai. |
35 |
|
36 |
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
37 |
|
38 |
* ChangeLog: New file. |
39 |
|
40 |
* HTTP.pm: New Perl module (a copy of |
41 |
SuikaWiki |lib/SuikaWiki/Input/HTTP.pm|). |