about summary refs log tree commit
path: root/ext/rpatricia/patricia.c
DateCommit message (Expand)
2012-07-13patricia: fix bounds error in ascii2prefix for-tatsuya
2011-06-03patricia.c: fix some minor compiler warnings
2011-06-02speedup lookups by avoiding heap allocations
2011-06-02prefix_toa2x requires proper length for IPv6
2011-06-02ascii2prefix is family agnostic
2011-06-02remove prefix_toa() function and ensure thread-safety
2011-06-02assume HAVE_IPV6 and !NT
2011-06-02patricia.[ch]: remove dead functions
2011-06-02remove inet_pton() substitute
2010-09-02make allocations go through xcalloc in Ruby
2010-03-12move extension code into ext/ reorg