Michael Zillgith
|
1ff6224d1e
|
- code format update
|
1 month ago |
Michael Zillgith
|
24f70ae220
|
- MmsServer: replaced strcat with StringUtils_appendString (LIB61850-518)
|
1 month ago |
Michael Zillgith
|
3a9833bad1
|
- code format update in mms_server_common.c and additional NULL check after memory allocation
|
1 month ago |
Michael Zillgith
|
a4c750820b
|
- small code improvements and warnings removed (LIB61850-517)
|
1 month ago |
Michael Zillgith
|
4a37e625d7
|
- code format update (LIB61850-517)
|
1 month ago |
Michael Zillgith
|
3b322de408
|
- code format updates and added more checks of return values of functions allocating memory (LIB61850-517)
|
1 month ago |
Michael Zillgith
|
db5c66cad6
|
- ClientConnection: fixed bug in ownerCountMutex creation (LIB61850-517)
|
1 month ago |
Michael Zillgith
|
db97106a8b
|
- removed useless check in GooseReceiver (LIB61850-517)
|
1 month ago |
Michael Zillgith
|
1fc842037c
|
- memory allocation check in ByteBuffer_create and apply fomatter (LIB61850-517)
|
1 month ago |
Maxson Ramon dos Anjos Medeiros
|
0579b1dcc6
|
Merge branch 'v1.6_develop_488' into v1.6_develop
|
1 month ago |
Michael Zillgith
|
96a7106a99
|
- invalidate ClientConnection instance when connection is closed by remote (LIB61850-488)
|
1 month ago |
Michael Zillgith
|
6630256f63
|
- ClientConnection: lock access to internal connection handle (LIB61850-488)
|
1 month ago |
Michael Zillgith
|
bdc1556c93
|
- replaced IsoServer_closeConnection by IsoServer_closeConnectionIndication (LIB61850-488)
|
1 month ago |
Michael Zillgith
|
9df35ce709
|
- IED server: added functions ClientConnection_claimOwnerShip and ClientConnection_release to use ClientConnection outside of callbacks (LIB61850-488)
|
1 month ago |
Maxson Ramon dos Anjos Medeiros
|
be9682bfcc
|
Merge branch 'v1.6_develop_503' into v1.6_develop
|
1 month ago |
Maxson Anjos
|
aa9a8dc2de
|
Merged in v1.6_develop_394 (pull request #4)
V1.6 develop 394
Approved-by: Michael Zillgith
|
1 month ago |
Maxson Ramon dos Anjos Medeiros
|
37a857e128
|
C -> LIB61850_API SVControlBlock_getName added
.NET -> Wrapper for SVControl ge_name added, called inside of SMVHandler
|
1 month ago |
Michael Zillgith
|
cd10e14790
|
Merge branch 'v1.6_develop' into v1.6_develop_488
|
1 month ago |
Michael Zillgith
|
d574cac1f6
|
- added first version of ClientConnection_abort function (LIB61850-488)
|
1 month ago |
Michael Zillgith
|
2212c42ac8
|
- added length checks in object reference and component construction when installing the default values in the data model (LIB61850-505)
|
1 month ago |
Michael Zillgith
|
ce5201382d
|
- removed empty line
|
1 month ago |
Michael Zillgith
|
8999afaa88
|
- added some additional checks in IedServer_updateVisibleStringAttributeValue and similar values (LIB61850-504)
- added checks to avoid buffer underflow in IedServer_getFunctionalConstrainedData (LIB61850-505)
|
1 month ago |
Michael Zillgith
|
ddf9d889f9
|
- fixed double free in IedConnection_destroy when control object clients have not been deleted before (LIB61850-503)
|
2 months ago |
Michael Zillgith
|
1f4bf9cdf8
|
- added function MmsError_toString (LIB61850-423)
|
2 months ago |
Michael Zillgith
|
5edfd5932f
|
- .NET API: added documentation related to LogStorage (LIB61850-461)
|
2 months ago |
Michael Zillgith
|
98687a1ece
|
- fixed format issue
|
2 months ago |
Michael Zillgith
|
c69b958134
|
- code format update
|
2 months ago |
Michael Zillgith
|
95bcbf1210
|
- updated code format
|
4 months ago |
Michael Zillgith
|
463b9fa0ae
|
- disable asn1c code stack overflow check when ASAN enabled (#539)
|
6 months ago |
Michael Zillgith
|
32768ed7ca
|
- SV Publisher: added support for optional gmIdentity field
|
7 months ago |
Michael Zillgith
|
221a1f8615
|
- fixed - GoCB client access - use after free (#537)
|
9 months ago |
Michael Zillgith
|
4724658ade
|
- code format updates
|
10 months ago |
Michael Zillgith
|
dc199b2d8a
|
- code format updates
- IED_SERVER: added debug message when report data set entry does not exist
|
10 months ago |
Michael Zillgith
|
500a108962
|
- code format update
|
10 months ago |
Michael Zillgith
|
931fda5d32
|
- IED server: always send LastApplError in operate resp- independent of the control model (LIB61850-472)
|
10 months ago |
Michael Zillgith
|
e62e4e89a5
|
- code format updates
|
10 months ago |
Michael Zillgith
|
6f5280a73a
|
- handle functional naming (ldName) correctly in data-entry references in reports (LIB61850-467)
|
10 months ago |
Michael Zillgith
|
c05c72f544
|
- some code format updates
|
10 months ago |
Michael Zillgith
|
b131193694
|
- some code format updates
- added clang-formatter configuration
|
10 months ago |
Michael Zillgith
|
243c988526
|
- config file parser: handle case when there is no phyAddr for SVCB or GoCB (#518)
|
11 months ago |
Michael Zillgith
|
c058cd4aa9
|
- fixed bug in GOOSE receiver (unitialized structure field- fixed bug in GOOSE receiver (unitialized structure field)
|
11 months ago |
Michael Zillgith
|
f3231b38b6
|
- added documentation for function MmsVariableSpecification_getStructureElements
|
11 months ago |
Michael Zillgith
|
4ab7bf556b
|
- code format update
|
11 months ago |
Michael Zillgith
|
b86806ef13
|
- .NET API: added support for server side log service (LIB61850-461)
|
11 months ago |
Michael Zillgith
|
d5e8382368
|
- updated documentation
|
1 year ago |
Michael Zillgith
|
8aa3646895
|
- Implementation of functions IedConnection_getGoCBValuesAsync and IedConnection_setGoCBValuesAsync (LIB61850-344)
|
1 year ago |
Michael Zillgith
|
31bbd1d6da
|
- updated CHANGELOG and doc comments
|
1 year ago |
Michael Zillgith
|
464c489f56
|
- fixed - using wrong include paths when using external mbedtls
|
1 year ago |
Michael Zillgith
|
786586d642
|
- ACSE: fixed out-of-bound read in parseAarqPdu/parseAarePdu functions (#512)(#513)(LIB61850-441)(LIB61850-442)
|
1 year ago |
Michael Zillgith
|
be15bfc393
|
- updated code format
|
1 year ago |