Popular repositories Loading
-
-
-
FreeRTOS-Plus-TCP
FreeRTOS-Plus-TCP PublicForked from FreeRTOS/FreeRTOS-Plus-TCP
FreeRTOS-Plus-TCP library repository. +TCP files only. Submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.
C 2
-
phobos
phobos PublicForked from dlang/phobos
The standard library of the D programming language
D 2
-
oss-fuzz
oss-fuzz PublicForked from google/oss-fuzz
OSS-Fuzz - continuous fuzzing for open source software.
Shell 2
114 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
March 2025
Created 9 commits in 1 repository
Created a pull request in openssl/openssl that received 51 comments
Fix a memory order issue with weakly ordered systems (yet another alternative)
this adds a dummy atomic release operation to update_qp, which should make sure that the new value of reader_idx is visible in get_hold_current_qp,…
Opened 13 other pull requests in 1 repository
openssl/openssl
3
open
10
closed
-
Fix quic_multistream_test: correct more frame types
This contribution was made on Mar 26
-
Fix a visual glitch in test_cmp_http.t
This contribution was made on Mar 25
-
Fix a visual glitch in test_cms.t
This contribution was made on Mar 24
-
Fix a visual glitch in test_cmp_http.t
This contribution was made on Mar 24
-
Fix intermittent CI failures due to qlog infinite loop
This contribution was made on Mar 18
-
Remove workaround for an old ppc64le compiler bug
This contribution was made on Mar 11
-
Do some more cleanup in the RCU code
This contribution was made on Mar 9
-
Work around for ARM64 atomics bug (another attempt)
This contribution was made on Mar 7
-
Fix support for windows atomics
This contribution was made on Mar 3
-
Work around for ARM64 atomics bug (alternative)
This contribution was made on Mar 3
-
Work around for ARM64 atomics bug
This contribution was made on Mar 3
-
Make RCU atomics more inline with 3.4 branch
This contribution was made on Mar 3
-
RCU: Ensure that qp's are actually retired in order (alternative)
This contribution was made on Mar 3
Reviewed 8 pull requests in 1 repository
openssl/openssl
8 pull requests
-
Fix intermittent CI failures due to qlog infinite loop
This contribution was made on Mar 24
-
Fix NULL pointer dereference in
asn1_ex_i2c()
, crypto/asn1/tasn_enc.cThis contribution was made on Mar 24 -
Fixing Bug in PowerPC Assembler code (vpaes-ppc.pl and ecp_nistz256-ppc64.pl)
This contribution was made on Mar 11
-
Fix RCU TODOs
This contribution was made on Mar 5
-
Fix a memory order issue with weakly ordered systems (yet another alternative)
This contribution was made on Mar 4
-
Work around for ARM64 atomics bug
This contribution was made on Mar 3
-
Fix various issues with hashtable on new nonstop threading model
This contribution was made on Mar 3
-
RCU: Ensure that qp's are actually retired in order
This contribution was made on Mar 3
Created an issue in openssl/openssl that received 10 comments
Infinite loop in BIO_printf
There is a deadlock in the BIO_print and similar functions:
This can be used to demonstrate the impact:
--- a/apps/openssl.c
+++ b/apps/openssl.c
@…
Opened 1 other issue in 1 repository
openssl/openssl
1
open
-
Intermittent CI failure in test_quic_tserver.t
This contribution was made on Mar 24