Commit History

Author SHA1 Message Date
  Julius Pfrommer eba0976ae4 Fix subscription issues uncovered by the testing tools 8 years ago
  Julius Pfrommer b000d7aeff Handle nan in requested publishing and sampling intervals 8 years ago
  Julius Pfrommer 5e87c1db68 move logger and connection-function into the client config (#585) 8 years ago
  Julius Pfrommer 6150efa166 move subscription limits into the server config 8 years ago
  Julius Pfrommer e30e0f306b generate documentation for ua_server.h 8 years ago
  ichrispa 330324771e Changed UA_Server_methodNode_attachCallboack to UA_Server_setMethodNode_callback to conform to naming scheme of very similar dataSources function. 8 years ago
  ichrispa 882b7e5a6c Reinstated userspace UA_Server_methodNode_attachCallback (for the 3rd time now?) and put it into the example server; 8 years ago
  ichrispa 214d9bf748 Fixied include order problem between GCC/CLang by wrapping iterator callback into ifdefs. 8 years ago
  Stasik0 d81279feb0 adding usernamepassword auth to client, fixing a username/pass struct bug in the server 8 years ago
  Julius Pfrommer a76ba5f990 fix #547 8 years ago
  Julius Pfrommer f7f98bf3f3 return the remaining timeout in UA_Server_run_iterate 8 years ago
  Julius Pfrommer 2ae7fef1e4 add Wshadow and Wconversion compiler flags; fix all warnings; networklayer takes the logger from the server at startup 8 years ago
  Julius Pfrommer c54348ab9d nodestore: make the memory handling by the nodestore more intuitive 8 years ago
  ichrispa 7fa5ab8a25 Merge branch 'master' of https://github.com/acplt/open62541 8 years ago
  ichrispa a0ad0e6ea0 Reimplemented instantiation callback (required for #503). 8 years ago
  Julius Pfrommer 5089c3f13d Revert "simplify networklayer signature. todo: endpoint url for discovery" 8 years ago
  Julius Pfrommer 476af29985 Merge pull request #495 from open62541/server_config 8 years ago
  Julius Pfrommer 3c0868ac09 rename UA_Server_setObjectTypeNode_instanceLifecycleManagement to UA_Server_setObjectTypeNode_lifecycleManagement 8 years ago
  Julius Pfrommer 9dafed865f simplify networklayer signature. todo: endpoint url for discovery 8 years ago
  Julius Pfrommer 53d67b4140 single server config struct 8 years ago
  wuyangtang 4e5ff27452 update documentation 8 years ago
  Julius Pfrommer 72b2108313 continue merging the changes from master 8 years ago
  Julius Pfrommer b04d6f867c Merge branch 'master' into cleanup_build 8 years ago
  Julius Pfrommer f41713daaf align the naming of service calls with a server context 8 years ago
  Julius Pfrommer c8bfd84fb2 enable UA_Server_call with a configuration flag 8 years ago
  Julius Pfrommer 62146ee230 add services to the server userspace UA_Server_browse/browseNext/Call 8 years ago
  Julius Pfrommer 02fe23aa6d make nodeids const in server methods. improve access to arraydimensions 8 years ago
  Julius Pfrommer b210b19ae2 cleanup build settings; remove old doxygen documentation 8 years ago
  Julius Pfrommer 99e81fe736 call methods today with the number of input and output arguments 8 years ago
  Julius Pfrommer c33b62c682 don't copy data for reading. use a NODELETE variant that points into the node 8 years ago