FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · etr/libhttpserver · GitHub
etr
/
libhttpserver
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
190
Star
950
Code
Issues
7
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Jul 23, 2026
docs(readme): point sponsor links to GitHub Sponsors instead of Ko-fi
Show description for 02bf41c
etr
and
claude
committed
02bf41c
View commit details
Copy full SHA for 02bf41c
Browse repository at this point
Set GitHub Sponsors username in FUNDING.yml
Show description for f7dd05a
etr
authored
f7dd05a
View commit details
Copy full SHA for f7dd05a
Browse repository at this point
ci: retire the check-parallel-install v1+v2 coexistence gate
Show description for 767416f
etr
and
claude
committed
767416f
View commit details
Copy full SHA for 767416f
Browse repository at this point
fix(dist,build): make the release tarball self-contained and link gnutls on mingw
Show description for ab72a98
etr
and
claude
committed
ab72a98
View commit details
Copy full SHA for ab72a98
Browse repository at this point
v2.0: Modernization (M1-M6, 44 tasks) (#374)
Show description for ded4203
etr
authored
ded4203
View commit details
Copy full SHA for ded4203
Browse repository at this point
Commits on Jul 19, 2026
refactor: rename body.{hpp,cpp} to response_body to match the class rename
Show description for ff7ba77
etr
and
claude
committed
ff7ba77
View commit details
Copy full SHA for ff7ba77
Browse repository at this point
docs(architecture): give the two diagrams their own Markdown pages
Show description for 8a3fd54
etr
and
claude
committed
8a3fd54
View commit details
Copy full SHA for 8a3fd54
Browse repository at this point
docs(architecture): add threading, errors, hooks, and feature deep-dives
Show description for fb875dc
etr
and
claude
committed
fb875dc
View commit details
Copy full SHA for fb875dc
Browse repository at this point
docs(architecture): add class-map and request-flow diagrams
Show description for 973064c
etr
and
claude
committed
973064c
View commit details
Copy full SHA for 973064c
Browse repository at this point
refactor: clarify response-body and connection-context naming
Show description for ea3e67c
etr
and
claude
committed
ea3e67c
View commit details
Copy full SHA for ea3e67c
Browse repository at this point
refactor: collapse webserver + webserver_impl to one class per file
Show description for eea7163
etr
and
claude
committed
eea7163
View commit details
Copy full SHA for eea7163
Browse repository at this point
build(gate): add a bounded façade/adapter carve-out to the SLOC gate
Show description for 84c5978
etr
and
claude
committed
84c5978
View commit details
Copy full SHA for 84c5978
Browse repository at this point
refactor: give webserver_impl a single composition-root TU
Show description for 43ece69
etr
and
claude
committed
43ece69
View commit details
Copy full SHA for 43ece69
Browse repository at this point
refactor: drop redundant webserver_impl::log_dispatch_error forwarder
Show description for 03b80bc
etr
and
claude
committed
03b80bc
View commit details
Copy full SHA for 03b80bc
Browse repository at this point
refactor: fold webserver_callbacks_lifecycle.cpp back into webserver_callbacks.cpp
Show description for e6bc48e
etr
and
claude
committed
e6bc48e
View commit details
Copy full SHA for e6bc48e
Browse repository at this point
build(gate): exclude single-character lines from the SLOC metric
Show description for 5603d4e
etr
and
claude
committed
5603d4e
View commit details
Copy full SHA for 5603d4e
Browse repository at this point
Commits on Jul 18, 2026
test(helgrind): fix deferred counter suppression to match mangled name
Show description for aa5d738
etr
and
claude
committed
aa5d738
View commit details
Copy full SHA for aa5d738
Browse repository at this point
test(helgrind): re-anchor benign test-fixture race suppressions
Show description for 6c8f1e7
etr
and
claude
committed
6c8f1e7
View commit details
Copy full SHA for 6c8f1e7
Browse repository at this point
docs(architecture): document http_request_impl structure (§4.2)
Show description for 4ae4fd9
etr
and
claude
committed
4ae4fd9
View commit details
Copy full SHA for 4ae4fd9
Browse repository at this point
refactor(dr-014): slim webserver_impl to a composition root
Show description for 0d59a6e
etr
and
claude
committed
0d59a6e
View commit details
Copy full SHA for 0d59a6e
Browse repository at this point
refactor(dr-014): extract request_pipeline behavior service
Show description for 00eaf55
etr
and
claude
committed
00eaf55
View commit details
Copy full SHA for 00eaf55
Browse repository at this point
refactor(dr-014): extract request_dispatcher behavior service
Show description for ee04989
etr
and
claude
committed
ee04989
View commit details
Copy full SHA for ee04989
Browse repository at this point
docs(dr-014): drop connection_callbacks — 7 services, not 8
Show description for 58e3399
etr
and
claude
committed
58e3399
View commit details
Copy full SHA for 58e3399
Browse repository at this point
refactor(dr-014): extract websocket_upgrader behavior service
Show description for 4da8201
etr
and
claude
committed
4da8201
View commit details
Copy full SHA for 4da8201
Browse repository at this point
refactor(dr-014): extract upload_pipeline behavior service
Show description for dc3f141
etr
and
claude
committed
dc3f141
View commit details
Copy full SHA for dc3f141
Browse repository at this point
refactor(dr-014): extract response_materializer behavior service
Show description for 741faf4
etr
and
claude
committed
741faf4
View commit details
Copy full SHA for 741faf4
Browse repository at this point
refactor(dr-014): extract hook_dispatcher behavior service
Show description for 6c2eec3
etr
and
claude
committed
6c2eec3
View commit details
Copy full SHA for 6c2eec3
Browse repository at this point
refactor(dr-014): extract error_pages behavior service (leaf)
Show description for ef48ed2
etr
and
claude
committed
ef48ed2
View commit details
Copy full SHA for ef48ed2
Browse repository at this point
docs(architecture): DR-014 — behavior decomposition of webserver_impl
Show description for c7b969f
etr
and
claude
committed
c7b969f
View commit details
Copy full SHA for c7b969f
Browse repository at this point
ci: fix lint IWYU + latent CCN gate and cap concurrency stress under valgrind
Show description for 1bb47bd
etr
and
claude
committed
1bb47bd
View commit details
Copy full SHA for 1bb47bd
Browse repository at this point
refactor: close collaborator duplication seams post-decomposition
Show description for 5140308
etr
and
claude
committed
5140308
View commit details
Copy full SHA for 5140308
Browse repository at this point
test: add collaborator unit/concurrency coverage; fix bench build
Show description for a5bf116
etr
and
claude
committed
a5bf116
View commit details
Copy full SHA for a5bf116
Browse repository at this point
refactor: extract daemon_lifecycle collaborator from webserver_impl
Show description for e6af49f
etr
and
claude
committed
e6af49f
View commit details
Copy full SHA for e6af49f
Browse repository at this point
refactor: extract route_table collaborator from webserver_impl
Show description for 21296ac
etr
and
claude
committed
21296ac
View commit details
Copy full SHA for 21296ac
Browse repository at this point
refactor: extract hook_bus collaborator from webserver_impl
Show description for 1f9a82e
etr
and
claude
committed
1f9a82e
View commit details
Copy full SHA for 1f9a82e
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL