Don't check_network_activity() if select() is interrupted by a signal.
[tinc] / src / route.c
2002-03-19 Guus SliepenDon't use s6_addr[16|32] anymore.
2002-03-15 Guus SliepenTypo.
2002-03-15 Guus SliepenDifferent way of detecting neighbor solicitation requests.
2002-03-15 Guus SliepenOops, don't forget to actually put the checksum in...
2002-03-15 Guus SliepenNeighbor solicitation requests now work (I think).
2002-03-12 Guus SliepenPut #ifdef NEIGHBORSOL around corresponding code.
2002-03-11 Guus SliepenNew strategy: forward icmp6 neighbor solicitations...
2002-03-11 Guus SliepenTry to reply to neighbor solicitation requests.
2002-03-10 Guus SliepenFix forwarding of IPv6 packets.
2002-03-01 Guus SliepenWoops.
2002-03-01 Guus SliepenDocument and clean up MAC address expiry.
2002-03-01 Guus Sliepen- Global time_t now, so that we don't have to call...
2002-03-01 Guus SliepenIf "PriorityInheritance = yes" is specified in tinc...
2002-02-20 Guus SliepenForward packets in router mode.
2002-02-18 Guus Sliepen- Non-blocking connect()s.
2002-02-10 Guus SliepenMerging of the entire pre5 branch. release-1.0pre5
2001-11-16 Ivo Timmermansroute_ipv4 and route_ipv6 replaced by route_ip.
2001-10-27 Guus SliepenMake sure everything links.
2001-10-27 Guus SliepenBig bad commit:
2001-07-21 Guus SliepenWoohoo! tinc now compiles, runs and actually *works...
2001-07-20 Guus SliepenAdded purge_tree for connection_t's which are no longer...
2001-07-20 Guus SliepenRemove all unnecessary status.meta and status.active...
2001-07-01 Guus SliepenFix compiler warning.
2001-06-21 Guus Sliepen- Solaris compile fixes
2001-06-06 Guus SliepenFixes to make switching work between hosts that have...
2001-06-05 Guus Sliepen- This oneliner removes the need for ifconfig tap?...
2001-06-05 Guus Sliepen- tinc can now act as a switch or a hub too (as opposed...
2001-06-04 Guus SliepenAdded proxy-arp support. No more ifconfig -arp needed...
2001-05-28 Guus SliepenSmall fixes to allow correct compilation under FreeBSD...
2001-05-25 Guus SliepenTCPonly now works (in a relatively clean way too).
2001-03-04 Guus Sliepen- route.c is now used to determine destination
2001-01-07 Guus Sliepen- It's 2001, all copyright notices are updated.
2001-01-07 Guus Sliepen- Reinstated a queue for outgoing packets.
2001-01-05 Guus Sliepen- Let user choose whether keys are in the config files...
2000-11-20 Guus Sliepen- Integrate rbl trees into tinc.
2000-11-04 Guus Sliepen- Prepended config_ to all configuration option names...
2000-10-23 Guus Sliepen- route.c will contain the routing logic.