Demonstration release of the principles underpinning krsd.
[krsd] / src / handler / storage.c
2014-01-31 Rick van ReinDemonstration release of the principles underpinning... master
2013-09-27 Niklas Cathoradded missing If-Match handling to DELETE requests...
2013-09-27 Niklas Cathorstarted refactoring file attributes (content-type,...
2013-09-21 Niklas Cathorcorrectly return 404 when trying to DELETE a file that...
2013-07-28 Niklas CathorFIXME note about invalid path cleaning
2013-07-03 ()make GET and HEAD requests return 403 instead of 412...
2013-06-18 ()storage handler: return status code instead of calling...
2013-06-18 ()close() file after GET
2013-06-18 ()chown() file after checking that it was opened correctly
2013-06-18 ()null-terminate values retrieved via getxattr correctly
2013-06-18 ()added --experimental option. HEAD requests only work...
2013-06-18 ()implemented If-None-Match handling for GET / HEAD requests
2013-06-18 ()chown() files and directories correctly after creation...
2013-06-17 ()some more macros for readability
2013-06-17 ()mem.
2013-06-17 ()repaired file vs. directory handling (HEADs on director...
2013-06-17 ()fix HEAD requests
2013-06-17 ()a bit more tidy up in handle_storage() (this also fixes...
2013-06-17 ()a bit of cleanup, removed unnecessary double-buffering...
2013-06-17 ()PUT requests: added support for If-Match and If-None...
2013-06-17 ()separate assembling of directory listing and json writing
2013-06-16 ()removed some debug logging
2013-06-16 ()DELETE works again as well!
2013-06-16 ()removed lots of obsolete stuff
2013-06-16 ()fixed content type handling & charset xattr
2013-06-16 ()PUT works again
2013-06-14 ()GET / HEAD on files & dirs works as expected again!
2013-06-14 ()started converting storage handler to work with evhtp
2013-06-13 ()lots of stuff, some works - some not.
2013-06-10 ()PUT working again (part of it, huge files with 100...
2013-06-10 ()ETag handling for directories, xattr based MIME types...
2013-06-10 ()added mtime based ETag headers
2013-06-09 ()HEAD requests on files / directories work again as...
2013-06-09 ()serving files works again! (libmagic spits out some...
2013-06-08 ()removed lots of deprecated logging & config stuff
2013-06-08 ()lots of moving, lots of tidy up, lots removed - also...
2013-06-06 ()temporary commit in case I mess something up