]> git.ipfire.org Git - thirdparty/bird.git/history - sysdep/unix/io.c
Use bsprintf() instead of sprintf().
[thirdparty/bird.git] / sysdep / unix / io.c
2000-03-31  Martin MaresUse bsprintf() instead of sprintf().
2000-03-31  Martin MaresInclude "lib/string.h" instead of <string.h>. It should...
2000-03-30  Martin MaresDefined sk_close() which closes the socket safely even...
2000-03-20  Martin MaresHandle EINPROGRESS properly.
2000-03-12  Martin MaresFixed a bunch of FIXME's by removing them :)
2000-03-12  Martin MaresAdded tm_format_datetime().
1999-12-16  Martin MaresBetter order of includes.
1999-12-16  Martin MaresTried to clean up multicast handling. Now we don't...
1999-12-08  Martin MaresTemporary work-arounds for multicast problems. Needs...
1999-12-06  Martin MaresAllow logging to stderr as well.
1999-12-06  Martin MaresAdded tracked_fopen() which is a fopen registered in...
1999-12-01  Martin MaresAdded tm_format_reltime() for formatting of relative...
1999-11-30  Martin MaresMoved TIME_INFINITY to timer.h, so that it's publicly...
1999-11-17  Martin MaresIf the main event queue is not empty, call select(...
1999-10-29  Martin MaresImplemented unix-domain sockets.
1999-10-02  Martin MaresFailure to set socket TOS is not a fatal error.
1999-08-17  Martin MaresAdded a function for generating 32-bit random numbers.
1999-08-03  Martin MaresSupport for IPv6 sockets. How nice one doesn't have...
1999-08-03  Martin MaresBasic support for IPv6. The system-dependent part...
1999-08-03  Martin MaresAdded functions for parsing and formatting of dates.
1999-06-01  Martin MaresGrrr, the "obvious fix" to multicasting code from yeste...
1999-05-31  Martin MaresFix potential multicasting bug.
1999-05-06  Martin MaresI rewrote the interface handling code, so that it suppo...
1999-04-14  Martin MaresMulticasts once again: When using SO_BINDTODEVICE,...
1999-04-14  Martin MaresNext attempt to get SO_BINDTODEVICE work :)
1999-04-14  Martin MaresUse SO_BINDTODEVICE if we're using old multicast API...
1999-04-12  Martin MaresUse `struct ip_mreqn' instead of `struct ip_mreq' for...
1999-04-12  Martin MaresFixed a couple of bugs in handling of multicast sockets.
1999-04-01  Martin MaresFirst few FreeBSD portability fixes.
1999-03-26  Martin MaresMoved to a much more systematic way of configuring...
1999-03-01  Martin MaresAdded SK_MAGIC type sockets for internal use by system...
1999-02-13  Martin MaresPerform gracious shutdown upon receipt of SIGTERM....
1999-02-13  Martin MaresSynchronize signals to the main select/event/timer...
1999-02-11  Martin MaresAdded simple event scheduling system to avoid recursive...
1998-12-20  Martin Maresdie() -> bug() where appropriate.
1998-10-19  Martin MaresExporting fill_in_sockaddr() for use by other unix...
1998-07-10  Martin MaresReplaced remaining references of clock_t by bird_clock_t.
1998-06-04  Martin MaresFixed processing of timers.
1998-06-01  Martin MaresSynced to new interface code.
1998-05-26  Martin MaresWhee, multicast sockets work!
1998-05-24  Martin MaresAdded UNIX implementation of both timers and sockets...