net.server_select: Set select() timeout to 3600 by default.
[prosody.git] / net / http.lua
2010-11-05 Waqas Hussainnet.http: Removed old HTTP parser, and updated to use...
2010-10-16 Waqas HussainMonster whitespace commit (beware the whitespace monster).
2010-08-27 Matthew Wildnet.http: Add http.formencode() for www-form-urlencoded...
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-19 Matthew WildMerge with 0.7
2010-02-19 Matthew Wildnet.http: Update print()s to log()s - don't ask how...
2010-02-19 Matthew Wildnet.http: destroy_request(): Remove update for new...
2010-02-19 Matthew Wildnet.http: Close connection when invalid status line...
2010-02-19 Matthew Wildnet.http: Don't re-destroy a request when the connectio...
2010-02-19 Matthew WildMerge with 0.7
2010-02-19 Matthew Wildnet.http: Port commit 2f235c57d713 to net.http to fix...
2010-02-05 Matthew WildMerge with backout
2010-03-03 Matthew Wildnet.http: destroy_request(): Pass request.handler to...
2010-02-19 Matthew Wildnet.http: Close connection when invalid status line...
2010-02-19 Matthew Wildnet.http: Don't re-destroy a request when the connectio...
2010-02-19 Matthew Wildnet.http: Port commit 2f235c57d713 to net.http to fix...
2009-12-10 Matthew Wildnet.http: Don't expect the body on redirects
2009-12-10 Matthew Wildnet.http: Don't expect the body on redirects
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...
2009-07-10 Matthew WildAdd copyright header to those files missing one
2009-06-12 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-12 Matthew Wildnet.http: (Re-)add url[en|de]code functions
2009-05-22 Matthew WildMerge with 0.4
2009-05-22 Matthew WildMerge with 0.4
2009-05-21 Matthew WildMerge with 0.4
2009-05-19 Matthew WildMerge with 0.4
2009-05-13 Matthew WildMerge with 0.4
2009-05-06 Matthew WildMerge with 0.4
2009-05-05 Matthew WildMerge with 0.4
2009-05-05 Matthew WildMerge with 0.4
2009-05-05 Matthew WildMerge with 0.4
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 WildMerge with 0.4 branch
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-22 Matthew Wildnet.http: Fix potential nil access
2009-03-30 Matthew WildAutomated merge with ssh://hg@prosody.im/prosody-hg
2009-03-29 Waqas HussainFixed: net/http.lua: HTTP request callback wasn't being...
2009-03-21 Matthew Wildnet.http: Don't throw error on invalid URLs. Fixes...
2009-01-29 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-17 Matthew WildPort to new server.lua, quite some changes, but I belie...
2009-01-16 Matthew Wildnet.http: custom_headers -> headers
2009-01-15 Matthew Wildnet.http: Don't log content from server
2009-01-15 Matthew Wildnet.http: Fix to send query part of URL to server
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)