Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEL-6178 Merge 2.0.6 from upstream #4

Open
wants to merge 235 commits into
base: development
Choose a base branch
from
Open

Conversation

damirn
Copy link

@damirn damirn commented Jan 7, 2025

No description provided.

crienzo and others added 30 commits September 27, 2019 09:18
* Removed memory pools from ks_json
* Renamed cJSON to kJSON to protect against library mismatches
* Reworked ks_json interface so it is safer to use
…dically can happen when wrapping over (particularly with random sequence starting point for each handle group)
Added check to skip an invalid 0 sequence on new handles, which spora…
…allocated when passed to kws_connect or kws_init then it will use the existing kws object, this allows to assign callbacks or other values before calling connect
Remove extra state from ks_thread.  It is now just a platform-indepen…
Detached thread must own its own memory pool
andywolk and others added 22 commits March 4, 2024 17:36
[cmake] Don't use CPACK_DEBIAN_PACKAGE_RELEASE
[GHA] Use `cicd-docker-build-and-distribute.yml`.
[GHA] Use `meta-repo-content` workflow.
[GHA] Shorten artifact path store location.
[GHA] Add `arm64v8` build target.
…#214)

* kws_raw_write should return the total number of bytes sent, not just the last fragment sent

* Adjustment to make sure returns of -1 are captured as well, and fix missing spot in SSL block

* Added zero to be inclusive as successful write when using raw sockets, but according to SSL lib 0 is an error so the behavior is slightly different using SSL versus not on the writing returns

* Adjust the kws_write_frame so that when it sees a return <=0 it returns the error instead of the total written bytes
[GHA] Remove unsupported build targets.
Copy link

@dev-ryanc dev-ryanc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, make sure to create tag for v1.10.8-v70 (previous commit)

Copy link

@Elhodred Elhodred left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.