]>
git.ipfire.org Git - thirdparty/bird.git/log
Martin Mares [Tue, 26 May 1998 21:46:38 +0000 (21:46 +0000)]
Whee, multicast sockets work!
Implemented recurrent timers.
Martin Mares [Tue, 26 May 1998 21:44:54 +0000 (21:44 +0000)]
Added CONFIG_AUTO_ROUTES (automatic device route creation) and
CONFIG_ALL_MULTICAST (all interfaces capable of multicasting, not depending
on IFF_MULTICAST flag).
Martin Mares [Tue, 26 May 1998 21:43:45 +0000 (21:43 +0000)]
Debug messages.
Martin Mares [Tue, 26 May 1998 21:42:05 +0000 (21:42 +0000)]
Implemented scanning of network interfaces. Mostly very ugly code due to
terrible kernel interface (SIOGIFCONF and friends).
Martin Mares [Tue, 26 May 1998 21:38:06 +0000 (21:38 +0000)]
Added generic functions for unaligned data access.
Martin Mares [Tue, 26 May 1998 21:37:37 +0000 (21:37 +0000)]
Resource pools are now named.
Martin Mares [Tue, 26 May 1998 21:36:48 +0000 (21:36 +0000)]
Added ipa_opposite().
Martin Mares [Tue, 26 May 1998 21:36:17 +0000 (21:36 +0000)]
DBG now calls debug() instead of sending it to log().
Martin Mares [Sun, 24 May 1998 15:00:48 +0000 (15:00 +0000)]
Added few socket declarations.
Martin Mares [Sun, 24 May 1998 14:50:18 +0000 (14:50 +0000)]
Added UNIX implementation of both timers and sockets. Timers should work,
sockets were tested only in TCP mode. main.c now contains some test
cases for socket code.
Martin Mares [Sun, 24 May 1998 14:49:14 +0000 (14:49 +0000)]
Added debug dump function, but it's still empty :(
Martin Mares [Sun, 24 May 1998 14:48:52 +0000 (14:48 +0000)]
protos_init, not proto_init.
Martin Mares [Sun, 24 May 1998 14:48:09 +0000 (14:48 +0000)]
Added interface index (used only by OS-dependent code since ifindexes itself
are OS-dependent).
Martin Mares [Sun, 24 May 1998 14:46:20 +0000 (14:46 +0000)]
Staticized some variables and functions.
Martin Mares [Sun, 24 May 1998 14:44:25 +0000 (14:44 +0000)]
Fixed path to includes.
Martin Mares [Sun, 24 May 1998 14:40:29 +0000 (14:40 +0000)]
Implemented timers. Using bird_clock_t for absolute time from now...
Martin Mares [Sun, 24 May 1998 09:20:59 +0000 (09:20 +0000)]
Point-to-point links: added address of the opposite end.
Martin Mares [Sun, 24 May 1998 09:19:26 +0000 (09:19 +0000)]
Added declarations of all our socket functions.
Martin Mares [Wed, 20 May 1998 11:54:33 +0000 (11:54 +0000)]
Added routing table and routing attribute code.
Martin Mares [Fri, 15 May 1998 13:43:59 +0000 (13:43 +0000)]
Fixed path to includes.
Martin Mares [Fri, 15 May 1998 07:56:13 +0000 (07:56 +0000)]
The library is now glued together from generic and OS-dependent parts
by the `mergedirs' script. Few more IP address manipulation functions
and some fixes.
Martin Mares [Fri, 15 May 1998 07:54:32 +0000 (07:54 +0000)]
Parts of routing table code. Data structure declarations should be
complete now.
Martin Mares [Sun, 3 May 1998 16:43:39 +0000 (16:43 +0000)]
BIRD library: The story continues.
Complete resource manages and IP address handling.
Martin Mares [Sun, 3 May 1998 16:42:45 +0000 (16:42 +0000)]
Next attempt on data structures...
Martin Mares [Sun, 3 May 1998 16:42:08 +0000 (16:42 +0000)]
Added new subdir for UNIX-dependent files.
Now contains only functions for logging, but it will change soon.
Martin Mares [Tue, 28 Apr 1998 14:39:34 +0000 (14:39 +0000)]
Changed #include <x/y> to #include "x/y" for our local includes, so that
gcc -MM can be used to separate them from the system ones.
Added automatic generation of dependencies.
Martin Mares [Thu, 23 Apr 1998 14:01:15 +0000 (14:01 +0000)]
Added IP address manipulation macros, interface declarations and logging.
Martin Mares [Thu, 23 Apr 1998 08:09:39 +0000 (08:09 +0000)]
Added few route attributes.
Martin Mares [Wed, 22 Apr 1998 12:58:34 +0000 (12:58 +0000)]
First look at data structures. More to come tomorrow...
Martin Mares [Fri, 20 Mar 1998 18:30:55 +0000 (18:30 +0000)]
Added banner presented to KSVI.