1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 29, 2025 — Jan 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Actually initialize the ServeMux after we had to move it to separate code. More... almost 13 years ago
Mark GetHandler as const since it doesn't change anything. More... almost 13 years ago
Add a string prefix match to the servemux so we can decide which handler should get the request. More... almost 13 years ago
Add a way to formulate a HTTP request as an URL. More... almost 13 years ago
Implement a number of classes and make everything compile again. (Ok, kindof a huge change.) More... almost 13 years ago
Create an intermediate object which knows both the web server, the used protocol and the serving multiplexer so it can actually know what protocol to use for what connection. More... almost 13 years ago
Simplify creation of a TCPPeer object since most fields are already part of the connection. More... almost 13 years ago
Migrate from Qt to STL and libtoolbox. More... almost 13 years ago
Implement the classes to start up a server. No tests yet. More... almost 13 years ago
Add the cookie class and some encoder. Plus a constructor to zero all the fields. More... almost 13 years ago
Make the peer definition an interface. More... almost 13 years ago
Also implement the headers class. More... almost 13 years ago
Add an implementation of single headers and test it. More... almost 13 years ago
First attempt at an API. This may change in the future, it is a first rough outline for what I think might work. More... almost 13 years ago
Add a basic skeleton with some empty files and a build config. Fun fact: this builds just fine. More... almost 13 years ago