Root/
| File | Age | Message | Size | |
|---|---|---|---|---|
| .. | ||||
![]() |
3rdparty | |||
![]() |
cmake | |||
![]() |
generator | |||
![]() |
include | |||
![]() |
interfaces | |||
![]() |
kde | |||
![]() |
tests | |||
![]() |
CMakeLists.txt | 2 years 10 months | Michael Leupold: Remove my own json-parser classes and replace with QJson. | 3.92 kB |
![]() |
config.h.in | 2 years 10 months | Michael Leupold: Add a config.h and QRpc's version to include in library and executables. | 112 bytes |
![]() |
QRpc.pc.in | 2 years 10 months | Michael Leupold: Move FindQRpc.cmake to the appropriate modules directory and install it. Some small fixes to it as well. | 347 bytes |
![]() |
qrpc_export.h | 2 years 10 months | Michael Leupold: Add QRPC_EXPORT macro and add so library version. | 1.22 kB |
![]() |
qrpcabstractservice.cpp | 2 years 10 months | Michael Leupold: Make the current transports use known meta data. | 1.83 kB |
![]() |
qrpcabstractservice.h | 2 years 10 months | Michael Leupold: Add QRPC_EXPORT macro and add so library version. | 1.96 kB |
![]() |
qrpcargument.cpp | 2 years 10 months | Michael Leupold: Add QRpcArgument marshalling for QUrl and QStringList. | 6.80 kB |
![]() |
qrpcargument.h | 2 years 10 months | Michael Leupold: Fix warnings (unused variables, ...). | 11.12 kB |
![]() |
qrpcargumentmarshaller.cpp | 2 years 11 months | Michael Leupold: initial import | 15.13 kB |
![]() |
qrpcargumentmarshaller_p.h | 2 years 11 months | Michael Leupold: Fix includes, add interfaces for transports as well as a basic http transport. | 4.90 kB |
![]() |
qrpcerror.cpp | 2 years 10 months | Michael Leupold: Change const-reference returns to by-value ones for the sake of binary compatibility. | 2.48 kB |
![]() |
qrpcerror.h | 2 years 10 months | Michael Leupold: Change const-reference returns to by-value ones for the sake of binary compatibility. | 5.43 kB |
![]() |
qrpcjsonnull.h | 2 years 10 months | Michael Leupold: Add QRPC_EXPORT macro and add so library version. | 1.35 kB |
![]() |
qrpcjsonrpchttpservice.cpp | 2 years 10 months | Michael Leupold: Change const-reference returns to by-value ones for the sake of binary compatibility. | 2.43 kB |
![]() |
qrpcjsonrpchttpservice.h | 2 years 10 months | Michael Leupold: Add QRPC_EXPORT macro and add so library version. | 3.04 kB |
![]() |
qrpcmethodcall.cpp | 2 years 10 months | Michael Leupold: Change const-reference returns to by-value ones for the sake of binary compatibility. | 2.58 kB |
![]() |
qrpcmethodcall.h | 2 years 10 months | Michael Leupold: Change const-reference returns to by-value ones for the sake of binary compatibility. | 3.20 kB |
![]() |
qrpcmethodresponse.cpp | 2 years 11 months | Michael Leupold: Add error and response objects as well as XML-RPC unmarshalling for both. | 2.21 kB |
![]() |
qrpcmethodresponse.h | 2 years 10 months | Michael Leupold: Add QRPC_EXPORT macro and add so library version. | 2.67 kB |
![]() |
qrpcpendingreply.h | 2 years 10 months | Michael Leupold: It's enough to check the arguments in QRpcPendingReplyBase::isError() and | 6.18 kB |
![]() |
qrpcpendingreply_p.h | 2 years 11 months | Michael Leupold: A lot of refinement going on here. QRpcPendingReply is now mostly finished (still lacking some fine-tuning and testing). | 1.72 kB |
![]() |
qrpcpendingreplybase.cpp | 2 years 10 months | Michael Leupold: Only wait for a reply to finished if it isn't finished yet. | 4.35 kB |
![]() |
qrpcpendingreplybase.h | 2 years 10 months | Michael Leupold: Add QRPC_EXPORT macro and add so library version. | 3.50 kB |
![]() |
qrpcpendingreplywatcher.cpp | 2 years 10 months | Michael Leupold: Add QRpcPendingReplyWatcher to watch for replies by the remote service | 1.45 kB |
![]() |
qrpcpendingreplywatcher.h | 2 years 10 months | Michael Leupold: Add QRPC_EXPORT macro and add so library version. | 1.79 kB |
![]() |
qrpcprotocol.cpp | 2 years 11 months | Michael Leupold: Start refactoring the reply. I guess the checking types upon receipt of a response will have to go away... :-( | 1.02 kB |
![]() |
qrpcprotocol.h | 2 years 10 months | Michael Leupold: Add metaData() to QRpcProtocol. Like this every protocol can add metaData for the transport (current use: add correct Content-Type headers for the HTTP transports). | 3.02 kB |
![]() |
qrpcprotojsonrpc.cpp | 2 years 10 months | Michael Leupold: Remove my own json-parser classes and replace with QJson. | 9.58 kB |
![]() |
qrpcprotojsonrpc.h | 2 years 10 months | Michael Leupold: Add metaData() to QRpcProtocol. Like this every protocol can add metaData for the transport (current use: add correct Content-Type headers for the HTTP transports). | 3.22 kB |
![]() |
qrpcprotoxmlrpc.cpp | 2 years 10 months | Michael Leupold: Add metaData() to QRpcProtocol. Like this every protocol can add metaData for the transport (current use: add correct Content-Type headers for the HTTP transports). | 22.51 kB |
![]() |
qrpcprotoxmlrpc.h | 2 years 10 months | Michael Leupold: Add metaData() to QRpcProtocol. Like this every protocol can add metaData for the transport (current use: add correct Content-Type headers for the HTTP transports). | 3.28 kB |
![]() |
qrpctransport.cpp | 2 years 11 months | Michael Leupold: Fix includes, add interfaces for transports as well as a basic http transport. | 997 bytes |
![]() |
qrpctransport.h | 2 years 10 months | Michael Leupold: Make the current transports use known meta data. | 1.72 kB |
![]() |
qrpctransporthttp.cpp | 2 years 10 months | Michael Leupold: Make the current transports use known meta data. | 3.68 kB |
![]() |
qrpctransporthttp.h | 2 years 10 months | Michael Leupold: Make the current transports use known meta data. | 3.44 kB |
![]() |
qrpctransporthttp_p.h | 2 years 11 months | Michael Leupold: Add QRpcProtocol as abstraction of the protocol-specific marshallers and make the XML-RPC marshaller a QRpcProtocol. | 1.58 kB |
![]() |
qrpctransporthttprequest.cpp | 2 years 11 months | Michael Leupold: Three small fixes: | 4.34 kB |
![]() |
qrpctransporthttprequest_p.h | 2 years 10 months | Michael Leupold: Fix some memory leaks. | 2.23 kB |
![]() |
qrpctransportrequest.cpp | 2 years 11 months | Michael Leupold: Fix includes, add interfaces for transports as well as a basic http transport. | 1.05 kB |
![]() |
qrpctransportrequest.h | 2 years 10 months | Michael Leupold: Add QRPC_EXPORT macro and add so library version. | 2.45 kB |
![]() |
qrpcxmlrpcservice.cpp | 2 years 10 months | Michael Leupold: Make the XML-RPC service mirror the HTTP transport's settings (url, user, password, proxy). | 2.33 kB |
![]() |
qrpcxmlrpcservice.h | 2 years 10 months | Michael Leupold: Add QRPC_EXPORT macro and add so library version. | 3.01 kB |
![]() |
TODO | 2 years 10 months | Michael Leupold: Add another TODO item. | 216 bytes |
Download this version or git clone git://git.confuego.org/qrpc.git 

