net.httpserver: Make function local, fixes loading since there is no environment [luacheck]
|
Kim Alvefur |
2018-03-23 |
vairious: Add annotation when an empty environment is set [luacheck]
|
Kim Alvefur |
2018-02-28 |
Update every link to the documentation to use HTTPS
|
Emmanuel Gil Peyrot |
2016-04-16 |
net.*: Remove use of module() function
|
Kim Alvefur |
2015-02-21 |
Merge 0.9->trunk
|
Matthew Wild |
2012-04-29 |
net.httpserver: Add compatibility stub
|
Matthew Wild |
2012-04-28 |
net.httpserver: Comment dependency on connlisteners. Further cleanup to follow.
|
Waqas Hussain |
2012-04-22 |
net.httpserver: Removed unused import.
|
Waqas Hussain |
2011-12-09 |
net.httpserver: Revert commit eccd3c87d717 which has since been fixed in a better way
|
Matthew Wild |
2011-03-21 |
net.httpserver: Removed an unused function.
|
Waqas Hussain |
2011-02-23 |
net.httpserver: Fix HTTP after commit c299726d2b4e and add a 500 error response if a request handler fails to make a response to the client
|
Matthew Wild |
2011-02-23 |
net.httpserver: Catch errors thrown in HTTP handlers.
|
Waqas Hussain |
2011-02-22 |
net.httpserver: Log when an error occurs inside a HTTP request handler
|
Matthew Wild |
2011-02-13 |
net.httpserver: Removed unused import and variables.
|
Waqas Hussain |
2011-01-05 |
net.httpserver: Changed an unnecessary global access.
|
Waqas Hussain |
2011-01-05 |
net.httpserver: Decode percent-encoded characters in URL path.
|
Waqas Hussain |
2011-01-05 |
net.httpserver: Default 'ports' = {5280}
|
Matthew Wild |
2010-12-17 |
Monster whitespace commit (beware the whitespace monster).
|
Waqas Hussain |
2010-10-16 |
net.httpserver: Removed old HTTP parser, and updated to use util.httpstream.
|
Waqas Hussain |
2010-09-16 |
net.httpserver: Join multiple headers with the same name as per RFC (thanks darkhippo)
|
Matthew Wild |
2010-08-28 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-22 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
Merge 0.6.2/waqas with 0.6.2/MattJ
|
Matthew Wild |
2010-03-03 |
net.httpserver: More robust handling of headers split across multiple packets
|
Matthew Wild |
2010-01-21 |
net.httpserver: Make it possible to return responses with no body
|
Matthew Wild |
2010-01-21 |
net.httpserver: Close connection on invalid HTTP status line
|
Matthew Wild |
2010-01-21 |
net.httpserver: Removed mime handling (now in mod_httpserver). Unknown dynamic content is now always served as text/html.
|
Waqas Hussain |
2009-12-10 |
Disable SSLv2 by default, it's known to be insecure.
|
Paul Aurich |
2009-12-04 |
net.httpserver: Quick fix to set the correct Content-Type on simple (string) responses, for a few known types
|
Matthew Wild |
2009-12-02 |
net.httpserver: Make request.conn be the server.lua conn instead of the underlying socket (more useful this way)
|
Matthew Wild |
2010-02-08 |
net.httpserver: Trailing whitespace
|
Matthew Wild |
2010-02-08 |
net.httpserver: More robust handling of headers split across multiple packets
|
Matthew Wild |
2010-01-21 |
net.httpserver: Make it possible to return responses with no body
|
Matthew Wild |
2010-01-21 |
net.httpserver: Close connection on invalid HTTP status line
|
Matthew Wild |
2010-01-21 |
net.httpserver: Optimized response serialization.
|
Waqas Hussain |
2009-12-27 |
net.httpserver: Fix usage of old connection API syntax
|
Matthew Wild |
2009-12-17 |
net.httpserver: Removed mime handling (now in mod_httpserver). Unknown dynamic content is now always served as text/html.
|
Waqas Hussain |
2009-12-10 |
Disable SSLv2 by default, it's known to be insecure.
|
Paul Aurich |
2009-12-04 |
net.httpserver: Fix to work with new server API
|
Matthew Wild |
2009-12-02 |
net.httpserver: Quick fix to set the correct Content-Type on simple (string) responses, for a few known types
|
Matthew Wild |
2009-12-02 |
net.httpserver, net.http: Update for new net.server API (untested)
|
Matthew Wild |
2009-11-22 |
net.httpserver: Pass correct connection object to disconnect listener, which fixes a small leak
|
Matthew Wild |
2009-11-01 |
net.httpserver: Pass on interface option from new_from_config() (thanks Chris)
|
Matthew Wild |
2009-10-19 |
net.httpserver: Allow modules registering to provide more than just a default path when using httpserver.new_from_config
|
Matthew Wild |
2009-10-02 |
net.httpserver: Allow overriding default request handler
|
Matthew Wild |
2009-08-11 |
net.httpserver: Don't log response bodies!
|
Matthew Wild |
2009-08-11 |
net.httpserver: Allow response.body to be a non-string
|
Matthew Wild |
2009-08-05 |
net.httpserver: Reduce log level of 'request left open' message
|
Matthew Wild |
2009-07-27 |
net.httpserver: Allow specification of the default base URL when using new_from_config()
|
Matthew Wild |
2009-07-14 |
net.httpserver: Add helper function to set up HTTP server according to given config options
|
Matthew Wild |
2009-07-12 |
Add copyright header to those files missing one
|
Matthew Wild |
2009-07-10 |
net.httpserver: Don't upset logger when response is nil
|
Matthew Wild |
2009-06-28 |
Merge with 0.4
|
Matthew Wild |
2009-05-05 |
net.httpserver: Fix for urlencoding to always produce 2 digits
|
Matthew Wild |
2009-05-04 |
Merge with 0.4
|
Matthew Wild |
2009-05-04 |
net.http, net.httpserver: Remove urlcodes table... it really isn't needed (thanks Jan Harkes)
|
Matthew Wild |
2009-05-04 |
net.httpserver: Fix potential nil access
|
Matthew Wild |
2009-04-22 |
Merge with 0.4 branch
|
Matthew Wild |
2009-04-23 |
net.httpserver: Fix traceback when sending response to a destroyed request
|
Matthew Wild |
2009-04-23 |
net.httpserver: Don't log the response body (can be binary data...)
|
Matthew Wild |
2009-04-23 |
net.httpserver: Fix potential nil access
|
Matthew Wild |
2009-04-22 |
net.httpserver: Don't log that a request has been left open if it is destroyed
|
Matthew Wild |
2009-04-05 |
core.httpserver: Rename request.responseheaders to the more logical request.headers
|
Matthew Wild |
2009-01-12 |
Adding initial net.httpserver (lots of work to do on it)
|
Matthew Wild |
2008-12-22 |