-
Notifications
You must be signed in to change notification settings - Fork 5
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
cherry pick picks cherries #4
Commits on Oct 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9d47793 - Browse repository at this point
Copy the full SHA 9d47793View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78ff243 - Browse repository at this point
Copy the full SHA 78ff243View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd2d67a - Browse repository at this point
Copy the full SHA bd2d67aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33dd8e6 - Browse repository at this point
Copy the full SHA 33dd8e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a1cf58 - Browse repository at this point
Copy the full SHA 8a1cf58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a2de39 - Browse repository at this point
Copy the full SHA 0a2de39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c51bd2 - Browse repository at this point
Copy the full SHA 5c51bd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83c5cb8 - Browse repository at this point
Copy the full SHA 83c5cb8View commit details -
tnet/tls: fix onRequest not triggering (merge request !198)
Squash merge branch 'tls-onrequest' into 'master' Inside the crypto/tls, there is an internal buffer to store data. When the tnet buffer is empty but there is data present in the crypto/tls buffer, the onRequest function does not trigger. In order to ensure that user can read all the data from connection, use a loop in tls onRequest. TAPD: --story=886307227
Configuration menu - View commit details
-
Copy full SHA for dec553c - Browse repository at this point
Copy the full SHA dec553cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27d9dc1 - Browse repository at this point
Copy the full SHA 27d9dc1View commit details -
timer: fix unit test (merge request !206)
Squash merge branch 'fix-timer-test' into 'master' timer: fix unit test TAPD: --story=886587517
Configuration menu - View commit details
-
Copy full SHA for cc7d89d - Browse repository at this point
Copy the full SHA cc7d89dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0353d83 - Browse repository at this point
Copy the full SHA 0353d83View commit details -
poller: add flag to switch on runtime.Gosched after handling events (…
…merge request !211) Squash merge branch 'v0.0.16-sched-in-wait-inner-loop-global-var' into 'master' poller: add flag to switch on runtime.Gosched after handling events close #6 TAPD: --story=887517909
Configuration menu - View commit details
-
Copy full SHA for a01b331 - Browse repository at this point
Copy the full SHA a01b331View commit details -
replace writev rawsyscall to syscall (merge request !212)
Squash merge branch 'write-syscall' into 'master' Replace writev rawsyscall to syscall. When a user calls Writev, the business goroutine may directly trigger the writev system call during the flush process, which can potentially block. The use of rawsyscall is not allowed in blocking syscall scenario.
Configuration menu - View commit details
-
Copy full SHA for 9bd01c5 - Browse repository at this point
Copy the full SHA 9bd01c5View commit details -
Revert replace writev rawsyscall to syscall (merge request !212) (mer…
…ge request !213) Squash merge branch 'revert-0040557b' into 'master' This reverts merge request !212 <img width="" src="/uploads/4D3B9583F43441408D5E7BAC702D1CC5/image.png" alt="image.png" /> Temporarily revert !212. Needs further investigation. TAPD: --story=887558867
Configuration menu - View commit details
-
Copy full SHA for b339e31 - Browse repository at this point
Copy the full SHA b339e31View commit details -
Configuration menu - View commit details
-
Copy full SHA for c83a63b - Browse repository at this point
Copy the full SHA c83a63bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9460676 - Browse repository at this point
Copy the full SHA 9460676View commit details