about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
2017-03-17define Raindrops::TCP hash for TCP states freebsd
2017-03-17tcp_info: support this struct under FreeBSD
2017-03-15test_watcher: disable test correctly when aggregate is missing
2016-09-27test_inet_diag_socket: fix Fixnum deprecation warning
2016-02-25linux: tcp_listener_stats drops "true" placeholders
2014-11-14Add setup and teardown for ipv6 tests
2013-09-02test_watcher: fix for Ruby trunk r40195 and later
2013-04-11Linux::TCP_Info: implement #get! instance method
2012-06-18test_watcher: fix incorrect request/date comparison
2012-06-12unix: show zero-value stats for idle listeners
2012-06-05unix_listener_stats follows and remembers symlinks
2012-06-05resolve symlinks to Unix domain sockets
2012-05-18Add method_missing to Raindrops::Middleware::Proxy
2011-11-14Test suite fix for non-linux users
2011-10-12avoid inadvertant object creation with invalid addresses
2011-10-03watcher: add peak times for statistics
2011-09-27test: updates for newer Unicorn API
2011-09-27watcher: add X-Current header to headers
2011-06-27Fix bad rescue statements in a couple tests
2011-06-27fix Ruby warnings
2011-06-15test_linux_tcp_info: fix test for higher HZ systems
2011-03-21inet_diag: FD_CLOEXEC for inet_diag sockets by default
2011-03-18watcher: set Expires headers for cache invalidation
2011-03-16test_raindrops_gc: disable by default
2011-03-16test_linux_all_tcp_listen_stats_leak: fix for 1.8
2011-03-16add Watcher Rack application
2011-03-14linux: unix_listener_stats may scan all paths
2011-03-12allow reusing netlink socket for inet_diag
2011-03-12tests: remove unused_port function
2011-03-12inet_diag: fold all_tcp_listener_stats into tcp_listener_stats
2011-03-12inet_diag: stricter IPv6 address parsing
2011-03-11linux: method for dumping all TCP listener stats
2011-03-10tests: only do the GC test on MRI
2011-03-10tests: ensure munmap() in children don't muck up the parent
2011-03-11support for Raindrops#size= and Raindrops#evaporate!
2011-03-10test_middleware_unicorn: GC is aggressive!
2011-03-09disable aggregate/pmq stuff under 1.8
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-01test_linux_tcp_info: workaround for ancient kernels
2011-02-25proxy +to_path+ calls in the response body
2011-02-23add Raindrops::MAX constant
2011-02-23linux: add support for TCP_INFO reporting
2011-02-15middleware: add ipv6 address detection for Unicorn
2011-02-15linux: add ipv6 support for inet_diag
2011-02-15test_linux: fix STRESS=1 tests
2010-09-18use runtime cache line size detection
2010-08-04test: make GC test (hopefully) more reliable