about summary refs log tree commit homepage
path: root/lib/raindrops/watcher.rb
DateCommit message (Expand)
2013-04-11watcher: set Content-Type via assignment
2012-11-30Watcher: Use relative paths in HTML links
2012-06-18watcher: do not require Rack::Head for HEAD response
2012-06-18watcher: sort index of listener listing
2011-10-141.8 compatibility workarounds
2011-10-12avoid inadvertant object creation with invalid addresses
2011-10-03watcher: document new headers for users
2011-10-03watcher: add peak times for statistics
2011-09-27watcher: add X-Current header to headers
2011-08-01watcher: add POST /reset/$LISTENER endpoint rdoc
2011-06-27fix Ruby warnings
2011-03-24watcher: fix documentation for X-* headers
2011-03-21watcher: remove redundant Rack::Response
2011-03-18watcher: add title attributes to elements
2011-03-18watcher: RDoc examples point to the demo
2011-03-18watcher: set Expires headers for cache invalidation
2011-03-18watcher: prevent Rack::Deflater from buffering
2011-03-17watcher: add link to the Watcher documentation
2011-03-16watcher: fix rdoc
2011-03-16watcher: retry on empty stats
2011-03-17rdoc: document the demo URLs
2011-03-17watcher: properly stream responses for <= HTTP/1.0
2011-03-16add Watcher Rack application