| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | net.server: server_select != server_event (thanks Nulani, Florob) | Matthew Wild | 2012-05-03 | 1 | -1/+1 |
* | net.server, net.timer, net.server_select: Rearrange dependencies between thes... | Matthew Wild | 2012-05-03 | 2 | -16/+3 |
* | net.connlisteners: Add COMPAT stub, use portmanager! | Matthew Wild | 2012-04-28 | 1 | -0/+15 |
* | net.http.server: Code cleanup/adjustment now that send_response() accepts res... | Matthew Wild | 2012-04-28 | 1 | -3/+1 |
* | net.http.server: Use response.body if it exists and body is not specified to ... | Matthew Wild | 2012-04-28 | 1 | -1/+1 |
* | net.httpserver: Add compatibility stub | Matthew Wild | 2012-04-28 | 1 | -0/+15 |
* | net.http.server: Remove unused imports and variables (fixes traceback due to ... | Matthew Wild | 2012-04-28 | 1 | -4/+2 |
* | net.httpserver, net.httpserver_listener: Remove (obsoleted by net.http.* and ... | Matthew Wild | 2012-04-28 | 2 | -284/+0 |
* | net.http.server: Try default_host if client sent no host anywhere, otherwise.... | Matthew Wild | 2012-04-28 | 1 | -4/+4 |
* | net.http.server: Fix traceback on missing host header (thanks darkrain) | Matthew Wild | 2012-04-28 | 1 | -2/+1 |
* | net.http.server, mod_http: Support http_default_host config option to specify... | Matthew Wild | 2012-04-27 | 1 | -41/+56 |
* | net.http.server: Improve comment | Matthew Wild | 2012-04-27 | 1 | -1/+1 |
* | net.http.server: Remove unused variable | Matthew Wild | 2012-04-27 | 1 | -1/+0 |
* | net.http.server: Correctly cache results of handler indexing, and also cache ... | Matthew Wild | 2012-04-27 | 1 | -10/+14 |
* | net.http.codes: Add missing 418 status code | Matthew Wild | 2012-04-27 | 1 | -0/+1 |
* | mod_http_files, net.http.parser: Move path normalization to net.http.parser s... | Matthew Wild | 2012-04-26 | 1 | -1/+19 |
* | Merge with backout | Matthew Wild | 2012-04-26 | 1 | -4/+0 |
|\ |
|
| * | Revert 98bfebb38705, moved to net.http.parser in 4fc99f1b7570 | Matthew Wild | 2012-04-26 | 1 | -4/+0 |
* | | net.http.server: Fire http-error 400 if request fails sanity checks | Matthew Wild | 2012-04-26 | 1 | -1/+8 |
* | | net.http.parser: Handle full URLs in status line. | Waqas Hussain | 2012-04-26 | 1 | -1/+6 |
* | | net.http.server: Make error handling overrideable via 'http-error' event | Matthew Wild | 2012-04-26 | 1 | -4/+12 |
|/ |
|
* | net.server.http: Parse absolute URIs in requests (thanks Maranda) | Matthew Wild | 2012-04-26 | 1 | -0/+4 |
* | net.http.server: Expose events object (for debug purposes) | Matthew Wild | 2012-04-26 | 1 | -0/+1 |
* | net.http.server: Lower score of wildcard handlers to ensure specific handlers... | Matthew Wild | 2012-04-26 | 1 | -1/+1 |
* | net.http.server: Fix to compare priority if path lengths are the same (logic ... | Matthew Wild | 2012-04-26 | 1 | -1/+1 |
* | net.http.server: Support for on_destroy callback on response objects, and a '... | Matthew Wild | 2012-04-25 | 1 | -0/+14 |
* | net.http.server: Small fix to comment | Matthew Wild | 2012-04-25 | 1 | -1/+1 |
* | net.http.server: Remove legacy compatibility | Matthew Wild | 2012-04-25 | 1 | -57/+4 |
* | net.http.server: Handle results returned by handlers, and send as a response.... | Matthew Wild | 2012-04-24 | 1 | -12/+20 |
* | net.http.server: Remove debug message | Matthew Wild | 2012-04-24 | 1 | -1/+0 |
* | net.server_event: Do not automatically close clients when closing a server port | Matthew Wild | 2012-04-24 | 1 | -16/+3 |
* | net.server_select: Remove server from _server table when closing | Matthew Wild | 2012-04-24 | 1 | -0/+1 |
* | net.http.server: Support for wildcard events (events that end with '/*') | Matthew Wild | 2012-04-23 | 1 | -0/+51 |
* | net.http.server: Fix legacy net.httpserver fallback (httpserver is no longer ... | Waqas Hussain | 2012-04-22 | 1 | -2/+3 |
* | net.httpserver: Comment dependency on connlisteners. Further cleanup to follow. | Waqas Hussain | 2012-04-22 | 1 | -4/+4 |
* | multiplex_listener: Remove (already ported to mod_net_multiplex) | Matthew Wild | 2012-04-21 | 1 | -50/+0 |
* | mod_component: Make a shared module, and move the xmppcomponent_listener into... | Matthew Wild | 2012-04-21 | 1 | -218/+0 |
* | net.connlisteners: Be gone! | Matthew Wild | 2012-04-21 | 1 | -81/+0 |
* | net.http.server: Fire global HTTP event when no specific handlers available. | Waqas Hussain | 2012-04-21 | 1 | -0/+1 |
* | net.http.server: Missing <title/> in 404 Not Found response. | Waqas Hussain | 2012-04-21 | 1 | -1/+1 |
* | net.http.{server|codes|parser}: Initial commit. | Waqas Hussain | 2012-04-08 | 3 | -0/+405 |
* | net.http, httpclient_listener: Merge listener into net.http | Matthew Wild | 2012-01-23 | 2 | -71/+47 |
* | xmppserver_listener: Remove | Matthew Wild | 2012-01-23 | 1 | -209/+0 |
* | mod_c2s, sessionmanager, xmppclient_listener: Move all c2s network and stream... | Matthew Wild | 2012-01-22 | 1 | -179/+0 |
* | xmppserver_listener: Only re-attempt connection on disconnect if it was an un... | Matthew Wild | 2012-01-17 | 1 | -1/+1 |
* | Merge with 0.9 | Matthew Wild | 2012-01-17 | 1 | -2/+2 |
|\ |
|
| * | net.http: Pass response object to callbacks (feels hacky, should this be pass... | Matthew Wild | 2012-01-17 | 1 | -2/+2 |
* | | net.server_event: Fix :pause() to actually stop reading from the socket, rath... | Matthew Wild | 2012-01-16 | 1 | -1/+8 |
* | | net.xmppcomponent_listener: removed unused variable reference. | Marco Cirillo | 2012-01-06 | 1 | -2/+0 |
* | | net.httpserver: Removed unused import. | Waqas Hussain | 2011-12-09 | 1 | -1/+0 |