Michael Zillgith
ce13002ce1
- added const qualifiers to API functions ( #348 )
4 years ago
Michael Zillgith
d49c159686
- updated README
4 years ago
Michael Zillgith
472e586a14
- IedConnection_getLogicalDeviceVariablesAsync: fixed wrong parameter
...
order when calling MMS layer
4 years ago
Michael Zillgith
d7a55eca08
- MMS server: fixed problem with continue-after in some get-name-list handling cases
4 years ago
Michael Zillgith
ae6941f451
- fixed - IedConnection: outstanding call on IEC layer is not release under some circumstances (LIB61850-270, LIB61850-251)
4 years ago
Michael Zillgith
6998b7397c
Merge branch 'v1.5' of bitbucket.org:mz-automation/libiec61850 into v1.5
4 years ago
Michael Zillgith
6f376620d3
- fixed bug in IsoServer that caused memory violation when the server was restarted while a client was connected
4 years ago
Michael Zillgith
c621840d42
- IED client: added missing err initilization in function ControlObjectClient_selectAsync
4 years ago
Michael Zillgith
dabff06fe8
- Linux socket layer: ignore EINTR signal during poll function
4 years ago
Michael Zillgith
7c3601cb74
- IED client: send RptEna as first element when RCB is to be disabled
4 years ago
Michael Zillgith
6b9437b8c0
- unified HAL with lib60870 and libtase2 (LIB61850-261)
4 years ago
Michael Zillgith
82e57900fa
- .NET API: added wrapper for IedConnection_setFile and IedConnection_setFilestoreBasepath (LIB61850-258)
4 years ago
Michael Zillgith
9790630d25
- updated .NET core 2.0 library project to .NET standard 2.0
4 years ago
Michael Zillgith
263c34f016
Merge branch 'v1.5' of github.com:mz-automation/libiec61850 into v1.5
4 years ago
Michael Zillgith
f259096e12
- fixed problem with double free of TLS configuration structure (LIB61850-254)
4 years ago
Michael Zillgith
e67cb1af31
Merge branch 'v1.5_tcp_perf_problem' of bitbucket.org:mz-automation/libiec61850 into v1.5_tcp_perf_problem
4 years ago
Michael Zillgith
db5e24bc1a
- fixed memory leak in socket extension buffer
...
- increased size of socket extension buffer
4 years ago
Michael Zillgith
ba45973d59
Merge branch 'v1.5' into v1.5_tcp_perf_problem
4 years ago
Michael Zillgith
f0c1d6348e
- removed debug output
4 years ago
Michael Zillgith
6525a72930
- fixed TCP performance problem for Linux (LIB61850-243)
4 years ago
Michael Zillgith
c5579758bb
- IED server: improved accuracy of integrity report intervals
4 years ago
Michael Zillgith
bb64d9d8fe
- .NET API: GooseSubscriber - added GetGoId, GetGoCbRef, GetFataSet
...
methods
- .NET API: GooseReceiver - store references to all added
GooseSubscribers to prevent garbage collection
- update documentation comments for GooseSubscriber API
4 years ago
Michael Zillgith
2ace50b712
- .NET API: Fixed problem with AccessViolationException in
...
GooseControlBlock.GetDstAddress
4 years ago
Michael Zillgith
ca58c70342
- MMS server: fixed data race bug in transmitBuffer handling ( #338 )
4 years ago
Michael Zillgith
4ffed8de11
- IED server: fixed crash when IEDName+LDInst is too long
4 years ago
Michael Zillgith
982b1097fc
- .NET API: fixed bug - server write access handler causes
...
"CallbackOnCollectedDelegate" exception (LIB61850-236)
4 years ago
Michael Zillgith
161e88a3ef
- MMS server: fixed potential crash when client connection closed during file upload (LIB61850-2)
...
- MMS client: fixed problem - doesn't close file when the setFile (obtainFile) service is interrupted e.g. due to connection loss (LIB61850-230)
4 years ago
Michael Zillgith
8bec67d8d6
Create codeql-analysis.yml
4 years ago
Michael Zillgith
78cd0ed391
- IedServer: fixed bug - in executeControlTask MmsMapping* is used instead of ControlObject* for ControlAction parameter of checkHandler ( #333 )
4 years ago
Michael Zillgith
40b8f99201
- Ethernet Socket (Windows): fixed bug and added workaround for problem
...
on Windows (most GOOSE/SV messages are not received when waiting with
WaitForMultipleObjects - observed with winpcap 4.1.3 and Windows 10
4 years ago
Michael Zillgith
ef1895c2be
- fixed problem in BER integer decoder (problem with GOOSE fixed length message decoding)
4 years ago
Michael Zillgith
da08489bc3
- .NET API: Fixed memory release problem in method
...
ModelNode.GetObjectReference
4 years ago
Michael Zillgith
7185c3b8d4
- IED server: add support for SMV control blocks ("SMVC") in config file
...
parser
4 years ago
Michael Zillgith
de3aba0cb6
- .NET API: added support for server integrated GOOSE publisher
...
- IED server: fixed bug in GoCBEventHandler
4 years ago
Michael Zillgith
c8078e3eb1
- fixed problem in BSD ethernet layer ( #328 )
...
- fixed bug in cmake file for BSD
4 years ago
Michael Zillgith
1bb76893a2
- fixed compilation problem when compiling without GOOSE support ( #325 )
4 years ago
Michael Zillgith
8b82cd34e1
- IedConnection: fixed problem - outstanding calls not released in function deleteFileAndSetFileHandler ( #322 )
4 years ago
Michael Zillgith
1a09b9548a
- IED server: control handling - fixed problem in test flag handling
4 years ago
Michael Zillgith
3514e08252
- Linux Ethernet: fixed uninitialized memory
4 years ago
Michael Zillgith
8578344e85
- GOOSE subscriber: restore old behavior when data set array is provided by user
4 years ago
Michael Zillgith
1b2d194694
- IED server: For SBOes check test flag match when accepting operate (sSBOes8)
4 years ago
Michael Zillgith
d1fd0c7e34
Merge branch 'v1.5' of https://github.com/mz-automation/libiec61850 into v1.5
4 years ago
Michael Zillgith
f866132e84
- IED server: Reject Cancel/SBOw in WaitForChange state - fixed problem with test case sCtl26
4 years ago
Michael Zillgith
efe4513d11
- .NET API: fully implemented dispose pattern in DataSet class
4 years ago
Michael Zillgith
b2f417bdbf
- updated comments and readme
4 years ago
Michael Zillgith
fcefc746fe
- updated CHANGELOG
4 years ago
Michael Zillgith
91bb816621
- updated macos semaphore handling
...
- updated CHANGELOG
4 years ago
Michael Zillgith
72feb2f614
- updated Makefiles to compile code for latest version of MacOs
4 years ago
Michael Zillgith
9e6e3487da
- removed compiler warnings
4 years ago
Michael Zillgith
e0b4a720dd
- added/updated comments in SV publisher example
4 years ago