Julius Pfrommer
|
67cf0af100
refactored the networklayer interface
|
9 years ago |
Reza Ebrahimi
|
c9bce505f1
replace sprintf with its safer version in windows platform
|
9 years ago |
Julius Pfrommer
|
444926c9ef
use thread local storage for the random number generator
|
9 years ago |
Markus Graube
|
5ff266102c
move include into ua_types.c
|
9 years ago |
Markus Graube
|
3114492366
getting back to the old interface of UA_Guid_random(*seed)
|
9 years ago |
Markus Graube
|
85cd217d84
Replace random_r with RNG from pcg32
|
9 years ago |
Jörg Schüler-Maroldt
|
9e4f2b1512
- correct decl. of UA_Variant_copyRange() missing const
|
9 years ago |
Julius Pfrommer
|
5d91551ec1
no macro-defined functions; use only allowed types for bit-fields
|
9 years ago |
ichrispa
|
5b919b5486
Replaced ByteString_compare/String_compare's builtin strncmp with memcmp to allow for NULL-Bytes encoded in binary transport encodings in comparisons not throwing of the result.
|
9 years ago |
Julius Pfrommer
|
88cc9a3da2
small documentation improvements
|
9 years ago |
Julius Pfrommer
|
bc5151e65d
improve documentation, get rid of a duplicate function for string comparison
|
9 years ago |
Stasik0
|
e718ca9f80
minor fixes
|
9 years ago |
Stasik0
|
a5df3d9589
removing init from the decodeBinary -> brings up to 10% of performance increase
|
9 years ago |
Julius Pfrommer
|
f6855143f9
add UA_NON_LITTLEENDIAN_ARCHITECTURE macro. use for memcpying encoding
|
10 years ago |
ichrispa
|
dd14dee8ac
minor correction for cumulative statuscode masking in UA_Array_copy as requested by vincent morrell (irc).
|
10 years ago |
LEvertz
|
cc47eefbec
added a gcc-version check around pragma
|
10 years ago |
Julius Pfrommer
|
a7482ed0a6
improve range handling
|
10 years ago |
Julius Pfrommer
|
d525bed725
small improvements
|
10 years ago |
Julius Pfrommer
|
cf33d08b7d
changing some macros to reenable the library for c++
|
10 years ago |
Julius Pfrommer
|
e46c3f5628
remove coverity issues
|
10 years ago |
Stasik0
|
fa6ddc1e27
saving one malloc as proposed by @jpfr
|
10 years ago |
Stasik0
|
ec9af23975
username/pass logins work, did not looked into CTT yet
|
10 years ago |
Julius Pfrommer
|
d0c2c27cd8
a helper function to test if a variant contains a scalar value
|
10 years ago |
Julius Pfrommer
|
ada8432102
cosmetic changes
|
10 years ago |
Julius Pfrommer
|
cfee99e5ad
remove the remaining coverity bugs
|
10 years ago |
Stasik0
|
90a416044f
fixing coverity errors
|
10 years ago |
Stasik0
|
c29817a7c5
one bugfix in string length
|
10 years ago |
Stasik0
|
56822bd591
Merge branch 'master' into hardening_client
|
10 years ago |
Julius Pfrommer
|
f7eff5571c
differentiate between UA_STRING and UA_STRING_ALLOC
|
10 years ago |
Julius Pfrommer
|
9096499321
cosmetic improvements
|
10 years ago |