Skip to content

Commit b790c7f

Browse files
committed
cosmetic, cleaning.
1 parent 9424b1e commit b790c7f

File tree

3 files changed

+6
-38
lines changed

3 files changed

+6
-38
lines changed

CHANGELOGS.txt

Lines changed: 4 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,7 @@
11
History for Eiffel-Web-Framework
2+
[2015-06-10]
3+
* Updated EWF design to better support concurrency, including SCOOP via
4+
the new standalone connector.
25

3-
[2011-09-23] Jocelyn
4-
* library "ewsgi":
5-
- NEW simple autotest cases using Nino web server
6-
-fixed issue with RAW_POST_DATA being added in form_data_parameters
7-
instead of meta_variables ...
8-
- Implemented WGI_VALUE for parameter's type (query_parameter,
9-
form_data_parameter, item ...)
10-
* Nino connector: added feature to shutdown the server from the WGI application
11-
* NEW library "http_client": a new library to perform simple http requests
12-
such as get, head, post, put, ... (currently implemented with Eiffel cURL)
13-
* NEW library "http_authorization": added simple library to support
14-
HTTP_AUTHORIZATION. For now only "Basic" auth type is supported ..
15-
16-
[2011-09-22] Javier
17-
* NEW Example: added partial Restbuck example
18-
19-
[2011-09-21] Jocelyn
20-
* Nino connector: fixed an issue with missing value for Content-Type and Content-Length
21-
22-
[2011-09-13] Jocelyn
23-
* library "router": now using a generic design to allow customization of
24-
request handler context class.
25-
* NEW library "server/request/rest": first attempt to provide a library to
26-
help building RESTful application (the interfaces are likely to change
27-
soon) EXPERIMENTAL
28-
29-
[2011-09-09] Jocelyn
30-
* library "uri-template": better support for {/vars} and {?vars}
31-
32-
[2011-09-07] Jocelyn
33-
* library "router": now routing depends on uri (or uri template) and request methods
34-
* Nino connector: Fixed issue where HTTP_ prefix were missing for header meta variable.
35-
36-
[2011-09-07] Jocelyn
37-
* changelog: starting to write down changelogs file
386

7+
[Previous ] Many significant changes in v0

MIGRATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Date: 2015-mar-31
1+
Date: 2015-june
22

33
# Goal:
44
=======
@@ -7,7 +7,7 @@ Date: 2015-mar-31
77

88
# Status:
99
=========
10-
- The current version of EWF has mainly 3 connectors: CGI, libFCGI, and nino.
10+
- The version v0 of EWF has mainly 3 connectors: CGI, libFCGI, and nino.
1111
- CGI and libFCGI connectors does not need any concurrency support.
1212
- But the nino connector had a pseudo concurrency support with Thread, however one could do write code that result in hasardeous concurrency execution.
1313

library/server/ewsgi/connectors/standalone/src/httpd/httpd-safe.ecf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<library name="time" location="$ISE_LIBRARY\library\time\time-safe.ecf"/>
2828
<cluster name="httpd_server" location=".\" recursive="true">
2929
<file_rule>
30-
<exclude>/EIFGENs$</exclude>
3130
<exclude>/concurrency$</exclude>
3231
<exclude>/ssl$</exclude>
3332
<exclude>/no_ssl$</exclude>

0 commit comments

Comments
 (0)