| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(maple.cc): fix all possible memory leaks | Fuwn | 2022-05-09 | 2 | -18/+26 |
| | | |||||
| * | fix(maple.cc): conditional jump or move depends on uninitialised value(s) | Fuwn | 2022-05-09 | 1 | -3/+3 |
| | | |||||
| * | fix(maple.cc): iterator on non-variable0.1.5 | Fuwn | 2022-05-09 | 1 | -2/+3 |
| | | |||||
| * | Merge branch 'main' of https://github.com/gemrest/maple | Fuwn | 2022-05-09 | 1 | -5/+3 |
| |\ | |||||
| | * | format: move strings to same line | Fuwn | 2022-04-14 | 1 | -4/+2 |
| | | | |||||
| | * | feat: validate request | Fuwn | 2022-04-14 | 1 | -1/+18 |
| | | | |||||
| | * | refactor: don't redefine file extension | Fuwn | 2022-04-14 | 1 | -3/+3 |
| | | | |||||
| | * | format: single line formats | Fuwn | 2022-04-10 | 1 | -35/+11 |
| | | | |||||
| | * | refactor: more explicit auto | Fuwn | 2022-04-10 | 1 | -1/+1 |
| | | | |||||
| * | | refactor(maple): move ssl work to function | Fuwn | 2022-05-09 | 2 | -60/+71 |
| | | | |||||
| * | | refactor(maple): move environment work to function | Fuwn | 2022-05-09 | 2 | -47/+54 |
| | | | |||||
| * | | refactor: cleanup non-essential variables | Fuwn | 2022-05-09 | 2 | -16/+7 |
| | | | |||||
| * | | refactor(maple.cc): remove debug logs | Fuwn | 2022-05-09 | 1 | -4/+0 |
| | | | |||||
| * | | docs(maple.hh): add license information | Fuwn | 2022-05-09 | 1 | -0/+20 |
| | | | |||||
| * | | feat: titan support | Fuwn | 2022-05-09 | 6 | -78/+472 |
| |/ | | | | | | | | This commit is huge... For the most part, this commit just adds Titan support. However, this commit also refactors the `maple/` directory so that every complex block lives in it's own namespace. | ||||
| * | refactor: explicit auto | Fuwn | 2022-04-06 | 1 | -4/+4 |
| | | |||||
| * | refactor: replace errors with function | Fuwn | 2022-04-06 | 1 | -21/+16 |
| | | |||||
| * | feat: assume index.gmi of path if trailing slash | Fuwn | 2022-04-06 | 1 | -2/+2 |
| | | |||||
| * | feat: can respond to unique indexes | Fuwn | 2022-04-05 | 1 | -5/+22 |
| | | |||||
| * | refactor: pass lambda to signal | Fuwn | 2022-04-05 | 1 | -10/+6 |
| | | |||||
| * | feat: maple 0.1.0 :star:0.1.0 | Fuwn | 2022-04-04 | 1 | -0/+219 |