lazarus-ccr/wst/trunk
2016-10-20 11:51:10 +00:00
..
doc Compress the RTF document as it gets difficult to commit. 2014-05-07 14:33:32 +00:00
ide/lazarus Lazarus' pluging : fix compilation for "generatorbase.pas"'s introduction. 2016-07-20 19:57:30 +00:00
samples Fix compilation : Add unit path "..\.." to packages. (Thanks Juha) 2015-01-18 00:17:53 +00:00
tests XSD/WSDL parser, "group" construct : On "ref" site multiple occurrence handling + tests. 2016-07-20 19:41:11 +00:00
type_lib_edtr Refactor column "Attribute" of the properties' s grid to use BOOL_STR constant in view_helper.pas. 2016-10-20 11:51:10 +00:00
ws_helper XSD/WSDL parser, "group" construct : On "ref" site multiple occurrence handling + tests. 2016-07-20 19:41:11 +00:00
wst_rtti_filter Use "LocalName" and "NamespaceURI" to handle in-line name-space 2012-08-13 20:40:08 +00:00
base_binary_formatter.pas Fix Binary Format optional object read failing. 2015-08-13 15:14:26 +00:00
base_json_formatter.pas json serializer: do not raise exception when a scope is not found, while reading. 2016-02-16 12:54:54 +00:00
base_service_intf.pas TAbstractEncodedStringRemotable: +LoadFromBuffer/+SaveToBuffer. 2016-05-13 17:37:26 +00:00
base_soap_formatter.pas SOAP serializer : ID and HREF usage fix, thanks DawnCode. 2015-10-26 16:44:22 +00:00
base_xmlrpc_formatter.pas UnicodeString Fix 2011-02-02 15:34:13 +00:00
basex_encode.pas AnsiChar and WideChar implementation 2011-08-29 02:44:55 +00:00
binary_formatter.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
binary_streamer.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
client_filters.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
client_utils.pas Provide a property manager to the filters so a "Password" can be store and retrieved. 2012-04-03 17:41:29 +00:00
config_objects.pas
COPYING.LGPL
COPYING.modifiedLGPL
date_utils.pas Duration's fields : Fix Integer/Cardinal instead of PtrInt/PtrUInt (Thanks Juha) 2015-01-03 13:28:05 +00:00
delphi_init_com.pas
file_logger_extension.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
filter_intf.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
fpc_http_protocol.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
fpc_http_server.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
fpc_tcp_protocol.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
fpc_tcp_server.pas TCP protocole now supports block type prefixed messages. 2011-08-08 02:24:18 +00:00
ics_http_protocol.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
ics_tcp_protocol.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
imp_utils.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
indy_http_protocol.pas INDY_9 http client timeout fix, thanks Dimitrios Chr. Ioannidis. 2016-04-12 08:11:20 +00:00
indy_http_server.pas +Indy HTTPS support (Thanks Patrick Kolla-ten Venne). 2016-02-27 12:53:13 +00:00
indy_https_server.pas +Indy HTTPS support (Thanks Patrick Kolla-ten Venne). 2016-02-27 12:53:13 +00:00
indy_tcp_protocol.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
indy_tcp_server.pas
json_formatter.pas JsonRPC : Fix error finding, content type. 2015-11-09 12:25:35 +00:00
library_base_intf.pas
library_imp_utils.pas
library_protocol.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
library_server_intf.pas
logger_extension.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
metadata_repository.pas defaultElementForm, defaultAttributeForm : Runtime WSDL/XSD generation. 2015-07-31 13:16:03 +00:00
metadata_service_binder.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
metadata_service_imp.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
metadata_service_proxy.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
metadata_service.pas
metadata_service.wsdl
metadata_service.wst
metadata_service.wst_meta
metadata_wsdl.pas defaultElementForm, defaultAttributeForm : Runtime WSDL/XSD generation. 2015-07-31 13:16:03 +00:00
ns_http_protocol.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
object_serializer.pas Memory leak fix, Thanks MVC. 2016-04-07 09:32:35 +00:00
record_rtti.pas Fix "record" marshalling, Better Proxy/Binder generated code 2015-01-03 13:33:43 +00:00
same_process_protocol.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
semaphore.pas Fix Integer/Cardinal instead of PtrInt/PtrUInt (Thanks Juha) 2015-01-02 17:48:42 +00:00
server_binary_formatter.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
server_filter_extension.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
server_listener.pas Delphi Compatibility 2011-08-16 12:41:05 +00:00
server_service_imputils.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
server_service_intf.pas Server side Exceptions forwarding to client fix. 2016-02-16 19:36:30 +00:00
server_service_json.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
server_service_soap.pas SOAP : the "Body" element must be namespace qualified. 2015-08-04 13:14:54 +00:00
server_service_xmlrpc.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
service_intf.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
soap_formatter.pas (XSD's) ElementFormDefault and AttributeFormDefault, group and attributeGroup, parsing and runtime handling. 2015-07-15 16:02:12 +00:00
synapse_http_protocol.pas Synapse timeout (Thanks MVC). 2016-04-26 08:59:45 +00:00
synapse_tcp_protocol.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00
synapse_tcp_server.pas Fix Integer/Cardinal instead of PtrInt/PtrUInt (Thanks Juha) 2015-01-02 17:48:42 +00:00
wst_consts.pas (XSD's) ElementFormDefault and AttributeFormDefault, group and attributeGroup, parsing and runtime handling. 2015-07-15 16:02:12 +00:00
wst_delphi_rtl.pas
wst_delphi_rtti_utils.pas
wst_delphi_xml.pas Use "LocalName" and "NamespaceURI" to handle in-line name-space 2012-08-13 20:40:08 +00:00
wst_delphi.inc Fix Delphi <= 2007 compilation (Thanks Juha) 2015-01-02 17:43:00 +00:00
wst_fpc_xml.pas Read XML with name space activated 2012-10-22 13:23:30 +00:00
wst_global.inc Delphi XE 6, 7 and 8 Support. 2016-07-21 12:53:32 +00:00
wst_indy9_utils.pas
wst_indy10_utils.pas
wst_initialization.pas Finalization order 2012-06-13 14:55:23 +00:00
wst_resources_imp.pas suppress various warnings/hints 2010-11-08 14:26:03 +00:00
wst_rtl_imp.inc
wst_types.pas Add "UInt32" definition 2011-07-22 12:31:45 +00:00
wst.inc
xml_serializer.pas Add simple Xml serializer. 2015-07-15 16:03:09 +00:00
xmlrpc_formatter.pas Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1 2015-01-19 09:31:59 +00:00