Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * library/http2.1/http.tcl: added register and unregister | hobbs | 1999-11-19 | 1 | -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 is | welch | 1999-11-18 | 1 | -34/+134 |
| | | | | | not available. Also correctly fixed the bug between -timeout and a subsequent http::status call. | ||||
* | *** empty log message *** | hobbs | 1999-11-10 | 1 | -2/+2 |
| | |||||
* | Fixed bug in the handling of the status code after an asynchronous connect, | welch | 1999-10-30 | 1 | -3/+2 |
| | | | | e.g., one that is used with the -timeout flag. | ||||
* | * library/http2.1/http.tcl: protected gets with catch [Bug: 2665] | hobbs | 1999-10-21 | 1 | -2/+4 |
| | |||||
* | * library/http2.1/http.tcl: fixed possible use of global c var. | hobbs | 1999-10-05 | 1 | -4/+3 |
| | |||||
* | 1999-08-18 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-08-19 | 1 | -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> | hobbs | 1999-08-05 | 1 | -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.1 | hershey | 1999-07-20 | 1 | -2/+2 |
| | |||||
* | Fixed handling of connection timeouts. | welch | 1999-07-07 | 1 | -1/+4 |
| | |||||
* | Updated for new package version number | welch | 1999-07-01 | 1 | -2/+2 |
| | |||||
* | Fixed -timeout bug to handle connections to dead servers properly. | welch | 1999-06-30 | 1 | -9/+67 |
| | | | | Added http::cleanup function | ||||
* | * library/http2.0/http.tcl: Added catch around eof test in | stanton | 1999-02-02 | 1 | -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_b1 | welch | 1999-01-19 | 1 | -2/+5 |
| | | | | uset the state array. | ||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | expr bracing | welch | 1998-06-29 | 1 | -15/+15 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 2 | -0/+473 |