Commit Graph

1683 Commits (v1.6_develop_528)
 

Author SHA1 Message Date
Michael Zillgith 12493e1194 - removed debug code (LIB61850-528)
- added example for global write access handler (LIB61850-528)
4 days ago
Michael Zillgith 2a4ca1eab0 - added file missing from last commit (LIB61850-528) 4 days ago
Michael Zillgith 0ce4838ca2 - IedServer: added global write access handler (LIB61850-528) 4 days ago
Michael Zillgith 0cb094b056 - code format updates and additional NULL pointer checks in map.c 4 days ago
Michael Zillgith 4d7d31e2a6 - code format update and additional NULL pointer checks in mms_mapping code 5 days ago
Michael Zillgith 77d0c22efe - IedServer: Publish GOOSE data immediately instead of waiting for the application calling IedServer_unlockDataModel 2 weeks ago
Michael Zillgith a13961110b Merge branch 'v1.6' into v1.6_develop 4 weeks ago
Michael Zillgith bd150595b7 - fixed bug in Hal_getMonotonicTimeInMs
- declare GetTickCount64 for mingw
4 weeks ago
Michael Zillgith e17b280351 - updated CHANGELOG and version number to 1.6.1 4 weeks ago
Michael Zillgith 478f4e8b35 Merge branch 'v1.6_develop_517' into v1.6_develop 4 weeks ago
Michael Zillgith f9bee73c1e - fixed warning about wrong return tzpe of function ItuObjectIdentifier_getArcCount 4 weeks ago
Michael Zillgith 3da8aa5222 Merge branch 'v1.6_develop' of bitbucket.com:mz-automation/libiec61850 into v1.6_develop 4 weeks ago
Maxson Anjos 5fb73a00cc Merged in v1.6_develop_513 (pull request #7)
V1.6 develop 513

Approved-by: Michael Zillgith
4 weeks ago
Maxson Ramon dos Anjos Medeiros 749e603b94 (LIB61850-513)
->API AcseAuthenticationParameter GetPasswordString
4 weeks ago
Michael Zillgith 7d6b3cce69 - code format update 4 weeks ago
Michael Zillgith cb343b6de6 - fixed BER decoder infinite length handling to avoid inifite loop while decoding (LIB61850-516) 4 weeks ago
Michael Zillgith 813b62356e - code format updated
- changed return type of some internal functions from int to bool
4 weeks ago
Maxson Ramon dos Anjos Medeiros edbf23870a (LIB61850-513)
->API IsoApplicationReference_getAeQualifier, IsoApplicationReference_getApTitle, ItuObjectIdentifier_getArcCount, ItuObjectIdentifier_getArc added
4 weeks ago
Maxson Ramon dos Anjos Medeiros 779c038d5c (LIB61850-513)
->Extend AcseAuthenticationParameter to get password
4 weeks ago
Maxson Ramon dos Anjos Medeiros b2631f1b25 (LIB61850-513)
-> Add server clientAuthenticator handler;
->Add LIB61850_API AcseAuthenticationParameter_getAuthMechanism;
->iedServer.SetAuthenticator(clientAuthenticator, null) added to server_example_access_control;
4 weeks ago
Michael Zillgith b7e087bf1f - LinkedList: added NULL checks 4 weeks ago
Michael Zillgith 4481530afb - code format updates 4 weeks ago
Michael Zillgith a41d2dce37 - code format update
- fixed problem in handling of memory allocation error (#553)
4 weeks ago
Michael Zillgith f5fceab050 - fixed handling of invalid object references in IedConnection_setGoCBValuesAsync 4 weeks ago
Michael Zillgith 8a4b7bb616 - IedConnection: code format updates 4 weeks ago
Michael Zillgith 9b467fa60d - code format update and additional NULL pointer checks in ied_connection.c 4 weeks ago
Michael Zillgith 1ff6224d1e - code format update 4 weeks ago
Michael Zillgith 24f70ae220 - MmsServer: replaced strcat with StringUtils_appendString (LIB61850-518) 4 weeks ago
Michael Zillgith 3a9833bad1 - code format update in mms_server_common.c and additional NULL check after memory allocation 4 weeks 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
Michael Zillgith 81ba6534fd - declared multicastAddress parameter in Ethernet_addMulticastAddress const (LIB61850-517) 1 month ago
Michael Zillgith 6eefcd61df - updated bitbucket pipeline 1 month ago
Michael Zillgith bdc19e9032 - added bitbucket pipeline; cppcheck with XML output 1 month ago
Maxson Ramon dos Anjos Medeiros b22d8ff59f CHANGELOG update -> .NET API: Added ClientConnection.Abort method 1 month ago
Maxson Ramon dos Anjos Medeiros 47dab00371 Merge branch 'v1.6_develop' of bitbucket.org:mz-automation/libiec61850 into v1.6_develop 1 month ago
Maxson Ramon dos Anjos Medeiros 0579b1dcc6 Merge branch 'v1.6_develop_488' into v1.6_develop 1 month ago
Maxson Ramon dos Anjos Medeiros 435ad8d01a Update ConnectionCallBack from example serve1 with clientConnection.Abort() 1 month ago
Maxson Anjos 52047baab4 Merged in v1.6_develop-514 (pull request #5) 1 month ago
Maxson Ramon dos Anjos Medeiros e9bfc53698 rename c and c# handlers 1 month ago
Maxson Ramon dos Anjos Medeiros ee224b611c Change c handers to private 1 month ago
Michael Zillgith d1dd90ed83 - .NET API: Added ClientConnection.Abort method (LIB61850-488) 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