summaryrefslogtreecommitdiffstats
path: root/library/http
Commit message (Collapse)AuthorAgeFilesLines
...
* * library/http2.1/http.tcl: fixed error handling in http::Eventhobbs1999-12-041-4/+3
| | | | [Bug: 3752]
* *** empty log message ***hobbs1999-11-191-2/+2
|
* * library/http2.1/http.tcl:hobbs1999-11-192-3/+3
| | | | * library/http2.1/pkgIndex.tcl: updated http package to 2.2
* * library/http2.1/http.tcl: added register and unregisterhobbs1999-11-191-9/+61
| | | | | commands to http:: package (better support for tls/SSL), as well as -type argument to http::geturl. [RFE: 2617]
* Improved error handling of http::geturl in the case the server iswelch1999-11-181-34/+134
| | | | | not available. Also correctly fixed the bug between -timeout and a subsequent http::status call.
* *** empty log message ***hobbs1999-11-101-2/+2
|
* Fixed bug in the handling of the status code after an asynchronous connect,welch1999-10-301-3/+2
| | | | e.g., one that is used with the -timeout flag.
* * library/http2.1/http.tcl: protected gets with catch [Bug: 2665]hobbs1999-10-211-2/+4
|
* * library/http2.1/http.tcl: fixed possible use of global c var.hobbs1999-10-051-4/+3
|
* 1999-08-18 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-191-14/+10
| | | | | | | | | | | | | * library/auto.tcl: * library/init.tcl: * library/ldAout.tcl: * library/package.tcl: * library/safe.tcl: * library/word.tcl: * library/http2.1/http.tcl: * library/msgcat1.0/msgcat.tcl: updated libraries to better Tcl style guide (no more string comparisons with == or !=, spacing changes).
* 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