提交歷史

作者 SHA1 備註 提交日期
  Julius Pfrommer 6c777640e6 refactor(core): Replace UA_Connection_deleteMembers with UA_Connection_clear 5 年之前
  Julius Pfrommer c126715dd8 refactor(client): Move UA_Client_new to plugin 5 年之前
  Stefan Profanter 01fae7b5b4 Merge remote-tracking branch '1.0' into master 5 年之前
  Jose Cabral 246b59d119 Return error when sending async request on unconnected servers 5 年之前
  matkonnerth 777eb9339d Server: Read Datatype Definitions of Structures 5 年之前
  Stefan Profanter 63f3653ff1 Additional header cleanup and consistent name of ns generated files 6 年之前
  Julius Pfrommer c9c818868f Move header files to a more unix-like structure 6 年之前
  Benjamin Bara 9e95f3d767 Stack: Various small reformatting to fix build after running clang-format 6 年之前
  Wolfgang Braun d0274f3715 Fix: UA_client always uses custom datatypes when decoding objects 6 年之前
  Julius Pfrommer 0efad70bd6 Client: Log the ServiceResult code in ServiceFault responses 6 年之前
  Julius Pfrommer bcaa6695c0 Client: Store SecurityPolicies in the client config; Refactor connection logic 6 年之前
  Julius Pfrommer b4c9fc37eb Client: Initialize client config inside the client structure 6 年之前
  Julius Pfrommer 29a0e6a492 Client: Fix logging edge case during startup 6 年之前
  Julius Pfrommer 4d804b5935 Timer: Use zip tree for the timer 6 年之前
  Julius Pfrommer 89f728aee1 Logging: Make logging a proper plugin with state and cleanup method 6 年之前
  Julius Pfrommer 5d72fb8462 Allow fractions of milliseconds for timed callback intervalls 6 年之前
  Julius Pfrommer 43a2b539c2 Deprecate UA_TRUE/UA_FALSE for internal use 6 年之前
  StalderT 102c1713d7 check callback before calling 6 年之前
  Julius Pfrommer 49e0a0bb1e Types: Add UA_DataTypeArray as a linked list for client/server 6 年之前
  Julius Pfrommer c027a538e3 Client: Remove openSecureChannelResponseCallback 6 年之前
  Julius Pfrommer 43ac1ee9e7 Client: Remove ackResponseCallback 6 年之前
  Julius Pfrommer f492dbbfa0 Move WorkQueue to a separate struct for client and server 6 年之前
  Mark Giraud 9310e39a06 Improve logging, error code handling and cosmetics 6 年之前
  Mark Giraud cf6e89d6b7 Fix #1930 6 年之前
  Julius Pfrommer 815ad5eb97 Client: Improve logging of the received message type 6 年之前
  Julius Pfrommer 21739ae53a Client: Improve logging of the SecureChannel initialization 6 年之前
  Julius Pfrommer 9834e57869 Client: Fix a potential memleak if the client initialization fails 6 年之前
  Julius Pfrommer 7e635abcda SecureChannel: Split into _init and _setSecurityPolicy 6 年之前
  Julius Pfrommer fd1061e444 SecureChannel: Put all messages/chunks in a tailq for in-order processing 6 年之前
  Julius Pfrommer 59a3cfb856 Client: Deprecate UA_Client_manuallyRenewSecureChannel 6 年之前