about summary refs log tree commit homepage
DateCommit message (Expand)
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
2011-03-08linux-listener-stats: do not load aggregate for single snapshot
2011-03-08linux-listener-stats: add optional Aggregate gem support
2011-03-08linux-listener-stats: favor narrower display if possible
2011-03-08preliminary Rack app to track last_data_recv
2011-03-04test_linux_tcp_info: add test for last_data_recv
2011-03-04Aggregate support via POSIX message queues
2011-03-01tests: cleaner skipping for missing components
2011-03-01gemspec: add Rack and Unicorn as dev dependencies
2011-03-01test_linux_tcp_info: workaround for ancient kernels
2011-03-01use struct tcp_info from linux/tcp.h
2011-03-01linux-listener-stats: add timestamps and thresholds
2011-03-01linux-tcp-listener-stats: fix fractional second delays
2011-03-01linux-listener-stats: not just for TCP...
2011-03-01linux-tcp-listener-stats: synchronize stdout/stderr
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-23LICENSE: fix wording, we bundle a copy of the LGPL
2011-02-23add Raindrops::MAX constant
2011-02-23linux: add support for TCP_INFO reporting
2011-02-23split out RSTRUCT* compat macros
2011-02-23use autoload for Linux module
2011-02-15middleware: add ipv6 address detection for Unicorn
2011-02-15linux: add ipv6 support for inet_diag
2011-02-15README: shorten git URLs
2011-02-15test_linux: fix STRESS=1 tests
2011-02-15middleware: switch to ivars
2011-02-15middleware: avoid capturing block variable
2011-02-15unindent modules
2011-02-15update packaging to use wrongdoc + pkg.mk
2011-02-11addrs are always an Array of Strings
2010-09-26README: update for Rubinius support