aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Lists: unneccessary test killed, make code friendly to non-gcc.Pavel Machek1998-10-141-3/+2
* Reversed buggy patch.Pavel Machek1998-07-201-1/+1
* Removed format specification attributes for log() and debug() untilMartin Mares1998-07-101-2/+2
* Added ipa_class_mask() which guesses netmask for classful addressing.Martin Mares1998-07-102-1/+18
* Adding MIN()/MAX() macrosPavel Machek1998-07-091-0/+4
* Adding walk list which permits you to delete entries.Pavel Machek1998-07-091-1/+7
* Oops, forgot '%m'...Martin Mares1998-06-171-0/+7
* Added local version of sprintf (bsprintf and bvsprintf) offering few newMartin Mares1998-06-173-0/+310
* ip_ntop() and ip_ntox() for IPv4.Martin Mares1998-06-171-0/+20
* Added function for converting of IP addresses to printable form.Martin Mares1998-06-173-0/+9
* Added ipa_xor() and ipa_in_net().Martin Mares1998-06-013-0/+7
* Added generic functions for unaligned data access.Martin Mares1998-05-261-1/+31
* Resource pools are now named.Martin Mares1998-05-262-3/+5
* Added ipa_opposite().Martin Mares1998-05-261-0/+1
* DBG now calls debug() instead of sending it to log().Martin Mares1998-05-261-1/+1
* Added few socket declarations.Martin Mares1998-05-241-15/+24
* Staticized some variables and functions.Martin Mares1998-05-243-13/+13
* Added declarations of all our socket functions.Martin Mares1998-05-241-1/+37
* The library is now glued together from generic and OS-dependent partsMartin Mares1998-05-159-40/+40
* BIRD library: The story continues.Martin Mares1998-05-0318-21/+864
* Changed #include <x/y> to #include "x/y" for our local includes, so thatMartin Mares1998-04-286-8/+8
* Added IP address manipulation macros, interface declarations and logging.Martin Mares1998-04-234-0/+116
* First look at data structures. More to come tomorrow...Martin Mares1998-04-228-0/+262