Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-05-04 | Removed a lot of unused variables. | Martin Mares | |
Please try compiling your code with --enable-warnings to see them. (The unused parameter warnings are usually bogus, the unused variable ones are very useful, but gcc is unable to control them separately.) | |||
2000-04-01 | Include "lib/string.h" instead of <string.h>. It should give us bzero() | Martin Mares | |
and other non-portable functions on all systems. | |||
1999-05-24 | Small bug in ipv4_skip_header. | Ondrej Filip | |
1999-05-14 | Added ip_skip_header() and modified OSPF to use it. | Martin Mares | |
1999-04-27 | Recognize site scope for IPv4 addresses (prefixes reserved for private | Martin Mares | |
networks). Removed old #ifndef logic which was used to avoid IPv4/IPv6 clashes before conditionals in Modules lists were introduced. | |||
1999-04-06 | ip_pton: Avoid modification of the string we're converting. | Martin Mares | |
1998-11-27 | Implemented ip_pton() | Martin Mares | |
1998-07-10 | Added ipa_class_mask() which guesses netmask for classful addressing. | Martin Mares | |
For pure A/B/C class addresses it just returns the class netmask, for subnets it tries to guess subnet mask. Please make sure the address you pass to this function is really a valid host address (i.e., call ipa_validate() first). | |||
1998-06-17 | ip_ntop() and ip_ntox() for IPv4. | Martin Mares | |
1998-05-15 | The library is now glued together from generic and OS-dependent parts | Martin Mares | |
by the `mergedirs' script. Few more IP address manipulation functions and some fixes. | |||
1998-05-03 | BIRD library: The story continues. | Martin Mares | |
Complete resource manages and IP address handling. |