about summary refs log tree commit homepage
path: root/ext
DateCommit message (Expand)
2013-06-16linux_inet_diag: improve compatibility with newer GCs gc-next
2013-04-20linux_inet_diag: better align listener_stats struct
2013-04-11linux_inet_diag: avoid unnecessary sockaddr initialization
2013-04-11Linux::TCP_Info: implement #get! instance method
2013-04-11raindrops: favor configured processor count over online count
2012-05-12avoid warning for rb_thread_io_blocking_region
2012-05-10extconf: better check for GCC atomic builtins
2011-06-27doc: librelist.com => librelist.org
2011-06-24remove _XOPEN_SOURCE #define for FreeBSD
2011-06-16linux_inet_diag: avoid pointer aliasing warnings
2011-03-21tcp_info: mark this as Linux-only
2011-03-21extconf: use dir_config properly
2011-03-21inet_diag: no need to rely on sin6_addr internals
2011-03-21extconf: remove check for rb_struct_alloc_noinit()
2011-03-21inet_diag: fix build under MRI 1.8.7
2011-03-21inet_diag: FD_CLOEXEC for inet_diag sockets by default
2011-03-21inet_diag: use rb_thread_io_blocking_region under 1.9.3dev
2011-03-17inet_diag: properly deal with INADDR_ANY binds
2011-03-16doc: fix documentation for Raindrops::InetDiagSocket class
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-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-11tcp_info: more documentation on last_data_recv
2011-03-10fix stupid typo in Raindrops#size=
2011-03-11support for Raindrops#size= and Raindrops#evaporate!
2011-03-10rdoc: 100% documentation coverage!
2011-03-01use struct tcp_info from linux/tcp.h
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-15linux: add ipv6 support for inet_diag
2011-02-11addrs are always an Array of Strings
2010-09-25force -march=i486 where GCC is targeted for i386