summaryrefslogtreecommitdiffstats
path: root/library/http
Commit message (Collapse)AuthorAgeFilesLines
* * library/http2.1/http.tcl: protected gets with catch [Bug: 2665]hobbs1999-10-301-18/+14
| | | | | | | Fixed a bug in the handling of the state(status) variable when the -timeout flag is specified. Previously it was possible to leave the status undefined instead of empty, which caused errors in http::status
* fixed possible ref to global 'c' var in namespace init codehobbs1999-09-301-3/+3
|
* 1999-08-05 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-051-2/+3
| | | | | * library/http2.1/http.tcl: Made use of "i" in init section not use global var and start at 0 (was 1). [Bug: 2502]
* changed http package version from 2.0 to 2.1hershey1999-07-201-2/+2
|
* Fixed handling of connection timeouts.welch1999-07-071-1/+4
|
* Updated for new package version numberwelch1999-07-011-2/+2
|
* Fixed -timeout bug to handle connections to dead servers properly.welch1999-06-301-9/+67
| | | | Added http::cleanup function
* * library/http2.0/http.tcl: Added catch around eof test instanton1999-02-021-2/+3
| | | | | CopyDone since the user may have already called http::reset. [Bug: 1108]
* Making it possible for http -command callbacks to safelyscriptics_tclpro_1_2_b1welch1999-01-191-2/+5
| | | | uset the state array.
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* expr bracingwelch1998-06-291-15/+15
|
* Initial revisionrjohnson1998-03-262-0/+473