Commit Graph

777 Commits (241ab5a33d54155f9db7f729965dbba3f63f6b1b)
 

Author SHA1 Message Date
Michael Zillgith 95cf87ebb4 - added missing Java files 7 years ago
Michael Zillgith 994484d1a6 - MMS server: added semaphore for open connections map to prevent problem in multi-threaded mode 7 years ago
Michael Zillgith ecdbb8fcff Merge branch 'v1.4' of https://github.com/mz-automation/libiec61850 into v1.4 7 years ago
Michael Zillgith 1f144a008e - fixed memory leak in ClientSVControlBlock_create 7 years ago
Michael Zillgith 26a45a078b - added error handling code to client_example_log.c
- fixed bug in ClientSVControlBlock
7 years ago
Michael Zillgith 9f03b5d3b8 - fixed client_example_async to compile on Windows 7 years ago
Michael Zillgith 0cddcb7d12 - MMS client: changed signature of MmsConnection_FileReadHandler 7 years ago
Michael Zillgith 8ffbd9f265 - removed function MmsValue_deleteIfNotNull (now MmsValue_delete does check for NULL) 7 years ago
Michael Zillgith ac14a4722d - integrated cmake file changes from v1.3 branch 7 years ago
Michael Zillgith 0d2775742a - IEC 61850 client: fixed problems in ClientReportControlBlock_create (see github #134) 7 years ago
Michael Zillgith 93d8bfb19d - updated CHANGELOG file 7 years ago
Michael Zillgith 0308f87b85 - SV subscriber: fixed bug in function SVReceiver_enableDestAddrCheck 7 years ago
Michael Zillgith 9f8d52005b - MMS client: fixed problem when reusing connection 7 years ago
Michael Zillgith f2c811c7c7 - IedServer: fixed potential deadlock when IedServer_stop is directly called after IedServer_start 7 years ago
Michael Zillgith 287769dcba - IEC 61850 client: handle reason code correctly when report contains data with different reason code (see github #133) 7 years ago
Michael Zillgith b35a566145 - IEC 61850 server: fixed problem in report module 7 years ago
Michael Zillgith 0dff4286aa - merged latest changes to the server reporting module from 1.3 branch
- merged with 1.3 branch
7 years ago
Michael Zillgith 0421ea2101 - fixed bug in windows socket abstraction 7 years ago
Michael Zillgith 9ed1510223 - added function StringUtils_convertIPv6AdddressStringToByteArray 7 years ago
Michael Zillgith 732ad79070 - fixed problem with read access to GCB (see github #130) 7 years ago
Michael Zillgith 0b2d97c738 - COTP: added payload length validation (see github #127) 7 years ago
Michael Zillgith 9959158995 - make: fixed dynamic library name for win64 (see github #129) 7 years ago
Michael Zillgith b6be355a99
Merge pull request #118 from stv0g/fix-invalid-datasize-calculation
sv-publisher: fix invalid calculation of the total packet length
7 years ago
Michael Zillgith e51b676414
Merge pull request #120 from stv0g/add-missing-bsd-hal
Add stubs for missing functions in BSD HAL
7 years ago
Steffen Vogel 5aa78a8b18 sv-publisher: simplify calculation of length of BER length field 7 years ago
Steffen Vogel 88b74cfab8 hal: add stubs for missing functions in BSD (closes #113) 7 years ago
Steffen Vogel a81b76c5e3 sv-publisher: fix invalid calculation of the total packet length in case the payload is larger than 127 bytes 7 years ago
Michael Zillgith 9309cb78de - added missing definition 7 years ago
Michael Zillgith 199d091c6d - IEC 61850 server: don't send bufOvfl for unbuffered reports (see #101) 7 years ago
Michael Zillgith 0a27ec758f - IED server: handling thread mode changed 7 years ago
Michael Zillgith 952f12bffb - mms-utility: added read array 7 years ago
Michael Zillgith 452abd7dbf - MMS client/server: added support for component alternate access for generic variable read requests 7 years ago
Michael Zillgith 6af7973b09 - IsoClientConnection_associateAsync: added check if socket creation has been successful 7 years ago
Michael Zillgith 46f87a1656 - fixed client TCP keep alive problem (see #115) 7 years ago
Michael Zillgith 3d8ab44a49 - MMS client: improved handling of malformed messages when reading data
- MMS client: improved handling of malformed messages when receiving reports
- MMS client: fixed potential memory leak when receiving malformed messages
7 years ago
Michael Zillgith 1c461009c2 - MMS client/server: fixed potential memory leaks in TLS handling code 7 years ago
Michael Zillgith 87cac8dc00 - code formated 7 years ago
Michael Zillgith 4bd8b40b6c - code formatting 7 years ago
Michael Zillgith 01933c415a - fixed cmake install target (#102) 7 years ago
Michael Zillgith 1434f3e345 Merge branch 'v1.4' of https://github.com/mz-automation/libiec61850 into v1.4 7 years ago
Michael Zillgith d9cb36817a - IEC 61850 server: fixed problem with wrong purge buffer invocation when using dynamic data set in buffered report control block 7 years ago
Michael Zillgith 4f1dd17752
Merge pull request #93 from aaribaud/v1.4-python3-bindings-fix
Fixed Python 3 bindings support
7 years ago
Davide Andreuzza 832bb5e9f1 fix bufOvfl typo in parsing OptionFields 7 years ago
Albert ARIBAUD 92c3d3adb8 Fixed Python 3 bindings support
1. Allow specifying Python interpreter version with BUILD_PYTHON_VERSION

2. Fix Python modules install path generation (would produce spurious
   line feed which would cause destination directory to be
   /usr/lib/python*/dist-packages\n -- note the final \n!
7 years ago
Michael Zillgith 256f55aaef - .NET API: added more async client functions 7 years ago
Michael Zillgith 821b065453 - .NET API: added more async functions (control, association, data set, get variable specification) 7 years ago
Michael Zillgith b4eab23c12 - updated swig configuration for python 7 years ago
Michael Zillgith 9826749400 - resolved compilation issues with visual studio 2017 7 years ago
Michael Zillgith 5e35e6694b - added new example folder 7 years ago
Michael Zillgith b6c9a56d4a - .NET API: added more async functions
- .NET API: added GetFileDirectoryEx function
. file-tool: add "s" option to send only a single get file directory request
7 years ago