aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add version flagAkshay2020-08-252-1/+14
* rename to isostaticv0.1.0Akshay2020-08-242-3/+3
* add crate metaAkshay2020-08-241-0/+1
* fix minor inconveniencesAkshay2020-08-241-4/+3
* add help textAkshay2020-08-242-1/+23
* add cli optsAkshay2020-08-243-8/+47
* handle landing pageAkshay2020-08-241-3/+24
* parse host header and return full urlAkshay2020-08-242-9/+19
* refactor db to init once, open connections otherwiseAkshay2020-08-243-14/+24
* attempt to use single db connectionAkshay2020-08-232-25/+36
* add loggingAkshay2020-08-233-6/+20
* refactor src into db and serviceAkshay2020-08-233-140/+145
* switch to smol rt, fix form urlencoded requestsAkshay2020-08-231-35/+40
* initial multipart handlingAkshay2020-08-231-22/+50
* add basic error handlingAkshay2020-08-231-16/+40
* initAkshay2020-08-221-0/+97