aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP add thumbnail CLI toolsthumbnailXavier Del Campo Romero2023-07-113-1/+131
* WIP thumbnail codeXavier Del Campo Romero2023-07-113-18/+175
* Limit amount of search resultsXavier Del Campo Romero2023-07-113-3/+82
* cftw: Allow user callback to stop recursive searchXavier Del Campo Romero2023-07-113-10/+19
* main.c: Use path_isrel for search termsXavier Del Campo Romero2023-07-111-1/+1
* Allow admins to define their own stylesheetXavier Del Campo Romero2023-07-117-57/+199
* page.c: Allow add_element to hide checkboxesXavier Del Campo Romero2023-07-091-4/+4
* page.c: Remove back button from searchesXavier Del Campo Romero2023-07-091-43/+0
* wildcard_cmp.c: Fix out-of-bounds cmpXavier Del Campo Romero2023-07-091-1/+2
* main.c: Disallow invalid filenames or directory namesXavier Del Campo Romero2023-07-091-13/+52
* http.c: Disallow forbidden filenames during uploadXavier Del Campo Romero2023-07-091-0/+8
* http.c: Use case-insensitive compare for Content-DispositionXavier Del Campo Romero2023-07-091-1/+1
* Implement file/directory removalXavier Del Campo Romero2023-07-083-1/+698
* cftw: Allow directories to call the user callbackXavier Del Campo Romero2023-07-082-1/+9
* page.c: Return HTTP_STATUS_OK on successful page_searchXavier Del Campo Romero2023-07-081-1/+1
* main.c: Fix use-after-free on failed search_fnXavier Del Campo Romero2023-07-071-1/+1
* cftw.c: Check errors from readdir(3)Xavier Del Campo Romero2023-07-061-2/+12
* main.c: Use ISO C99-compatible declaration for mainXavier Del Campo Romero2023-07-061-1/+1
* server.c: Fix typoXavier Del Campo Romero2023-07-061-1/+1
* http.c: Accept resources with '&' or '?'Xavier Del Campo Romero2023-07-061-2/+4
* server.c: Fix undefined behaviour on >1 clientsXavier Del Campo Romero2023-07-031-45/+45
* Implement searchXavier Del Campo Romero2023-06-063-7/+476
* ctfw.c: Avoid trailing forward slashXavier Del Campo Romero2023-06-061-1/+2
* wildcard_cmp.c: Fix a couple of bugsXavier Del Campo Romero2023-06-061-3/+22
* wildcard_cmp.c: Remove leftoversXavier Del Campo Romero2023-06-061-4/+0
* wildcard_cmp: Allow case-insensitive searchesXavier Del Campo Romero2023-06-063-14/+29
* Split wildcard_cmp into its own componentXavier Del Campo Romero2023-06-066-43/+55
* page.c: Apply minor fixes and improvements to stylesheetXavier Del Campo Romero2023-06-061-3/+3
* page.c: Call page_not_found on ENOTDIRXavier Del Campo Romero2023-06-061-1/+1
* page.c: Display login forms as gridXavier Del Campo Romero2023-06-021-1/+5
* page.c: Add padding to mkdir, logout, and upload formsXavier Del Campo Romero2023-06-021-0/+24
* page.c: Do not display forms as gridXavier Del Campo Romero2023-06-021-4/+0
* page.c: Apply max-width to tableXavier Del Campo Romero2023-05-301-0/+4
* page.c: Apply lightgray background to even cellsXavier Del Campo Romero2023-05-301-0/+4
* auth.c: Fix wrong size checkXavier Del Campo Romero2023-05-281-1/+1
* cftw.c: Add missing portability definitionXavier Del Campo Romero2023-05-281-0/+2
* Makefile: Use dynstr's own MakefileXavier Del Campo Romero2023-05-282-4/+8
* usergen: Force newline after password inputXavier Del Campo Romero2023-05-281-0/+2
* usergen: Do not print password to ttyXavier Del Campo Romero2023-05-181-0/+5
* Avoid crashing on SIGPIPEXavier Del Campo Romero2023-05-012-2/+20
* http.c: Decode URL resource and parameters separatelyXavier Del Campo Romero2023-05-013-34/+45
* usergen: Fix wrong password and username usageXavier Del Campo Romero2023-05-011-6/+12
* Fix missing error checks for strtoul(3)Xavier Del Campo Romero2023-05-012-4/+13
* Return error if write_ctx_free failsXavier Del Campo Romero2023-05-011-4/+10
* Makefile: remove .SUFFIXESXavier Del Campo Romero2023-05-011-1/+0
* Remove HTTP/1.0 supportXavier Del Campo Romero2023-05-012-34/+6
* Replace select(2) with poll(2)Xavier Del Campo Romero2023-05-013-29/+68
* Implement file previewsXavier Del Campo Romero2023-04-233-27/+106
* Support URL parametersXavier Del Campo Romero2023-04-232-19/+241
* Improve CSS and apply to list_dirXavier Del Campo Romero2023-04-171-10/+54