1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update all package require commands to also allow TCL 9 More... 4 months ago
Correct two comment issues More... over 2 years ago
Bug [a4678bbd83]: split server side -host option in 4 options (-host, -hostlocation, hostlocationserver, -hostcompatibility32) to allow to separate XML namespace and WSDL host location. This avoids to update the WSDL when IP changes (like no network connection). More... over 2 years ago
Ticket [9254392138]: added wibble examples More... over 2 years ago
Embedded.tcl 3.3.1 Fix bug: pfx subject had added ")". Ticket [bbfbe4faa6] More... about 3 years ago
embedded: undefined variable in wrong method error More... about 3 years ago
Embedded: Cure the error case, that the request line is wrong More... about 3 years ago
embeded 3.3.0: Rewrite to use non-blocking communication (Ticket [feddc70ff3]): - Add timeout parameter to close non-communicating sockets (example: tls sender to non tls receiver) - Add Close and CloseAll procedures to close receiver socket and all running communications. - Fix [908bf0e172]: ::WS:Embeded::Listen clears regsitered handlers. More... about 3 years ago
Restructure embedded server communication interface: - any data communication between embedded server and server side routines goes by command parameters and return values. - any data communication within embedded server now by parameters. The global dict per socket id is not used any more. - the value of parameter "-checkheader" may now be the empty string. The new default value is the empty string and not the empty function "::WS::Server::ok". - The result return in ::WS::Server::callOperation is not protected any more by a catch. - Removed procs: - ::WS::Embeded::AddHandlerAllPorts : never called - ::WS::Embeded::ReturnData : replaced by command return value - ::WS::Server::ok : default value of parameter "-checkheader" is now the empty string and was this default function More... about 3 years ago
pass port from embedded server with prefix "-port", Rename service->serviceName, restore validHttpStatusCodes and move to only usage More... over 3 years ago
Merged alternate trunk by J Cone 2018-10-08 to 2019-11-06 from chpseal: http://chiselapp.com/user/gwlester/repository/tclws/info/e687bd3994c17b2f The original comments are: - Add version support for tclws services, data members, wsdl and documentation. Add an example field to tclws data members - Use optional args instead of cmdline arg processing - Use -version arg for generateInfo More... over 3 years ago
Integrate changes from TCLWS 2.7.1 from AndroWish including: All files: formatting changes WS::Client 3.0.1 : error text corrections WS::Server 3.0.1: Newlines in html answers corrected (line continuation was missing) WS::Utils 3.1.0: - Version check code from J.Cone - WSDL include also includes XML namespace ::w:import - Wrong variable in error message ($Type->$type) More... over 3 years ago
Correct tcl version and many links. More... over 3 years ago
Ticket [70a5c5c435] Server Side: new parameter -hostProtocol allows to give the protocol of the WSDL location string. More... over 3 years ago
Add a migration when a preparsed WSDL is loaded of an older version, where a new option is not present jet. More... over 3 years ago
Add TWAPI TLS to client side. Remove options from tcltls call. They are not needed any more. More... over 3 years ago
Embedded server: Ticket [53f35f55f7]: fix memory leak. Replace socket state array by a dict. More... over 3 years ago
Server Side/Embedded: Replace some arrays by dicts, use TCL 8.6 features like {*} and "in". More... over 3 years ago
Ticket [f614f366c9]: Changes: - add -timeout parameter to any geturl call - add option queryTimeout to client and utility package - trap timeout http status - start to use TCL 8.6 only feature {*} and require TCL 8.6 More... over 3 years ago
For embedded server, use https for location when TLS is used. Ticket [70a5c5c435] partly resolved. More... over 3 years ago
Embedded server: Ticket [36a1bc3c8d]: introduced error corrected: method get has no request Content-Type header field. In addition, TWAPI TLS support was added to the embedded server. More... over 3 years ago
Ticket [36a1bc3c8d]: embedded server: use received charset value to recode request string. More... over 3 years ago
Remove redundant line and document server options -htmlhead and -author More... almost 4 years ago
Release 2.6.3 preparation. Update version of only changed package "ClientSide" to release version 2.6.3. More... over 4 years ago
Fix variable error in error message for a response without the announced xml node More... over 4 years ago
Rework client async callback to log an error on call failures. Allow empty argument to disable functionality. More... over 4 years ago
Revert an optimisation which limits the argument list. The method may set multiple arguments. More... over 5 years ago
(WSDL)Support type with namespace definition in tag. Ticket [6fbee3208e] More... over 5 years ago
Fail in case of a node local namespace, which is not found globally. Before, an identical global prefix (with other namespace) may be picked. More... over 5 years ago
Patch to support ns prefix defined in the element. Ticket [6fbee3208e] More... over 5 years ago