]> git.meshlink.io Git - meshlink/history - src/meta.c
Move assert()s that dereference a pointer to after the pointer NULL check.
[meshlink] / src / meta.c
2019-10-05 Guus SliepenAdd assert() calls to the library.
2019-02-25 lakshminarayanagurramImprove support for submeshes.
2018-11-20 Guus SliepenRemove debug messages printed to stderr.
2017-10-02 Guus SliepenUpdate astylerc and reformat the code.
2017-10-02 Guus SliepenFix compiling with -Wall -W.
2017-08-14 Guus SliepenGet rid of ->hostname.
2017-08-13 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-07-27 Guus SliepenAdd an astylerc file and reformat all code.
2017-06-25 Guus SliepenFix processing of mixed ID and SPTPS data.
2014-08-22 Guus SliepenMerge branch 'channels'
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-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 variables from the event loop code.
2014-04-21 Guus SliepenReally stop using cipher.h and digest.h.
2014-04-21 Guus SliepenMove connection_list to mesh->connections.
2014-04-13 Guus SliepenDon't use SPTPS to decrypt the ID request.
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.
2013-05-01 Guus SliepenUse conditional compilation for cryptographic functions.
2013-02-20 Guus SliepenFix compiler warnings on some BSD variants.
2013-02-07 Guus SliepenDon't send proxy requests for incoming connections.
2013-02-06 Guus SliepenFix segmentation fault when trying to connect via a...
2012-11-29 Guus SliepenDrop libevent and use our own event handling again.
2012-10-14 Guus SliepenUpdate copyright notices.
2012-10-11 Guus SliepenStrip newline from incoming SPTPS requests.
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-09-04 Guus SliepenRemove some debug messages.
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 SliepenMake sure tinc compiles on Windows.
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-05-08 Sven-Haegar KochSilence SPTPS log messages, reduce them from DEBUG_ALWA...
2012-04-18 Guus SliepenAdd basic support for SOCKS 4 and HTTP CONNECT proxies.
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-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-26 Guus SliepenEnsure all SPTPS functions are prefixed with sptps_.
2012-02-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-25 Guus SliepenUse SPTPS when ExperimentalProtocol is enabled.
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
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-02 Guus SliepenDon't treat packets coming in via TCP as having zero...
2011-05-28 Sven-Haegar KochFixed error logging on "Input buffer full" condition.
2011-05-22 Guus SliepenReset tcplen after use.
2011-05-22 Guus SliepenAlways compact the buffer if it has reached MAXBUFSIZE.
2011-05-22 Guus SliepenCompact input buffer before trying to read instead...
2011-05-17 Guus SliepenFix some compiler warnings.
2011-05-14 Guus SliepenSeveral fixes for the buffer code.
2011-05-14 Guus SliepenRemove use of bufferevent and eventbuffers, use our...
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-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2009-12-19 Guus Sliepenrecv() and recvfrom() return int, do not prematurely...
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
2009-10-24 Guus SliepenMove socket error interpretation to utils.h.
2009-10-11 Guus SliepenUse MTU probes to regularly ping other nodes over UDP.
2009-09-29 Guus SliepenMerge branch 'master' into 1.1
2009-09-25 Guus SliepenAdd more authors to the copyright headers.
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-24 Guus SliepenUpdate copyright information.
2009-09-16 Guus SliepenMerge branch 'master' into 1.1
2009-06-11 Guus SliepenDon't try to send MTU probes to unreachable nodes.
2009-06-05 Guus SliepenMerge branch 'master' into 1.1
2009-03-09 Guus SliepenMerge branch 'master' into 1.1
2008-12-14 Guus SliepenMove RSA key generation into the wrappers.
2008-12-11 Guus SliepenUse the crypto wrappers again instead of calling OpenSS...
2008-12-11 Guus SliepenOnly show meta connection related debug messages when...
2007-11-07 Scott LambTemporarily revert to old crypto code
2007-10-19 Guus SliepenFix meta data segfault when receiving a partial command.
2007-05-23 Guus SliepenFinish crypto wrapping. Also provide wrappers for OpenSSL.
2007-05-19 Guus SliepenUse libevent for meta socket input/output buffering.
2007-05-18 Guus SliepenMore consistent variable naming.
2007-05-18 Guus SliepenUse splay trees instead of AVL trees.
2007-05-18 Guus SliepenK&R style braces
2007-05-18 Guus SliepenRemove global variable "now".
2007-05-17 Guus SliepenUse a separate event structure to handle meta data...
2006-11-14 Guus SliepenEWOULDBLOCK does not exist on platforms without O_NONBLOCK
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2006-03-19 Guus SliepenFix signedness compiler warnings.
2006-03-19 Guus SliepenMissing #include.
next