]> git.meshlink.io Git - meshlink/history - src/net.h
Avoid allocating packet buffers unnecessarily.
[meshlink] / src / net.h
2020-03-29 Guus SliepenPropagate the discovered PMTU between nodes to UTCP.
2020-03-15 Guus SliepenHave try_bind() reuse the setup_*_listen_socket() funct...
2020-03-15 Guus SliepenFix the order of socket operations when setting up...
2020-03-06 Guus SliepenHandle not being able to bind to the configured port...
2020-01-29 Guus SliepenFix potential segmentation fault on iOS.
2019-11-09 Guus SliepenFix __warn_unused_result__, add more of it and fix...
2019-10-14 Guus SliepenRemove support for broadcast packets.
2019-08-04 Guus SliepenRemove global variables.
2019-07-19 Guus SliepenReorganize structs for better packing and access patterns.
2019-06-13 Guus SliepenAdd support for opening a MeshLink instance without...
2019-06-13 Guus SliepenAdd support for encrypted storage.
2019-05-31 sairoop-elearUpdate android build
2018-06-26 Guus SliepenAdd meshlink_set_canonical_address().
2017-11-09 Guus SliepenProperly initialize mesh->outpacketqueue.
2017-10-02 Guus SliepenFix compiling with -Wall -W.
2017-08-13 Guus SliepenEnforce spaces around operators.
2017-07-27 Guus SliepenUpdate all header guards.
2017-06-25 Guus SliepenUse free_known_addresses() to free memory allocated...
2017-06-25 Guus SliepenRemove unused replay window and RTT/bandwidth estimatio...
2014-08-22 Guus SliepenMerge branch 'channels'
2014-08-13 Niklas HofmannMerge branch 'mesh_topology_output' into roles
2014-08-09 Niklas Hofmannclass based connect behaviour
2014-07-25 Guus SliepenStruct outgoing needs to remember to which mesh it...
2014-07-25 Guus SliepenImplement meshlink_sign() and _verify().
2014-05-25 Guus SliepenReplace __TINC with __MESHLINK in the include guards.
2014-05-14 Guus SliepenEnsure everything compiles with -Wall without giving...
2014-05-11 Guus SliepenImmediately try connecting to the mesh after a succesfu... invite-protocol
2014-04-26 Guus SliepenStop using global variable mesh in net_packet.c.
2014-04-26 Guus SliepenStop using global variable mesh in net.c.
2014-04-26 Guus SliepenRemove reload_configuration().
2014-04-26 Guus SliepenStop using global variable mesh in net_socket.[ch].
2014-04-26 Guus SliepenStop using global variable mesh in net_setup.[ch].
2014-04-26 Guus SliepenRemove global variables from the event loop code.
2014-04-21 Guus SliepenReally stop using cipher.h and digest.h.
2014-04-21 Guus SliepenMove listen_sockets to mesh.
2014-04-21 Guus SliepenMove localdiscovery variables to mesh.
2014-04-21 Guus SliepenMove proxy variables to mesh.
2014-04-21 Guus SliepenMove several variables to mesh.
2014-04-21 Guus SliepenMove outgoing_list to mesh->outgoings.
2014-04-21 Guus SliepenMove definition of sockaddr_t to its own header, remove...
2014-04-21 Guus SliepenUse "struct foo_t *" instead of "foo_t *" in .h files.
2014-04-18 Guus SliepenRemove legacy Ethernet header from vpn_packet_t, add...
2014-04-18 Guus SliepenRemove some unused types and #defines.
2014-04-13 Saverio ProtoMerge branch 'master' into saverio
2014-04-12 Guus SliepenRemove support for the legacy protocol.
2014-04-12 Guus SliepenRemove everything GPL that is not copyright Guus Sliepe...
2014-04-12 Guus SliepenChange my email address.
2014-04-12 Guus SliepenRemove pidfile/logfile/netname and so on.
2014-04-12 Guus SliepenRemove support for control connections.
2014-02-07 Guus SliepenUpdate copyright notices.
2014-01-20 Guus SliepenAdd the ListenAddress option.
2013-07-11 Guus SliepenAdd connection rate limiting.
2013-05-31 Guus SliepenAdd the LocalDiscoveryAddress option.
2013-04-22 Guus SliepenDrop packets forwarded via TCP if they are too big...
2013-01-20 Guus SliepenReleasing 1.1pre5.
2013-01-17 Guus SliepenAllow connections via UNIX sockets.
2012-11-29 Guus SliepenDrop libevent and use our own event handling again.
2012-10-21 Guus SliepenAdd the AutoConnect option.
2012-10-10 Guus SliepenFix whitespace.
2012-10-07 Guus SliepenRefactor outgoing connection handling.
2012-10-07 Guus SliepenFix warnings from cppcheck.
2012-09-30 Guus SliepenRemove unused function declaration.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-09-28 Guus SliepenCorrectly add/remove outgoing connections when reloadin...
2012-07-30 Guus SliepenUse datagram SPTPS for packet exchange between nodes.
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-20 Guus SliepenSplit setup_myself() into two functions, one for reload...
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-18 Guus SliepenAdd basic support for SOCKS 4 and HTTP CONNECT proxies.
2012-03-29 Guus SliepenAllow environment variables to be used for Name.
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 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-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-07-16 Guus SliepenUse ECDSA to sign ECDH key exchange for UDP session...
2011-07-07 Guus SliepenRead ECDSA keys.
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-29 Sven-Haegar Kochdo_outgoing_connection() may delete a failed connection...
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2011-05-14 Guus SliepenAdd per-node traffic counters.
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-13 Brandon L BlackConfigurable ReplayWindow size, zero disables
2010-11-13 Brandon L BlackConfigurable SO_RCVBUF/SO_SNDBUF for the UDP socket
2010-11-12 Guus SliepenMerge branch 'master' into 1.1
2010-06-04 Guus SliepenDetect and prevent two nodes with the same Name being...
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-04-10 Guus SliepenReload Subnets when getting a HUP signal and StrictSubn...
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-11-07 Guus SliepenBetter integration of libevent in build system.
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
2009-10-20 Guus SliepenFix a possible crash when sending the HUP signal.
next