.. |
doc
|
|
|
ide/lazarus
|
Package update for logger.
|
2014-04-18 14:47:54 +00:00 |
samples
|
sample, tcp blocktype handling
|
2011-08-08 02:26:00 +00:00 |
tests
|
Handle top level(global) declared attribute and references
|
2013-03-05 15:48:26 +00:00 |
type_lib_edtr
|
Add support for External Schema referencing.
|
2014-04-18 13:36:57 +00:00 |
ws_helper
|
Add support for External Schema referencing.
|
2014-04-18 13:36:57 +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
|
UnicodeString Fix
|
2011-02-02 15:34:13 +00:00 |
base_json_formatter.pas
|
Fix Compilation with fpc-trunck
|
2010-07-19 10:41:15 +00:00 |
base_service_intf.pas
|
Make "FreeObjectProperties" a method of TBaseRemotable
|
2013-11-19 10:52:20 +00:00 |
base_soap_formatter.pas
|
SOAP inline namespace handling, thanks to Christian Schiffler for patch
|
2012-08-12 01:12:14 +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
|
+Serialization of compound element ( TBaseComplexRemotable ) is now handle by TObjectSerializer that can read/write elements of different name spaces
|
2008-08-24 13:33:06 +00:00 |
binary_streamer.pas
|
UnicodeString Fix
|
2011-02-02 15:34:13 +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
|
suppress various warnings
|
2010-10-04 10:30:19 +00:00 |
COPYING.LGPL
|
|
|
COPYING.modifiedLGPL
|
|
|
date_utils.pas
|
Initialize "Result" to avoid garbage due to optimization
|
2012-10-29 19:15:58 +00:00 |
delphi_init_com.pas
|
|
|
file_logger_extension.pas
|
|
|
filter_intf.pas
|
Provide a property manager to the filters so a "Password" can be store and retrieved.
|
2012-04-03 17:41:29 +00:00 |
fpc_http_protocol.pas
|
fpc_http_protocol.pas : Delete the "Content-length" header so the underlying component set its value. (Thanks to Phil)
|
2012-01-10 09:24:29 +00:00 |
fpc_http_server.pas
|
Use interface to manage object life cycle
|
2012-10-22 13:41:11 +00:00 |
fpc_tcp_protocol.pas
|
Refactor TBaseTransport and TBaseTCPTransport so http and tcp transports no longer manage filtering which is now done by TBaseTransport and TBaseTCPTransport
|
2011-06-14 11:38:18 +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
|
Part 1
|
2008-09-13 15:18:03 +00:00 |
ics_tcp_protocol.pas
|
Part 1
|
2008-09-13 15:18:03 +00:00 |
imp_utils.pas
|
FormatSettings : Delphi compatibility.
|
2014-04-18 13:33:50 +00:00 |
indy_http_protocol.pas
|
Refactor TBaseTransport and TBaseTCPTransport so http and tcp transports no longer manage filtering which is now done by TBaseTransport and TBaseTCPTransport
|
2011-06-14 11:38:18 +00:00 |
indy_http_server.pas
|
Add "IsActive()"
|
2010-09-01 00:35:41 +00:00 |
indy_tcp_protocol.pas
|
Refactor TBaseTransport and TBaseTCPTransport so http and tcp transports no longer manage filtering which is now done by TBaseTransport and TBaseTCPTransport
|
2011-06-14 11:38:18 +00:00 |
indy_tcp_server.pas
|
Add "IsActive()"
|
2010-09-01 00:35:41 +00:00 |
json_formatter.pas
|
+Serialization of compound element ( TBaseComplexRemotable ) is now handle by TObjectSerializer that can read/write elements of different name spaces
|
2008-08-24 13:33:06 +00:00 |
library_base_intf.pas
|
DDelphi 2009 support (Fix ... )
|
2008-12-17 21:29:09 +00:00 |
library_imp_utils.pas
|
|
|
library_protocol.pas
|
Add "GetTransportName()" method to ITransport
|
2011-03-01 15:42:53 +00:00 |
library_server_intf.pas
|
use TByteDynArray for buffer instead of string :
|
2009-05-25 16:13:54 +00:00 |
logger_extension.pas
|
Add filter feature, implemented as service extension.
|
2010-08-04 19:29:17 +00:00 |
metadata_repository.pas
|
suppress various warnings/hints
|
2010-11-08 14:26:03 +00:00 |
metadata_service_binder.pas
|
metadata service : regenerate from wsdl file
|
2010-09-01 00:29:10 +00:00 |
metadata_service_imp.pas
|
remove no longer needed include files
|
2008-09-29 12:35:06 +00:00 |
metadata_service_proxy.pas
|
metadata service : regenerate from wsdl file
|
2010-09-01 00:29:10 +00:00 |
metadata_service.pas
|
metadata service : regenerate from wsdl file
|
2010-09-01 00:29:10 +00:00 |
metadata_service.wsdl
|
metadata service : regenerate from wsdl file
|
2010-09-01 00:29:10 +00:00 |
metadata_service.wst
|
metadata service : regenerate from wsdl file
|
2010-09-01 00:29:10 +00:00 |
metadata_service.wst_meta
|
|
|
metadata_wsdl.pas
|
Runtime WSDL generation : object collection handling and test case.
|
2009-06-26 12:36:05 +00:00 |
ns_http_protocol.pas
|
iOS http transport contributed by Phil
|
2011-09-19 11:12:38 +00:00 |
object_serializer.pas
|
FPC 2.7.1 compatibility.
|
2014-04-25 19:03:45 +00:00 |
record_rtti.pas
|
Free WST's generated record RTTI
|
2009-07-16 17:36:49 +00:00 |
same_process_protocol.pas
|
"Address" spelling
|
2011-11-15 19:06:36 +00:00 |
semaphore.pas
|
|
|
server_binary_formatter.pas
|
|
|
server_filter_extension.pas
|
Provide a property manager to the filters so a "Password" can be store and retrieved.
|
2012-04-03 17:43:20 +00:00 |
server_listener.pas
|
Delphi Compatibility
|
2011-08-16 12:41:05 +00:00 |
server_service_imputils.pas
|
ICallContext now has a property manager ( GetPropertyManager() ). At server side the so got property manager can be used to query the remote client informations such as its IP address ( RemoteIP )
|
2008-09-25 02:24:25 +00:00 |
server_service_intf.pas
|
Add filter feature, implemented as service extension.
|
2010-08-04 19:29:17 +00:00 |
server_service_json.pas
|
Fix Compilation with fpc-trunck
|
2010-07-19 10:42:25 +00:00 |
server_service_soap.pas
|
remove no longer needed include files
|
2008-09-29 12:35:06 +00:00 |
server_service_xmlrpc.pas
|
remove no longer needed include files
|
2008-09-29 12:35:06 +00:00 |
service_intf.pas
|
Add "GetTransportName()" method to ITransport
|
2011-03-01 15:42:53 +00:00 |
soap_formatter.pas
|
Use wst_types.pas instead of wst.inc and wst_delphi.inc
|
2008-12-23 15:11:31 +00:00 |
synapse_http_protocol.pas
|
Remove "Dialogs" from "uses" clause.
|
2011-09-14 09:51:13 +00:00 |
synapse_tcp_protocol.pas
|
Refactor TBaseTransport and TBaseTCPTransport so http and tcp transports no longer manage filtering which is now done by TBaseTransport and TBaseTCPTransport
|
2011-06-14 11:38:18 +00:00 |
synapse_tcp_server.pas
|
Add "IsActive()"
|
2010-09-01 00:35:41 +00:00 |
wst_consts.pas
|
XSD's "include" handling, better "uses" generation for schema files translalted to pascal, better generated file names, handling of "import" and "include" in sub-directories, Handling of TComplexEnumContentRemotable
|
2011-08-29 02:59:57 +00:00 |
wst_delphi_rtl.pas
|
OS X compatibility patch, Thanks to Phil for testing.
|
2008-08-29 12:57:35 +00:00 |
wst_delphi_rtti_utils.pas
|
Suppress warnings
|
2008-11-24 15:42:58 +00:00 |
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
|
+Delphi : QWord = UInt64 for CompilerVersion > 16.0
|
2009-03-18 15:53:10 +00:00 |
wst_fpc_xml.pas
|
Read XML with name space activated
|
2012-10-22 13:23:30 +00:00 |
wst_global.inc
|
FPC 2.7.1 compatibility.
|
2014-04-25 19:03:45 +00:00 |
wst_indy9_utils.pas
|
Pacth from Joost van der Sluis : Delphi CoInitialize/CoUninitialize handling separated from FPC code
|
2009-01-27 16:53:43 +00:00 |
wst_indy10_utils.pas
|
Pacth from Joost van der Sluis : Delphi CoInitialize/CoUninitialize handling separated from FPC code
|
2009-01-27 16:53:43 +00:00 |
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
|
|
|
xmlrpc_formatter.pas
|
+Serialization of compound element ( TBaseComplexRemotable ) is now handle by TObjectSerializer that can read/write elements of different name spaces
|
2008-08-24 13:33:06 +00:00 |