Age | Commit message (Collapse) | Author |
|
|
|
|
|
Removing the entire body []u8 and the whole_number usize, as both of
these are actually unnecessary.
|
|
This is for greater clarity as to what everything is.
|
|
This replaces the General Purpose Allocator with the Fixed Buffer
Allocator, so we don't make any heap reservations, as everything except
for server.accept() is a known size (or maximum size) at compile time.
|
|
|
|
zhttpd is (at least for now) licensed under the GPLv2. I may relicense
later, we'll see.
|
|
This is to document the functions, constants, and what they do/how they
work/how they can fail.
|
|
This redoes a lot of the error handling so we can add in more status
codes.
|
|
There were a couple things defined that were never used, this gets rid
of them and reorganizes the constants to make things a bit neater.
|
|
This commit adds the submodule, and changes @include("mime.zig") to
refer to the new subdirectory.
|
|
It is functional, however it relies on "mime.zig", which I don't yet
know how to link. It also currently only supports error codes 200 and
404. It deserves to be made better, but I'll have to see how to make
that happen as I go along.
|