Drop support for localisation.
[oweals/tinc.git] / src / route.c
2009-09-24 Guus SliepenDrop support for localisation.
2009-09-24 Guus SliepenRemove checkpoint tracing.
2009-09-24 Guus SliepenK&R style braces.
2009-09-24 Guus SliepenUpdate the address of the Free Software Foundation...
2009-09-24 Guus SliepenRemove all occurences of $Id$.
2009-09-15 Guus SliepenSend large packets we cannot handle properly via TCP.
2009-09-12 Guus SliepenHandle unicast packets larger than PMTU in switch mode.
2009-03-05 Guus SliepenUpdate THANKS and copyright information.
2009-02-17 Guus SliepenHandle neighbor solicitation requests without link...
2009-01-03 Guus SliepenOnly send packets via UDP if UDP communication is possible.
2008-12-26 Guus SliepenAdd missing parentheses in check for IPv4 multicast...
2008-12-23 Guus SliepenHandle broadcast and multicast packets in router mode.
2006-08-09 Guus Sliepenmemcpy() addresses from packet headers before calling...
2006-08-08 Guus SliepenFix format string warnings.
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2005-05-04 Guus SliepenUpdate copyright notices.
2004-11-10 Guus SliepenLet compiler decide when to inline.
2004-11-10 Guus SliepenMissing check for NULL-pointer.
2004-10-01 Guus SliepenFix several #includes.
2004-03-21 Guus SliepenUpdate copyrights, links, email addresses and let Subve...
2004-03-21 Guus SliepenMove CABAL branch to its rightful place: the trunk.
2003-12-24 Guus SliepenSmall fixes for PMTU discovery.
2003-12-22 Guus SliepenImprovements for PMTU discovery and IPv4 packet fragmen...
2003-12-20 Guus SliepenBetter name, show probed MTU in dump.
2003-12-20 Guus SliepenLet tinc figure out the exact MTU of the link.
2003-12-13 Guus SliepenForget multicast. Always inline some function.
2003-12-12 Guus SliepenCode beautification, start of multicast support.
2003-12-08 Guus SliepenFix proxy-neighborsolicitation.
2003-10-06 Guus Sliepenconst
2003-10-06 Guus SliepenCopy structs from packets to the stack before using...
2003-10-01 Guus SliepenBetter length checks.
2003-09-23 Guus SliepenCheck for short packets from the tun/tap device and...
2003-08-28 Guus SliepenWe don't have to tell GCC how to cast.
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2003-07-31 Guus SliepenNo easy way to properly detect header files...
2003-07-22 Guus SliepenUse bools and enums where appropriate.
2003-07-18 Guus SliepenRemove all #ifndefs from route.c
2003-07-18 Guus SliepenEven more missing definitions.
2003-07-17 Guus SliepenBig header file cleanup: everything that has to do...
2003-07-15 Guus SliepenExport mymac.
2003-07-12 Guus SliepenSimplify logging, update copyrights and some minor...
2003-07-07 Guus SliepenProvide all missing IPv6 definitions in lib/ipv6.h.
2003-07-06 Guus SliepenSprinkling the source with static and attributes.
2003-07-06 Guus SliepenDefine logger(), cleans up source code and allows us...
2003-07-06 Guus SliepenCheck for IPv6 header files.
2003-07-06 Guus Sliepen- simplify configure.in
2003-06-11 Guus SliepenMore braces to make gcc happy.
2003-06-11 Guus SliepenRemove mymac stuff from device.c.
2003-03-29 Guus SliepenChecksums must also work for uneven number of bytes.
2003-03-29 Guus SliepenDon't copy more than necessary.
2003-03-29 Guus Sliepen- Speed up checksumming
2002-09-09 Guus SliepenRemove redundant spaces.
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-09-09 Guus SliepenCleanups:
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-06-08 Guus Sliepen- netinet/* include files depend on netinet/in_systm.h.
2002-06-08 Guus SliepenUse inttypes.h instead of stdint.h.
2002-06-08 Guus SliepenCleanup:
2002-06-05 Guus SliepenUse correct includes on NetBSD.
2002-04-19 Guus SliepenSupport for MaxOS/X.
2002-04-13 Ivo TimmermansUse logging.h instead of syslog.h
2002-04-09 Ivo TimmermansUpdating HEAD branch #4; Merging CABAL -> HEAD.
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.