]> git.ipfire.org Git - thirdparty/bird.git/log
thirdparty/bird.git
27 years agoWhee, multicast sockets work!
Martin Mares [Tue, 26 May 1998 21:46:38 +0000 (21:46 +0000)] 
Whee, multicast sockets work!

Implemented recurrent timers.

27 years agoAdded CONFIG_AUTO_ROUTES (automatic device route creation) and
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).

27 years agoDebug messages.
Martin Mares [Tue, 26 May 1998 21:43:45 +0000 (21:43 +0000)] 
Debug messages.

27 years agoImplemented scanning of network interfaces. Mostly very ugly code due to
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).

27 years agoAdded generic functions for unaligned data access.
Martin Mares [Tue, 26 May 1998 21:38:06 +0000 (21:38 +0000)] 
Added generic functions for unaligned data access.

27 years agoResource pools are now named.
Martin Mares [Tue, 26 May 1998 21:37:37 +0000 (21:37 +0000)] 
Resource pools are now named.

27 years agoAdded ipa_opposite().
Martin Mares [Tue, 26 May 1998 21:36:48 +0000 (21:36 +0000)] 
Added ipa_opposite().

27 years agoDBG now calls debug() instead of sending it to log().
Martin Mares [Tue, 26 May 1998 21:36:17 +0000 (21:36 +0000)] 
DBG now calls debug() instead of sending it to log().

27 years agoAdded few socket declarations.
Martin Mares [Sun, 24 May 1998 15:00:48 +0000 (15:00 +0000)] 
Added few socket declarations.

27 years agoAdded UNIX implementation of both timers and sockets. Timers should work,
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.

27 years agoAdded debug dump function, but it's still empty :(
Martin Mares [Sun, 24 May 1998 14:49:14 +0000 (14:49 +0000)] 
Added debug dump function, but it's still empty :(

27 years agoprotos_init, not proto_init.
Martin Mares [Sun, 24 May 1998 14:48:52 +0000 (14:48 +0000)] 
protos_init, not proto_init.

27 years agoAdded interface index (used only by OS-dependent code since ifindexes itself
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).

27 years agoStaticized some variables and functions.
Martin Mares [Sun, 24 May 1998 14:46:20 +0000 (14:46 +0000)] 
Staticized some variables and functions.

27 years agoFixed path to includes.
Martin Mares [Sun, 24 May 1998 14:44:25 +0000 (14:44 +0000)] 
Fixed path to includes.

27 years agoImplemented timers. Using bird_clock_t for absolute time from now...
Martin Mares [Sun, 24 May 1998 14:40:29 +0000 (14:40 +0000)] 
Implemented timers. Using bird_clock_t for absolute time from now...

27 years agoPoint-to-point links: added address of the opposite end.
Martin Mares [Sun, 24 May 1998 09:20:59 +0000 (09:20 +0000)] 
Point-to-point links: added address of the opposite end.

27 years agoAdded declarations of all our socket functions.
Martin Mares [Sun, 24 May 1998 09:19:26 +0000 (09:19 +0000)] 
Added declarations of all our socket functions.

27 years agoAdded routing table and routing attribute code.
Martin Mares [Wed, 20 May 1998 11:54:33 +0000 (11:54 +0000)] 
Added routing table and routing attribute code.

27 years agoFixed path to includes.
Martin Mares [Fri, 15 May 1998 13:43:59 +0000 (13:43 +0000)] 
Fixed path to includes.

27 years agoThe library is now glued together from generic and OS-dependent parts
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.

27 years agoParts of routing table code. Data structure declarations should be
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.

27 years agoBIRD library: The story continues.
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.

27 years agoNext attempt on data structures...
Martin Mares [Sun, 3 May 1998 16:42:45 +0000 (16:42 +0000)] 
Next attempt on data structures...

27 years agoAdded new subdir for UNIX-dependent files.
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.

27 years agoChanged #include <x/y> to #include "x/y" for our local includes, so that
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.

27 years agoAdded IP address manipulation macros, interface declarations and logging.
Martin Mares [Thu, 23 Apr 1998 14:01:15 +0000 (14:01 +0000)] 
Added IP address manipulation macros, interface declarations and logging.

27 years agoAdded few route attributes.
Martin Mares [Thu, 23 Apr 1998 08:09:39 +0000 (08:09 +0000)] 
Added few route attributes.

27 years agoFirst look at data structures. More to come tomorrow...
Martin Mares [Wed, 22 Apr 1998 12:58:34 +0000 (12:58 +0000)] 
First look at data structures. More to come tomorrow...

27 years agoAdded banner presented to KSVI.
Martin Mares [Fri, 20 Mar 1998 18:30:55 +0000 (18:30 +0000)] 
Added banner presented to KSVI.