Popular repositories Loading
-
-
src
src PublicForked from openbsd/src
Public git conversion mirror of OpenBSD's official cvs src repository.
C
-
ports
ports PublicForked from openbsd/ports
Public git conversion mirror of OpenBSD's official cvs ports repository.
Makefile
-
www
www PublicForked from openbsd/www
Public git conversion mirror of OpenBSD's official cvs www repository.
HTML
-
xenocara
xenocara PublicForked from openbsd/xenocara
Public git conversion mirror of OpenBSD's official cvs xenocara repository.
C
-
Pod-Perldoc
Pod-Perldoc PublicForked from briandfoy/pod-perldoc
Release history of Pod-Perldoc
Perl
2,397 contributions in the last year
Day of Week | 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
April 2025
Created 13 commits in 4 repositories
Opened 2 pull requests in 2 repositories
quictls/quictls
1
merged
-
Link .pc files back to build
This contribution was made on Apr 8
job/draft-rpki-crl-numbers
1
merged
-
Fix two typos pointed out by Peter Yee
This contribution was made on Apr 7
Reviewed 1 pull request in 1 repository
libressl/portable
1 pull request
-
Fix no pointer sign warning on C++ compilers
This contribution was made on Apr 7
Created an issue in quictls/quictls that received 3 comments
Configure --prefix isn't honored
When I do this to create an installation that doesn't pollute my system: $ mkdir -p /tmp/quictls $ ./Configure --prefix /tmp/quictls I see that thi…