tinc-gui: Reformat codebase according to PEP8
[tinc] / src /
2015-09-25 Guus SliepenFix a few memory leaks in the CLI found by AddressSanit...
2015-09-25 Guus SliepenFix struct node_status_t.
2015-09-12 Nathan Stratton... Fix invalid checksum generation.
2015-07-22 Guus SliepenIn sssp_bfs(), never try to update myself.
2015-07-19 thorkillDo not access e->to->prevedge if not defined
2015-07-12 Guus SliepenFix the PRF function when compiling without OpenSSL.
2015-07-12 thorkillPrevent tinc from forgeting e->local_address
2015-07-12 thorkillMake sure we do not allocate new edge when talking...
2015-07-12 Guus SliepenMake subnet caches static.
2015-07-12 thorkillIncluded missing names.h
2015-07-12 Guus SliepenRemove unused code that caused warnings about an uninit...
2015-07-12 thorkillRemoved double break;
2015-07-12 Guus SliepenFix undefined behaviour when left-shifting signed integers.
2015-07-04 Guus SliepenCall sockaddrfree(&e->local_address) in free_edge(...
2015-07-04 Guus SliepenCoalesce two if statements that check for the same...
2015-07-04 Jo-Philipp Wichfix musl compatibility
2015-07-04 Guus SliepenDon't #include OpenSSL headers when compiling without...
2015-07-04 thorkillCleanup local_address in protocol_edge.c
2015-07-04 thorkillCleanup edges stored in edge_weight_tree on exit
2015-07-04 thorkillFixed 2 leaks in setup_myself()
2015-07-02 Florian Klinksetup_outgoing_connection: log to LOG_DEBUG on if no...
2015-07-02 Florian Klink(read|append)_config_file: log open errors as LOG_DEBUG
2015-06-20 Etienne DechampsProtect against callbacks removing items from the io...
2015-06-10 Guus SliepenFix crash is sptps_logger().
2015-06-07 Guus SliepenFix alignment of output of sptps_speed.
2015-06-07 Guus SliepenFix receiving SPTPS data in sptps_speed and sptps_test.
2015-06-07 Guus SliepenFix warnings about missing return value checks.
2015-05-31 Guus SliepenFix missing return value caused by the previous commit.
2015-05-31 Etienne DechampsDon't try to relay packets to unreachable nodes.
2015-05-24 Etienne DechampsFix invalid pointer use in get_my_hostname().
2015-05-24 Etienne DechampsFix wrong format string type in send_sptps_tcppacket().
2015-05-23 Etienne DechampsDon't set up an ongoing connection to myself.
2015-05-23 Etienne DechampsFix crashes when trying unreachable nodes.
2015-05-21 Guus SliepenUpdate copyright notices.
2015-05-21 Guus SliepenSet the CLOEXEC flag on the umbilical socket.
2015-05-20 Guus SliepenUse socketpair() instead of pipe() for the umbilical.
2015-05-20 Guus SliepenDon't write log messages to the umbilical pipe if we...
2015-05-20 Guus SliepenEnsure "tinc start" knows if the daemon really started...
2015-05-20 Guus SliepenFix check for LOCALSTATEDIR accessibility for the CLI.
2015-05-19 Guus SliepenAllocate temporary filenames on the stack.
2015-05-19 Guus SliepenAllow dumping a list of outstanding invitations.
2015-05-19 Guus SliepenAdd "list" as an alias for "dump" in the CLI.
2015-05-19 Guus SliepenQuit with an error message if ioctl(TUNSETIFF) fails.
2015-05-19 Guus SliepenIf LOCALSTATEDIR is inaccessible, store the pid and...
2015-05-19 Guus SliepenDon't log seqno failures in sptps_verify_datagram().
2015-05-19 Guus SliepenAdd source of SPTPS errors to log messages.
2015-05-19 Guus SliepenAdd newline at end of precomp_data.h and sc.h.
2015-05-19 Guus SliepenFix src/Makefile.am for *BSD.
2015-05-18 Etienne DechampsFix direct UDP communciation with pre-relaying 1.1...
2015-05-18 Etienne DechampsDon't parse node IDs if the sending node doesn't suppor...
2015-05-18 Etienne DechampsFix SPTPS condition in try_harder().
2015-05-17 Etienne DechampsDon't pollute the system header directory namespace.
2015-05-17 Etienne DechampsMake sure the MIN() macro is defined.
2015-05-17 Guus SliepenMerge remote-tracking branches 'dechamps/sptpsrestart...
2015-05-17 Etienne DechampsDon't send KEY_CHANGED messages if we don't support...
2015-05-17 Etienne DechampsProactively restart the SPTPS tunnel if we get receive...
2015-05-17 Etienne DechampsTrivial: make sptps_receive_data_datagram() a little...
2015-05-17 Guus SliepenDon't send local_address in ADD_EDGE messages if it...
2015-05-17 Sven-Haegar KochLet sockaddr2hostname() handle AF_UNSPEC addresses.
2015-05-17 Etienne DechampsPrevent SPTPS key regeneration packets from entering...
2015-05-16 Guus SliepenLet sockaddr2str() handle AF_UNSPEC addresses.
2015-05-15 Guus SliepenTry all addresses for the hostname in an invitation...
2015-05-15 Guus SliepenBe more liberal accepting ADD_EDGE messages with confli...
2015-05-15 Guus SliepenUse AF_UNSPEC instead of AF_UNKNOWN for unspecified...
2015-05-14 Guus SliepenFix receiving UDP packets from tinc 1.0.x nodes.
2015-05-13 Guus SliepenFix invitations.
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-05-10 Etienne DechampsRename REQ_SPTPS to SPTPS_PACKET.
2015-05-10 Etienne DechampsTry to use UDP to relay SPTPS packets received over...
2015-05-10 Etienne DechampsExpose the raw SPTPS send interface from net_packet.
2015-05-10 Etienne DechampsUse the correct originator node when relaying SPTPS...
2015-05-10 Etienne DechampsWhen relaying, send probes to the destination, not...
2015-05-09 Etienne DechampsAdd support for out-of-tree ("VPATH") builds.
2015-05-08 Pierre EmeriaudFix typo in tincctl help.
2015-05-05 Guus SliepenDon't include build-time generated version_git.h in...
2015-05-05 Guus SliepenRemove "release-" from displayed git version.
2015-05-04 Etienne DechampsUse git description as the tinc version.
2015-04-24 Guus SliepenFix typo 0fda572c88d02b0b200ef81d72cc4da594fa0e38 that...
2015-04-24 Guus SliepenDon't log an error message when receiving a TERMREQ.
2015-04-24 Guus SliepenFix a possible segmentation fault during key upgrades.
2015-04-24 Guus SliepenAllow one-sided upgrades to Ed25519.
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/wintapver' into 1.1
2015-04-12 Guus SliepenAlways call res_init() before getaddrinfo().
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/windevice' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/winmtu' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/fsckwin' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/staticfix' into 1.1
2015-03-15 Etienne DechampsWarn about performance if using TAP-Windows >=9.21.
2015-03-15 Etienne DechampsLog TAP-Windows driver version on startup.
2015-03-15 Etienne DechampsIncrease the ReplayWindow default from 16 to 32.
2015-03-15 Etienne DechampsSet the default for UDPRcvBuf and UDPSndBuf to 1M.
2015-03-15 Etienne DechampsFix Windows device asynchronous write behavior.
2015-03-15 Etienne DechampsWhen disabling the Windows device, wait for pending...
2015-03-15 Etienne DechampsMake sure packet header structures are correctly packed...
2015-03-14 Etienne DechampsFix HAVE_DECL_RES_INIT conditionals.
2015-03-14 Etienne DechampsFix invalid getuid() call on Windows.
2015-03-14 Etienne DechampsDon't send UDP probes past static relays.
2015-03-14 Etienne DechampsThrottle the rate of MTU_INFO messages.
2015-03-14 Etienne DechampsThrottle the rate of UDP_INFO messages.
next