index
:
forge.git
broken
hare
master
[WIP] Some random software forge
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.ha
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-03-16
Handle SIGINT
Runxi Yu
1
-1
/
+10
2025-03-16
Close the static_fs
Runxi Yu
1
-0
/
+1
2025-03-15
Serve static files
Runxi Yu
1
-0
/
+5
2025-03-15
Use abort("unreachable") instead of a random comment
Runxi Yu
1
-1
/
+1
2025-03-15
Handle all errors from handlereq
Runxi Yu
1
-1
/
+1
2025-03-15
Split the request handler to req.ha
Runxi Yu
1
-10
/
+0
2025-03-15
Use strings::freeall directly instead of wrapping it
Runxi Yu
1
-1
/
+1
2025-03-15
Handle all errors from http::serve
Runxi Yu
1
-1
/
+3
2025-03-15
Separate paths into segments
Runxi Yu
1
-2
/
+5
2025-03-14
Remove extra space
Runxi Yu
1
-1
/
+1
2025-03-13
Catch all error types while listening
Runxi Yu
1
-1
/
+1
2025-03-13
Accept --config not --address
Runxi Yu
1
-10
/
+3
2025-03-13
Set reuseport and reuseaddr
Runxi Yu
1
-3
/
+4
2025-03-13
Add basic template rendering
Runxi Yu
1
-3
/
+1
2025-03-13
Begin to use hare-htmpl
Runxi Yu
1
-6
/
+8
2025-03-13
Use for each loops
Runxi Yu
1
-2
/
+1
2025-03-13
Fix inconsistent capitalization in the error message
Runxi Yu
1
-1
/
+1
2025-03-13
Add a basic HTTP server
Runxi Yu
1
-0
/
+72