krsd
2013-07-28 Niklas Cathortweak
2013-07-28 Niklas Cathorfixed auth handler
2013-07-28 Niklas Cathorauth: fixed remove_authorization
2013-07-28 Niklas Cathorgitignore
2013-07-28 Niklas CathorMakefile: added 'lookup-token' tool to "install" target
2013-07-28 Niklas Cathoradded lookup-token tool for testing, ported most of...
2013-07-28 Niklas CathorMakefile:
2013-07-03 ()make GET and HEAD requests return 403 instead of 412...
2013-06-25 ()set Access-Control-Expose-Headers
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 ()set SSL dummy callbacks
2013-06-18 ()set a few more SSL settings (defaults don't seem to...
2013-06-18 ()argh! set RS_AUTH_FILE_PATH correctly again (we should...
2013-06-18 ()added SSL support
2013-06-18 ()only install /etc/default/rs-serve if it doesn't exist
2013-06-18 ()set correct RS_AUTH_FILE_PATH again
2013-06-18 ()Merge remote-tracking branch 'origin/master'
2013-06-18 ()added --experimental option. HEAD requests only work...
2013-06-18 ()added TODO for SSL support
2013-06-18 Michiel de... add -lpthread
2013-06-18 ()added a few TODOs
2013-06-18 ()version: 0.1
2013-06-18 ()implemented If-None-Match handling for GET / HEAD requests
2013-06-18 ()added "notes" target to Makefile, to print all TODO...
2013-06-18 ()--detach option works again (also removed some useless...
2013-06-18 ()Revert "removed currently disfunctional --detach option...
2013-06-18 ()chown() files and directories correctly after creation...
2013-06-17 ()added --auth-uri option. webfinger is disabled now...
2013-06-17 ()added *_config prototypes to config.h (used to be in...
2013-06-17 ()removed currently disfunctional --detach option from...
2013-06-17 ()set default port to 80, as documentation says.
2013-06-17 ()reorganized some code
2013-06-17 ()removed old file
2013-06-17 ()some more macros for readability
2013-06-17 ()README: added note about /public/
2013-06-17 ()mem.
2013-06-17 ()repaired file vs. directory handling (HEADs on director...
2013-06-17 ()fix HEAD requests
2013-06-17 ()lots of documentation.
2013-06-17 ()added webfinger handler to Makefile
2013-06-17 ()fixed --help output
2013-06-17 ()add cors headers everywhere
2013-06-17 ()a bit more tidy up in handle_storage() (this also fixes...
2013-06-17 ()general cleanup, clarify request lifecycle (pretty...
2013-06-17 ()a bit of cleanup, removed unnecessary double-buffering...
2013-06-17 ()advertise remotestorage-01 support
2013-06-17 ()improved JSON generator, added webfinger stuff
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-17 ()minimalistic JSON generator
2013-06-17 ()more sane output of tools add-token & remove-token
2013-06-16 ()README: added "libattr" dependency
2013-06-16 ()perror -> log_error
2013-06-16 ()added missing license headers
2013-06-16 ()removed obsolete file (how did it get in here again?)
2013-06-16 ()removed some debug logging
2013-06-16 ()DELETE works again as well!
2013-06-16 ()create directory where authorizations are stored in...
2013-06-16 ()added RS_AUTH_FILE_PATH constant instead of hardcoded...
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 ()one more time: request handling :)
2013-06-14 ()experiments in storage process
2013-06-14 ()headers...
2013-06-14 ()started converting storage handler to work with evhtp
2013-06-14 ()dispatch stuff. probably also not used at the moment...
2013-06-14 ()handle "/public/" correctly in authorize_request()
2013-06-14 ()use "storage" as default --dir argument, also allow...
2013-06-14 ()tmp stuff, no idea, not used anymore, just so I don...
2013-06-14 ()auth token handling
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 ()request->file_event is deprecated
2013-06-10 ()ETag handling for directories, xattr based MIME types...
2013-06-10 ()break out early if request is invalid
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 ()added simple request logging
2013-06-08 ()disabled debug output by default, added --debug option...
2013-06-08 ()fixed --help output for --pid-file
2013-06-08 ()fixed writing pid-file and --stop option
2013-06-08 ()removed lots of deprecated logging & config stuff
2013-06-08 ()cleanup makefile a bit
2013-06-08 ()updated leakcheck script
2013-06-08 ()passing initial fd, buf and buflen to storage process...
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 ()README: clarify we need libevent 2.0
2013-06-04 ()don't warn about running as root, when --homes is given...
2013-06-04 ()turned log_debug() into a macro, so we can log files...
2013-06-04 ()implemented webfinger for --homes based on system users
2013-06-04 ()added --homes-min-uid option, removed --homes-group...
2013-06-04 ()added init script & install it in "install" target
next