index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
httpserver.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
[next]