oweals/tinc.git
2013-05-10 Guus SliepenAdd a few more checks and warnings in the crypto functions.
2013-05-10 Guus SliepenFix warnings for functions marked __attribute((warn_unu...
2013-05-10 Guus SliepenAdd __attribute__((warn_unused_result)) to crypto funct...
2013-05-10 Guus SliepenAdd more __attribute__((malloc)) where appropriate.
2013-05-01 Guus SliepenAdd generic crypto headers.
2013-05-01 Guus SliepenRename xmalloc_and_zero() to xzalloc().
2013-05-01 Guus SliepenUse conditional compilation for cryptographic functions.
2013-05-01 Guus SliepenUse conditional compilation for device.c.
2013-05-01 Guus SliepenModernize the configure script a bit.
2013-04-28 Guus SliepenDon't try to create tinc.conf when using set or add...
2013-04-22 Guus SliepenReleasing 1.1pre7. release-1.1pre7
2013-04-22 Guus SliepenDrop packets forwarded via TCP if they are too big...
2013-03-12 Guus SliepenFix completion of add/del/get/set commands.
2013-03-12 Guus SliepenDescribe the SPTPS protocol in the manual.
2013-03-08 Guus SliepenRemove references to the config keyword.
2013-03-08 Guus SliepenRename tincctl to tinc.
2013-03-08 Guus SliepenInclude README.android in the tarballs.
2013-03-08 Guus SliepenAvoid calling time(NULL).
2013-03-08 Guus SliepenAllow changing configuration with tincctl without the...
2013-03-08 Guus SliepenBetter default output file for generated public keys.
2013-03-01 Guus SliepenFlush output buffers in the tap reader thread on Windows.
2013-02-22 Guus SliepenUse UDP when using sptps_test in datagram mode.
2013-02-20 Guus SliepenReleasing 1.1pre6. release-1.1pre6
2013-02-20 Guus SliepenFix compiler warnings on some BSD variants.
2013-02-20 Guus SliepenFix compiler warnings on Windows.
2013-02-20 Guus SliepenFix a tiny memory leak.
2013-02-08 Guus SliepenDon't expect a response from tincd after sending REQ_STOP.
2013-02-07 Guus SliepenLet the GUI use UNIX sockets if available.
2013-02-07 Guus SliepenDerive UNIX socket filename from PID filename.
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...
2013-02-06 Guus SliepenCheck for writability when waiting for a socket to...
2013-02-06 Guus SliepenFix tincd terminating immediately on Windows.
2013-01-31 Guus SliepenRemove direct inclusion of OpenSSL headers in net_packe...
2013-01-31 Guus SliepenDetect increases in PMTU.
2013-01-21 Guus SliepenGet microsecond time resolution on Windows.
2013-01-21 Guus SliepenFix a typo.
2013-01-21 Guus SliepenFix datagram SPTPS.
2013-01-20 Guus SliepenReleasing 1.1pre5. release-1.1pre5
2013-01-20 Guus SliepenFix tincctl init when /etc/tinc does not yet exist.
2013-01-20 Guus SliepenRemove possible definition of timersub(), which is...
2013-01-20 Guus SliepenMake sure PriorityInheritance also works in switch...
2013-01-17 Guus SliepenAllow connections via UNIX sockets.
2013-01-17 Guus SliepenFix compilation of UML and VDE device support.
2013-01-17 Guus SliepenMove make_names() and related variables to its own...
2013-01-17 Guus SliepenHandle SIGINT gracefully.
2013-01-17 Guus SliepenFix the minimum spanning tree algorithm.
2013-01-16 Guus SliepenEstimate RTT, bandwidth and packet loss between nodes.
2013-01-15 Guus SliepenCount the number of correctly received UDP packets.
2013-01-15 Guus SliepenAdd the tincctl exchange and exchange-all commands.
2013-01-14 Guus SliepenCheck HMAC before sequence number.
2013-01-14 Guus SliepenAlways complain if too many arguments are given for...
2013-01-14 Guus SliepenBetter error messages when using -L, -R or -U on platfo...
2013-01-14 Guus SliepenDon't complain about garbage if we skipped importing...
2013-01-14 Guus SliepenMention that the -L, -R and -U options are not supporte...
2013-01-14 Guus SliepenNote that tincctl import is only meant to work with...
2013-01-14 Guus SliepenNote that node Names are case sensitive.
2013-01-14 Guus SliepenFix a typo.
2012-12-18 Guus SliepenFix support for tunemu on iOS devices.
2012-12-07 Guus SliepenFix infinite loop in timeout handling on Windows.
2012-12-06 Guus SliepenFix display of cumulative packet counters.
2012-12-06 Guus SliepenClarify the description of IndirectData and Mode =...
2012-12-05 Guus SliepenReleasing 1.1pre4. release-1.1pre4
2012-12-05 Guus SliepenFix whitespace.
2012-12-05 Guus SliepenScale packet counters similar to byte counters.
2012-12-05 Guus SliepenDon't use nested functions.
2012-12-05 Guus SliepenFix compiler warnings on OpenBSD.
2012-12-03 Guus SliepenRemove GraphDumpFile from the manual and manpages.
2012-12-03 Guus SliepenAdd option to dump only a list of reachable nodes.
2012-12-03 Guus SliepenMore fixes for Windows.
2012-12-03 Guus SliepenFix compiler error on Windows.
2012-12-03 Guus SliepenFix crash in timeout handling.
2012-12-03 Guus SliepenSet a node's pointers to zero before trying to insert...
2012-11-29 Guus SliepenFix use of unitialised values in hash tables.
2012-11-29 Guus SliepenFix check for expired events.
2012-11-29 Guus SliepenAllow multiple timeouts to expire at the exact same...
2012-11-29 Guus SliepenDrop libevent and use our own event handling again.
2012-11-19 Guus SliepenEnsure MTU probe replies are sent back the same way...
2012-11-19 Guus SliepenImprove UDP address selection.
2012-11-17 Guus SliepenTry all known addresses of node during PMTU discovery...
2012-11-17 Guus SliepenChoose a suitable socket when updating a node's UDP...
2012-11-15 Guus SliepenAlso don't use poll() on MacOS/X.
2012-11-15 Guus SliepenDisable support for kqueue on MacOS/X.
2012-11-14 Guus SliepenRemove text saying you must have one of PrivateKey...
2012-11-13 Guus SliepenSend broadcast packets using a random socket, and prope...
2012-11-13 Guus SliepenDon't take the address of a variable whose scope is...
2012-11-11 Guus SliepenFix configure script help text for --enable options.
2012-11-11 Guus SliepenFix index entry for section about readline library.
2012-11-11 Guus SliepenMention in the manual that support for LZO and zlib...
2012-11-11 Guus SliepenMention libcurses and libreadline in the manual.
2012-11-10 Guus SliepenMake sure PMTU discovery works in switch mode with...
2012-11-10 Guus SliepenUsing alloca() for a constant sized buffer is very...
2012-11-10 Guus SliepenFix potential buffer overflow reading the PID file.
2012-10-21 Guus SliepenSlightly randomize all timeouts.
2012-10-21 Guus SliepenAdd the AutoConnect option.
2012-10-21 Guus SliepenKeep track of the number of nodes in a tree.
2012-10-17 Guus SliepenFix warnings from groff.
2012-10-14 Guus SliepenReleasing 1.1pre3. release-1.1pre3
2012-10-14 Guus SliepenFix a few compiler errors/warnings.
2012-10-14 Guus SliepenUpdate copyright notices.
next