Demonstration release of the principles underpinning krsd.
[krsd] / src / rs-serve.h
2014-01-31 Rick van ReinDemonstration release of the principles underpinning... master
2013-09-27 Niklas Cathorstarted refactoring file attributes (content-type,...
2013-06-18 ()chown() files and directories correctly after creation...
2013-06-17 ()reorganized some code
2013-06-17 ()some more macros for readability
2013-06-17 ()improved JSON generator, added webfinger stuff
2013-06-17 ()separate assembling of directory listing and json writing
2013-06-16 ()removed lots of obsolete stuff
2013-06-14 ()GET / HEAD on files & dirs works as expected again!
2013-06-14 ()headers...
2013-06-13 ()lots of stuff, some works - some not.
2013-06-10 ()ETag handling for directories, xattr based MIME types...
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 ()turned log_debug() into a macro, so we can log files...
2013-06-03 ()dump some state information to log when receiving SIGUSR1
2013-06-03 ()authorize_request: implemented scope & mode check
2013-06-02 ()let's hope everyone is able to build with _GNU_SOURCE
2013-06-02 ()moved authorization store specific stuff to auth_store...
2013-06-02 ()started implementing CSRF protection
2013-06-02 ()implemented session store
2013-06-02 ()random token generation
2013-06-02 ()common: added log_debug
2013-06-02 ()ui: added confirmation form
2013-06-02 ()auth: use POST instead of PUT to create authorization
2013-06-02 ()started authorization UI, scope parsing, auth structure...
2013-06-02 ()added options --user, --uid/-u, --group and --gid/-g
2013-05-31 ()feature test for XOPEN_SOURCE
2013-05-31 ()implemented PUT
2013-05-31 ()proper cleanup.
2013-05-31 ()added "--root" option, moved option handling to config.c
2013-05-31 ()added --help and --version options
2013-05-31 ()added option handling (and --port option)
2013-05-31 ()implemented webfinger
2013-05-31 ()moved add_cors_headers to common.c
2013-05-31 ()simple authorization (with static token for now)
2013-05-31 ()properly clean up everything. no more possible leaks :)
2013-05-31 ()moved evhttp callbacks to handler.c
2013-05-31 ()added mime magic support & content-length header for...
2013-05-31 ()removed storage_head() in favor of "sendbody" parameter...
2013-05-31 ()moved variables to config.h, added license header to...
2013-05-31 ()handle basic routes /storage and /auth
2013-05-31 ()set up basic HTTP server based on libevent