Julius Pfrommer
|
23ed641bcc
improve the client; fix remaining memleaks; wait for complete messages in the network layer
|
9 anni fa |
Julius Pfrommer
|
c33b62c682
don't copy data for reading. use a NODELETE variant that points into the node
|
9 anni fa |
Julius Pfrommer
|
bd1ebce5f3
compiles the example server, but crashes
|
9 anni fa |
Julius Pfrommer
|
47749e1045
add many log messages for log-level DEBUG. simplify stdout logger
|
9 anni fa |
Julius Pfrommer
|
811b1c3ab4
Merge branch 'master' into inline_setattribute
|
9 anni fa |
Jörg Schüler-Maroldt
|
a55efae8f7
Small changes to go with C++
|
9 anni fa |
Julius Pfrommer
|
6836308aff
remove code duplication for node editing; add the delete references service; delete references properly during node removal
|
9 anni fa |
Julius Pfrommer
|
b410fa5d1d
fix stateless extension
|
9 anni fa |
Julius Pfrommer
|
67cf0af100
refactored the networklayer interface
|
9 anni fa |
Stasik0
|
693f059620
rework stateless calls
|
9 anni fa |
Stasik0
|
3d110a6720
stateless calls work again
|
9 anni fa |
Julius Pfrommer
|
e5f2af8a2d
generate encoding inline functions into a separate header
|
9 anni fa |
Stasik0
|
e8bab926bd
fixes #354, the server is still , unfortunately, not reacting properly
|
9 anni fa |
ichrispa
|
49caf89298
Added serverside Service_deleteNodes and wrote deleteOneWayReferenceWithSession() for addresspace.
|
9 anni fa |
ichrispa
|
8b5f88d374
Fixed error from merge with call branch: missing break caused server to crash when deleting subscriptions.
|
9 anni fa |
Julius Pfrommer
|
8dcaa09f86
Merge branch 'master' into dev
|
9 anni fa |
Stasik0
|
d5002592c8
fixes 292, fixing some leaks, missing inializers, bugs... there seem be no subscription-related leaks anylonger
|
9 anni fa |
ichrispa
|
f4629df441
Merge pull request #291 from acplt/service_call_implementation
|
9 anni fa |
Julius Pfrommer
|
21944d61fd
Merge branch 'master' into dev
|
9 anni fa |
ichrispa
|
d9c16defb5
Conflicts:
|
9 anni fa |
Julius Pfrommer
|
77c25bb956
remove calcSizeBinary
|
9 anni fa |
Stasik0
|
4ee002c1b2
fixing unitialized variable
|
9 anni fa |
Stasik0
|
dd9699d7da
fixed a bug in opensecurechannel
|
9 anni fa |
ichrispa
|
3d3e99a50b
Undid everything methodCall related and ported the changes to a new branch.
|
9 anni fa |
Stasik0
|
de8ab9ea71
reverting to use UA_ServiceFault
|
9 anni fa |
Julius Pfrommer
|
b44a64a8fc
move sending of servicefaults from securechannel to server.
|
9 anni fa |
Julius Pfrommer
|
8413eceba6
Don't use calcSizeBinary. Return a failure message if the response message would be too large.
|
9 anni fa |
ichrispa
|
4717f4f305
Enabled -DENABLE_METHODSCALLS to enable call service; struct UA_MethodCallManager is being initialized in server internal related function. Service now handles parameters (does not call anything yet).
|
9 anni fa |
ichrispa
|
6308b62f1f
Method call service (Service_call) has been bootstrapped.
|
9 anni fa |
Stasik0
|
e6c7a6e112
fixing reply for issue #273
|
9 anni fa |