.. |
doc
|
Compress the RTF document as it gets difficult to commit.
|
2014-05-07 14:33:32 +00:00 |
ide/lazarus
|
Improve project files (Thanks Juha)
|
2015-01-03 13:44:46 +00:00 |
samples
|
Improve project files (Thanks Juha)
|
2015-01-03 13:44:46 +00:00 |
tests
|
Improve project files (Thanks Juha)
|
2015-01-03 13:44:46 +00:00 |
type_lib_edtr
|
Be case insensitive while parsing Pascal Code, log warning on XDS generation, fix AV (TPasUnresolvedTypeRef handling)
|
2014-12-04 13:11:07 +00:00 |
ws_helper
|
Fix Binder's code generation.
|
2015-01-07 14:14:04 +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 Integer/Cardinal instead of PtrInt/PtrUInt (Thanks Juha)
|
2015-01-02 17:48:42 +00:00 |
base_json_formatter.pas
|
Fix Integer/Cardinal instead of PtrInt/PtrUInt (Thanks Juha)
|
2015-01-02 17:48:42 +00:00 |
base_service_intf.pas
|
Fix Integer/Cardinal instead of PtrInt/PtrUInt (Thanks Juha)
|
2015-01-02 17:48:42 +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
|
|
|
binary_streamer.pas
|
Fix Integer/Cardinal instead of PtrInt/PtrUInt (Thanks Juha)
|
2015-01-02 17:48:42 +00:00 |
client_filters.pas
|
Client side filters : +Add TLogFilter. Use this filter to log the request/response stream to file.
|
2014-05-17 17:30:21 +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
|
|
|
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
|
|
|
ics_tcp_protocol.pas
|
|
|
imp_utils.pas
|
Fix Integer/Cardinal instead of PtrInt/PtrUInt (Thanks Juha)
|
2015-01-02 17:48:42 +00:00 |
indy_http_protocol.pas
|
Get rid of FPC's internal error (Thanks Dimitrios Chr. Ioannidis)
|
2014-12-04 13:02:22 +00:00 |
indy_http_server.pas
|
|
|
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
|
|
|
json_formatter.pas
|
Fix Integer/Cardinal instead of PtrInt/PtrUInt (Thanks Juha)
|
2015-01-02 17:48:42 +00:00 |
library_base_intf.pas
|
|
|
library_imp_utils.pas
|
|
|
library_protocol.pas
|
Add "GetTransportName()" method to ITransport
|
2011-03-01 15:42:53 +00:00 |
library_server_intf.pas
|
|
|
logger_extension.pas
|
|
|
metadata_repository.pas
|
|
|
metadata_service_binder.pas
|
|
|
metadata_service_imp.pas
|
|
|
metadata_service_proxy.pas
|
|
|
metadata_service.pas
|
|
|
metadata_service.wsdl
|
|
|
metadata_service.wst
|
|
|
metadata_service.wst_meta
|
|
|
metadata_wsdl.pas
|
Fix Integer/Cardinal instead of PtrInt/PtrUInt (Thanks Juha)
|
2015-01-02 17:48:42 +00:00 |
ns_http_protocol.pas
|
iOS http transport contributed by Phil
|
2011-09-19 11:12:38 +00:00 |
object_serializer.pas
|
Fix Integer/Cardinal instead of PtrInt/PtrUInt (Thanks Juha)
|
2015-01-02 17:48:42 +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
|
"Address" spelling
|
2011-11-15 19:06:36 +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
|
|
|
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
|
|
|
server_service_intf.pas
|
Range Fix, thanks (Dimitrios Chr. Loannidis)
|
2014-06-04 14:16:51 +00:00 |
server_service_json.pas
|
Fix Integer/Cardinal instead of PtrInt/PtrUInt (Thanks Juha)
|
2015-01-02 17:48:42 +00:00 |
server_service_soap.pas
|
|
|
server_service_xmlrpc.pas
|
|
|
service_intf.pas
|
Add "GetTransportName()" method to ITransport
|
2011-03-01 15:42:53 +00:00 |
soap_formatter.pas
|
|
|
synapse_http_protocol.pas
|
Fix comparison with invalid socket value in Synapse (Thanks Juha)
|
2015-01-07 14:13:05 +00:00 |
synapse_tcp_protocol.pas
|
Fix comparison with invalid socket value in Synapse (Thanks Juha)
|
2015-01-07 14:13:05 +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 "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
|
|
|
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
|
Fix "record" marshalling, Better Proxy/Binder generated code
|
2015-01-03 13:33:43 +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
|
|
|
wst_rtl_imp.inc
|
|
|
wst_types.pas
|
Add "UInt32" definition
|
2011-07-22 12:31:45 +00:00 |
wst.inc
|
|
|
xmlrpc_formatter.pas
|
|
|