| Commit message (Expand) | Author | Age | Files | Lines |
* | net.httpserver: Make request.conn be the server.lua conn instead of the under... | Matthew Wild | 2010-02-08 | 1 | -2/+2 |
* | net.httpserver: Trailing whitespace | Matthew Wild | 2010-02-08 | 1 | -3/+3 |
* | net.httpserver: More robust handling of headers split across multiple packets | Matthew Wild | 2010-01-21 | 1 | -4/+11 |
* | net.httpserver: Make it possible to return responses with no body | Matthew Wild | 2010-01-21 | 1 | -4/+4 |
* | net.httpserver: Close connection on invalid HTTP status line | Matthew Wild | 2010-01-21 | 1 | -1/+4 |
* | net.httpserver: Optimized response serialization. | Waqas Hussain | 2009-12-27 | 1 | -16/+11 |
* | net.httpserver: Fix usage of old connection API syntax | Matthew Wild | 2009-12-17 | 1 | -3/+3 |
* | net.httpserver: Removed mime handling (now in mod_httpserver). Unknown dynami... | Waqas Hussain | 2009-12-10 | 1 | -6/+1 |
* | Disable SSLv2 by default, it's known to be insecure. | Paul Aurich | 2009-12-04 | 1 | -0/+1 |
* | net.httpserver: Fix to work with new server API | Matthew Wild | 2009-12-02 | 1 | -1/+1 |
* | net.httpserver: Quick fix to set the correct Content-Type on simple (string) ... | Matthew Wild | 2009-12-02 | 1 | -0/+6 |
* | net.httpserver, net.http: Update for new net.server API (untested) | Matthew Wild | 2009-11-22 | 1 | -2/+2 |
* | net.httpserver: Pass correct connection object to disconnect listener, which ... | Matthew Wild | 2009-11-01 | 1 | -1/+1 |
* | net.httpserver: Pass on interface option from new_from_config() (thanks Chris) | Matthew Wild | 2009-10-19 | 1 | -1/+3 |
* | net.httpserver: Allow modules registering to provide more than just a default... | Matthew Wild | 2009-10-03 | 1 | -3/+13 |
* | net.httpserver: Allow overriding default request handler | Matthew Wild | 2009-08-11 | 1 | -3/+4 |
* | net.httpserver: Don't log response bodies! | Matthew Wild | 2009-08-11 | 1 | -1/+1 |
* | net.httpserver: Allow response.body to be a non-string | Matthew Wild | 2009-08-05 | 1 | -4/+5 |
* | net.httpserver: Reduce log level of 'request left open' message | Matthew Wild | 2009-07-27 | 1 | -1/+1 |
* | net.httpserver: Allow specification of the default base URL when using new_fr... | Matthew Wild | 2009-07-14 | 1 | -3/+3 |
* | net.httpserver: Add helper function to set up HTTP server according to given ... | Matthew Wild | 2009-07-12 | 1 | -1/+21 |
* | Add copyright header to those files missing one | Matthew Wild | 2009-07-10 | 1 | -0/+8 |
* | net.httpserver: Don't upset logger when response is nil | Matthew Wild | 2009-06-28 | 1 | -1/+1 |
* | net.httpserver: Fix for urlencoding to always produce 2 digits | Matthew Wild | 2009-05-04 | 1 | -1/+1 |
* | net.http, net.httpserver: Remove urlcodes table... it really isn't needed (th... | Matthew Wild | 2009-05-04 | 1 | -2/+1 |
* | net.httpserver: Fix potential nil access | Matthew Wild | 2009-04-22 | 1 | -2/+2 |
* | net.httpserver: Fix traceback when sending response to a destroyed request | Matthew Wild | 2009-04-23 | 1 | -1/+1 |
* | net.httpserver: Don't log the response body (can be binary data...) | Matthew Wild | 2009-04-23 | 1 | -1/+1 |
* | net.httpserver: Don't log that a request has been left open if it is destroyed | Matthew Wild | 2009-04-05 | 1 | -1/+1 |
* | core.httpserver: Rename request.responseheaders to the more logical request.h... | Matthew Wild | 2009-01-12 | 1 | -3/+3 |
* | Adding initial net.httpserver (lots of work to do on it) | Matthew Wild | 2008-12-22 | 1 | -0/+250 |