about summary refs log tree commit homepage
DateCommit message (Expand)
2015-01-14linux_inet_diag: fix Wshorten-64-to-32 warnings
2015-01-14TODO: add item for unix_diag and udp_diag
2015-01-14linux_inet_diag: clarify *fprintf usage without GVL
2015-01-13move mailing list to raindrops-public@bogomips.org
2015-01-13modernize packaging and documentation
2015-01-13README: trim intro and update license
2014-11-14Add setup and teardown for ipv6 tests
2014-09-07linux_inet_diag: annotate memory freeing on diag errors
2014-02-18raindrops 0.13.0 several minor fixes and improvements v0.13.0
2014-02-18license: use LGPLv2.1 or later (was LGPL (2.1|3.0)-only)
2014-02-18linux_inet_diag: fix Ruby 2.2 (dev) build
2014-02-18raindrops.gemspec: add wrongdoc dev dependency
2013-11-05last_data_recv: do not assume Unicorn includes all constants
2013-11-05Rakefile: remove raa_update task
2013-09-13Remove Scope IDs from IPv6 addresses.
2013-09-02raindrops 0.12.0 - compatibility fixes v0.12.0
2013-09-02test_watcher: fix for Ruby trunk r40195 and later
2013-08-31linux_inet_diag: improve compatibility with newer GCs
2013-08-28extconf: try harder for gcc atomics in i386-configured systems
2013-04-20README: update regarding Ruby support status
2013-04-20doc: add email address to generated doc/site
2013-04-20raindrops 0.11.0 - minor fixes improvements v0.11.0
2013-04-20linux_inet_diag: better align listener_stats struct
2013-04-13switch back to gemspec development dependencies
2013-04-13.gitignore: add .rbx
2013-04-11linux_inet_diag: avoid unnecessary sockaddr initialization
2013-04-11Linux::TCP_Info: implement #get! instance method
2013-04-11watcher: set Content-Type via assignment
2013-04-11raindrops: favor configured processor count over online count
2012-11-30Watcher: Use relative paths in HTML links
2012-06-19raindrops 0.10.0 - minor feature updates v0.10.0
2012-06-18watcher: do not require Rack::Head for HEAD response
2012-06-18watcher: sort index of listener listing
2012-06-18test_watcher: fix incorrect request/date comparison
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-21raindrops 0.9.0 - minor middleware/proxy update v0.9.0
2012-05-21middleware/proxy: fixup comment/whitespace
2012-05-18Add method_missing to Raindrops::Middleware::Proxy
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