Історія комітів

Автор SHA1 Опис Дата
  ichrispa eed7593f19 Merge branch 'master' of https://github.com/open62541/open62541 9 роки тому
  ichrispa 8b81a9e9a1 Fixed spurius & in ua_nodestore_remove causing hash lookups to fail in urcu (closes #566) 9 роки тому
  Sten Grüner d037f155d7 Merge pull request #561 from Wtango/include_order 9 роки тому
  FlorianPalm 04ee2de2c9 Update in_a_nutshell.rst 9 роки тому
  FlorianPalm edd8d2e675 Update in_a_nutshell.rst 9 роки тому
  ichrispa 1ba735c284 Fixed namespace compiler still initializing/duplicating method arguments for methods with no arguments. 9 роки тому
  ichrispa be8e96f27c Merge branch 'master' of https://github.com/open62541/open62541 9 роки тому
  ichrispa 330324771e Changed UA_Server_methodNode_attachCallboack to UA_Server_setMethodNode_callback to conform to naming scheme of very similar dataSources function. 9 роки тому
  Julius Pfrommer bfc85fa977 Merge pull request #563 from Root-Core/master 9 роки тому
  Root-Core b66d2def1b Fixed c&p bug (?) while adding a VariableTypeNode 9 роки тому
  ichrispa 882b7e5a6c Reinstated userspace UA_Server_methodNode_attachCallback (for the 3rd time now?) and put it into the example server; 9 роки тому
  wuyangtang 7a8d5ac495 Fix include order 9 роки тому
  Julius Pfrommer 3f78178385 fix the mainloop example in windows 9 роки тому
  Julius Pfrommer f2b5b84c0f add an example that shows the integration of the server in an external mainloop 9 роки тому
  ichrispa 4986b9ac3e Fixed SEGFAULT if Client_Call is passed a null pointer for return arguments... 9 роки тому
  Julius Pfrommer cfb39b1c66 use platform agnostic code for float encoding from beej's guide. (#559) 9 роки тому
  ichrispa 214d9bf748 Fixied include order problem between GCC/CLang by wrapping iterator callback into ifdefs. 9 роки тому
  ichrispa d354cf723f Also in terms of the symmetric API, the UA_Client_writeAttribute<X> function set appears to have vanished. UA_Client_writeAttributeValue was restored in accordance with @jpfr's new implementation. 9 роки тому
  ichrispa 3dcae4daea UA_Client_forEachChildNodeCall had somehow vanished from the otherwise symmetric API - and is now back. 9 роки тому
  ichrispa a12c157c89 Check if output arguments are returned at all before accessing the result array proves beneficial if methods do not return arguments (the other choice is a SEGFAULT). 9 роки тому
  Julius Pfrommer 18e794f2ea Merge pull request #558 from open62541/client_password 9 роки тому
  Stasik0 d81279feb0 adding usernamepassword auth to client, fixing a username/pass struct bug in the server 9 роки тому
  Sten Grüner f1a9cca346 Merge pull request #555 from JayGro/master 9 роки тому
  Julian Grothoff efe1ab2830 Added external namespace urls to namespace String list. 9 роки тому
  Chris Iatrou 643cc327c6 Namespace compiler wraps low-level calls to nodestore in RCU_LOCK/UNLOCK. Several missing locks added before calls to addExistingNode(). 9 роки тому
  ichrispa bd76419d5c Revised namespace compiler to properly construct method argument descriptions. Workaround in addMethodNode - broken anyway since size_t was introduced - is now obsoleted. 9 роки тому
  ichrispa 37870705cf Re-renamed class to non C++ keyword nodeClass (because jpfr removed it) 9 роки тому
  Stasik0 0f7b52fc99 adding asserts to help clang static analyzer 9 роки тому
  Julius Pfrommer a6fbd5cf3a Merge of Pro's travis infrastructure migration 9 роки тому
  Julius Pfrommer 559b88ed67 fix sign conversion warning in server_method 9 роки тому