1
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 2 days ago.
Jun 17, 2025 — Jun 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
check that headers in response is a list More... over 16 years ago
modified all possible http status codes from rfc More... over 16 years ago
add some tests for response record More... over 16 years ago
add more tests More... over 16 years ago
started working on the lint module More... over 16 years ago
Patch from sendtopms which fixes parse_element/2 for server_port in ewgi_mochiweb More... over 16 years ago
Simplify Emakefile More... over 16 years ago
Fix line endings in support files More... over 16 years ago
Deleting character intruder. :\ More... over 16 years ago
ewgi_api: with the new stream_process_init/[2,3] function the process generating the push stream can now specify which headers to use in the response. Updated the push_streams gateway implementations as well as the ewgi_push_stream middleware and examples. More... over 16 years ago
Bug fix: we were ignoring/incorrectly passing the response headers to Yaws. More... over 16 years ago
ewgi_mochiweb, ewgi_inets - push_streams: trying to mimic the work done by yaws_server:done_or_continuer(). TODO: come up with a to remove the need for having an active webserver process just waiting for the new socket owner to complete! More... over 16 years ago
ewgi_inets/stream_process_deliver_chunk: removed a unneeded dependency on mochihex. More... over 16 years ago
ewgi_mochiweb: remove the function that was injecting the POST data in the remote_user_data field. More... over 16 years ago
Added support for push stream in mochiweb and inets (feel free to quick the tires). More... over 16 years ago
Changed the order of arguments to EwgiServer:stream_process_end/2. More... over 16 years ago
ewgi_push_stream: was overriding all response headers, fixed now. More... over 16 years ago
ewgi_post: added support for content-type "application/json". More... over 16 years ago
ewgi_api: - rolled back the changes regarding charset conversion to unicode; ewgi_post: - the input charset conversion to unicode landed on this module; - all content-type key/value pairs are now passed along for processing within the content-type handler; - changed the response content-type to "text/html; charset=utf8". More... over 16 years ago
Drop the usage of parametrized modules in the ewgi gateways (it wasn't really needed and was getting in the way of a clean implementation of the push_streams). More... over 16 years ago
Push Streams middleware (currrently only supported in Yaws). More... over 16 years ago
Merge branch 'master' of git://github.com/davide/ewgi More... over 16 years ago
Added support for processing MIME content-type=utf8 in POST data. More... over 16 years ago
Generate the ewgi_examples.app file (VSN from the Makefile; MODULES constructed using the names of the compiled modules - all under the ebin folder). More... over 16 years ago
Moved some basic middleware back to the ewgi_examples project as they are simply not generic enough to include in this project. More... over 16 years ago
Added support for setting paths for the cookies (enabling separate session storage for sites running on the same host). More... over 16 years ago
Add rule for building files under src/utils/. More... over 16 years ago
Rename type bool() to boolean(). More... over 16 years ago
OTP-8187 - dialyzer not only accepts but also properly processes remote types (i.e., types of the form ModuleName:TypeName()). More... over 16 years ago
Copied support module smak_html_util as ewgi_util_html. More... over 16 years ago