Julius Pfrommer
|
0edcdacd91
change the format for the CHANGELOG file
|
7 years ago |
Julius Pfrommer
|
bffefa4cd0
async client functionality
|
7 years ago |
Julius Pfrommer
|
a195388ba6
Use shields.io badges; Add a total downloads badge
|
7 years ago |
Pierre
|
b85d0bc1ee
Update CMakeLists.txt
|
7 years ago |
Julius Pfrommer
|
089dd7aae8
return partial content of a range (fix #1055)
|
7 years ago |
Julius Pfrommer
|
138bcbf9df
fix cleaning up unassigned memory (reported in #1055)
|
7 years ago |
Julius Pfrommer
|
365064bc78
move ns0id node identifiers to ua_constants.h
|
7 years ago |
Julius Pfrommer
|
09d8f5f5ed
temporarily disable valgrind for client tests due to a libc bug we cannot work around
|
7 years ago |
Julius Pfrommer
|
36c7608f32
Fix IPv6 on Windows by listening on serveral sockets.
|
7 years ago |
Julius Pfrommer
|
7729ac02c7
Align the license header of open62541.pc.in
|
7 years ago |
Julius Pfrommer
|
fadd1dd09d
remove obsolete memberstruct definition
|
7 years ago |
Julius Pfrommer
|
96e87cedfa
restore old UA_Job API and mark as deprecated
|
7 years ago |
Julius Pfrommer
|
454c6ed8a3
move access control to a separate plugin
|
7 years ago |
Julius Pfrommer
|
e4bcf511b0
small improvement to types doc
|
7 years ago |
Julius Pfrommer
|
0ba2baddfd
rename ua_log.h to ua_plugin_log.h; clean up
|
7 years ago |
Julius Pfrommer
|
c2a1407774
move server and client networking to ua_plugin_network.h
|
7 years ago |
Julius Pfrommer
|
1969bad066
remove public ua_job.h; call message processing from the network layer
|
7 years ago |
Julius Pfrommer
|
b9c87e103e
remove include of unistd.h in worker code
|
7 years ago |
Julius Pfrommer
|
8aaa84defb
cosmetic improvements to bit-masks
|
7 years ago |
Julius Pfrommer
|
b1730e5993
Merge pull request #1091 from jpfr/cosmetic_subscriptions
|
7 years ago |
Julius Pfrommer
|
759ca35c7f
cosemtic improvements to the subscriptions module
|
7 years ago |
Julius Pfrommer
|
62e22811a5
Merge pull request #1090 from jpfr/merge_02_timing
|
7 years ago |
Julius Pfrommer
|
63c027b03e
Merge branch '0.2' into merge_02_timing
|
7 years ago |
Julius Pfrommer
|
d05087639f
simplify cmake; make server_readspeed a unit test
|
7 years ago |
Julius Pfrommer
|
9c003b37dc
use deterministic clock for unit tests
|
7 years ago |
Thomas Bender
|
97e741f43a
Fixed data type exclusion list in generate_types.py by adding two missing data structures that are already hard-coded present by open62541 C code. This collides on generation of full data type list that is defined by Opc.Ua.Types.bsd (#1086)
|
7 years ago |
Thomas Bender
|
18eca5369c
made network_tcp/udp ipv6 compatible (with ipv4 fallback)
|
7 years ago |
Thomas Bender
|
a139e1d06f
added full data type list and bash script to regenerate it automatically from Opc.Ua.Types.bsd (#1087)
|
7 years ago |
Thomas Bender
|
1cc9d18524
Types which extend from Enumeration (ns=0;i=29) allow Int32 values only (#1081)
|
7 years ago |
Thomas Bender
|
881e40172c
Missing accessLevel->read for dataSourceVariables in NS0 setup (#1080)
|
7 years ago |