about summary refs log tree commit homepage
path: root/lib/raindrops/linux.rb
DateCommit message (Expand)
2024-03-23treewide: future-proof frozen_string_literal changes
2020-01-06fixes for newer rubies
2016-02-23linux: remove Pathname stdlib dependency
2016-02-23linux: workaround Ruby 2.3 change
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-01-07fix ListenStats documentation error in Raindrops::Linux.unix_listener_stats
2011-03-14linux: avoid Array#first/Array#last
2011-03-14linux: unix_listener_stats may scan all paths
2011-03-11doc: more rdoc updates for Linux users
2011-03-10rdoc: 100% documentation coverage!
2011-02-28doc: mention tcp_diag/inet_diag for old kernels
2011-02-15unindent modules
2010-04-08linux: slightly simpler scan for /proc/net/unix
2010-04-07initial