Commit Graph

8 Commits

Author SHA1 Message Date
Holger Weiss bb69b6a934 Move license terms into LICENSE.txt file 2018-07-19 19:28:10 +02:00
Holger Weiss 01a39884c8 Move documentation into README.md 2018-07-18 23:12:33 +02:00
Holger Weiss c32bea422d Add copyright and license text 2018-07-18 22:35:48 +02:00
Holger Weiss bd99b4a43c Split storing the PUT body into separate functions
For better readability, use different functions for storing the PUT body
depending on whether or not Nginx wrote it to a temporary file.
2018-07-18 21:48:24 +02:00
Holger Weiss 3cc33e81a6 Don't respect "umask" while setting permissions 2018-07-18 21:21:31 +02:00
Holger Weiss b9141ef899 Avoid copying of the PUT body if possible
In the case where Nginx wrote the PUT body to a temporary file, try to
rename() that file instead of copying the data.
2018-07-18 20:52:15 +02:00
Holger Weiss ee9c39ca6f Avoid calling $r->request_body repeatedly 2018-07-15 21:36:29 +02:00
Holger Weiss 18211ea7a0 Initial import 2018-07-15 21:34:20 +02:00