about summary refs log tree commit homepage
DateCommit message (Expand)
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
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...