about summary refs log tree commit homepage
DateCommit message (Expand)
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
2011-03-11use unsigned values for all counters
2011-03-11inet_diag: cleanup unnecessarily large struct
2011-03-11inet_diag: fixup broken assertion
2011-03-11inet_diag: factor out prep code
2011-03-11doc: more rdoc updates for Linux users
2011-03-11the core Raindrops class is portable, yes it is
2011-03-11tcp_info: more documentation on last_data_recv
2011-03-10.document: remove non-existent reference
2011-03-10tests: only do the GC test on MRI
2011-03-10fix stupid typo in Raindrops#size=
2011-03-10tests: ensure munmap() in children don't muck up the parent
2011-03-11support for Raindrops#size= and Raindrops#evaporate!
2011-03-10rdoc: 100% documentation coverage!
2011-03-10test_middleware_unicorn: GC is aggressive!
2011-03-09experiment with Bundler for dev dependencies
2011-03-09disable aggregate/pmq stuff under 1.8
2011-03-09aggregate/pmq: we need a Mutex to protect fcntl() locks