|
|
31fcd61401
|
Make sure to be able to compile in complete void-safe for 14.05 and still compile with 13.11
|
2014-05-14 10:14:51 +02:00 |
|
|
|
fd66d79ecb
|
Updated ecf files toward complete void-safety
Added iron package files.
Added libfcgi files to compile .lib and .dll on Windows
|
2014-04-22 21:47:29 +02:00 |
|
|
|
d6b77e938b
|
Added more tests for uri-template matching, especially with url that contains %2F i.e the percent encoded slash '/'
|
2014-04-22 19:25:07 +02:00 |
|
|
|
fdfeea508e
|
Merge branch 'master' of https://github.com/EiffelWebFramework/EWF.wiki
|
2014-04-22 15:50:44 +02:00 |
|
|
|
99d0340e1b
|
Merge branch 'master' of https://github.com/eiffelhub/json
|
2014-04-22 15:50:30 +02:00 |
|
|
|
a74cda2f33
|
Added support for UTF-8 during decoding.
The JSON specification does not require it, but some json encoders are using utf-8 encoding for json encoding.
Added related autotest case.
|
2014-04-22 15:45:31 +02:00 |
|
|
|
322fd80f40
|
Be sure to reset `is_https' to False, in case the wsf_request object is reused by the implementation.
|
2014-04-22 10:18:16 +02:00 |
|
|
|
7168941495
|
is_https should not rely on REQUEST_SCHEME which may still be "http" for SSL connection.
|
2014-04-22 10:09:03 +02:00 |
|
|
|
161607cf8a
|
better comments.
|
2014-04-22 10:01:27 +02:00 |
|
|
|
d45cd032a7
|
Corrected support of https request in `server_url' (and callers).
Added query `is_https' to indicate if the request is done via a https connection or not.
|
2014-04-22 09:59:18 +02:00 |
|
Jocelyn Fiat
|
9db9a4957a
|
Updated Documentation__Request (markdown)
|
2014-04-17 07:24:13 -07:00 |
|
Jocelyn Fiat
|
d089921ef5
|
Updated Documentation__Request (markdown)
|
2014-04-17 07:23:54 -07:00 |
|
Jocelyn Fiat
|
7f3ece2da9
|
Updated Documentation__Request (markdown)
|
2014-04-17 07:23:33 -07:00 |
|
|
|
4b497060a0
|
Added an example to embed EWF nino service into a Vision2 desktop application.
This is locally consumed via the embedded web browser component.
|
2014-04-10 15:28:19 +02:00 |
|
|
|
d40131f863
|
Updated encoder library, especially URL encoders to reuse implementation of percent_encoder.e
Fixed JSON_ENCODER for %T and related.
Updated related autotest cases.
|
2014-04-09 18:10:51 +02:00 |
|
|
|
9999b5e400
|
Moved implementation of WSF_PERCENT_ENCODER into "encoder" library, and added the *partial* variant.
|
2014-04-09 17:19:09 +02:00 |
|
|
|
6e27f66306
|
Improved BASE64 to update has_error when decoding.
Added manual tests.
|
2014-04-09 16:56:40 +02:00 |
|
|
|
a4c1263190
|
fixed code for test_url_encoder
|
2014-04-09 16:22:42 +02:00 |
|
|
|
46920fb991
|
Do not try to read more bytes from input than provided Content-Length value.
|
2014-04-09 12:27:31 +02:00 |
|
|
|
d50b3cb28c
|
For maintenance filter, response with http status code {HTTP_STATUS_CODE}.service_unavailable
|
2014-04-09 12:22:36 +02:00 |
|
|
|
6481d2ec7d
|
Fixed all-stable-safe.ecf fusion
|
2014-04-09 12:22:25 +02:00 |
|
|
|
f94820c824
|
Fixing JSON encoding code to include among other TAB (%T <-> \t)
|
2014-04-09 08:34:43 +02:00 |
|
|
|
1d0a2363d8
|
Fixed issue with URL_ENCODER encoding (and small optimization)
|
2014-04-08 21:52:37 +02:00 |
|
Jocelyn Fiat
|
2100b856b0
|
Updated Documentation__Request (markdown)
|
2014-04-02 01:52:31 -07:00 |
|
Jocelyn Fiat
|
e687affd17
|
Updated Documentation__Request (markdown)
|
2014-04-02 01:52:00 -07:00 |
|
Jocelyn Fiat
|
195f3b4f68
|
Updated Documentation__Request (markdown)
|
2014-04-02 01:51:04 -07:00 |
|
|
|
a2cbcbbbc6
|
Updated demo_basic example to be easier to read, and demonstrate various scenario.
|
2014-03-13 13:06:57 +01:00 |
|
Jocelyn Fiat
|
a16a7358d1
|
Update README.md
|
2014-03-03 17:59:26 +01:00 |
|
|
|
9eca723dc5
|
Added a demo application server for basic http autorization
|
2014-03-03 12:45:41 +01:00 |
|
|
|
bbc2bab0eb
|
Removed usage of remote anchor types.
|
2014-02-28 14:25:13 +01:00 |
|
Jocelyn Fiat
|
fe913b0072
|
added anchor link for wiki and jekyl engine
|
2014-02-27 06:48:24 -08:00 |
|
Jocelyn Fiat
|
9ec2baf7d3
|
used <a name=".."></a> instead of <a name=".."/> form (jekill has trouble with it)
|
2014-02-27 06:39:28 -08:00 |
|
|
|
cc6d2f3023
|
Merge branch 'master' of https://github.com/eiffelhub/json
|
2014-02-27 09:16:48 +01:00 |
|
|
|
2ac717592d
|
Merge branch 'master' of https://github.com/EiffelWebFramework/EWF.wiki
|
2014-02-27 09:16:19 +01:00 |
|
|
|
95971618ca
|
Fixed autotests cases compilation of http_authorization library.
|
2014-02-24 22:07:24 +01:00 |
|
|
|
cb881877ac
|
Fixed the ecf to test global compilation of EWF.
|
2014-02-24 21:56:23 +01:00 |
|
colin-adams
|
7abbc96347
|
Removed warning about not being part of release.
|
2014-02-11 00:39:03 -08:00 |
|
Jocelyn Fiat
|
e9b4a8abd5
|
Updated Home (markdown)
|
2014-02-03 09:38:20 -08:00 |
|
|
|
cb7c20a0b7
|
Udated to highest level of void-safety.
Fixed obsolete calls.
|
2014-02-03 09:52:09 +01:00 |
|
|
|
f5c2f9e017
|
Updated README.md
|
2014-01-27 10:10:41 +01:00 |
|
|
|
991389e9b9
|
Update restbucksCRUD example to use "crypto" library rather than "eel".
Updated readme.md to add curl command to test the server.
|
2014-01-24 11:06:01 +01:00 |
|
|
|
d8487e6c12
|
Added PUT processing for image_uploader EWF example.
|
2014-01-24 11:06:00 +01:00 |
|
jvelilla
|
b7750b9d06
|
Udated to highest level of void-safety.
Fixed obsolete calls.
|
2014-01-12 16:56:16 -03:00 |
|
jvelilla
|
a3e5da052e
|
Merge pull request #127 from jvelilla/master
Fixed error with identity encoding.
|
2014-01-07 10:21:05 -08:00 |
|
jvelilla
|
942db6d708
|
Fixed error with identity encoding.
|
2014-01-07 15:09:54 -03:00 |
|
Jocelyn Fiat
|
48deb869de
|
Created Documentation__Connector (markdown)
|
2014-01-07 05:12:09 -08:00 |
|
Jocelyn Fiat
|
69b67b3b4b
|
Updated Documentation (markdown)
|
2014-01-07 05:11:40 -08:00 |
|
Jocelyn Fiat
|
6acdcb4e6d
|
Created Documentation__Router (markdown)
|
2014-01-07 05:10:44 -08:00 |
|
Jocelyn Fiat
|
e832478b76
|
Updated Documentation _Router (markdown)
|
2014-01-07 05:10:23 -08:00 |
|
Jocelyn Fiat
|
c8e9a835f5
|
Created Documentation__Response (markdown)
|
2014-01-07 05:10:14 -08:00 |
|