configmanager: nameprep VirtualHost and Component names
[prosody.git] / net / http.lua
2009-01-14 Matthew Wildnet.http: Fix for callbacks being triggered multiple...
2009-01-08 Matthew WildProtected call for HTTP request callbacks, to catch...
2009-01-08 Matthew WildFix to prevent calling HTTP request callback twice...
2008-12-25 Matthew WildHTTP requests now have status code as a number instead...
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 WildFix nil status code for http request callbacks
2008-12-16 Matthew WildSecond merge from waqas
2008-12-16 Matthew WildMerge from waqas
2008-12-15 Waqas HussainFixed URL encoding to generate %0x instead of %x
2008-12-12 Matthew WildOops, don't call server.loop() because we'll be running...
2008-12-12 Matthew WildPass HTTP request object to callback
2008-12-12 Matthew WildHTTP request callbacks now: handler(code, content)...
2008-12-12 Matthew WildNon-blocking HTTP requests (adding net.http)