15 months ago 3585977376 Aleksey Ryndin
Fixes reports/0.0.1.gmi (tags/v0.0.1)
15 months ago f81007da46 Aleksey Ryndin
Add link to development blog
15 months ago 9c0941c58e Aleksey Ryndin
Append and fix docs
15 months ago fa4e39d630 Aleksey Ryndin
Append first report
15 months ago 3f592c2049 Aleksey Ryndin
Add project README
15 months ago d6d26f958d Aleksey Ryndin
Add 0BSD licence
15 months ago bcf3fb81ce Aleksey Ryndin
Big refactoring: client is not need, entire project is a server
15 months ago bce8f2740b Aleksey Ryndin
Cross platform build: alpine linux tested (`libressl-dev` required)
15 months ago b203356328 Aleksey Ryndin
Read file content and return it
15 months ago 529cc6f4bf Aleksey Ryndin
Add v0.1.1 report template
15 months ago 36e5500c81 Aleksey Ryndin
Refectoring
15 months ago 917c32a4f0 Aleksey Ryndin
Path (from URL) normalization
15 months ago 9a6cb9d51e Aleksey Ryndin
Refactoring: URL normalization to separate module
15 months ago 59d5920624 Aleksey Ryndin
Refactoring: separate Gemini specification
15 months ago ba3876885b Aleksey Ryndin
Refactoring
15 months ago bb3e281739 Aleksey Ryndin
Separate `command_line_arguments` module
15 months ago 599e39ef74 Aleksey Ryndin
Re-implement `span`
15 months ago 6e84684c10 Aleksey Ryndin
Ignore .swp files (vim)
15 months ago 5b1ce22606 Aleksey Ryndin
Parse URL (initial implemetation)
15 months ago 679cbc0acc Aleksey Ryndin
Revert assert
15 months ago 22e84cb070 Aleksey Ryndin
Return to C++11, use span<> from https://github.com/tcbrindle/span
15 months ago 24c27acbf4 Aleksey Ryndin
Empty meta on successfully response
15 months ago 50eb955cfb Aleksey Ryndin
Return temporary response implementation
15 months ago 901087f663 Aleksey Ryndin
Receive request implemented
15 months ago f2a85a7552 Aleksey Ryndin
Refectored: error handling