]> git.meshlink.io Git - meshlink/history - src/route.c
Avoid allocating packet buffers unnecessarily.
[meshlink] / src / route.c
2019-10-05 Guus SliepenAdd assert() calls to the library.
2019-08-04 Guus SliepenRemove global variables.
2019-07-19 Guus SliepenRemove unused member variables.
2019-05-31 sairoop-elearUpdate android build
2019-03-17 Guus SliepenFix spelling errors.
2017-10-02 Guus SliepenUpdate astylerc and reformat the code.
2017-08-14 Guus SliepenGet rid of ->hostname.
2017-08-13 Guus SliepenEnforce spaces around operators.
2017-08-13 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-07-27 Guus SliepenAdd an astylerc file and reformat all code.
2014-12-27 Sven M. Hallberglog incoming packet payload as hex (not verbatim)
2014-09-13 Guus SliepenFix queue handling in meshlink_send().
2014-08-22 Guus SliepenMerge branch 'channels'
2014-08-09 Guus SliepenMerge branch 'everbase' of chicago.everbase.net:meshlin...
2014-08-09 Niklas Hofmannlog level adjustments
2014-08-09 Guus SliepenMerge branch 'discovery' of chicago.everbase.net:meshli...
2014-08-08 Guus SliepenFinish implementation of log callbacks.
2014-05-14 Guus SliepenEnsure everything compiles with -Wall without giving...
2014-05-12 Guus SliepenCall receive_cb() when there is data for the application.
2014-04-26 Guus SliepenStop using the global variable mesh in most of the...
2014-04-26 Guus SliepenStop using global variable mesh in net_packet.c.
2014-04-26 Guus SliepenRemove global variable "now".
2014-04-24 Saverio Protoremove libmeshlink files
2014-04-23 Saverio ProtoAdjust the callback to meshlink_receive_cb_t
2014-04-21 Guus SliepenMove myself to mesh->self.
2014-04-21 Guus SliepenMove definition of sockaddr_t to its own header, remove...
2014-04-18 Guus SliepenRemove legacy Ethernet header from vpn_packet_t, add...
2014-04-18 Guus SliepenRemove forwarding_mode, broadcast_mode, directonly...
2014-04-18 Guus SliepenGet rid of routing_mode.
2014-04-17 Saverio ProtoMerge remote-tracking branch 'origin/master' into saverio saverio
2014-04-17 Saverio ProtoDebug messages in route function
2014-04-17 Saverio ProtoImplemented len a loop checks in the route function
2014-04-13 Saverio ProtoData is correctly passed from the library to the applic...
2014-04-13 Saverio ProtoInitial callback support for data received from the...
2014-04-13 Guus SliepenMerge branch 'saverio'
2014-04-13 Saverio ProtoMerge branch 'master' into saverio
2014-04-13 Saverio ProtoRefactory of route() function to have just one like...
2014-04-12 Guus SliepenRemove everything GPL that is not copyright Guus Sliepe...
2014-04-12 Saverio ProtoSuccessfully received and printed to screen data from...
2014-04-12 Guus SliepenChange my email address.
2014-04-12 Guus SliepenRemove support for Subnets.
2014-04-10 Saverio ProtoStarted the implementation of route_meshlink that at...
2014-04-09 Saverio ProtoPush data from the application to the library and print...
2013-03-08 Guus SliepenAvoid calling time(NULL).
2013-01-20 Guus SliepenReleasing 1.1pre5.
2013-01-20 Guus SliepenMake sure PriorityInheritance also works in switch...
2012-11-29 Guus SliepenDrop libevent and use our own event handling again.
2012-11-10 Guus SliepenMake sure PMTU discovery works in switch mode with...
2012-10-21 Guus SliepenSlightly randomize all timeouts.
2012-10-10 Guus SliepenFix whitespace.
2012-10-07 Guus SliepenC99 extravaganza.
2012-10-07 Guus SliepenReplace the connection_tree with a connection_list.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
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-04-15 Guus SliepenAllow broadcast packets to be sent directly instead...
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-23 Guus SliepenSet default value of DecrementTTL to "no".
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 SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-25 Guus SliepenStricter checks against routing loops.
2012-02-25 Guus SliepenDon't send ICMP Time Exceeded messages for other Time...
2012-02-23 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-22 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-20 Guus SliepenAllow disabling of broadcast packets.
2012-02-20 Guus SliepenDecrement TTL of incoming packets.
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-06-04 Loïc GreniéNearly tickless tinc.
2011-06-02 Guus SliepenFix format strings for Windows.
2011-05-22 Guus SliepenAdd the ability to dump all traffic going through route...
2011-05-09 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
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-04-11 Guus SliepenDon't redefine MAX if it already exists.
2010-04-11 Guus SliepenFixes for definitions under Windows.
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2010-03-02 Guus SliepenFixes for the Forwarding option.
2010-03-02 Guus SliepenAdd the DirectOnly option.
2010-03-02 Guus SliepenAdd the Forwarding option.
2010-02-28 Guus SliepenClamp MSS to miminum MTU in both directions.
2010-02-02 Guus SliepenUpdate copyright notices.
2010-01-22 Guus SliepenRun subnet-up/down scripts for local MAC addresses...
2010-01-16 Guus SliepenMake MSS clamping configurable, but enabled by default.
2010-01-16 Guus SliepenAlso clamp MSS of TCP over IPv6 packets.
2010-01-15 Guus SliepenClamp MSS of IPv4 SYN packets.
2009-12-23 Guus SliepenDo not fragment packets smaller than RFC defined minimu...
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-11-28 Guus SliepenWhen learning MAC addresses, only check our own Subnets...
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
2009-10-20 Guus SliepenHandle weighted Subnets in switch and hub modes.
2009-09-29 Guus SliepenDrop localisation and checkpoint tracing in files not...
2009-09-29 Guus SliepenMerge branch 'master' into 1.1
2009-09-24 Guus SliepenDrop support for localisation.
next