| Commit message (Expand) | Author | Age | Files | Lines |
* | net.httpserver: Make function local, fixes loading since there is no environm... | Kim Alvefur | 2018-03-23 | 1 | -1/+1 |
* | vairious: Add annotation when an empty environment is set [luacheck] | Kim Alvefur | 2018-02-28 | 1 | -0/+1 |
* | Update every link to the documentation to use HTTPS | Emmanuel Gil Peyrot | 2016-04-16 | 1 | -1/+1 |
* | net.*: Remove use of module() function | Kim Alvefur | 2015-02-21 | 1 | -5/+6 |
* | net.httpserver: Add compatibility stub | Matthew Wild | 2012-04-28 | 1 | -0/+15 |
* | net.httpserver, net.httpserver_listener: Remove (obsoleted by net.http.* and ... | Matthew Wild | 2012-04-28 | 1 | -238/+0 |
* | net.httpserver: Comment dependency on connlisteners. Further cleanup to follow. | Waqas Hussain | 2012-04-22 | 1 | -4/+4 |
* | net.httpserver: Removed unused import. | Waqas Hussain | 2011-12-09 | 1 | -1/+0 |
* | net.httpserver: Revert commit eccd3c87d717 which has since been fixed in a be... | Matthew Wild | 2011-03-21 | 1 | -1/+0 |
* | net.httpserver: Removed an unused function. | Waqas Hussain | 2011-02-23 | 1 | -4/+0 |
* | net.httpserver: Fix HTTP after commit c299726d2b4e and add a 500 error respon... | Matthew Wild | 2011-02-23 | 1 | -3/+13 |
* | net.httpserver: Catch errors thrown in HTTP handlers. | Waqas Hussain | 2011-02-23 | 1 | -0/+8 |
* | net.httpserver: Log when an error occurs inside a HTTP request handler | Matthew Wild | 2011-02-13 | 1 | -0/+1 |
* | net.httpserver: Removed unused import and variables. | Waqas Hussain | 2011-01-05 | 1 | -2/+0 |
* | net.httpserver: Changed an unnecessary global access. | Waqas Hussain | 2011-01-05 | 1 | -1/+1 |
* | net.httpserver: Decode percent-encoded characters in URL path. | Waqas Hussain | 2011-01-05 | 1 | -0/+1 |
* | net.httpserver: Default 'ports' = {5280} | Matthew Wild | 2010-12-17 | 1 | -0/+1 |
* | Monster whitespace commit (beware the whitespace monster). | Waqas Hussain | 2010-10-16 | 1 | -3/+3 |
* | net.httpserver: Removed old HTTP parser, and updated to use util.httpstream. | Waqas Hussain | 2010-09-17 | 1 | -89/+11 |
* | net.httpserver: Join multiple headers with the same name as per RFC (thanks d... | Matthew Wild | 2010-08-28 | 1 | -1/+6 |
* | Merge 0.6->0.7 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
|\ |
|
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| * | Merge 0.6.2/waqas with 0.6.2/MattJ | Matthew Wild | 2010-03-03 | 1 | -9/+19 |
| |\ |
|
| | * | 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: 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: Quick fix to set the correct Content-Type on simple (string) ... | Matthew Wild | 2009-12-02 | 1 | -0/+6 |
| |/ |
|
* | | 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 |