diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2011-05-25 20:57:22 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2011-05-25 20:57:22 +0000 |
| commit | 3a8ba90dfb0c2eb224f317dd692ede426691e72a (patch) | |
| tree | fe1cc5379a2e0e031663fe9c15d908653844bc73 /FIX | |
| parent | bce60be30fe8e9c1b0eb33128c23c93d7bca5303 (diff) | |
| download | luasocket-3a8ba90dfb0c2eb224f317dd692ede426691e72a.tar.gz luasocket-3a8ba90dfb0c2eb224f317dd692ede426691e72a.tar.bz2 luasocket-3a8ba90dfb0c2eb224f317dd692ede426691e72a.zip | |
Saving before big changes to support IPv6.
Diffstat (limited to 'FIX')
| -rw-r--r-- | FIX | 11 |
1 files changed, 5 insertions, 6 deletions
| @@ -1,15 +1,14 @@ | |||
| 1 | http was preserving old host header during redirects | ||
| 2 | fix smtp.send hang on source error | ||
| 3 | add create field to FTP and SMTP and fix HTTP ugliness | ||
| 4 | clean timeout argument to open functions in SMTP, HTTP and FTP | ||
| 5 | eliminate globals from namespaces created by module(). | ||
| 6 | |||
| 7 | 1 | ||
| 8 | 2 | ||
| 9 | 3 | ||
| 10 | 4 | ||
| 11 | 5 | ||
| 12 | 6 | ||
| 7 | http was preserving old host header during redirects | ||
| 8 | fix smtp.send hang on source error | ||
| 9 | add create field to FTP and SMTP and fix HTTP ugliness | ||
| 10 | clean timeout argument to open functions in SMTP, HTTP and FTP | ||
| 11 | eliminate globals from namespaces created by module(). | ||
| 13 | url.absolute was not working when base_url was already parsed | 12 | url.absolute was not working when base_url was already parsed |
| 14 | http.request was redirecting even when the location header was empty | 13 | http.request was redirecting even when the location header was empty |
| 15 | tcp{client}:shutdown() was checking for group instead of class. | 14 | tcp{client}:shutdown() was checking for group instead of class. |
