aboutsummaryrefslogtreecommitdiff
path: root/maple
Commit message (Expand)AuthorAgeFilesLines
* fix(maple.cc): Handle rapid reconnects without crashing on SIGPIPEHEADorigin/mainmainFuwn2025-12-061-56/+77
* refactor: Optimise request handling and harden Titan parameter parsingFuwn2025-12-064-19/+26
* chore: Support macOSFuwn2025-11-281-1/+4
* refactor: tighen clang-tidyFuwn2024-06-115-48/+69
* build: switch from ninja to tupFuwn2024-06-111-5/+6
* format(maple): clang-format llvm styleFuwn2022-12-276-306/+261
* fix(maple.cc): fix all possible memory leaksFuwn2022-05-092-18/+26
* fix(maple.cc): conditional jump or move depends on uninitialised value(s)Fuwn2022-05-091-3/+3
* fix(maple.cc): iterator on non-variable0.1.5Fuwn2022-05-091-2/+3
* Merge branch 'main' of https://github.com/gemrest/mapleFuwn2022-05-091-5/+3
|\
| * format: move strings to same lineFuwn2022-04-141-4/+2
| * feat: validate requestFuwn2022-04-141-1/+18
| * refactor: don't redefine file extensionFuwn2022-04-141-3/+3
| * format: single line formatsFuwn2022-04-101-35/+11
| * refactor: more explicit autoFuwn2022-04-101-1/+1
* | refactor(maple): move ssl work to functionFuwn2022-05-092-60/+71
* | refactor(maple): move environment work to functionFuwn2022-05-092-47/+54
* | refactor: cleanup non-essential variablesFuwn2022-05-092-16/+7
* | refactor(maple.cc): remove debug logsFuwn2022-05-091-4/+0
* | docs(maple.hh): add license informationFuwn2022-05-091-0/+20
* | feat: titan supportFuwn2022-05-096-78/+472
|/
* refactor: explicit autoFuwn2022-04-061-4/+4
* refactor: replace errors with functionFuwn2022-04-061-21/+16
* feat: assume index.gmi of path if trailing slashFuwn2022-04-061-2/+2
* feat: can respond to unique indexesFuwn2022-04-051-5/+22
* refactor: pass lambda to signalFuwn2022-04-051-10/+6
* feat: maple 0.1.0 :star:0.1.0Fuwn2022-04-041-0/+219