| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
unrelated places
. Bump http package to 2.8.6.
|
|\ |
|
| | |
|
|\ \
| |/
| |
| | |
hexadecimal output for compliance with RFC 3986. Bumped version to 2.8.4.
|
| |\
| | |
| | |
| | | |
hexadecimal output for compliance with RFC 3986. Bumped version to 2.7.9.
|
| | |
| | |
| | |
| | | |
compliance with RFC 3986. Bumped version to 2.5.7.
|
| |\ \
| | |/ |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
checking http::status
|
| | |
| | |
| | |
| | |
| | | |
* library/http/pkgIndex.tcl: to " " -> "%20" as per RFC 3986.
* tests/http.test (http-5.1): bump http to 2.5.3 for 8.4.14
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
* library/http/http.tcl: Bump to version 2.5.3 to cover bug fix
* library/http/pkgIndex.tcl: in URL parsing. [Bug 1358369]
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* library/http/http.tcl: that specifies encoding conversion of
* library/http/pkgIndex.tcl: args for http::formatQuery. Previously
* tests/http.test: undefined, RFC 2718 says it should be
utf-8. 'http::config -urlencoding {}' returns previous behavior,
which will throw errors processing non-latin-1 chars.
Bumped http package to 2.5.0.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* generic/tcl.h: for next patch release.
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/README.binary:
* win/configure.in:
* unix/configure: autoconf (2.13)
* win/configure:
* library/http/http.tcl: Bumped to http 2.4.5
* library/http/pkgIndex.tcl:
|
| | |
| | |
| | |
| | |
| | | |
* library/http/http.tcl: add support for user:pass info in URL.
* tests/http.test: [Bug 759888] (shiobara)
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Package version incremented to 2.7.6.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
RFC 3986 compliance on the subject of non-encoded question mark
characters. [Bug 2891171].
* library/http/pkgIndex.tcl: Bump to http 2.7.5 to avoid any
* unix/Makefile.in: confusion with snapshot "releases"
* win/Makefile.in: that might be in ActiveTcl, etc.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
* library/http/pkgIndex.tcl: [Bug 2849860] fix.
* unix/Makefile.in:
* win/Makefile.in:
|
| | |
| | |
| | |
| | |
| | |
| | | |
* library/http/pkgIndex.tcl: bundling with the Tcl 8.5.7 release.
* unix/Makefile.in:
* win/Makefile.in:
|
| | |
| | |
| | |
| | | |
were broken with http 2.7. Now http 2.7.2
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* library/http/pkgIndex.tcl:
* unix/Makefile.in:
* win/Makefile.in:
* win/makefile.vc:
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* library/http/pkgIndex.tcl: for [Bug 2046486] bug fix. This
* unix/Makefile.in: release of http now requires a
* win/Makefile.in: dependency on Tcl 8.5 to be able to
* win/makefile.bc: use the unsigned formats in the
* win/makefile.vc: [binary scan] command.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Added tests to check that the data provided by a POST is as stated in the content-length [Bug 2715421]
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This patch makes use of the 8.6 zlib support to provide for
deflate and gzip support and handles the -channel option with
compression and chunked transfer encoding. For the -handler
option we currently disable HTTP/1.1 features as we cannot
properly pass the data through to the caller.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
package. Introduced a new intial state as the first response may not
be HTTP*.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* library/http/pkgIndex.tcl:
* unix/Makefile.in:
* win/Makefile.in:
* win/makefile.vc:
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
* library/http/pkgIndex.tcl: for [Bug 2046486] bug fix. This
* unix/Makefile.in: release of http now requires a
* win/Makefile.in: dependency on Tcl 8.5 to be able to
* win/makefile.bc: use the unsigned formats in the
* win/makefile.vc: [binary scan] command.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* win/Makefile.in (install-libraries): Added -myaddr option to allow
* library/http/http.tcl (http::geturl): control of selected socket
* library/http/pkgIndex.tcl: interface. [Bug 559898]
* doc/http.n, tests/http.test: Added -keepalive and
-protocol 1.1 with chunked transfer encoding support. [Bug
1063703, 1470377, 219225]
Added ability to override Host in -headers. [Bug 928154]
Added -strict option to control URL validation on per-call basis.
[Bug 1560506]
|
| |
| |
| |
| | |
bug #1868845 - it is better to do the [eof] check after trying to read from the socket. No clashes found in testing. Added http::meta command to access the http headers.
|
| |
| |
| |
| | |
http::status command. Set version 2.5.4
|
| |
| |
| |
| |
| | |
* library/http/pkgIndex.tcl: to " " -> "%20" as per RFC 3986.
* tests/http.test (http-5.1): bump http to 2.5.3
|
| |
| |
| |
| |
| | |
* win/Makefile.in: the *.tm installation has to be placed
in an "8.4" directory, not an "8.2" directory.
|
| |
| |
| |
| |
| |
| | |
* library/http/pkgIndex.tcl: in URL parsing. [Bug 1358369]
* unix/Makefile.in:
* win/Makefile.in:
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* library/http/http.tcl: that specifies encoding conversion of
* library/http/pkgIndex.tcl: args for http::formatQuery. Previously
* tests/http.test: undefined, RFC 2718 says it should be
utf-8. 'http::config -urlencoding {}' returns previous behavior,
which will throw errors processing non-latin-1 chars.
Bumped http package to 2.5.0.
|
| |
| |
| |
| |
| | |
* library/http/http.tcl: add support for user:pass info in URL.
* tests/http.test: [Bug 759888] (shiobara)
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* library/history.tcl: [string map] where possible. Thanks
* library/ldAout.tcl: to David Welton. [Bugs 667456,667558]
* library/safe.tcl: Bumped to http 2.4.3, opt 0.4.5, and
* library/http/http.tcl: tcltest 2.2.3.
* library/http/pkgIndex.tcl:
* library/opt/optparse.tcl:
* library/opt/pkgIndex.tcl:
* library/tcltest/tcltest.tcl:
* library/tcltest/pkgIndex.tcl:
* tools/genStubs.tcl:
* tools/tcltk-man2html.tcl:
* unix/mkLinks.tcl:
|
|
|
|
| |
::error was intended. Bump to http 2.4.2.
|