mod_privacy: Fix selecting the top resource (fixes #694)
[prosody.git] / net / httpserver.lua
2012-05-11 Matthew WildMerge with backout
2012-04-28 Matthew Wildnet.httpserver: Add compatibility stub
2012-04-28 Matthew Wildnet.httpserver, net.httpserver_listener: Remove (obsole...
2012-04-24 Matthew WildMerge timber->trunk - thanks everyone!
2012-04-22 Waqas Hussainnet.httpserver: Comment dependency on connlisteners...
2011-12-09 Waqas Hussainnet.httpserver: Removed unused import.
2011-06-02 Matthew WildMerge 0.7->0.8
2011-06-02 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.7->0.8
2011-04-05 Matthew WildMerge 0.8->trunk
2011-03-21 Matthew Wildnet.httpserver: Revert commit eccd3c87d717 which has...
2011-02-23 Waqas Hussainnet.httpserver: Removed an unused function.
2011-02-23 Waqas Hussainnet.httpserver: Removed an unused function.
2011-02-23 Matthew Wildnet.httpserver: Fix HTTP after commit c299726d2b4e...
2011-02-23 Matthew Wildnet.httpserver: Fix HTTP after commit c299726d2b4e...
2011-02-22 Waqas Hussainnet.httpserver: Catch errors thrown in HTTP handlers.
2011-02-22 Waqas Hussainnet.httpserver: Catch errors thrown in HTTP handlers.
2011-02-13 Matthew WildMerge 0.8->trunk
2011-02-13 Matthew Wildnet.httpserver: Log when an error occurs inside a HTTP...
2011-02-24 Matthew WildMerge with waqas
2011-01-05 Waqas Hussainnet.httpserver: Removed unused import and variables.
2011-01-05 Waqas Hussainnet.httpserver: Removed unused import and variables.
2011-01-05 Waqas Hussainnet.httpserver: Changed an unnecessary global access.
2011-01-05 Waqas Hussainnet.httpserver: Changed an unnecessary global access.
2011-01-05 Waqas Hussainnet.httpserver: Decode percent-encoded characters in...
2011-01-05 Waqas Hussainnet.httpserver: Decode percent-encoded characters in...
2010-12-17 Matthew WildMerge Tobias->trunk
2010-12-17 Matthew Wildnet.httpserver: Default 'ports' = {5280}
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
next