История коммитов

Автор SHA1 Сообщение Дата
  Sten Grüner 0ed03807db minimal changes in the tutorial лет назад: 8
  Sten Grüner 5d085a7595 Merge pull request #364 from ngoossens/test-updates лет назад: 8
  Sten Grüner 38fd1da486 Merge pull request #361 from acplt/client_fixes лет назад: 8
  Julius Pfrommer 60ed7b2723 reverted the client part according to #362 лет назад: 8
  Nick Goossens 22543e319c Updated unit tests to use `ck_assert_ptr_eq` rather than `ck_assert_int_eq` where appropriate to avoid "incompatible pointer to integer conversion" compiler errors. лет назад: 8
  ichrispa 8724d814f7 Previous commit overlooked some merge conflicts :/ лет назад: 8
  ichrispa f8de61d222 Merge branch 'api_hl_abstractions' including fixes for issues reported by scan-build and coverity. лет назад: 8
  ichrispa e96d599acb Fixed several issues reported by coverity and scan-build. лет назад: 8
  Sten Grüner 859e03eaab Merge pull request #360 from ngoossens/compilation-fixes лет назад: 8
  Holger Jeromin f29e5686ab Do not make a request if renewSecureChannel failed лет назад: 8
  Nick Goossens 1ebcb274b2 Fix for AppleClang error: comparison of constant 'UA_NODECLASS_OBJECTTYPE' (8) with boolean expression is always false (`if (!typeDefNode->nodeClass == UA_NODECLASS_OBJECTTYPE) {`). лет назад: 8
  Sten Grüner 3f766ff769 Merge pull request #359 from acplt/api_hl_abstractions лет назад: 8
  Sten Grüner 8a376f8728 Merge pull request #357 from ngoossens/osx-compilation лет назад: 8
  FlorianPalm 0d12b2840e fixed bug which was accidently reintroduced #356 лет назад: 8
  ichrispa 38f86412ae Server now initializes builtin namespace localized text variables with locale "en_US" (needed for unary unity tests with generated namespace) лет назад: 8
  ichrispa 7737b4ffbf Merge branch 'master' into api_hl_abstractions лет назад: 8
  Nick Goossens cbbf989dde OS X compilation лет назад: 8
  Stasik0 f3379eaa19 removing dead code as flagged by coverity лет назад: 8
  ichrispa a71f43aa7d Completed the node relations tutorial. лет назад: 8
  Julius Pfrommer 02391c24a2 Our concurrency approach has a name in the literature лет назад: 8
  Sten Grüner 7d8f2c7b3a Merge pull request #352 from acplt/client_lifecycle лет назад: 8
  Stasik0 0b8d8d566e initial lifecycle change for the client - review/test needed #350 #348 лет назад: 8
  ichrispa 1cfd71af28 Tutorial that should have come along with the previous commit. лет назад: 8
  ichrispa b0e4f46304 Node instantiation is now biderictionally hierarchical (inheritance and child instantiation); recursion protection is in place. лет назад: 8
  Stasik0 be91c9dea2 improving client_disconnect again, fixing memleaks #348 лет назад: 8
  Stasik0 ba7d4e2433 fixing a memleak in case the connection was already closed, relates #340 лет назад: 8
  Sten Grüner eb2c6a14d3 Merge pull request #347 from tpiat/master лет назад: 8
  tpiat 79e72cf150 Update ua_client.c лет назад: 8
  ichrispa d0293da90f Creates/Added UA_Server_addInstanceOf(); clones a hierarchic objectType (including all method, variables, subobjects and variableTypes) and respects inheritance from supertypes. лет назад: 8
  ichrispa 24f77b4272 Added a tutorial on generating userdefined namespaces. лет назад: 8