tinc-gui: Reformat codebase according to PEP8
[tinc] / src / graph.c
2015-07-22 Guus SliepenIn sssp_bfs(), never try to update myself.
2015-07-19 thorkillDo not access e->to->prevedge if not defined
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2015-01-11 Guus SliepenKeep track of the largest UDP packet size received...
2015-01-11 Guus SliepenImmediately send our key when a meta-connection is...
2015-01-01 Etienne DechampsMove PMTU discovery code into the TX path.
2015-01-01 Etienne DechampsAdd UDP discovery mechanism.
2014-12-25 Guus SliepenMerge remote-tracking branch 'groxxda/gui-fixes' into 1.1
2014-12-25 Etienne DechampsDon't spontaneously start SPTPS with neighbors.
2014-09-06 Etienne DechampsDon't enable the device if the reachable count is zero.
2014-06-22 Etienne DechampsAdd DeviceStandby option to only enable the device...
2014-05-06 Guus SliepenNexthop calculation should always use the shortest...
2013-08-23 Guus SliepenUse PATHEXT when checking for the presence of scripts...
2013-07-05 Guus SliepenSet $NAME when calling host-up/down and subnet-up/down...
2013-05-01 Guus SliepenUse conditional compilation for device.c.
2013-03-08 Guus SliepenAvoid calling time(NULL).
2013-01-20 Guus SliepenReleasing 1.1pre5. release-1.1pre5
2013-01-17 Guus SliepenMove make_names() and related variables to its own...
2013-01-17 Guus SliepenFix the minimum spanning tree algorithm.
2012-11-29 Guus SliepenDrop libevent and use our own event handling again.
2012-10-11 Guus SliepenClear status and options fields of unreachable nodes.
2012-10-10 Guus SliepenFix whitespace.
2012-10-10 Guus SliepenTry all known addresses of node during the PMTU discove...
2012-10-07 Guus SliepenC99 extravaganza.
2012-10-07 Guus SliepenReplace the connection_tree with a connection_list.
2012-10-07 Guus SliepenMake datagram SPTPS key exchange more robust.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-09-26 Guus SliepenKeep last known address and time since reachability...
2012-07-31 Guus SliepenUse a status bit to track which nodes use SPTPS.
2012-07-30 Guus SliepenUse datagram SPTPS for packet exchange between nodes.
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-21 Guus SliepenFix various compiler warnings.
2012-07-20 Guus SliepenPrefer routes with lower weight as long as they do...
2012-07-14 Guus SliepenMerge branch 'master' into 1.1
2012-06-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-10 Guus SliepenUpdate copyright notices.
2012-03-08 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenAllow log messages to be captured by tincctl.
2012-02-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-25 Guus SliepenGo back to breadth first search for path finding.
2012-02-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-23 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-22 Guus SliepenAdd LocalDiscovery option which tries to detect peers...
2012-02-22 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-24 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-06 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2011-05-28 Sven-Haegar Kochsparse fixup: warning: non-ANSI function declaration...
2011-05-28 Sven-Haegar Kochsparse fixup: warning: symbol '...' was not declared...
2011-05-22 Guus SliepenCheck if an event is initialized before calling event_d...
2011-05-09 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-05-08 Guus SliepenUpdate THANKS and copyright information.
2011-03-09 Guus SliepenDo not set indirect flag on edges from nodes with multi...
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
2010-11-12 Guus SliepenMerge branch 'master' into 1.1
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2010-02-02 Guus SliepenUpdate copyright notices.
2010-02-02 Guus SliepenImmediately exchange keys when establishing a meta...
2010-01-23 Guus SliepenBe liberal in accepting KEY_CHANGED/REQ_KEY/ANS_KEY...
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-12-08 Guus SliepenForget addresses of unreachable nodes.
2009-11-07 Guus SliepenUse the TCP socket infrastructure for control sockets.
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
2009-09-29 Guus SliepenMerge branch 'master' into 1.1
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-16 Guus SliepenMerge branch 'master' into 1.1
2009-09-08 Guus SliepenReplace asprintf() by xasprintf().
2009-06-11 Guus SliepenRemove pending MTU probe events when a node's reachabil...
2009-06-05 Guus SliepenMerge branch 'master' into 1.1
2009-04-02 Guus SliepenHandle UDP packets from different and ports than advert...
2009-03-09 Guus SliepenMerge branch 'master' into 1.1
2009-03-05 Guus SliepenUpdate THANKS and copyright information.
2009-03-05 Guus SliepenAllow weight to be assigned to Subnets.
2008-12-22 Guus SliepenUpdate copyright information.
2008-12-11 Guus SliepenUse Dijkstra's algorithm. Based on patches from Max...
2007-11-07 Scott LambDump through control socket
2007-05-18 Guus SliepenUse splay trees instead of AVL trees.
2007-05-18 Guus SliepenK&R style braces
2007-05-17 Guus SliepenProperly use the timeout_initialized() macro.
2007-05-17 Guus SliepenUse libevent to dump graphs when necessary.
2007-01-05 Guus Sliepenrename() cannot replace existing files on Windows.
2006-12-12 Guus SliepenUse the correct next pointer.
2006-12-12 Guus SliepenWhen building the minimum spanning tree, make sure...
2006-11-11 Guus Sliepenpopen() requires pclose().
2006-11-11 Guus SliepenAdded graph dumping ability based on Markus Goetz's...
2006-06-12 Guus SliepenAdd generic host-up and host-down scripts.
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2005-05-04 Guus SliepenUpdate copyright notices.
2005-01-20 Guus SliepenDon't try to add a non-existing node back to the node_u...
2005-01-04 Guus SliepenNodes should only be in the node_udp_tree if they are...
2004-12-01 Guus Sliepensubnet-up/down hooks, use list_t for the todo list.
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.
next