index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Servers
/
WebServer
Age
Commit message (
Expand
)
Author
2020-05-02
LibCore+LibHTTP: Move out the HTTP handler and add HTTPS
AnotherTest
2020-04-26
WebServer: Add optional positional port agument
Linus Groh
2020-02-15
LibCore: Replace manual forward declarations with <LibCore/Forward.h>
Andreas Kling
2020-02-13
WebServer: Ensure directory listing URLs end with a slash
Bogdan
2020-02-13
WebServer: Remove debug spam in directory listing code
Andreas Kling
2020-02-13
WebServer: Escape HTML entities in path names in directory listings
Andreas Kling
2020-02-12
WebServer: Show file size and modification time in directory listings
Andreas Kling
2020-02-12
WebServer: Add basic directory listings
Andreas Kling
2020-02-11
WebServer: Use Core::DateTime for logging timestamps
Andreas Kling
2020-02-11
WebServer: Add copyright headers
Andreas Kling
2020-02-09
WebServer: Add missing space to HTTP error responses
Andreas Kling
2020-02-09
WebServer: Send the HTTP response headers in a single packet
Andreas Kling
2020-02-09
WebServer: Tighten things up with pledge() and unveil()
Andreas Kling
2020-02-09
WebServer: Implement a very basic HTTP server :^)
Andreas Kling