Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix minor inconveniences | Akshay | 2020-08-24 | 1 | -4/+3 |
| | |||||
* | add help text | Akshay | 2020-08-24 | 3 | -1/+39 |
| | |||||
* | add cli opts | Akshay | 2020-08-24 | 5 | -8/+57 |
| | |||||
* | handle landing page | Akshay | 2020-08-24 | 1 | -3/+24 |
| | |||||
* | parse host header and return full url | Akshay | 2020-08-24 | 2 | -9/+19 |
| | |||||
* | add readmesync | Akshay | 2020-08-24 | 2 | -10/+10 |
| | |||||
* | refactor db to init once, open connections otherwise | Akshay | 2020-08-24 | 3 | -14/+24 |
| | |||||
* | attempt to use single db connection | Akshay | 2020-08-23 | 2 | -25/+36 |
| | |||||
* | add formatting rules | Akshay | 2020-08-23 | 1 | -0/+15 |
| | |||||
* | add logging | Akshay | 2020-08-23 | 5 | -6/+91 |
| | |||||
* | refactor src into db and service | Akshay | 2020-08-23 | 3 | -140/+145 |
| | |||||
* | switch to smol rt, fix form urlencoded requests | Akshay | 2020-08-23 | 3 | -100/+242 |
| | |||||
* | untrack Cargo.nix | Akshay | 2020-08-23 | 1 | -2664/+0 |
| | |||||
* | ignore generated files | Akshay | 2020-08-23 | 1 | -0/+1 |
| | |||||
* | initial multipart handling | Akshay | 2020-08-23 | 3 | -282/+198 |
| | |||||
* | begin work on multipart requests | Akshay | 2020-08-23 | 2 | -126/+278 |
| | |||||
* | add basic error handling | Akshay | 2020-08-23 | 1 | -16/+40 |
| | |||||
* | init | Akshay | 2020-08-22 | 9 | -0/+4006 |
| | |||||
* | add ignores | Akshay | 2020-08-22 | 1 | -0/+3 |