about summary refs log tree commit homepage
path: root/lib
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
2012-06-12unix: show zero-value stats for idle listeners
2012-06-07middleware/proxy: favor __send__ for method dispatch
2012-06-05unix_listener_stats follows and remembers symlinks
2012-06-05resolve symlinks to Unix domain sockets
2012-05-21middleware/proxy: fixup comment/whitespace
2012-05-18Add method_missing to Raindrops::Middleware::Proxy
2012-01-07avoid calling tcp_listener_stats when it is not available
2012-01-07fix ListenStats documentation error in Raindrops::Linux.unix_listener_stats
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-27doc: librelist.com => librelist.org
2011-06-27fix Ruby warnings
2011-03-25last_data_recv: fixup rdoc
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
2011-03-14linux: avoid Array#first/Array#last
2011-03-14linux: unix_listener_stats may scan all paths
2011-03-11doc: more rdoc updates for Linux users
2011-03-11the core Raindrops class is portable, yes it is
2011-03-10rdoc: 100% documentation coverage!
2011-03-09aggregate/pmq: we need a Mutex to protect fcntl() locks
2011-03-08preliminary Rack app to track last_data_recv
2011-03-04Aggregate support via POSIX message queues
2011-02-28doc: mention tcp_diag/inet_diag for old kernels
2011-02-26middleware: split out proxy class
2011-02-26middleware: avoid double decrement when reading stats
2011-02-25proxy +to_path+ calls in the response body
2011-02-23use autoload for Linux module
2011-02-15middleware: add ipv6 address detection for Unicorn
2011-02-15middleware: switch to ivars
2011-02-15middleware: avoid capturing block variable
2011-02-15unindent modules