Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * library/http2.1/http.tcl: Added -querychannel option and altered | sandeep | 2000-03-19 | 1 | -4/+38 | |
| | | | | | | | | | | | | | | | | | | | | | | some of Brent's modifications to allow asynchronous posts (via -command). Also modified -queryprogress so that it calls the query callback as <callback> <token> <total size> <current size> to be consistent with -progress. Added -queryblocksize option with default 8192 bytes for post blocksize. Fixed a bunch of potential memory leaks for the case when geturl receives bad args or can't open a socket, etc. Overall, the package really rocks now. * doc/http.n: Added -queryblocksize, -querychannel, and -queryprogress. Also, changed the description of -blocksize, which states that the -progress callback will be called for each block, to now qualify that with an "if -progress is specified". * tests/http.test: Added a querychannel test for synchronous and asynchronous posts, altered the queryprogress test such that the callback conforms to the -progress format. Also, had to use the -queryblocksize option to do the post 16K at a time to match Brent's expected results (and to test that -queryblocksize works). | |||||
* | Added tests for -queryprogress | welch | 2000-03-17 | 1 | -1/+24 | |
| | ||||||
* | Took out "nonPortable" flag that was hiding -timeout tests, | welch | 1999-11-22 | 1 | -4/+45 | |
| | | | | plus added more timeout cases for various bad host/port combinations. | |||||
* | updated to 2.2 version for http | hobbs | 1999-11-20 | 1 | -5/+5 | |
| | ||||||
* | changed http package version from 2.0 to 2.1 | hershey | 1999-07-20 | 1 | -2/+2 | |
| | ||||||
* | Marked two timing-dependent tests "nonPortable", | welch | 1999-07-07 | 1 | -3/+3 | |
| | | | | but I really need to fix these (4.11 and 4.12) | |||||
* | Fixed package version number | welch | 1999-07-02 | 1 | -4/+4 | |
| | ||||||
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -5/+6 | |
| | ||||||
* | added code to unset the "data" array so tests that follow can use a scalar | hershey | 1999-06-08 | 1 | -3/+4 | |
| | | | | data var w/o having to unset it first. | |||||
* | changed call to "remove" to "removeFile"--this bug was causing "httpd" file | hershey | 1999-05-18 | 1 | -2/+2 | |
| | | | | to be left in working dir whenever tests are run. | |||||
* | * tests/http.test: Unset "data" array before running tests to | stanton | 1999-05-06 | 1 | -1/+2 | |
| | | | | avoid failures due to previous tests. | |||||
* | merged 8.1.0 changes into mainline | stanton | 1999-04-24 | 1 | -14/+16 | |
| | ||||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -152/+50 | |
| | ||||||
* | Fixed timeout-related HTTP test | welch | 1998-11-03 | 1 | -2/+10 | |
| | ||||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 | |
| | ||||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+409 | |