cosmetic, cleaning.

This commit is contained in:
2015-06-10 10:59:24 +02:00
parent 9424b1e369
commit b790c7fd21
3 changed files with 6 additions and 38 deletions

View File

@@ -1,38 +1,7 @@
History for Eiffel-Web-Framework History for Eiffel-Web-Framework
[2015-06-10]
* Updated EWF design to better support concurrency, including SCOOP via
the new standalone connector.
[2011-09-23] Jocelyn
* library "ewsgi":
- NEW simple autotest cases using Nino web server
-fixed issue with RAW_POST_DATA being added in form_data_parameters
instead of meta_variables ...
- Implemented WGI_VALUE for parameter's type (query_parameter,
form_data_parameter, item ...)
* Nino connector: added feature to shutdown the server from the WGI application
* NEW library "http_client": a new library to perform simple http requests
such as get, head, post, put, ... (currently implemented with Eiffel cURL)
* NEW library "http_authorization": added simple library to support
HTTP_AUTHORIZATION. For now only "Basic" auth type is supported ..
[2011-09-22] Javier
* NEW Example: added partial Restbuck example
[2011-09-21] Jocelyn
* Nino connector: fixed an issue with missing value for Content-Type and Content-Length
[2011-09-13] Jocelyn
* library "router": now using a generic design to allow customization of
request handler context class.
* NEW library "server/request/rest": first attempt to provide a library to
help building RESTful application (the interfaces are likely to change
soon) EXPERIMENTAL
[2011-09-09] Jocelyn
* library "uri-template": better support for {/vars} and {?vars}
[2011-09-07] Jocelyn
* library "router": now routing depends on uri (or uri template) and request methods
* Nino connector: Fixed issue where HTTP_ prefix were missing for header meta variable.
[2011-09-07] Jocelyn
* changelog: starting to write down changelogs file
[Previous ] Many significant changes in v0

View File

@@ -1,4 +1,4 @@
Date: 2015-mar-31 Date: 2015-june
# Goal: # Goal:
======= =======
@@ -7,7 +7,7 @@ Date: 2015-mar-31
# Status: # Status:
========= =========
- The current version of EWF has mainly 3 connectors: CGI, libFCGI, and nino. - The version v0 of EWF has mainly 3 connectors: CGI, libFCGI, and nino.
- CGI and libFCGI connectors does not need any concurrency support. - CGI and libFCGI connectors does not need any concurrency support.
- But the nino connector had a pseudo concurrency support with Thread, however one could do write code that result in hasardeous concurrency execution. - But the nino connector had a pseudo concurrency support with Thread, however one could do write code that result in hasardeous concurrency execution.

View File

@@ -27,7 +27,6 @@
<library name="time" location="$ISE_LIBRARY\library\time\time-safe.ecf"/> <library name="time" location="$ISE_LIBRARY\library\time\time-safe.ecf"/>
<cluster name="httpd_server" location=".\" recursive="true"> <cluster name="httpd_server" location=".\" recursive="true">
<file_rule> <file_rule>
<exclude>/EIFGENs$</exclude>
<exclude>/concurrency$</exclude> <exclude>/concurrency$</exclude>
<exclude>/ssl$</exclude> <exclude>/ssl$</exclude>
<exclude>/no_ssl$</exclude> <exclude>/no_ssl$</exclude>