lazarus-ccr/wst/trunk
2011-09-19 11:12:38 +00:00
..
doc Delphi compiles ws_helper 2007-09-02 19:05:47 +00:00
ide/lazarus Use "AResponse.ContentStream" instead of "AResponse.Content" because the later does interpret #13 as new and so replaced with #10. This is needed for binary format. 2011-08-26 15:10:43 +00:00
samples sample, tcp blocktype handling 2011-08-08 02:26:00 +00:00
tests xsd's "choice" construct parsing + tests 2011-09-14 02:31:02 +00:00
type_lib_edtr Implement DropFileEvent 2010-11-26 12:49:40 +00:00
ws_helper Parser's "CaseSensitive" implementation fix. 2011-09-16 00:56:48 +00:00
wst_rtti_filter re-raise the exception 2011-05-05 09:56:01 +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 TComplexEnumContentRemotable implementation 2011-08-29 02:47:41 +00:00
base_soap_formatter.pas UnicodeString Fix 2011-02-02 15:34:13 +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 Complete DataFilter Implementation + tests 2011-08-15 02:10:42 +00:00
config_objects.pas suppress various warnings 2010-10-04 10:30:19 +00:00
COPYING.LGPL first import 2006-08-26 00:35:42 +00:00
COPYING.modifiedLGPL first import 2006-08-26 00:35:42 +00:00
date_utils.pas xsd_TryStrToDate : do not reject if fractional milisecond part contains more than 3 digits 2010-01-06 10:16:10 +00:00
delphi_init_com.pas Delphi pooling is ok 2007-07-18 11:23:56 +00:00
file_logger_extension.pas base64 server and client sample 2008-08-07 15:52:40 +00:00
filter_intf.pas Complete DataFilter Implementation + tests 2011-08-15 02:10:42 +00:00
fpc_http_protocol.pas Remove "Dialogs" from "uses" clause. 2011-09-14 09:51:13 +00:00
fpc_http_server.pas TwstFPHttpListener : add options to control execution in threads. 2011-08-06 17:08:44 +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 Fix crash in Delphi 2011-08-29 02:49:04 +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 git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@311 8e941d3f-bd1b-0410-a28a-d453659cc2b4 2008-01-08 17:08:38 +00:00
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 first import 2006-08-26 00:35:42 +00:00
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.5.1 compatibility support(tkHelper handling) 2011-06-14 10:46:00 +00:00
record_rtti.pas Free WST's generated record RTTI 2009-07-16 17:36:49 +00:00
same_process_protocol.pas Add "GetTransportName()" method to ITransport 2011-03-01 15:42:53 +00:00
semaphore.pas Suppress compiler warnings 2008-07-28 17:41:26 +00:00
server_binary_formatter.pas resync 2007-12-29 17:21:48 +00:00
server_filter_extension.pas Add filter feature, implemented as service extension. 2010-08-04 19:29:17 +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 SOAP "ID" and "href" handling in the serialized xml stream. 2009-03-06 20:41:44 +00:00
wst_delphi.inc +Delphi : QWord = UInt64 for CompilerVersion > 16.0 2009-03-18 15:53:10 +00:00
wst_fpc_xml.pas Fix AV with xml 2010-07-19 10:44:34 +00:00
wst_global.inc FPC 2.5.1 compatibility support(tkHelper handling) 2011-06-14 10:46:00 +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 Delphi compatibility 2010-02-27 16:10:25 +00:00
wst_resources_imp.pas suppress various warnings/hints 2010-11-08 14:26:03 +00:00
wst_rtl_imp.inc client : new TCP transport implementation ( using synapse library ) in synapse_tcp_protocol.pas 2007-05-02 22:55:35 +00:00
wst_types.pas Add "UInt32" definition 2011-07-22 12:31:45 +00:00
wst.inc Object Pascal "record" serialization ( first commit! ) 2007-08-19 00:29:43 +00:00
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