Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
apache
/
pekko-http
Public
Notifications
You must be signed in to change notification settings
Fork
56
Star
196
Code
Issues
41
Pull requests
23
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Actions: apache/pekko-http
Actions
All workflows
Workflows
Binary Compatibility
Binary Compatibility
Copilot
Copilot
Copilot code review
Copilot code review
Dependabot Updates
Dependabot Updates
Headers
Headers
Link Validator
Link Validator
Nightly Builds
Nightly Builds
Nightly Builds (1.x)
Nightly Builds (1.x)
Publish 1.0 docs
Publish 1.0 docs
Publish 1.1 docs
Publish 1.1 docs
Show more workflows...
Management
Caches
Headers
Headers
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
headers.yml
will be ignored since log searching is not yet available
1,036 workflow runs
1,036 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
build(deps): Bump coursier/setup-action from 3.0.2 to 3.0.3
Headers
#2001:
Pull request
#1308
opened by
dependabot
Bot
1m 25s
dependabot/github_actions/coursier/setup-action-3.0.3
dependabot/github_actions/coursier/setup-action-3.0.3
1m 25s
View #1308
View workflow file
Remove external sbt-dependency-graph plugin
Headers
#2000:
Pull request
#1307
opened by
mkurz
1m 11s
mkurz:issue-452-remove-sbt-dependency-graph
mkurz:issue-452-remove-sbt-dependency-graph
1m 11s
View #1307
View workflow file
chore: add SPDX license headers to project-info.conf and paradox .htaccess
Headers
#1999:
Pull request
#1306
opened by
pjfanning
1m 25s
pjfanning:license-headers-non-source-files
pjfanning:license-headers-non-source-files
1m 25s
View #1306
View workflow file
fix: fail instead of throw when a transform on a completed FastFuture throws
Headers
#1998:
Pull request
#1305
opened by
pjfanning
1m 20s
pjfanning:fastfuture-transform-exceptions
pjfanning:fastfuture-transform-exceptions
1m 20s
View #1305
View workflow file
build(deps): Bump actions/setup-java from 6.0.0 to 6.0.1
Headers
#1997:
Pull request
#1304
opened by
dependabot
Bot
1m 1s
dependabot/github_actions/actions/setup-java-6.0.1
dependabot/github_actions/actions/setup-java-6.0.1
1m 1s
View #1304
View workflow file
build(deps): Bump sbt/setup-sbt from 1.5.8 to 1.5.9
Headers
#1996:
Pull request
#1303
opened by
dependabot
Bot
21s
dependabot/github_actions/sbt/setup-sbt-1.5.9
dependabot/github_actions/sbt/setup-sbt-1.5.9
21s
View #1303
View workflow file
perf: Huffman decode HPACK string literals into reusable scratch arrays
Headers
#1995:
Pull request
#1302
opened by
pjfanning
1m 12s
pjfanning:hpack-huffman-decode-scratch
pjfanning:hpack-huffman-decode-scratch
1m 12s
View #1302
View workflow file
perf: encode HPACK header blocks from byte arrays into an unsynchronized ByteStringOutputStream
Headers
#1994:
Pull request
#1301
synchronize by
pjfanning
50s
pjfanning:hpack-header-block-buffer
pjfanning:hpack-header-block-buffer
50s
View #1301
View workflow file
perf: encode HPACK header blocks from byte arrays into an unsynchronized ByteStringOutputStream
Headers
#1993:
Pull request
#1301
opened by
pjfanning
1m 24s
pjfanning:hpack-header-block-buffer
pjfanning:hpack-header-block-buffer
1m 24s
View #1301
View workflow file
perf: copy ASCII bytes with the bulk String.getBytes instead of a charAt loop
Headers
#1992:
Pull request
#1299
synchronize by
pjfanning
1m 3s
pjfanning:enhanced-string-bulk-ascii-bytes
pjfanning:enhanced-string-bulk-ascii-bytes
1m 3s
View #1299
View workflow file
perf: Huffman encode HPACK string literals from a byte array into a byte array
Headers
#1991:
Pull request
#1300
synchronize by
pjfanning
1m 2s
pjfanning:hpack-huffman-encode-bytes
pjfanning:hpack-huffman-encode-bytes
1m 2s
View #1300
View workflow file
perf: Huffman encode HPACK string literals from a byte array into a byte array
Headers
#1990:
Pull request
#1300
synchronize by
pjfanning
1m 7s
pjfanning:hpack-huffman-encode-bytes
pjfanning:hpack-huffman-encode-bytes
1m 7s
View #1300
View workflow file
perf: copy ASCII bytes with the bulk String.getBytes instead of a charAt loop
Headers
#1989:
Pull request
#1299
opened by
pjfanning
1m 9s
pjfanning:enhanced-string-bulk-ascii-bytes
pjfanning:enhanced-string-bulk-ascii-bytes
1m 9s
View #1299
View workflow file
feat: bound the size of an incoming HTTP/2 frame
Headers
#1988:
Pull request
#1264
synchronize by
pjfanning
1m 19s
pjfanning:bound-http2-inbound-frame-size
pjfanning:bound-http2-inbound-frame-size
1m 19s
View #1264
View workflow file
chore: replace immutable.Seq with Seq, drop Scala 2.12-era imports
Headers
#1987:
Pull request
#1298
opened by
pjfanning
1m 25s
pjfanning:scala-2.13-seq-idioms
pjfanning:scala-2.13-seq-idioms
1m 25s
View #1298
View workflow file
Re-pin the threat model to 40b07a2, absorb what merged, and trim it to what a triager needs
Headers
#1986:
Pull request
#1295
synchronize by
pjfanning
1m 4s
pjfanning:threat-model/post-merge-updates
pjfanning:threat-model/post-merge-updates
1m 4s
View #1295
View workflow file
http/2: reject a header field carrying CR, LF or NUL, and answer a malformed field with a 400
Headers
#1985:
Pull request
#1297
opened by
pjfanning
58s
pjfanning:http2-reject-crlf-in-header-values
pjfanning:http2-reject-crlf-in-header-values
58s
View #1297
View workflow file
fix: escape control characters in parse-error details and document the raw request target
Headers
#1984:
Pull request
#1294
synchronize by
pjfanning
1m 19s
pjfanning:parse-error-line-escaping
pjfanning:parse-error-line-escaping
1m 19s
View #1294
View workflow file
fix: reject a request-line part that cannot be sent as given
Headers
#1983:
Pull request
#1296
synchronize by
pjfanning
1m 6s
pjfanning:raw-request-uri-validation
pjfanning:raw-request-uri-validation
1m 6s
View #1296
View workflow file
fix: reject a request-line part that cannot be sent as given
Headers
#1982:
Pull request
#1296
synchronize by
pjfanning
1m 17s
pjfanning:raw-request-uri-validation
pjfanning:raw-request-uri-validation
1m 17s
View #1296
View workflow file
fix: reject a request-line part that cannot be sent as given
Headers
#1981:
Pull request
#1296
synchronize by
pjfanning
1m 21s
pjfanning:raw-request-uri-validation
pjfanning:raw-request-uri-validation
1m 21s
View #1296
View workflow file
fix: reject a request-line part that cannot be sent as given
Headers
#1980:
Pull request
#1296
opened by
pjfanning
1m 23s
pjfanning:raw-request-uri-validation
pjfanning:raw-request-uri-validation
1m 23s
View #1296
View workflow file
Re-pin the threat model to 40b07a2, absorb what merged, and trim it to what a triager needs
Headers
#1979:
Pull request
#1295
opened by
pjfanning
1m 10s
pjfanning:threat-model/post-merge-updates
pjfanning:threat-model/post-merge-updates
1m 10s
View #1295
View workflow file
fix: escape control characters in parse-error details and document the raw request target
Headers
#1978:
Pull request
#1294
synchronize by
pjfanning
1m 13s
pjfanning:parse-error-line-escaping
pjfanning:parse-error-line-escaping
1m 13s
View #1294
View workflow file
fix: escape control characters in parse-error details and document the raw request target
Headers
#1977:
Pull request
#1294
opened by
pjfanning
1m 20s
pjfanning:parse-error-line-escaping
pjfanning:parse-error-line-escaping
1m 20s
View #1294
View workflow file
Previous
1
2
3
4
5
…
41
42
Next
You can’t perform that action at this time.