Skeleton code for filters.
[citadel.git] / webcit-ng / server / upload.c
2024-02-20 Art CancroSkeleton code for filters.
2024-01-03 Art CancroGrammar change in the license declaration.
2023-12-14 Art Cancroupload.c: completed the code to reload attachments.
2023-12-14 Art Cancroview_mail.js: don't list attachments in a quote or...
2023-12-13 Art Cancroupload.c: skeleton code for load_attachments_from_message()
2023-12-13 Art Cancrouploads.c: made the syslog less verbose
2023-11-06 Art Cancrowebcit-ng: fixed the way HTTP uploads are fed into...
2023-11-06 Art CancroProgress on upload
2023-10-11 Art Cancroupload: reduce attachment identifiers to 9 characters.
2023-10-10 Art Cancromove struct uploaded_file to webcit.h
2023-10-06 Art Cancroupload DELETE method
2023-10-06 Art CancroVarious operations in the /ctdl/p/ hierarchy to handle...
2023-10-04 rootupload.c: hold uploads in temporary file handles
2023-10-03 Art Cancroupload: change REST path from /ctdl/a/upload/ to /ctdl/p/
2023-09-30 Art Cancroupload.c: rename "tempfilename" to "ref"
2023-09-27 Art Cancrouploads: return uploaded file info to caller
2023-09-27 Art Cancroupload.c: more progress on returning values
2023-09-27 Art Cancroupload.c: write uploaded data to a temp file