UploadService

Simple http server allowing users to upload their files and download them
git clone https://gmi.rmf-dev.com/Vaati/UploadService
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-03-23 02:38fix date time display, fix warning in linux sandboxRaw Monk4+10-4
2022-11-19 00:36fix to build on netbsdWalton Simon3+10-5
2022-11-18 19:08fix for FreeBSDVaati2+16-3
2022-11-18 20:47add gmi readmeRaw Monk1+13-0
2022-11-18 20:39fix for illumos and openbsdChaeldar3+33-11
2022-11-18 19:44fix bugs, convert syntax to ansi CRaw Monk10+443-289
2022-11-18 01:36use sendfileRaw Monk3+29-21
2022-06-14 02:36create download directory if it doesn't existRaw Monk2+11-5
2022-06-13 23:43add missing syscalls for seccompRaw Monk1+3-0
2022-06-13 22:45add sandboxing on linuxRaw Monk1+164-0
2022-06-13 03:38fix sandbox on OpenBSDVaati1+2-1
2022-06-13 21:15receive files without using mallocRaw Monk3+60-76
2022-06-12 19:16add new mime types, fix printing on illumosChaeldar1+22-3
2022-06-12 17:04fix wrong code when sending dataRaw Monk1+27-17
2022-06-12 04:30fix for pollRaw Monk1+4-5
2022-06-11 17:38fix cleaning after sendingRaw Monk1+4-2
2022-06-10 19:57set timeout on requestsRaw Monk2+39-13
2022-06-10 15:36fix url formatting link, send file data without mallocRaw Monk2+35-15
2022-06-10 01:59format urlRaw Monk2+68-11
2022-06-10 01:17fix download, make send asyncRaw Monk2+50-20
2022-06-09 16:44add comments in the Makefile to build on IllumosChaeldar1+3-0
2022-06-09 16:37add missing header when sending filesRaw Monk2+32-8
2022-06-08 17:06allow uploading and downloadingRaw Monk5+283-36
2022-06-05 17:02Add sandbox on OpenBSDVaati4+24-1
2022-06-05 16:50add favicon, add option to show ip directlyRaw Monk4+25-19
2022-06-05 16:23fix headersRaw Monk3+58-19
2022-06-05 13:42Initial commitRaw Monk10+448-0