Historique des commits

Auteur SHA1 Message Date
  Julius Pfrommer 3f78178385 fix the mainloop example in windows il y a 8 ans
  Julius Pfrommer f2b5b84c0f add an example that shows the integration of the server in an external mainloop il y a 8 ans
  ichrispa 4986b9ac3e Fixed SEGFAULT if Client_Call is passed a null pointer for return arguments... il y a 8 ans
  Julius Pfrommer cfb39b1c66 use platform agnostic code for float encoding from beej's guide. (#559) il y a 8 ans
  ichrispa 214d9bf748 Fixied include order problem between GCC/CLang by wrapping iterator callback into ifdefs. il y a 8 ans
  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. il y a 8 ans
  ichrispa 3dcae4daea UA_Client_forEachChildNodeCall had somehow vanished from the otherwise symmetric API - and is now back. il y a 8 ans
  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). il y a 8 ans
  Julius Pfrommer 18e794f2ea Merge pull request #558 from open62541/client_password il y a 8 ans
  Stasik0 d81279feb0 adding usernamepassword auth to client, fixing a username/pass struct bug in the server il y a 8 ans
  Sten Grüner f1a9cca346 Merge pull request #555 from JayGro/master il y a 8 ans
  Julian Grothoff efe1ab2830 Added external namespace urls to namespace String list. il y a 8 ans
  Chris Iatrou 643cc327c6 Namespace compiler wraps low-level calls to nodestore in RCU_LOCK/UNLOCK. Several missing locks added before calls to addExistingNode(). il y a 8 ans
  ichrispa bd76419d5c Revised namespace compiler to properly construct method argument descriptions. Workaround in addMethodNode - broken anyway since size_t was introduced - is now obsoleted. il y a 8 ans
  ichrispa 37870705cf Re-renamed class to non C++ keyword nodeClass (because jpfr removed it) il y a 8 ans
  Stasik0 0f7b52fc99 adding asserts to help clang static analyzer il y a 8 ans
  Julius Pfrommer a6fbd5cf3a Merge of Pro's travis infrastructure migration il y a 8 ans
  Julius Pfrommer 559b88ed67 fix sign conversion warning in server_method il y a 8 ans
  Julius Pfrommer fd58bd8f87 fix some unchecked sign conversions in the example code il y a 8 ans
  Julius Pfrommer 34dafb78ce Use the less noisy C99 true/false throughout. But keep the UA_TRUE/UA_FALSE macros for compatibility il y a 8 ans
  Julius Pfrommer 9f9c66b413 cosmetic improvements il y a 8 ans
  Julius Pfrommer 1981c364cf make UA_StatusCode an uint32 instead of an enum. use macros to define the constants il y a 8 ans
  Julius Pfrommer aa32f126fb fix testing calcsizebinary. encoding variants without a defined type fails intentionally. il y a 8 ans
  Sten Grüner c1cfae039b Merge pull request #553 from HolgerJeromin/patch-1 il y a 8 ans
  Holger Jeromin f2aaec703f fixing memleak il y a 8 ans
  ichrispa 2d9df9ee18 Renamed parameter class to nodeClass (interfered with C++ builds) il y a 8 ans
  Julius Pfrommer f934f940bc fix a warning in the mingw cross-compiler il y a 8 ans
  Julius Pfrommer e452dcf8e3 replace gmtime with a clean implementation il y a 8 ans
  Julius Pfrommer a76ba5f990 fix #547 il y a 8 ans
  Julius Pfrommer df11023b6f small simplification in the timout handling il y a 8 ans