aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* Implement file/directory removalremoveXavier Del Campo Romero2023-07-081-0/+332
* cftw: Allow directories to call the user callbackXavier Del Campo Romero2023-07-081-0/+3
* main.c: Fix use-after-free on failed search_fnXavier Del Campo Romero2023-07-071-1/+1
* main.c: Use ISO C99-compatible declaration for mainXavier Del Campo Romero2023-07-061-1/+1
* Implement searchXavier Del Campo Romero2023-06-061-6/+224
* Split wildcard_cmp into its own componentXavier Del Campo Romero2023-06-061-0/+1
* http.c: Decode URL resource and parameters separatelyXavier Del Campo Romero2023-05-011-10/+3
* Fix missing error checks for strtoul(3)Xavier Del Campo Romero2023-05-011-3/+4
* Implement file previewsXavier Del Campo Romero2023-04-231-7/+13
* main.c: Use S_ISDIR in ensure_dirXavier Del Campo Romero2023-03-251-0/+5
* Define _POSIX_C_SOURCEXavier Del Campo Romero2023-03-241-0/+2
* Send response on quota exceededXavier Del Campo Romero2023-03-201-2/+12
* main.c: Fix double free(3) and refactor form handlingXavier Del Campo Romero2023-03-191-71/+74
* main.c: Fix undefined value for curXavier Del Campo Romero2023-03-161-5/+6
* main.c: Ensure essential directories on startupXavier Del Campo Romero2023-03-161-0/+72
* main.c: Call form_free instead of repeating codeXavier Del Campo Romero2023-03-091-4/+1
* Implement public file sharingXavier Del Campo Romero2023-03-091-14/+182
* Translate whitespace to '+' in append_formXavier Del Campo Romero2023-03-091-11/+8
* main.c: Always append trailing slash to directoriesXavier Del Campo Romero2023-03-081-38/+8
* Call page_forbidden on invalid authXavier Del Campo Romero2023-03-081-18/+1
* Remove(3) f->tmpname from ctx_freeXavier Del Campo Romero2023-03-081-5/+0
* main.c: Avoid leaking formsXavier Del Campo Romero2023-03-081-27/+39
* main.c: Print error message only on errno != EEXISTXavier Del Campo Romero2023-03-081-2/+3
* main.c: Replace + with whitespace for directoriesXavier Del Campo Romero2023-03-071-3/+5
* main.c: Fix memory leak if append_form failsXavier Del Campo Romero2023-03-071-1/+7
* main.c: Simplify code a bitXavier Del Campo Romero2023-03-071-8/+3
* Perform some minor optimizationsXavier Del Campo Romero2023-03-061-1/+1
* Implement user quotaXavier Del Campo Romero2023-03-061-3/+111
* main.c: Simplify failed login responseXavier Del Campo Romero2023-03-061-16/+3
* Initial commitXavier Del Campo Romero2023-02-281-0/+935