about summary refs log tree commit homepage
path: root/file.c
DateCommit message (Expand)
2013-05-30per-mog_devid IO channels via semaphores iosem
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