1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #10 from oligot/reuseaddr More... about 11 years ago
Socket: reuse address to resolve the error "address already in use" More... about 11 years ago
removed unused local More... over 11 years ago
Added support for server name More... over 11 years ago
TCP_STREAM_SOCKET: added `try_ready_for_reading' which is the same as `ready_for_reading' but without any timeout More... about 12 years ago
Update readme.txt More... over 12 years ago
Handling bad incoming request (keep a check assertion to help during debugging period) More... over 12 years ago
various renaming and preparation to merge Thread and SCOOP implementation of Eiffel Web Nino More... over 12 years ago
Added put_readable_string_8 to avoid call to .as_string_8 More... over 12 years ago
Merge pull request #9 from jocelyn/master More... over 12 years ago
Removed initial Thread for the HTTP_HANDLER, this is not needed here Removed HTTP_SERVER_SHARED_CONFIGURATION from the library ... not needed by the library. Added HTTP_SERVER_SHARED_CONFIGURATION to the example to show how to share the configuration, if needed More... over 12 years ago
Using `is_verbose' instead of debug clause "nino" More... over 12 years ago
Applied the removal of HTTP_INPUT_STREAM and HTTP_OUTPUT_STREAM to the example. More... over 12 years ago
Merge pull request #8 from jocelyn/master More... over 12 years ago
Removed HTTP_(INPUT,OUTPUT)_STREAM, since it is unlikely that we use something else than TCP_STREAM_SOCKET This way, we remove one indirection for users, and get smaller code. More... over 12 years ago
applied recent changes related to HTTP_HANDLER.make More... over 12 years ago
removed useless "a_name" argument Fixed typo in on_launched More... over 12 years ago
Merge pull request #6 from jocelyn/master More... over 12 years ago
added events on_launched and on_stopped to ease integration with launching application More... over 12 years ago
Merge pull request #5 from jocelyn/master More... over 12 years ago
added access to the effective port that the server is listening to (useful when we set port to 0 it use a random free port) added verbose , so that we write message to the console only if desired. More... over 12 years ago
Code cleaning, and nicer output under debug clause More... over 12 years ago
removed unwanted first line More... over 12 years ago
Cosmetic More... over 12 years ago
Added license.lic and copyright to Javier More... over 12 years ago
add precondition saying the request line should not be empty More... over 12 years ago
Fixed ecf files that cause a cat-call in the example web server. More... over 12 years ago
Refactor to use the new library structure convention. More... almost 13 years ago
Merge pull request #2 from jocelyn/master More... almost 13 years ago
Merge branch 'master' of github.com:jocelyn/EiffelWebNino More... almost 13 years ago