summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
1999-10-29Simplify handling of free chunks.Martin Mares
1999-10-12Changed syntax of ip_class_mask, the old one was stupid.Martin Mares
1999-10-02Don't forget to free large blocks.Martin Mares
1999-08-17Added a function for generating 32-bit random numbers.Martin Mares
1999-08-03Support for IPv6 sockets. How nice one doesn't have to ifdef aroundMartin Mares
1999-08-03Basic support for IPv6. The system-dependent part doesn't work yet,Martin Mares
1999-08-03Added macros for walking lists backwards.Martin Mares
1999-08-03Faster checksum function.Martin Mares
1999-06-01Defined IP_PREC_INTERNET_CONTROL and made all (well, both :)) protocolsMartin Mares
1999-05-31Added sk_send_buffer_empty().Martin Mares
1999-05-24Small bug in ipv4_skip_header.Ondrej Filip
1999-05-14Added ip_skip_header() and modified OSPF to use it.Martin Mares
1999-05-10Added packet checksumming code. Watch the comments for an explanation.Martin Mares
1999-04-27Recognize site scope for IPv4 addresses (prefixes reserved for privateMartin Mares
1999-04-12Added ipa_compare as requested.Martin Mares
1999-04-12Fixed a couple of bugs in handling of multicast sockets.Martin Mares
1999-04-06ip_pton: Avoid modification of the string we're converting.Martin Mares
1999-03-29Clarify resource dumps and include them in the main debugging dump.Martin Mares
1999-03-29Added lp_flush() which flushes contents of a linear pool, leaving all theMartin Mares
1999-03-29Moved all system-dependent #include's containing endianity conversionMartin Mares
1999-03-29#define NULL if not defined by system includes.Martin Mares
1999-03-04Use dmalloc instead of EFence when available (dmalloc has lot of improvementsMartin Mares
1999-03-01Added SK_MAGIC type sockets for internal use by system dependent code,Martin Mares
1999-02-11Real implementation of protocol state machines. Delayed startup/shutdownMartin Mares
1999-02-11Grrr, forgot to commit the event routines themselves :|Martin Mares
1999-02-11Added simple event scheduling system to avoid recursive callingMartin Mares
1999-02-05Added several parentheses to MIN/MAX macros.Martin Mares
1999-01-23Replaced the old ugly ipv6 compilation hack by a conditional in Modules.Martin Mares
1998-12-20Finer grained logging levels:Martin Mares
1998-12-20New hash functions according to benchmarks posted yesterday. (The IPv6Martin Mares
1998-12-20Implemented deletion/insertion/asynchronous-walk lists.Martin Mares
1998-12-06Name cleanups as suggested by Pavel:Martin Mares
1998-11-29Added function for shell-like pattern matching. Will be used forMartin Mares
1998-11-29Renamed `DEBUG' symbol to `DEBUGGING' to prevent collisions with tokenMartin Mares
1998-11-27Implemented ip_pton()Martin Mares
1998-11-27Removed prototype of rp_free() since this function has never existed.Martin Mares
1998-11-21Killed bug in processing of 'h' prefix. Patch taken from linux-2.1.129.Martin Mares
1998-11-16Implemented snprintf and similar functions. It took a lot of thinking,Martin Mares
1998-10-19Added ipa_from_u32 and ipa_from_u32 for use in the kernel sync code (IPv4 only).Martin Mares
1998-10-17WALK_LIST_DELSAFE now actually works (it really couldn't since it didn'tMartin Mares
1998-10-14Lists: unneccessary test killed, make code friendly to non-gcc.Pavel Machek
1998-07-20Reversed buggy patch.Pavel Machek
1998-07-10Removed format specification attributes for log() and debug() untilMartin Mares
1998-07-10Added ipa_class_mask() which guesses netmask for classful addressing.Martin Mares
1998-07-09Adding MIN()/MAX() macrosPavel Machek
1998-07-09Adding walk list which permits you to delete entries.Pavel Machek
1998-06-17Oops, forgot '%m'...Martin Mares
1998-06-17Added local version of sprintf (bsprintf and bvsprintf) offering few newMartin Mares
1998-06-17ip_ntop() and ip_ntox() for IPv4.Martin Mares
1998-06-17Added function for converting of IP addresses to printable form.Martin Mares