Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fixes for Windows and the OPC UA server #312

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 16, 2018

  1. Fixed Windows specific build errors.

    uri_facade_win.cpp now includes uri_facade_lin.cpp since the Linux version is compatible with the Windows version as far as I can tell.
    Magnus Raunio authored and Magnus Raunio committed May 16, 2018
    Configuration menu
    Copy the full SHA
    29c7eb9 View commit details
    Browse the repository at this point in the history
  2. Fixed issue FreeOpcUa#193 by using a stream buffer, thus allowing the…

    … OPC UA server to handle requests that were too large for the previous buffer size.
    Magnus Raunio authored and Magnus Raunio committed May 16, 2018
    Configuration menu
    Copy the full SHA
    fdcce1c View commit details
    Browse the repository at this point in the history
  3. Fixed an error where clients were disconnected from the opc ua server…

    … when a non-existing node or attribute were added as a monitored item. Now the appropiate OPC UA status code should be returned instead.
    
    Created a specific runtime exception for when a error defined by a OPC UA status code occures.
    Magnus Raunio authored and Magnus Raunio committed May 16, 2018
    Configuration menu
    Copy the full SHA
    1b26063 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. Added input_from_stream_buffer.cpp to cmake build targets.

    Modified cmake build script for MSVC targets to make Visual Studio output .lib files when building shared libraries.
    Magnus Raunio authored and Magnus Raunio committed May 21, 2018
    Configuration menu
    Copy the full SHA
    f4c0cfc View commit details
    Browse the repository at this point in the history