Commit Graph

678 Commits (9881d248ec85e3be61cd29d048e3553be6974b4b)
 

Author SHA1 Message Date
Michael Zillgith 9881d248ec - updated CHANGELOG 7 years ago
Michael Zillgith 77c88dd0df - IEC 61850 server: reporting - fixed problem with removing old GI reports when latest report is also GI 7 years ago
Michael Zillgith a22f04e71e - IEC 61850 client: fixed problems in ClientReportControlBlock_create (see github #134) 7 years ago
Michael Zillgith 4cce81a044 - IEC 61850 client: handle reason code correctly when report contains data with different reason code (see github #133) 7 years ago
Michael Zillgith 0c44dc4e5c - GOOSE receiver: fixed potential deadlock when GooseReceiver_stop is called directly after GooseReceiver_start 7 years ago
Michael Zillgith 8fa25ce182 - IEC 61850 client: fixed memory leak in IedConnection_getRCBValues 7 years ago
Michael Zillgith 71cace2ea6 - IEC 61850 server: fixed problem - wrong BRCB reservation after reservation timeout 7 years ago
Michael Zillgith 47f540a4f9 - HAL: some changes to linux and BSD hal implementations 7 years ago
Michael Zillgith 0e7fcb0c29 - IEC 61850 server: fixed problem when "ResvTms" is missing in BRCB 7 years ago
Michael Zillgith 45fd6919a8 - IEC 61850 server: reporting - support setting owner to IPv6 address 7 years ago
Michael Zillgith 941d717804 - added function StringUtils_convertIPv6AdddressStringToByteArray 7 years ago
Michael Zillgith 230845ebb7 - make: fixed dynamic library name for win64 (see github #129) 7 years ago
Michael Zillgith 7a4b90af9f - fixed problem with read access to GCB (see github #130) 7 years ago
Michael Zillgith c474036a03 - COTP: added payload length validation (see github #127) 7 years ago
Michael Zillgith d7e01738eb - .NET API: Added Client.ReportControlBlock.HasResvTms method
- updated CHANGELOG
7 years ago
Michael Zillgith e803003441 - IEC 61850 server: optimized report buffer handling for buffered reporting (save memory and encoding time) 7 years ago
Michael Zillgith 719c174f81 - IEC 61850 server: fixed reservation timeout when reporting enabled 7 years ago
Michael Zillgith 1e1d649aae - IEC 61850 client: fixed problem - IedConnection cannot be reused after IedConnection_close (github #124) 7 years ago
Michael Zillgith b755bb90a4 - IEC 61850 server: fixed problem - BRCB: writing -1 to "ResvTms" reserves the control block (fixes a problem with sBr24)
- IEC 61850 server: fixed problem - buffered (integrity) reports are sent with same time stamps (fixes a problem with sBr22)
7 years ago
Michael Zillgith e7f4fd8ebb - Java tools: static model code generator creates IP address for ClientLN even if optionl attribute ClientLN.apRef is not present 7 years ago
Michael Zillgith 549de2f7ed - IEC 61850 server: added support for pre configured client with ClientLN 7 years ago
Michael Zillgith a8821fd148 - IEC 61850 client: added function ClientReportControlBlock_hasResvTms
- IEC 61850 server: don't empty owner when client disables BRCB (RptEna = false)
7 years ago
Michael Zillgith 17449300e2 - IED Server: added ResvTms handling for BRCB
- SV publisher: fixed length calculation
7 years ago
Michael Zillgith 9d046fcbc2 - updated version number to 1.3.3 7 years ago
Michael Zillgith 68876a46b2 - IEC 61850 server: added support for segmented reporting 7 years ago
Michael Zillgith c879cb433e - fixed bug in windows socket abstraction 7 years ago
Michael Zillgith 896f5f18e5 - IEC 61850 server: don't send bufOvfl for unbuffered reports (see #101) 7 years ago
Michael Zillgith 8141f1e891 - fixed client TCP keep alive problem (see #115) 7 years ago
Michael Zillgith 445dfe2667 - MMS server: read service - return data access error for component access to simple variable 7 years ago
Michael Zillgith 9973ea165f - MMS server: fixed problem in read with component access 7 years ago
Michael Zillgith 080b29464e - prepared for release 1.3.2 7 years ago
Michael Zillgith c77bbe3009 - fixed bug in cmake file 7 years ago
Michael Zillgith 6f608c105f Merge branch 'v1.3' of https://github.com/mz-automation/libiec61850 into v1.3 7 years ago
Michael Zillgith 8074f99538 - MMS client/server: added support for component alternate access for generic variable read requests 7 years ago
Michael Zillgith 233cd20fd0 - 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 0d49e8c1d2 - MMS client: improved handling of incorrect messages when reading data 7 years ago
Michael Zillgith 803786c402 Merge branch 'v1.3' of https://github.com/mz-automation/libiec61850 into v1.3 7 years ago
Michael Zillgith bf1ee8b560 - 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 2df6387b99
Merge pull request #92 from aaribaud/python-import-sys-fix
Fix typo in python install path detection
7 years ago
Michael Zillgith e389149f22
Merge pull request #99 from davideandreuzza/bufOvfl-parsing-fix
java SCL parser: fix bufOvfl typo in parsing OptionFields
7 years ago
Davide Andreuzza 7463a2c319 fix bufOvfl typo in parsing OptionFields 7 years ago
Albert ARIBAUD 1bcd1fc071 Fixed typo in python install path detection
Without this fix, cmake -DBUILD_PYTHON_BINDINGS=ON fails.
7 years ago
Michael Zillgith c952aa5a31 - include own stdbool.h only for older versions of VS 7 years ago
Michael Zillgith 1e993f20b0 - added IedConnection_getFileDirectoryEx to DLL export files 7 years ago
Michael Zillgith 66f571f03d - .NET API: add GetFileDirectoryEx function 7 years ago
Michael Zillgith 28e8831029 - modelviewer: show full hierarchy including sub data objects 7 years ago
Michael Zillgith 4ad0567169 - .NET API: DataSet implements IDisposable interface, Report/DataSet GetValues methods return now clones of the original native values to prevent GC issues 7 years ago
Michael Zillgith c4c55d74ca - .NET API: MmsValue - added Clone method and implemented IDisposable interface 7 years ago
Michael Zillgith a4fc173cbf
Merge pull request #90 from sanekas/fix/incorrect_lib_memory_path
Fix makefile, add CLion service dirs to .gitignore
7 years ago
Alexander Sergeev 2a98f95df8 Fix makefile, add CLion dirs to .gitignore 7 years ago