summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Source/Application-Protocols/network_transport
Commit message (Expand)AuthorAgeFilesLines
* Cellular transport return socket closed when remote disconnected (#922)chinglee-iot2023-02-101-0/+4
* [AUTO][RELEASE]: Bump file header version to "202212.00"jasonpcarroll2022-12-1018-18/+18
* mbedtls-pkcs11: Separate mbedtls rng pkcs11 callback into separate filePaul Bartell2022-12-074-47/+89
* Fix memory leak in transport_mbedtls_pkcs11.cPaul Bartell2022-12-073-70/+1
* Add error handling on Socket_t in transport layer. (#887)ActoryOu2022-12-056-13/+52
* [AUTO][RELEASE]: Bump file header version to "202211.00"jasonpcarroll2022-12-0117-17/+17
* FreeRTOS Windows Simulator Build Changes and LTS 2.0 Update (#872)Soren Ptak2022-11-2917-621/+2092
* Update transport interface for compatibility (#844)chinglee-iot2022-08-266-52/+43
* Return error if invalid input detected in transport layer (Send/Recv) (#773)ActoryOu2022-01-114-171/+310
* Apply release changes to main branch (#759)johnrhen2021-12-2312-12/+12
* Add variable PKCS11 label support to using_mbedtls_pkcs11 (#723)johnrhen2021-11-262-14/+59
* Remove using_mbedtls folder and move its content to the parent folder (#717)andysun20152021-11-188-0/+0
* [AUTO][RELEASE]: Bump file header version to "202111.00"aggarg2021-11-1312-12/+12
* Update file header and cellular lib commit (#704)andysun20152021-11-112-4/+9
* Add cellular library submodule path and demo (#695)andysun20152021-11-1012-8/+1079
* Remove non-ASCII characters (#701)Gaurav-Aggarwal-AWS2021-11-081-1/+1
* [AUTO][RELEASE]: Bump file header version to "202107.00"tianmc12021-07-2410-10/+10
* Remove redundant mbedtls error sources (#654)Oscar Michael Abrina2021-07-194-14/+10
* Merge FreeRTOS 202104.00 to main (#585)Archit Aggarwal2021-04-298-8/+8
* Add feature to set credentials using buffer in MQTT_Mutual_Auth_wolfSSL demo ...TakayukiMatsuo2021-04-211-58/+119
* Minor changes to wolfSSL MQTT demo files (#493)Carl Lundin2021-02-041-114/+135
* Add MQTT_Mutual_Auth_wolfSSL demo (#464)TakayukiMatsuo2021-02-022-0/+653
* Call taskYIELD after calling FreeRTOS_send in Plaintext_FreeRTOS_send (#491)Marc-Antoine Lalonde2021-01-251-9/+22
* [AUTO][RELEASE]: Bump file header version to "202012.00"Joseph Julicher2020-12-158-8/+8
* Map errors from FreeRTOS+TCP to mbedTLS and make read non-blocking when reque...Oscar Michael Abrina2020-12-112-5/+35
* Update comments about NetworkContext definition (#461)Oscar Michael Abrina2020-12-113-3/+24
* Move corePKCS11 forward and update to latest core_pkcs11.h (#441)Carl Lundin2020-12-071-0/+2
* Support multiple transports in the same compilation unit (#434)Oscar Michael Abrina2020-12-018-78/+198
* Add #ifndef guards for SdkLog definition to fix conflicting definitions (#403)Archit Aggarwal2020-11-124-4/+12
* Allow overriding default definitions of logging macros (#384)Archit Aggarwal2020-11-094-0/+44
* Restructure platform directory (#382)Oscar Michael Abrina2020-11-059-0/+2707