about summary refs log tree commit homepage
DateCommit message (Expand)
2012-05-12raindrops 0.8.1 - compatibility fixes v0.8.1
2012-05-12avoid warning for rb_thread_io_blocking_region
2012-05-10extconf: better check for GCC atomic builtins
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-11-17examples/: updated to match current state of affairs
2011-11-14Test suite fix for non-linux users
2011-10-14raindrops 0.8.0 - watcher updates v0.8.0
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-27test: updates for newer Unicorn API
2011-09-27watcher: add X-Current header to headers
2011-08-01TODO: patches welcome!
2011-08-01watcher: add POST /reset/$LISTENER endpoint rdoc
2011-06-27Fix bad rescue statements in a couple tests
2011-06-27raindrops 0.7.0 - FreeBSD fix, code cleanups v0.7.0
2011-06-27doc: librelist.com => librelist.org
2011-06-27fix Ruby warnings
2011-06-27Gemfile: remove wrongdoc dependency for tests
2011-06-27pkg.mk: update to latest version
2011-06-24remove _XOPEN_SOURCE #define for FreeBSD
2011-06-16linux_inet_diag: avoid pointer aliasing warnings
2011-06-15test_linux_tcp_info: fix test for higher HZ systems
2011-03-25last_data_recv: fixup rdoc
2011-03-24watcher: fix documentation for X-* headers
2011-03-21raindrops 0.6.1 - fix build on non-Linux v0.6.1
2011-03-21tcp_info: mark this as Linux-only
2011-03-21raindrops 0.6.0 - polishing up the last release v0.6.0
2011-03-21extconf: use dir_config properly
2011-03-21inet_diag: no need to rely on sin6_addr internals
2011-03-21extconf: remove check for rb_struct_alloc_noinit()
2011-03-21inet_diag: fix build under MRI 1.8.7
2011-03-21inet_diag: FD_CLOEXEC for inet_diag sockets by default
2011-03-21inet_diag: use rb_thread_io_blocking_region under 1.9.3dev
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-18zbatery.conf: disable user switching, add pid file
2011-03-18watcher: prevent Rack::Deflater from buffering
2011-03-17watcher: add link to the Watcher documentation
2011-03-16watcher: fix rdoc
2011-03-16raindrops 0.5.0 - more Linux extras! v0.5.0
2011-03-16watcher: retry on empty stats
2011-03-16test_raindrops_gc: disable by default
2011-03-16test_linux_all_tcp_listen_stats_leak: fix for 1.8
2011-03-17rdoc: document the demo URLs
2011-03-17watcher_demo: add more listeners to the mix