Age | Commit message (Expand) | Author |
1999-10-12 | Changed syntax of ip_class_mask, the old one was stupid. | Martin Mares |
1999-06-01 | Defined IP_PREC_INTERNET_CONTROL and made all (well, both :)) protocols | Martin Mares |
1999-05-14 | Added ip_skip_header() and modified OSPF to use it. | Martin Mares |
1999-04-12 | Added ipa_compare as requested. | Martin Mares |
1999-03-29 | Moved all system-dependent #include's containing endianity conversion | Martin Mares |
1998-12-20 | New hash functions according to benchmarks posted yesterday. (The IPv6 | Martin Mares |
1998-11-29 | Renamed `DEBUG' symbol to `DEBUGGING' to prevent collisions with token | Martin Mares |
1998-10-18 | Added ipa_from_u32 and ipa_from_u32 for use in the kernel sync code (IPv4 only). | Martin Mares |
1998-07-10 | Added ipa_class_mask() which guesses netmask for classful addressing. | Martin Mares |
1998-06-17 | Added function for converting of IP addresses to printable form. | Martin Mares |
1998-06-01 | Added ipa_xor() and ipa_in_net(). | Martin Mares |
1998-05-26 | Added ipa_opposite(). | Martin Mares |
1998-05-15 | The library is now glued together from generic and OS-dependent parts | Martin Mares |
1998-05-03 | BIRD library: The story continues. | Martin Mares |
1998-04-28 | Changed #include <x/y> to #include "x/y" for our local includes, so that | Martin Mares |
1998-04-23 | Added IP address manipulation macros, interface declarations and logging. | Martin Mares |