Commit History

Author SHA1 Message Date
  ichrispa 3fb3ca804e Merge branch 'master' of https://github.com/acplt/open62541 10 years ago
  ichrispa c56da680ae In response to #417: Notification Seq.No. now start with 1, not 0; Reenabled keepalive-safeguard (non-async keepalive sending instead of 'queueing' the publish is handled in the service). 10 years ago
  Julius Pfrommer 1b51b3e80f add TweetNaCl to the dependencies 10 years ago
  Julius Pfrommer c863a147e0 remove unsupported and obsolete code; fix #393 10 years ago
  Stasik0 da5ecee2d1 g++ compilation revised 10 years ago
  Stasik0 debaa3bb21 restoring removed g++ compilation script 10 years ago
  Sten Grüner 0340e05406 Merge pull request #419 from reza-ebrahimi/master 10 years ago
  Reza Ebrahimi c9bce505f1 replace sprintf with its safer version in windows platform 10 years ago
  Stasik0 f3270487cc more fixes to client_legacy to get session closed properly 10 years ago
  Stasik0 693f059620 rework stateless calls 10 years ago
  Stasik0 7139e0ad93 integrating some minor fixes proposed by @tpiat, fixes #418, fixes #408 10 years ago
  Stasik0 3d110a6720 stateless calls work again 10 years ago
  Julius Pfrommer f85f05f725 Merge pull request #413 from reza-ebrahimi/master 10 years ago
  Reza Ebrahimi 21d7cca288 Fixing compiler warning C4244 about data type conversions 10 years ago
  Sten Grüner c50faad751 Merge pull request #412 from reza-ebrahimi/master 10 years ago
  Reza Ebrahimi 15d16cbfab remove multiple calls to WSAGetLastError() 10 years ago
  ichrispa 7f57e5c4f7 removed typo 10 years ago
  ichrispa 57e97f612f Fixed clientside bug when activating sessions on servers that send an empty anonymous identity token (len -1). 10 years ago
  Sten Grüner e1f3ead8f0 Merge pull request #376 from ngoossens/travis-apple 10 years ago
  Nick Goossens 5359244cc0 Travis CI OS X build 10 years ago
  Sten Grüner 68945b3697 Merge pull request #406 from acplt/fixSegfault 10 years ago
  Holger Jeromin 3dee3beb88 prevent a segfault in ClientNetworkLayerGetBuffer 10 years ago
  Julius Pfrommer 444926c9ef use thread local storage for the random number generator 10 years ago
  Julius Pfrommer c409bd5f9a Merge pull request #402 from markusgraube/pcg-random 10 years ago
  Markus Graube 5ff266102c move include into ua_types.c 10 years ago
  Markus Graube 3114492366 getting back to the old interface of UA_Guid_random(*seed) 10 years ago
  Markus Graube 87580bd212 fix amalgation script for pcg_32 10 years ago
  Markus Graube 339562f6ff add missing pcg_basic.c and pcg_basic.h 10 years ago
  Stasik0 7e910561a7 adding a missing 'const' qualifier 10 years ago
  Markus Graube 85cd217d84 Replace random_r with RNG from pcg32 10 years ago