Commits
- Commit:
94ac966bd0d2cbca4c3b39b00da14a71631bb604
- From:
- Aleksey Ryndin <continue@to.any-key.press>
- Date:
Fix dependency
- Commit:
e0af76a7865fe55de80790d4129969c206394b58
- From:
- Aleksey Ryndin <continue@to.any-key.press>
- Date:
Add MIME types
- Commit:
75d552576b36e6005329689689467468eb3bebca
- From:
- Aleksey Ryndin <continue@to.any-key.press>
- Date:
Refectoring: URL parser -> Gemini request parser
- Commit:
4cde3d63d9d92ab45c28bb6d526ee715a86ed104
- From:
- Aleksey Ryndin <continue@to.any-key.press>
- Date:
Add `make install` command
- Commit:
8f317ea03ee469ccab83292584802c52a352ca3e
- From:
- Aleksey Ryndin <continue@to.any-key.press>
- Date:
Redirect: directory -> "/gemini.gmi"
- Commit:
479e180db265e5846678bec016865ea6cdcf14ca
- From:
- Aleksey Ryndin <continue@to.any-key.press>
- Date:
Add unit tests (parse_url)
- Commit:
dbb4931c96379e3ebe14bdde01eb5c4bc458c970
- From:
- Aleksey Ryndin <continue@to.any-key.press>
- Date:
HXXFILES is not needed
- Commit:
e494e02c837088e25f84506a0d27898a7e0bb9bd
- From:
- Aleksey Ryndin <continue@to.any-key.press>
- Date:
Patch from la-ninpre <aaoth@aaoth.xyz>
> Separate compilation enables incremental recompilation
> instead of redoing the whole work from scratch each time.
> Separating compilation also enables developer to use `-j`
> option of make to speed up the compilation.
> I also made Makefile respect CXXFLAGS provided in the
> environment, so that one can set certain optimization
> flags, for example.
- Commit:
bcf3fb81ce90f24602b958223d2aa1494ff05f23
- From:
- Aleksey Ryndin <continue@to.any-key.press>
- Date:
Big refactoring: client is not need, entire project is a server