Julius Pfrommer
|
dd2797952a
add compiler flags to enforce stricter compatibility and fix warnings
|
10 years ago |
Stasik0
|
dc317b5cae
EXTENSION_UDP enables EXTENSION_STATELESS now
|
10 years ago |
Stasik0
|
fec4c1ed62
initial work on UDP support, got it to compile, however it is completely untested
|
10 years ago |
Julius Pfrommer
|
4d6801478a
remove most compiler warnings on msvc
|
10 years ago |
Julius Pfrommer
|
333d2d244d
fix msvc build
|
10 years ago |
Julius Pfrommer
|
a457f31c0f
worker threads for multithreading, use UA_malloc instead of UA_alloc
|
10 years ago |
Stasik0
|
8e4c7b9277
adding stateless features that can be turned on with EXTENSION_STATELESS
|
10 years ago |
Julius Pfrommer
|
72970f0627
fix multithreaded build of the client
|
10 years ago |
Julius Pfrommer
|
bda9cd58f5
update concurrent nodestore
|
10 years ago |
Julius Pfrommer
|
7aa7b32f89
Fix build on windows.
|
10 years ago |
Julius Pfrommer
|
d5bc5493a8
split reference insertion into two "single" operations for backwards/forwards
|
10 years ago |
Julius Pfrommer
|
c85c4e4f72
simplify handling of external nodestores
|
10 years ago |
FlorianPalm
|
52c398bfbc
reworked some code
|
10 years ago |
FlorianPalm
|
82a92dbb05
Merge remote-tracking branch 'origin/master' into external_datasource
|
10 years ago |
FlorianPalm
|
5171177c45
added request header as parameter to nodestore operations signature
|
10 years ago |
FlorianPalm
|
5e4b157c32
added write operation
|
10 years ago |
FlorianPalm
|
1558c08885
fixes errors within read/write/nodes
|
10 years ago |
Julius Pfrommer
|
88c182b844
remove unused sections from the library (linker option)
|
10 years ago |
Julius Pfrommer
|
9ca77f39af
unbork windows build
|
10 years ago |
FlorianPalm
|
6a46ef58eb
reworking the nodestore interface
|
10 years ago |
Julius Pfrommer
|
237ab33411
do not export transport-types from library
|
10 years ago |
FlorianPalm
|
6e6dbfb5c9
external datasource interface - extracted the nodestore, moved read and browse implementation to nodestore
|
10 years ago |
Julius Pfrommer
|
2113f8a559
use an array instead of linked lists for browsing
|
10 years ago |
FlorianPalm
|
84a2e35ba9
Merge remote-tracking branch 'origin/master' into external_datasource
|
10 years ago |
FlorianPalm
|
d8dadc070c
file list - cmakelists.txt (deleted services.c from source file list)
|
10 years ago |
Julius Pfrommer
|
829e5d454d
fix to debug option in cmake
|
10 years ago |
FlorianPalm
|
aa4268e4d6
added an example how to register a user defined "readNodes" operation
|
10 years ago |
=
|
4b58940009
set point of interface to nodestore. defined ua-service-like operations to interact with generic nodestore
|
10 years ago |
Florian Palm
|
d52431c6b5
added function pointer struct in order to handle a different service set which operates on an external data source
|
10 years ago |
LEvertz
|
9ac88930b6
edited for compatiblity to Windows with MinGW
|
10 years ago |