code.confuego.org

qrpc

Sign in or create your account | Project List | Help

qrpc Git Source Tree

Root/src

File Age Message Size
  ..
tree 3rdparty
tree cmake
tree generator
tree include
tree interfaces
tree kde
tree tests
blob CMakeLists.txt 2 years 10 months Michael Leupold: Remove my own json-parser classes and replace with QJson. 3.92 kB
blob 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
blob 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
blob qrpc_export.h 2 years 10 months Michael Leupold: Add QRPC_EXPORT macro and add so library version. 1.22 kB
blob qrpcabstractservice.cpp 2 years 10 months Michael Leupold: Make the current transports use known meta data. 1.83 kB
blob qrpcabstractservice.h 2 years 10 months Michael Leupold: Add QRPC_EXPORT macro and add so library version. 1.96 kB
blob qrpcargument.cpp 2 years 10 months Michael Leupold: Add QRpcArgument marshalling for QUrl and QStringList. 6.80 kB
blob qrpcargument.h 2 years 10 months Michael Leupold: Fix warnings (unused variables, ...). 11.12 kB
blob qrpcargumentmarshaller.cpp 2 years 11 months Michael Leupold: initial import 15.13 kB
blob 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
blob 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
blob 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
blob qrpcjsonnull.h 2 years 10 months Michael Leupold: Add QRPC_EXPORT macro and add so library version. 1.35 kB
blob 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
blob qrpcjsonrpchttpservice.h 2 years 10 months Michael Leupold: Add QRPC_EXPORT macro and add so library version. 3.04 kB
blob 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
blob 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
blob qrpcmethodresponse.cpp 2 years 11 months Michael Leupold: Add error and response objects as well as XML-RPC unmarshalling for both. 2.21 kB
blob qrpcmethodresponse.h 2 years 10 months Michael Leupold: Add QRPC_EXPORT macro and add so library version. 2.67 kB
blob qrpcpendingreply.h 2 years 10 months Michael Leupold: It's enough to check the arguments in QRpcPendingReplyBase::isError() and 6.18 kB
blob 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
blob qrpcpendingreplybase.cpp 2 years 10 months Michael Leupold: Only wait for a reply to finished if it isn't finished yet. 4.35 kB
blob qrpcpendingreplybase.h 2 years 10 months Michael Leupold: Add QRPC_EXPORT macro and add so library version. 3.50 kB
blob qrpcpendingreplywatcher.cpp 2 years 10 months Michael Leupold: Add QRpcPendingReplyWatcher to watch for replies by the remote service 1.45 kB
blob qrpcpendingreplywatcher.h 2 years 10 months Michael Leupold: Add QRPC_EXPORT macro and add so library version. 1.79 kB
blob 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
blob 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
blob qrpcprotojsonrpc.cpp 2 years 10 months Michael Leupold: Remove my own json-parser classes and replace with QJson. 9.58 kB
blob 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
blob 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
blob 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
blob qrpctransport.cpp 2 years 11 months Michael Leupold: Fix includes, add interfaces for transports as well as a basic http transport. 997 bytes
blob qrpctransport.h 2 years 10 months Michael Leupold: Make the current transports use known meta data. 1.72 kB
blob qrpctransporthttp.cpp 2 years 10 months Michael Leupold: Make the current transports use known meta data. 3.68 kB
blob qrpctransporthttp.h 2 years 10 months Michael Leupold: Make the current transports use known meta data. 3.44 kB
blob 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
blob qrpctransporthttprequest.cpp 2 years 11 months Michael Leupold: Three small fixes: 4.34 kB
blob qrpctransporthttprequest_p.h 2 years 10 months Michael Leupold: Fix some memory leaks. 2.23 kB
blob qrpctransportrequest.cpp 2 years 11 months Michael Leupold: Fix includes, add interfaces for transports as well as a basic http transport. 1.05 kB
blob qrpctransportrequest.h 2 years 10 months Michael Leupold: Add QRPC_EXPORT macro and add so library version. 2.45 kB
blob 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
blob qrpcxmlrpcservice.h 2 years 10 months Michael Leupold: Add QRPC_EXPORT macro and add so library version. 3.01 kB
blob TODO 2 years 10 months Michael Leupold: Add another TODO item. 216 bytes

Archive Download this version or git clone git://git.confuego.org/qrpc.git Help

Branches