Run graph() after edge_del() when updating an edge.
[tinc] / src / net_packet.c
2002-09-15 Guus SliepenSmall fixes so tinc compiles out of the box on SunOS 5.8
2002-09-09 Guus SliepenRemove redundant spaces.
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-09-09 Guus SliepenCleanups:
2002-09-06 Guus SliepenRemove global edge_tree.
2002-09-04 Guus SliepenRevert to edge and graph stuff. This time, use a direct...
2002-09-03 Guus SliepenDrop graph and edge stuff. Use new node stuff instead.
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 SliepenCleanup:
2002-04-18 Ivo TimmermansPut #ifndef checks for HAVE_RAND_PSEUDO_BYTES in the...
2002-03-27 Guus SliepenLimit the amount of packets in a queue to 8.
2002-03-25 Guus SliepenSend REQ_KEY only once until ANS_KEY has arrived.
2002-03-18 Guus SliepenRemember sockaddrs of listening sockets, use appropriat...
2002-03-17 Guus SliepenUnmap v4mapped sockaddrs.
2002-03-12 Guus SliepenPacket sequence number/authentication warnings only...
2002-03-01 Guus SliepenCheck if BindToDevice and PriorityInheritance are suppo...
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-26 Guus SliepenAllow multiple listening sockets.
2002-02-20 Guus Sliepen- Change SA_LEN to SALEN, former one is already defined...
2002-02-20 Guus Sliepen- Use gai_strerror() where appropriate
2002-02-20 Guus SliepenPreserve inpkt->len, needed for broadcasts.
2002-02-18 Guus Sliepen- Non-blocking connect()s.