Historial de Commits

Autor SHA1 Mensaje Fecha
  Sten Grüner 7d8f2c7b3a Merge pull request #352 from acplt/client_lifecycle hace 9 años
  Stasik0 0b8d8d566e initial lifecycle change for the client - review/test needed #350 #348 hace 9 años
  ichrispa 1cfd71af28 Tutorial that should have come along with the previous commit. hace 9 años
  ichrispa b0e4f46304 Node instantiation is now biderictionally hierarchical (inheritance and child instantiation); recursion protection is in place. hace 9 años
  Stasik0 be91c9dea2 improving client_disconnect again, fixing memleaks #348 hace 9 años
  Stasik0 ba7d4e2433 fixing a memleak in case the connection was already closed, relates #340 hace 9 años
  Sten Grüner eb2c6a14d3 Merge pull request #347 from tpiat/master hace 9 años
  tpiat 79e72cf150 Update ua_client.c hace 9 años
  ichrispa d0293da90f Creates/Added UA_Server_addInstanceOf(); clones a hierarchic objectType (including all method, variables, subobjects and variableTypes) and respects inheritance from supertypes. hace 9 años
  ichrispa 24f77b4272 Added a tutorial on generating userdefined namespaces. hace 9 años
  Stasik0 61a255b034 uniatialized variable fixed hace 9 años
  Stasik0 c82a7cac9f buffer can be freed on client_disconnect in symmetry with client_connect, relates #343 hace 9 años
  Stasik0 a7b4733814 reverting closing connection on error hace 9 años
  ichrispa 198597c520 Backported handle attachement to method callbacks from application. hace 9 años
  Stasik0 0180435a64 freeing was shadowed out due to wrong function call order, #340 hace 9 años
  Stasik0 24565aa4bf adding methodcalls and subscriptions to the ua_config.h.in in order to support them with single-file distros hace 9 años
  Stasik0 4485cbc1a7 adding a missing clearup for failed messages sending in windows, #340 hace 9 años
  ichrispa 9226ecb4fd Added/Split-off of node-relations tutorial hace 9 años
  ichrispa 7d6dae4ade Merge branch 'api_hl_abstractions' of https://github.com/acplt/open62541 into api_hl_abstractions hace 9 años
  Chris Iatrou b104a13190 Fixed failing unit test for attributes (most are now writable) along with several real type mistakes in setAttributeValue and writeValue. hace 9 años
  ichrispa d93de433a0 Tutorial on variable/attribute manipulation updated. Several minor problems fixed. hace 9 años
  Stasik0 2af921b7c8 closing connection in case sending or recving fails, relates to #340, @FlorianPalm approved it, @jpfr may you review? hace 9 años
  ichrispa 70571fdc76 Fixed error in setting timestamps in previous commit. hace 9 años
  Stasik0 db4a39cbab adding QNX support, credit goes to @tpiat, relates to #339 hace 9 años
  ichrispa b7c997a9f9 Forcing dataChangeNotifications to return all timestamp fields (even though sourceTimestamps are meaningless here). Pertains to / fixes #324. hace 9 años
  ichrispa 0b8f36f6ee Attribute service delegates the writing of all attributes but ATTRIBUTE_VALUE to the userspace setAttribute function. hace 9 años
  FlorianPalm 55ab88f972 another clean up in server_method hace 9 años
  FlorianPalm 48ff169f30 cleaned up server_method hace 9 años
  FlorianPalm c379b60491 related to #332 , added another example to server_method hace 9 años
  FlorianPalm d25858ad71 fixed bug related to #332 (1d array as input argument for methods) hace 9 años