1
0
mirror of https://github.com/FreeRTOS/FreeRTOS-Plus-TCP synced 2025-10-21 06:40:08 +08:00
Commit Graph

11 Commits

Author SHA1 Message Date
tony-josi-aws
de3ffd4d69 [AUTO][RELEASE]: Update version number in source files 2024-12-11 04:15:08 +00:00
Leandro Zungri
3c9140d5db Optimize uxStreamBufferAdd() locking mechanism (#1181)
* Optimize uxStreamBufferAdd() locking mechanism

* Fix uxStreamBufferAdd unit tests

---------

Co-authored-by: Tony Josi <tonyjosi@amazon.com>
2024-09-11 15:55:52 +05:30
Tony Josi
0d74d497e7 Fix MISRA 2012 issues (#1083)
* Fix coverity MISRA issues

* fix misra 12.2

* More MISRA fixes

* More MISRA fixes

* Adding MISRA coverity suppressions

* Add MISRA suppression reasoning

* Uncrustify: triggered by comment

* Fix misra exception comments

* Fix clang warnings

* Revert "Fix clang warnings"

This reverts commit 9d00a1448b.

---------

Co-authored-by: GitHub Action <action@github.com>
2024-02-02 17:46:19 +05:30
Holden
7af0bfe578 Stream Buffer Const Correctness (#1067)
* Stream Buffer Const Correctness

* cleanup & simplify

* Uncrustify: triggered by comment.

* fix test

* add const for pass by value parameters

* don't change parameters

* remove pass by value parameter consts

---------

Co-authored-by: Holden <holden-zenithaerotech.com>
Co-authored-by: Holden <68555040+holden-zenith@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Holden <holden@zenithaerotech.com>
Co-authored-by: Tony Josi <tonyjosi@amazon.com>
2024-01-10 10:06:44 +05:30
Kody Stribrny
f15537303c Fix Clang warnings (#809)
Corrects several warnings from Clang flags
for Clang 13.

Inspired by @phelter's bug report
https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/issues/558
2023-04-18 11:00:00 +00:00
Hein Tibosch
f88dea60ca Reparations and recommendations for the dev/IPv6_integration branch (#664)
* Reparations and recommendations for the dev/IPv6_integration branch
* Applied uncrustify
* More changes after testing ARP, ICMP4, ICMP6, UDPv4 and UDPv6, DNSv6
* A few changes to DNS after testing it
2023-01-25 18:33:44 +05:30
Aniruddha Kanhere
1ab6eb8885 Update version numbers and licensing info (#541)
* Update source location for coverity

* Add coverage checker

* Add build check with default configuration

* Fix build combination and DNS error

* uncrustified and fixed cmakelists

* This commit updates version number in all files to Development-Branch

* Update version number macros

* This commit fixes a typo in version number macro

* Added a 'critical section' to prevent a race condition in stream buffers

* Uncrustify: triggered by comment.

* Fixed unit-tests by adding mocked functions

* Initial commit of file README.md

* Update README.md

* Fix the title of README file in coverity

* Addressed issue comments

* Update command

* Add details about remaining exception

* Move file to original location

* Remove use of sudo in commands

* Fix links; added coverity version note

* Update README.md

* Remove CMake installation instructions

* Update manifest/history and copyright year

* Update kernel version to 10.4.5

* Update remaining copyright year instances

* Update the version number macros

* Update license header titles

* Remove kernel license header and add TCP header

Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
2022-08-12 16:21:44 -07:00
xuelix
f8c72717cd MISRA violation fix 17.7, 1.2, 8.9 (#530)
* MISRA violation fix 17.7, 1.2, 8.9

* Fixing spell check error

* Added comment for PR review

Co-authored-by: gitwallit <56273942+gitwallit@users.noreply.github.com>
2022-08-02 12:20:51 -07:00
Aniruddha Kanhere
58e9e54070 Fix race condition in stream buffers when priority(IP task)==priority(task using TCP/IP) (#517)
* Update source location for coverity

* Add coverage checker

* Add build check with default configuration

* Fix build combination and DNS error

* uncrustified and fixed cmakelists

* This commit updates version number in all files to Development-Branch

* Update version number macros

* This commit fixes a typo in version number macro

* Added a 'critical section' to prevent a race condition in stream buffers

* Uncrustify: triggered by comment.

* Fixed unit-tests by adding mocked functions

Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
2022-07-07 10:56:45 -07:00
Aniruddha Kanhere
f44d36d5ce Update version number of TCP to development (#516)
* Update source location for coverity

* Add coverage checker

* Add build check with default configuration

* Fix build combination and DNS error

* uncrustified and fixed cmakelists

* This commit updates version number in all files to Development-Branch

* Update version number macros

* This commit fixes a typo in version number macro
2022-07-06 10:29:48 -07:00
Aniruddha Kanhere
a4124602cc Merge changes to main.
This commit brings in the refactoring and restructuring changes
from IntegrationTesting1 branch to the main branch.
It also includes additional unit tests for 100% coverage.
The rationale behind not creating a PR is that the conflicts were too
huge to be resolved correctly. Thus, a force push to the main branch is
being done.
2022-05-26 12:42:45 -07:00