openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
T
tclws
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
May 15, 2024 — May 15, 2025
Showing page 1 of 8
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
TCL 9 compatibility, tdom 0.9 acceptance and ticket [b41fe0846b]: set SOAPAction header also for async call. Sorry, local fossil did not sync, so those are multiple commits in one.
oehhar
More...
7 months ago
Update all package require commands to also allow TCL 9
oehhar
More...
over 1 year ago
Correct two comment issues
oehhar
More...
over 3 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).
oehhar
More...
over 3 years ago
Ticket [9254392138]: added wibble examples
oehhar
More...
over 3 years ago
Embedded.tcl 3.3.1 Fix bug: pfx subject had added ")". Ticket [bbfbe4faa6]
oehhar
More...
about 4 years ago
embedded: undefined variable in wrong method error
oehhar
More...
about 4 years ago
Embedded: Cure the error case, that the request line is wrong
oehhar
More...
about 4 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.
oehhar
More...
about 4 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
oehhar
More...
about 4 years ago
pass port from embedded server with prefix "-port", Rename service->serviceName, restore validHttpStatusCodes and move to only usage
oehhar
More...
over 4 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
oehhar
More...
over 4 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)
oehhar
More...
over 4 years ago
Correct tcl version and many links.
oehhar
More...
over 4 years ago
Ticket [70a5c5c435] Server Side: new parameter -hostProtocol allows to give the protocol of the WSDL location string.
oehhar
More...
over 4 years ago
Add a migration when a preparsed WSDL is loaded of an older version, where a new option is not present jet.
oehhar
More...
over 4 years ago
Add TWAPI TLS to client side. Remove options from tcltls call. They are not needed any more.
oehhar
More...
over 4 years ago
Embedded server: Ticket [53f35f55f7]: fix memory leak. Replace socket state array by a dict.
oehhar
More...
over 4 years ago
Server Side/Embedded: Replace some arrays by dicts, use TCL 8.6 features like {*} and "in".
oehhar
More...
over 4 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
oehhar
More...
over 4 years ago
For embedded server, use https for location when TLS is used. Ticket [70a5c5c435] partly resolved.
oehhar
More...
over 4 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.
oehhar
More...
over 4 years ago
Ticket [36a1bc3c8d]: embedded server: use received charset value to recode request string.
oehhar
More...
over 4 years ago
Remove redundant line and document server options -htmlhead and -author
oehhar
More...
about 5 years ago
Release 2.6.3 preparation. Update version of only changed package "ClientSide" to release version 2.6.3.
oehhar
More...
over 5 years ago
Fix variable error in error message for a response without the announced xml node
oehhar
More...
over 5 years ago
Rework client async callback to log an error on call failures. Allow empty argument to disable functionality.
oehhar
More...
over 5 years ago
Revert an optimisation which limits the argument list. The method may set multiple arguments.
oehhar
More...
over 6 years ago
(WSDL)Support type with namespace definition in tag. Ticket [6fbee3208e]
oehhar
More...
over 6 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.
oehhar
More...
over 6 years ago
←
1
2
3
4
5
6
7
8
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree