about summary refs log tree commit homepage
path: root/file.c
DateCommit message (Expand)
2020-01-18s/bogomips.org/yhbt.net/, update copyrights for 2020
2018-11-28update copyrights for 2018 and use SPDX for "GPL-3.0+"
2016-05-29update copyrights for 2016
2015-03-06copyright updates for 2015
2014-11-02update copyrights to 2014 (and all contributors)
2013-07-10file: embed ioq in the opened mog_file object
2013-01-17lazily call mkdir for file creation
2013-01-17copyright comment updates for 2013
2012-11-08dev: improve error handling on usage file generation
2012-11-09http: implement idle client expiry under FD pressure
2012-03-25use generic gc module for MD5 from gnulib
2012-03-05make mog_open_file_read() less bug-prone
2012-02-23cleanup mog_fd insertion/initialization for queues
2012-02-20redo mog_fd_put() and actually use it
2012-02-10file: remove unused function (mog_file_fstat)
2012-02-04file: fix race condition in mog_file_close()
2012-01-19use *open_put instead of *open_excl for writing files
2012-01-19http_put: identity PUT (no chunking/trailers) working
2012-01-18file: remove unnecessary mog_file_pathlen function
2012-01-11initial commit