Michael Zillgith
|
7d1a552cde
|
- GOOSE publisher: fixed problem with overflow of stNum and sqNum (see #199)
|
6 years ago |
Michael Zillgith
|
88fce24b83
|
- string_utilities.c: added checks if memory allocation fails
|
6 years ago |
Michael Zillgith
|
320f41fc1f
|
- check return value of getNumberOfElements in MmsValue_decodeMmsData
|
6 years ago |
Michael Zillgith
|
23e381fa76
|
- added additional length checks in MmsValue_decodeMmsData to fix #194
|
6 years ago |
Michael Zillgith
|
6c53924c05
|
- added additional length check in BerDecoder_decodeLength and checked return values in callers (fix problem #196)
|
6 years ago |
Michael Zillgith
|
8c1b75b382
|
- code cleanup; fixed issues from compiler warnings
|
6 years ago |
Michael Zillgith
|
6cbadb4b45
|
- IED server: added new function ControlAction_isSelect
|
6 years ago |
Michael Zillgith
|
2dbd775fe1
|
- removed "entryId" from unbuffered RCB configuration in some CID/ICD files
|
6 years ago |
Michael Zillgith
|
881ebac3dc
|
- .NET API: added ControlAction.GetControlTime methods
|
6 years ago |
Michael Zillgith
|
5fbb67c44c
|
- some code beautification
|
6 years ago |
Michael Zillgith
|
6738215c8f
|
Merge pull request #183 from kiraly533/v1.4
TimeActivatedControl before wait check and fixes for file-upload issues.
|
6 years ago |
Michael Zillgith
|
9192e5d21b
|
.NET: fixed problem in ReportControlBlock.SetRCBValues (see #184)
|
6 years ago |
Michael Zillgith
|
1120a76ecd
|
- added bool define for older visual studio
|
6 years ago |
Michael Zillgith
|
5bd03b0611
|
- IED server: added function ConfigFileParser_createModelFromConfigFileEx with filename as argument to avoid dependency on FileSystem_... functions
- .NET projects: changed target framework of some project files to v4.0
|
6 years ago |
Michael Zillgith
|
cee97f7676
|
MMS server: handle file close with unknown FRSM ID
|
6 years ago |
Michael Zillgith
|
11d1a5ca6d
|
fixed problem in time conversion for mingw
|
6 years ago |
Király Péter
|
3b32c14870
|
- MMS server: in case of file upload timeout the task will end with proper error response.
|
6 years ago |
Király Péter
|
a03f57c0a7
|
Merge remote-tracking branch 'mz/v1.4' into v1.4
|
6 years ago |
Király Péter
|
c988b78e5f
|
- MMS server: fixed file upload error with multi-threaded server, added some NULL checks to file-handling.
|
6 years ago |
Michael Zillgith
|
16c7124c2b
|
- add define to compile with MVC2010
|
6 years ago |
Michael Zillgith
|
3a820f3546
|
- improved error handling in iec61850_client_example1
|
6 years ago |
Michael Zillgith
|
b6d8dfc69c
|
- fixed error handling in iec61850_client_example_reporting
|
6 years ago |
Király Péter
|
7ed8516344
|
Added getter for the time of the timeActivated controls.
|
6 years ago |
Király Péter
|
a39397d21d
|
Add check call before starting a timeactivated operate, so operates can be denied before the waiting state
|
6 years ago |
Michael Zillgith
|
8b6e4b0b29
|
Merge pull request #182 from kiraly533/v1.4
- MMS server: fixed possible crash when client disconnects during fil…
|
6 years ago |
Király Péter
|
c223b1c2b5
|
- MMS server: fixed possible crash when client disconnects during file upload
|
6 years ago |
Michael Zillgith
|
17205ed874
|
- Client: response timeout for connection setup now configurable (default timeout now 5 s instead of 1 s )
- removed configuration option CONFIG_TCP_READ_TIMEOUT_MS
|
6 years ago |
Michael Zillgith
|
aad53f380e
|
- Linux server socket: default backlog is 2
|
6 years ago |
Michael Zillgith
|
8bbc905533
|
- IEC 61850 client: improved error handling and fixed potential memory leak in IedConnection_getDeviceModelFromServer
|
6 years ago |
Michael Zillgith
|
69729bd8a0
|
- fixed - misspelled function name #180
|
6 years ago |
Michael Zillgith
|
939476e52a
|
Merge branch 'v1.4' of https://github.com/mz-automation/libiec61850 into v1.4
|
6 years ago |
Michael Zillgith
|
eaaaa2b0a5
|
Merge branch 'v1.4' of https://github.com/mz-automation/libiec61850 into v1.4
|
6 years ago |
Michael Zillgith
|
547d5118e0
|
-replaced timegm implementation on windows. Fixes bug with MMS file times
|
6 years ago |
Michael Zillgith
|
5e16971bbf
|
- updated documentation
|
6 years ago |
Michael Zillgith
|
6f7df75d85
|
- updated README
|
6 years ago |
Michael Zillgith
|
ec947b234e
|
- updated CHANGELOG
|
6 years ago |
Michael Zillgith
|
6e9047916c
|
- fixed bug in BerInteger_setUint16
|
6 years ago |
Michael Zillgith
|
e4c3875e3e
|
IEC 61850 server: added function ControlAction_getCtlNum to access ctlNum value inside control handlers
|
6 years ago |
Michael Zillgith
|
83f9f1eaa6
|
- mms_utility: fixed memory leak
|
6 years ago |
Michael Zillgith
|
31e183d357
|
- IEC 61850 client: added additional error code to provide diagnostic information when data set cannot be created because of a non existing data set element
|
6 years ago |
Michael Zillgith
|
3242f147be
|
- cmake script: excluded mms_utitlity from build on windows
|
6 years ago |
Michael Zillgith
|
903abe0b6d
|
- MMS client: fixed problem with obtain file timeout with large files
|
6 years ago |
Michael Zillgith
|
320f511d33
|
- IEC 61850 client: Added functions IedConnection_setRequestTimeout and IedConnection_getRequestTimeout to C API and IedConnection.RequestTimeout property to .NET API
|
6 years ago |
Michael Zillgith
|
d06ab546a9
|
- SV subscriber: improved error handling when Ethernet access doesn't work; fixed potential memory leak
|
6 years ago |
Michael Zillgith
|
ebb0f761d2
|
- GOOSE subscriber example: added error handling when ethernet cannot be accessed
|
6 years ago |
Michael Zillgith
|
9a97519815
|
- GOOSE publisher: integrated error handling when Ethernet interface is not available
|
6 years ago |
Michael Zillgith
|
1549367eed
|
- updated code to use mbedtls-2.16 (LTS version)
|
6 years ago |
Michael Zillgith
|
e7ece50f08
|
- updated documentation for MMS octet string type (MMS_OCTET_STRING) handling functions
|
6 years ago |
Michael Zillgith
|
cba8bf5714
|
MMS server: fixed memory access problem when client unexpectedly closed connection during file upload (set-file)
|
6 years ago |
Michael Zillgith
|
236a773365
|
- updated java tools
|
6 years ago |