Age | Commit message (Expand) | Author |
1999-12-06 | Allow logging to stderr as well. | Martin Mares |
1999-12-06 | Added tracked_fopen() which is a fopen registered in resource database. | Martin Mares |
1999-12-01 | Added tm_format_reltime() for formatting of relative time quantities. | Martin Mares |
1999-11-30 | Moved TIME_INFINITY to timer.h, so that it's publicly available. | Martin Mares |
1999-11-17 | If the main event queue is not empty, call select() with zero timeout, so | Martin Mares |
1999-10-29 | Implemented unix-domain sockets. | Martin Mares |
1999-10-02 | Failure to set socket TOS is not a fatal error. | Martin Mares |
1999-08-17 | Added a function for generating 32-bit random numbers. | Martin Mares |
1999-08-03 | Support for IPv6 sockets. How nice one doesn't have to ifdef around | Martin Mares |
1999-08-03 | Basic support for IPv6. The system-dependent part doesn't work yet, | Martin Mares |
1999-08-03 | Added functions for parsing and formatting of dates. | Martin Mares |
1999-06-01 | Grrr, the "obvious fix" to multicasting code from yesterday was | Martin Mares |
1999-05-31 | Fix potential multicasting bug. | Martin Mares |
1999-05-06 | I rewrote the interface handling code, so that it supports multiple | Martin Mares |
1999-04-14 | Multicasts once again: When using SO_BINDTODEVICE, don't specify IP address | Martin Mares |
1999-04-14 | Next attempt to get SO_BINDTODEVICE work :) | Martin Mares |
1999-04-14 | Use SO_BINDTODEVICE if we're using old multicast API (i.e., struct ip_mreq | Martin Mares |
1999-04-12 | Use `struct ip_mreqn' instead of `struct ip_mreq' for multicast | Martin Mares |
1999-04-12 | Fixed a couple of bugs in handling of multicast sockets. | Martin Mares |
1999-04-01 | First few FreeBSD portability fixes. | Martin Mares |
1999-03-26 | Moved to a much more systematic way of configuring kernel protocols. | Martin Mares |
1999-03-01 | Added SK_MAGIC type sockets for internal use by system dependent code, | Martin Mares |
1999-02-13 | Perform gracious shutdown upon receipt of SIGTERM. Finally we can | Martin Mares |
1999-02-13 | Synchronize signals to the main select/event/timer loop. | Martin Mares |
1999-02-11 | Added simple event scheduling system to avoid recursive calling | Martin Mares |
1998-12-20 | die() -> bug() where appropriate. | Martin Mares |
1998-10-19 | Exporting fill_in_sockaddr() for use by other unix-dependent code. | Martin Mares |
1998-07-10 | Replaced remaining references of clock_t by bird_clock_t. | Martin Mares |
1998-06-04 | Fixed processing of timers. | Martin Mares |
1998-06-01 | Synced to new interface code. | Martin Mares |
1998-05-26 | Whee, multicast sockets work! | Martin Mares |
1998-05-24 | Added UNIX implementation of both timers and sockets. Timers should work, | Martin Mares |