net.xmppcomponent_listener: Removed unnecessary and problematic cleanup code.
[prosody.git] / net / httpserver.lua
2010-10-16 Waqas HussainMonster whitespace commit (beware the whitespace monster).
2010-09-16 Waqas Hussainnet.httpserver: Removed old HTTP parser, and updated...
2010-08-28 Matthew Wildnet.httpserver: Join multiple headers with the same...
2010-05-21 Matthew WildMerge with backout
2010-05-05 Matthew WildMerge Tobias's fancy SASL branch->trunk
2010-03-24 Matthew WildMerge 0.6->0.7
2010-03-22 Matthew WildMerge 0.7->trunk
2010-03-22 Matthew WildMerge 0.6->0.7
2010-03-22 Matthew WildUpdate copyright headers for 2010
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-02-25 Matthew WildMerge with 0.6
2010-02-08 Matthew Wildnet.httpserver: Make request.conn be the server.lua...
2010-02-08 Matthew Wildnet.httpserver: Trailing whitespace
2010-02-05 Matthew WildMerge with backout
2010-01-21 Matthew Wildnet.httpserver: More robust handling of headers split...
2010-01-21 Matthew Wildnet.httpserver: Make it possible to return responses...
2010-01-21 Matthew Wildnet.httpserver: Close connection on invalid HTTP status...
2009-12-27 Waqas Hussainnet.httpserver: Optimized response serialization.
2009-12-17 Matthew Wildnet.httpserver: Fix usage of old connection API syntax
2009-12-10 Waqas Hussainnet.httpserver: Removed mime handling (now in mod_https...
2009-12-10 Waqas Hussainnet.httpserver: Removed mime handling (now in mod_https...
2009-12-04 Paul AurichDisable SSLv2 by default, it's known to be insecure.
2009-12-04 Paul AurichDisable SSLv2 by default, it's known to be insecure.
2009-12-03 Tobias MarkmannMerge with Waqas.
2009-12-02 Matthew WildMerge with Tobias
2009-12-02 Matthew WildMerge with Tobias
2009-12-02 Matthew Wildnet.httpserver: Fix to work with new server API
2009-12-02 Matthew Wildnet.httpserver: Quick fix to set the correct Content...
2009-12-02 Matthew Wildnet.httpserver: Quick fix to set the correct Content...
2009-11-29 Tobias MarkmannMerge with tip.
2009-11-25 Matthew WildMerge with Tobias's SASL redesign branch
2009-11-22 Matthew WildMerge with trunk
2009-11-22 Matthew Wildnet.httpserver, net.http: Update for new net.server...
2010-01-21 Matthew Wildnet.httpserver: More robust handling of headers split...
2010-01-21 Matthew Wildnet.httpserver: Make it possible to return responses...
2010-01-21 Matthew Wildnet.httpserver: Close connection on invalid HTTP status...
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-11-01 Matthew Wildnet.httpserver: Pass correct connection object to disco...
2009-10-19 Matthew Wildnet.httpserver: Pass on interface option from new_from_...
2009-10-02 Matthew Wildnet.httpserver: Allow modules registering to provide...
2009-08-20 Matthew WildMerge with 0.5
2009-08-20 Matthew WildUncertain merge with 0.5's SASL
2009-08-11 Matthew Wildnet.httpserver: Allow overriding default request handler
2009-08-11 Matthew Wildnet.httpserver: Don't log response bodies!
2009-08-05 Matthew WildMerge with 0.5
2009-08-05 Matthew Wildnet.httpserver: Allow response.body to be a non-string
2009-07-27 Matthew WildMerge with 0.5
2009-07-27 Matthew Wildnet.httpserver: Reduce log level of 'request left open...
2009-07-14 Matthew WildMerge with 0.5
2009-07-14 Matthew Wildnet.httpserver: Allow specification of the default...
2009-07-12 Matthew WildMerge with 0.5
2009-07-12 Matthew Wildnet.httpserver: Add helper function to set up HTTP...
2009-07-10 Matthew WildAdd copyright header to those files missing one
2009-06-29 Matthew WildMerge with nolan
2009-06-28 Waqas HussainMerged with trunk
2009-06-28 Matthew WildMerge with nolan
2009-06-28 Matthew Wildnet.httpserver: Don't upset logger when response is nil
2009-05-05 Matthew WildMerge with 0.4
2009-05-04 Matthew Wildnet.httpserver: Fix for urlencoding to always produce...
2009-05-04 Matthew WildMerge with 0.4
2009-05-04 Matthew Wildnet.http, net.httpserver: Remove urlcodes table......
2009-05-03 Matthew WildMerge with 0.4
2009-05-03 Matthew WildMerge with 0.4
2009-05-02 Matthew WildMerge with 0.4
2009-05-01 Matthew WildMerge with 0.4
2009-04-30 Matthew WildMerge with 0.4
2009-04-29 Matthew WildMerge with 0.4
2009-04-29 Matthew WildMerge with 0.4
2009-04-23 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-23 Matthew Wildnet.httpserver: Fix traceback when sending response...
2009-04-23 Matthew Wildnet.httpserver: Don't log the response body (can be...
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-22 Matthew Wildnet.httpserver: Fix potential nil access
2009-04-22 Matthew Wildnet.httpserver: Fix potential nil access
2009-04-05 Matthew Wildnet.httpserver: Don't log that a request has been left...
2009-01-13 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-12 Matthew Wildcore.httpserver: Rename request.responseheaders to...
2008-12-25 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-24 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-22 Matthew WildAdding initial net.httpserver (lots of work to do on it)