about summary refs log tree commit homepage
DateCommit message (Expand)
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
2011-03-17inet_diag: properly deal with INADDR_ANY binds
2011-03-17linux-listener-stats: all means all (UNIX and TCP listeners)
2011-03-17update examples for http://raindrops-demo.bogomips.org/
2011-03-17watcher: properly stream responses for <= HTTP/1.0
2011-03-16update examples for Rack/Zbatery
2011-03-16doc: fix documentation for Raindrops::InetDiagSocket class
2011-03-16add Watcher Rack application
2011-03-15linux-listener-stats: use timerfd if available
2011-03-14linux: avoid Array#first/Array#last
2011-03-14linux: unix_listener_stats may scan all paths
2011-03-14linux-listener-stats: allow -a for all TCP sockets
2011-03-12inet_diag: switch to inet_pton() for translation
2011-03-12allow reusing netlink socket for inet_diag
2011-03-12inet_diag: fix signedness warnings on 32-bit
2011-03-12inet_diag: no need to specify family
2011-03-12inet_diag: fix up IPv6 address stringification
2011-03-12tests: remove unused_port function
2011-03-12inet_diag: fall back on IPv6 lookups
2011-03-12inet_diag: fold all_tcp_listener_stats into tcp_listener_stats
2011-03-12inet_diag: small reorganization
2011-03-12inet_diag: do not set unblocking function
2011-03-12move st_table cleanup
2011-03-12inet_diag: stricter IPv6 address parsing
2011-03-11linux: method for dumping all TCP listener stats
2011-03-11inet_diag: force the use of 32-bit counters
2011-03-11inet_diag: fixup braindamage from refactoring
2011-03-11cleanup struct initialization to avoid ifdefs