tinc-gui: Reformat codebase according to PEP8
[tinc] / src / meta.c
2015-05-17 Etienne DechampsMake sure the MIN() macro is defined.
2015-05-10 Etienne DechampsIntroduce raw TCP SPTPS packet transport.
2015-05-10 Etienne DechampsOnly read one record at a time in sptps_receive_data().
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2014-12-29 Guus SliepenAllow tinc to be compiled without OpenSSL.
2014-12-25 Guus SliepenMerge remote-tracking branch 'groxxda/gui-fixes' into 1.1
2014-12-24 Guus SliepenUse void pointers for opaque data blobs in the SPTPS...
2014-07-12 Guus SliepenMerge branch 'keysegfault' of https://github.com/decham...
2014-07-12 Guus SliepenMerge branch 'winwarnings' of https://github.com/decham...
2014-07-12 Etienne DechampsRemove redundant connection_t::status.active field.
2014-06-26 Etienne DechampsFix errno references when handling socket errors.
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.
2006-01-19 Guus SliepenApply patch from Scott Lamb adding an output buffer...
2005-05-04 Guus SliepenUpdate copyright notices.
2004-09-20 Guus SliepenRemove duplicate #include "system.h"
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.
2003-11-17 Guus SliepenReplace Opaque and Strict options with a TunnelServer...
2003-11-10 Guus SliepenAdd Opaque option which prevent information from being...
2003-10-12 Guus SliepenFix another bug in meta.c.
2003-10-11 Guus SliepenFix bug that could lead to an assertion failure in...
2003-10-11 Guus SliepenCheck all EVP_ function calls.
2003-10-10 Guus SliepenCheck return value of EVP_* functions, and check if...
2003-08-28 Guus SliepenWe don't have to tell GCC how to cast.
next