ichrispa 505ecd0461 Added forgotten methodNode to UA_Client_getNodeCopy(). Hooked node-specific append attributes to body of function. 9 years ago
..
client 505ecd0461 Added forgotten methodNode to UA_Client_getNodeCopy(). Hooked node-specific append attributes to body of function. 9 years ago
ongoing 4a719cc4b8 removing legacy code. xml handling is kept in the repository for now. 9 years ago
server b481cc3a94 Created missing serverside API calls for creating and deleting all nodetypes. Clientside API calls was matched (symmetry) to the call structure of the server API. Tutorial on adding nodes was started (WIP). 9 years ago
ua_connection.c 8413eceba6 Don't use calcSizeBinary. Return a failure message if the response message would be too large. 9 years ago
ua_securechannel.c b515f7dab3 removing debug info... (sorry for bad commit hygiene) 9 years ago
ua_securechannel.h dd9699d7da fixed a bug in opensecurechannel 9 years ago
ua_session.c d5002592c8 fixes 292, fixing some leaks, missing inializers, bugs... there seem be no subscription-related leaks anylonger 9 years ago
ua_session.h 01eb04c23a adding dependency on ua_server.h 9 years ago
ua_types.c 5b919b5486 Replaced ByteString_compare/String_compare's builtin strncmp with memcmp to allow for NULL-Bytes encoded in binary transport encodings in comparisons not throwing of the result. 9 years ago
ua_types_encoding_binary.c ef037512e6 fixed bug within UA_Variant_decodeBinary: Multidimensional array weren't decoded correct. Data of variant was overwritten by arrayDimensions field 9 years ago
ua_types_encoding_binary.h cee54343c0 restore calcSizeBinary as a single function UA_calcSizeBinary 9 years ago
ua_util.h ba371cd6c6 support cygwin envirnment 9 years ago