aboutsummaryrefslogtreecommitdiffstats
path: root/net/httpserver.lua
Commit message (Expand)AuthorAgeFilesLines
* net: Prefix module imports with prosody namespaceKim Alvefur2023-03-171-1/+1
* net.httpserver: Make function local, fixes loading since there is no environm...Kim Alvefur2018-03-231-1/+1
* vairious: Add annotation when an empty environment is set [luacheck]Kim Alvefur2018-02-281-0/+1
* Update every link to the documentation to use HTTPSEmmanuel Gil Peyrot2016-04-161-1/+1
* net.*: Remove use of module() functionKim Alvefur2015-02-211-5/+6
* net.httpserver: Add compatibility stubMatthew Wild2012-04-281-0/+15
* net.httpserver, net.httpserver_listener: Remove (obsoleted by net.http.* and ...Matthew Wild2012-04-281-238/+0
* net.httpserver: Comment dependency on connlisteners. Further cleanup to follow.Waqas Hussain2012-04-221-4/+4
* net.httpserver: Removed unused import.Waqas Hussain2011-12-091-1/+0
* net.httpserver: Revert commit eccd3c87d717 which has since been fixed in a be...Matthew Wild2011-03-211-1/+0
* net.httpserver: Removed an unused function.Waqas Hussain2011-02-231-4/+0
* net.httpserver: Fix HTTP after commit c299726d2b4e and add a 500 error respon...Matthew Wild2011-02-231-3/+13
* net.httpserver: Catch errors thrown in HTTP handlers.Waqas Hussain2011-02-231-0/+8
* net.httpserver: Log when an error occurs inside a HTTP request handlerMatthew Wild2011-02-131-0/+1
* net.httpserver: Removed unused import and variables.Waqas Hussain2011-01-051-2/+0
* net.httpserver: Changed an unnecessary global access.Waqas Hussain2011-01-051-1/+1
* net.httpserver: Decode percent-encoded characters in URL path.Waqas Hussain2011-01-051-0/+1
* net.httpserver: Default 'ports' = {5280}Matthew Wild2010-12-171-0/+1
* Monster whitespace commit (beware the whitespace monster).Waqas Hussain2010-10-161-3/+3
* net.httpserver: Removed old HTTP parser, and updated to use util.httpstream.Waqas Hussain2010-09-171-89/+11
* net.httpserver: Join multiple headers with the same name as per RFC (thanks d...Matthew Wild2010-08-281-1/+6
* Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
| * Merge 0.6.2/waqas with 0.6.2/MattJMatthew Wild2010-03-031-9/+19
| |\
| | * net.httpserver: More robust handling of headers split across multiple packetsMatthew Wild2010-01-211-4/+11
| | * net.httpserver: Make it possible to return responses with no bodyMatthew Wild2010-01-211-4/+4
| | * net.httpserver: Close connection on invalid HTTP status lineMatthew Wild2010-01-211-1/+4
| * | net.httpserver: Removed mime handling (now in mod_httpserver). Unknown dynami...Waqas Hussain2009-12-101-6/+1
| * | Disable SSLv2 by default, it's known to be insecure.Paul Aurich2009-12-041-0/+1
| * | net.httpserver: Quick fix to set the correct Content-Type on simple (string) ...Matthew Wild2009-12-021-0/+6
| |/
* | net.httpserver: Make request.conn be the server.lua conn instead of the under...Matthew Wild2010-02-081-2/+2
* | net.httpserver: Trailing whitespaceMatthew Wild2010-02-081-3/+3
* | net.httpserver: More robust handling of headers split across multiple packetsMatthew Wild2010-01-211-4/+11
* | net.httpserver: Make it possible to return responses with no bodyMatthew Wild2010-01-211-4/+4
* | net.httpserver: Close connection on invalid HTTP status lineMatthew Wild2010-01-211-1/+4
* | net.httpserver: Optimized response serialization.Waqas Hussain2009-12-271-16/+11
* | net.httpserver: Fix usage of old connection API syntaxMatthew Wild2009-12-171-3/+3
* | net.httpserver: Removed mime handling (now in mod_httpserver). Unknown dynami...Waqas Hussain2009-12-101-6/+1
* | Disable SSLv2 by default, it's known to be insecure.Paul Aurich2009-12-041-0/+1
* | net.httpserver: Fix to work with new server APIMatthew Wild2009-12-021-1/+1
* | net.httpserver: Quick fix to set the correct Content-Type on simple (string) ...Matthew Wild2009-12-021-0/+6
* | net.httpserver, net.http: Update for new net.server API (untested)Matthew Wild2009-11-221-2/+2
|/
* net.httpserver: Pass correct connection object to disconnect listener, which ...Matthew Wild2009-11-011-1/+1
* net.httpserver: Pass on interface option from new_from_config() (thanks Chris)Matthew Wild2009-10-191-1/+3
* net.httpserver: Allow modules registering to provide more than just a default...Matthew Wild2009-10-031-3/+13
* net.httpserver: Allow overriding default request handlerMatthew Wild2009-08-111-3/+4
* net.httpserver: Don't log response bodies!Matthew Wild2009-08-111-1/+1
* net.httpserver: Allow response.body to be a non-stringMatthew Wild2009-08-051-4/+5
* net.httpserver: Reduce log level of 'request left open' messageMatthew Wild2009-07-271-1/+1
* net.httpserver: Allow specification of the default base URL when using new_fr...Matthew Wild2009-07-141-3/+3