aboutsummaryrefslogtreecommitdiff
path: root/fshare.py
Commit message (Expand)AuthorAge
* Share more path handling for GET and DELETE.Anton Khirnov2023-12-12
* Implement DELETE in public mode.Anton Khirnov2023-12-12
* Fix DELETE handling for private mode.Anton Khirnov2023-12-12
* Do not use _process_path() in do_POST()Anton Khirnov2023-03-30
* Handle map characters outside of the alphabet.Anton Khirnov2022-09-15
* Do not override program name in argparser.Anton Khirnov2022-09-15
* Add a public mode.Anton Khirnov2022-09-15
* Relicence to AGPLAnton Khirnov2022-09-15
* Log the bind address/port/family.Anton Khirnov2022-09-15
* Split exception handling for reading state and running the server.Anton Khirnov2022-09-14
* Cleanly exit on KeyboardInterrupt.Anton Khirnov2022-09-14
* Use the exit stack for releasing the state dir lock.Anton Khirnov2022-09-14
* Use an ExitStack in the main block.Anton Khirnov2022-09-14
* Change state file to a state dir.Anton Khirnov2022-06-27
* Allow retrieving files through arbitrary filenames.Anton Khirnov2021-06-02
* Change extension handling.Anton Khirnov2021-01-06
* Preserve POSTed file extensions, if provided.Anton Khirnov2021-01-05
* Send the URL with Content-Type=text/plainAnton Khirnov2021-01-05
* Send OK instead of No Content.Anton Khirnov2021-01-05
* Catch and log top-level exceptions.Anton Khirnov2021-01-04
* Log to syslog, with optional stderr.Anton Khirnov2021-01-04
* Initial commit.Anton Khirnov2021-01-04