close() file after GET
[krsd] / Makefile
2013-06-18 ()only install /etc/default/rs-serve if it doesn't exist
2013-06-18 Michiel de Jongadd -lpthread
2013-06-18 ()added "notes" target to Makefile, to print all TODO...
2013-06-17 ()reorganized some code
2013-06-17 ()added webfinger handler to Makefile
2013-06-17 ()separate assembling of directory listing and json writing
2013-06-16 ()create directory where authorizations are stored in...
2013-06-16 ()removed lots of obsolete stuff
2013-06-16 ()PUT works again
2013-06-14 ()auth token handling
2013-06-13 ()lots of stuff, some works - some not.
2013-06-10 ()ETag handling for directories, xattr based MIME types...
2013-06-09 ()serving files works again! (libmagic spits out some...
2013-06-08 ()cleanup makefile a bit
2013-06-08 ()lots of moving, lots of tidy up, lots removed - also...
2013-06-06 ()temporary commit in case I mess something up
2013-06-04 ()init script: take vars from /etc/default/rs-serve
2013-06-04 ()added init script & install it in "install" target
2013-06-03 ()added 'install' task
2013-06-02 ()yes, I find this very awesome!
2013-06-02 ()compiler flags:
2013-06-02 ()moved authorization store specific stuff to auth_store...
2013-06-02 ()added (incomplete) Trie implementation to store auth...
2013-06-02 ()started implementing CSRF protection
2013-06-02 ()attempt to write limitcheck script - doesn't work yet...
2013-06-02 ()moved handling of rs_authorization / rs_auth_scope...
2013-06-02 ()Makefile: compile ui.c as well
2013-06-02 ()extended 'clean' task to really remove all emacs/vim...
2013-05-31 ()started webfinger test
2013-05-31 ()added "--root" option, moved option handling to config.c
2013-05-31 ()implemented webfinger
2013-05-31 ()zero warnings!
2013-05-31 ()added "leakcheck" task & script, got rid of all leaks...
2013-05-31 ()moved evhttp callbacks to handler.c
2013-05-31 ()added mime magic support & content-length header for...
2013-05-31 ()handle basic routes /storage and /auth
2013-05-31 ()set up basic HTTP server based on libevent