Commit History

Author SHA1 Message Date
  Stasik0 d5002592c8 fixes 292, fixing some leaks, missing inializers, bugs... there seem be no subscription-related leaks anylonger 9 years ago
  ichrispa 41b1b66ae9 Service_ModifySubscription() has been added to the list of supported services and can now use/recreated timed work jobs. Maximal PublishTimeInterval was raised from 100ms to 10s. 9 years ago
  ichrispa 0b5d68e07f Deleting of Subscriptions with timedWork items now uses Subscription_deleteMembers in the subscription manager. 9 years ago
  ichrispa 30570f5042 Creating of timedWorker based subscriptions enabled. Change and Delete still pending. 9 years ago
  ichrispa dc40af607e Basic infrastructure for createing subscriptions updated by a timed work item (WIP). 9 years ago
  ichrispa 0f66bc80e0 Fixed invalid results iteration for deleteMonitoredItems. 9 years ago
  Julius Pfrommer 84b02c76b9 purely cosmetic improvements 9 years ago
  Julius Pfrommer f4e425501c make the subscriptions list a fixed member instead of a pointer 9 years ago
  Julius Pfrommer 2737bec03f remove the pointer monitoreditem->node, release the node only after the pointer is no longer used. 9 years ago
  Julius Pfrommer b9b12bfbef add subscription sources dynamically in cmake. remove some ifdefs 9 years ago
  ichrispa 433b81b513 Now only calling UA_NodeStore_get() once and releasing the node on a successfull search. 9 years ago
  ichrispa 5d9fbc2146 NodeId of monitored nodes is now being registered with MonitoredItems to enable server nodestore search operations. 9 years ago
  Chris Iatrou ac68e05541 Fixed (formally) missing headers in ua_service_subscriptions.c. 9 years ago
  Julius Pfrommer 47269ea3b8 split out ua_subscription.c/.h 9 years ago
  Julius Pfrommer 2547aed04b check session validity in ua_server_binary.c, simplify 9 years ago
  Stasik0 83c256db0e fixed one memleak 9 years ago
  ichrispa 0def9a6071 Added keepalive update to patch missing update_keepalive in dev branch 9 years ago
  ichrispa 72ca74b1b0 Subscriptions now return data values and manage queues (including acknowledged items removal). VariableNodes may have their UA_DataSource as a subscription target. 9 years ago
  ichrispa 03932efe37 (Some) Values are publishable, still no deallocation of constructed messages and no removal of acknowledged messages. 9 years ago
  ichrispa 67b22dfe42 Enabled KeepAlive message generation for publish requests. 10 years ago
  ichrispa fd936aee3e Enabled Notification Queues for subscriptions and KeepAlive message generation on Publish. 10 years ago
  ichrispa 49876d4cfa Moved subscriptionManager to session (was wrongly attributed to be a server property). 10 years ago
  ichrispa 821b90f68f DeleteSubscriptions now return STATUSCODE_GOOD as it should. 10 years ago
  ichrispa 1cee79cada Added support for propper DeleteSubscriptions and free() 10 years ago
  ichrispa cff6b66ed7 CreateMonitoredItems being processed. Publish scaffolding added. 10 years ago
  ichrispa 828d9f00ff Session verification prior to subscription creation. 10 years ago
  ichrispa 2b57246f47 Basic creation scaffolding for subscriptions added. 10 years ago
  Julius Pfrommer e20243f578 move not implemented services into ongoing folder 10 years ago
  Julius Pfrommer 50c11f7699 the single utils.c/h out into a flat structure 10 years ago
  Julius Pfrommer 04627d13e1 set standard visibility to hidden, clean include hierarchy. 10 years ago