Commit graph

  • 94703cdfa9 getopt.c fixes for unitialized parameters on FreeBSD thorkill 2015-07-02 21:48:15 +02:00
  • ad58c0f65d Revert "Marked missing parameters in getopt.c on FreeBSD" thorkill 2015-07-02 21:45:43 +02:00
  • 5bba2cc066 Marked missing parameters in getopt.c on FreeBSD thorkill 2015-07-02 21:42:44 +02:00
  • 3f4855587c Marked unused parameter in net_socket.c thorkill 2015-07-02 21:39:07 +02:00
  • d2e038ab24 Makred unused parameter in net_packet.c thorkill 2015-07-02 21:37:33 +02:00
  • bfea5f350f Added small node test, working on edge tests thorkill 2015-07-02 21:33:28 +02:00
  • 0267aef826 setup_outgoing_connection: log to LOG_DEBUG on if no known address Florian Klink 2015-07-02 12:35:42 +02:00
  • 91355b9ac5 (read|append)_config_file: log open errors as LOG_DEBUG Florian Klink 2015-07-02 12:35:41 +02:00
  • 743671278f Attempt to track an segfault in mst_kruskal() thorkill 2015-07-02 20:38:02 +02:00
  • 826584011d Extended .gitignore thorkill 2015-07-02 20:35:44 +02:00
  • f1a9a40c90 Marked all unsued parameters found by -Werror=unused-parameter with UNUSED() thorkill 2015-07-02 18:37:08 +02:00
  • 1391b2d7dc Added -Werror=unused-parameter thorkill 2015-07-02 18:35:57 +02:00
  • 50da19addf Removed unused variables. thorkill 2015-07-02 18:03:03 +02:00
  • cd10a37ce5 Added -Werror=unused-variable thorkill 2015-07-02 18:02:05 +02:00
  • 656af8fa07 Remove conflicting function definitions thorkill 2015-07-02 17:51:46 +02:00
  • 9b3ff33dba Added missing function prototypes thorkill 2015-07-02 17:43:51 +02:00
  • 78397eda9b Added extra check for edge->from and edge->to in edge_add thorkill 2015-07-02 00:02:05 +02:00
  • 4b6e956a2d Added first version of cmocka based unittest thorkill 2015-07-01 19:46:28 +02:00
  • 536256b2da Added support for cmocka *alloc thorkill 2015-07-01 19:04:22 +02:00
  • dca3558d05 Leave a notice in the log when aborting thorkill 2015-07-01 19:01:42 +02:00
  • 24cea32efb Fix memory leak in splay_delete_tree thorkill 2015-07-01 16:57:05 +02:00
  • faef01317b Do not free splay_tree when tree->count != 0 thorkill 2015-07-01 16:56:07 +02:00
  • 278cd4d856 Added missing libchacha_poly1305 while linking sptps_* tools thorkill 2015-07-01 13:54:57 +02:00
  • 905572863c Added support for darwin thorkill 2015-07-01 11:18:29 +02:00
  • fbb62fa80e Make proper checks in configure thorkill 2015-06-30 23:20:31 +02:00
  • c3f8a93d52 Define variables in getopt.h thorkill 2015-06-30 22:50:29 +02:00
  • 82300c623d Make sptps_speed and sptps_test compile thorkill 2015-06-30 22:49:11 +02:00
  • 4bfa726f8b Cleanup src/Makefile.am thorkill 2015-06-30 22:48:15 +02:00
  • f8154e3012 Initialize values in tincctl.c thorkill 2015-06-30 19:51:19 +02:00
  • 6a6113b366 Initialize variables in info.c thorkill 2015-06-30 19:48:49 +02:00
  • 84d34f4f35 Initialize variables in invitation.c thorkill 2015-06-30 19:46:14 +02:00
  • 8fb52e05f3 Define g_argv as static thorkill 2015-06-30 19:44:35 +02:00
  • de9f04c30e Initialize variables in linux/device.c thorkill 2015-06-30 19:42:37 +02:00
  • fb2942a249 Initialize result thorkill 2015-06-30 19:40:33 +02:00
  • 7a61acabea Added hash_t definitions thorkill 2015-06-30 19:39:11 +02:00
  • 9e0c77e21f Initialize variables in splay_tree.c - splay_top_down() thorkill 2015-06-30 19:35:13 +02:00
  • 044fc684d0 Initialize variables in route.c thorkill 2015-06-30 19:33:22 +02:00
  • 6b3b90a7b1 Initialize variables in protocol_subnet.c thorkill 2015-06-30 19:29:44 +02:00
  • 932dc76f43 Initialize variables in protocol_edge.c thorkill 2015-06-30 19:28:11 +02:00
  • fb1a8fd631 Initialize variables in protocol.c thorkill 2015-06-30 19:26:42 +02:00
  • 0bd116195a Initialize variables in node.c thorkill 2015-06-30 19:24:27 +02:00
  • d803ac93dc Initialize variables in netutl.c thorkill 2015-06-30 19:23:15 +02:00
  • e2245da720 Initialize addrinfo hint thorkill 2015-06-30 19:20:57 +02:00
  • 94b9723917 Initialize sock thorkill 2015-06-30 19:19:30 +02:00
  • c17cb1a0f2 Proper initialization of subnet thorkill 2015-06-30 19:15:43 +02:00
  • 7ed725888b Do not exit on unused-parameters thorkill 2015-06-30 19:15:22 +02:00
  • 78be3b19de Fixed signal_t initialization thorkill 2015-06-30 19:14:54 +02:00
  • 8f5a59a027 Included missing names.h thorkill 2015-06-30 19:11:45 +02:00
  • 3dc9542ec2 Disable -fno-strict-overflow and enable some -Werror= thorkill 2015-06-30 19:06:17 +02:00
  • c67a956351 removed afl atm thorkill 2015-06-30 18:48:48 +02:00
  • daf99058e3 Moved few config parameters to make lib usage possible. thorkill 2015-06-13 22:31:01 +02:00
  • e9e3811657 Added tests into automake files. thorkill 2015-06-26 17:17:39 +02:00
  • 68644500b8 Added libtool support. thorkill 2015-06-13 22:30:07 +02:00
  • 6633bf52e3 First working version thorkill 2015-06-13 22:29:26 +02:00
  • 6d9853618a Working on libs thorkill 2015-06-13 21:17:50 +02:00
  • d24a91a7cf Include m4 directory and changed default CFLAGS to -g -O0 thorkill 2015-06-30 18:14:56 +02:00
  • 6b62992c25 Revert "Silence most noisy sources of memory leakage." thorkill 2015-06-30 18:10:38 +02:00
  • c53a9719d5 Revert "s_errno was nerver used" thorkill 2015-06-30 18:10:23 +02:00
  • d661be413f Revert "Proper variable initialization" thorkill 2015-06-30 18:10:20 +02:00
  • 54b8bc6e86 Revert "Type mismatch and debug_t is always >= 0" thorkill 2015-06-30 18:10:18 +02:00
  • 8a39621c64 Revert "make usage of function parameters" thorkill 2015-06-30 18:10:16 +02:00
  • f5f35bd148 Revert "initialize variables used in conditional jumps" thorkill 2015-06-30 18:10:10 +02:00
  • 104017df7a Revert "Added UNUSED macro to silnce unused-parameter warnings" thorkill 2015-06-30 18:10:07 +02:00
  • c68aa9d5cc Revert "explicit middle parameter definition" thorkill 2015-06-30 18:10:05 +02:00
  • ce7b019067 Revert "Added type casting from debug_t to int" thorkill 2015-06-30 18:10:02 +02:00
  • d7c623b8c7 Revert "Changed int size into size_t" thorkill 2015-06-30 18:10:00 +02:00
  • 5dac5eb451 Revert "Marked unused parameters" thorkill 2015-06-30 18:09:50 +02:00
  • 3eb3cc7898 Revert "Type casting fixes" thorkill 2015-06-30 18:09:17 +02:00
  • 01098e2078 Revert "Fixing implicit conversion changes to signedness" thorkill 2015-06-30 18:09:11 +02:00
  • 4f82a6359f Revert "Proper struct initialization" thorkill 2015-06-30 18:09:07 +02:00
  • 84ede57e52 Revert "fixed initialization of pollfd" thorkill 2015-06-30 18:09:02 +02:00
  • fe99eb02df Revert "Still hunting down uninitialized variables" thorkill 2015-06-30 18:08:31 +02:00
  • 46b9578cad Still hunting down uninitialized variables thorkill 2015-06-30 02:03:15 +02:00
  • 319e0ac8ce fixed initialization of pollfd thorkill 2015-06-29 23:40:33 +02:00
  • bc8dbfc9fd Proper struct initialization thorkill 2015-06-29 23:30:18 +02:00
  • 7099a4437e Fixing implicit conversion changes to signedness thorkill 2015-06-29 19:42:23 +02:00
  • dbfc168fa4 Type casting fixes thorkill 2015-06-29 15:53:22 +02:00
  • 3a61d104d4 Marked unused parameters thorkill 2015-06-29 15:53:05 +02:00
  • f755d57f4e Changed int size into size_t thorkill 2015-06-29 15:52:14 +02:00
  • 3bfb343b85 Added type casting from debug_t to int thorkill 2015-06-29 14:17:40 +02:00
  • 0ef605d864 explicit middle parameter definition thorkill 2015-06-29 14:06:46 +02:00
  • 8d4b974dda Added UNUSED macro to silnce unused-parameter warnings thorkill 2015-06-29 14:02:11 +02:00
  • f89b38947a initialize variables used in conditional jumps thorkill 2015-06-29 11:56:27 +02:00
  • 8108b0d5eb make usage of function parameters thorkill 2015-06-29 00:45:00 +02:00
  • 62dc7b6fe5 Type mismatch and debug_t is always >= 0 thorkill 2015-06-29 00:42:31 +02:00
  • bf91a8a340 Proper variable initialization thorkill 2015-06-29 00:41:21 +02:00
  • 157ee90568 s_errno was nerver used thorkill 2015-06-29 00:24:28 +02:00
  • da1a77998c Removed double break; thorkill 2015-06-29 00:23:13 +02:00
  • 408fb3b011 Silence most noisy sources of memory leakage. thorkill 2015-06-28 00:39:57 +02:00
  • 7aca0be0f9 Protect against callbacks removing items from the io tree. Etienne Dechamps 2015-06-20 11:41:20 +01:00
  • 7ed34ab7a0 Fix typo in tinc.texi. Dato Simó 2015-06-16 20:44:45 -03:00
  • d150e82b94 Fix crash is sptps_logger(). Guus Sliepen 2015-06-10 23:42:17 +02:00
  • 8960694e51 Fix alignment of output of sptps_speed. Guus Sliepen 2015-06-07 23:20:14 +02:00
  • 06a7c60db7 Fix receiving SPTPS data in sptps_speed and sptps_test. Guus Sliepen 2015-06-07 23:14:48 +02:00
  • 479a10b484 Fix warnings about missing return value checks. Guus Sliepen 2015-06-07 22:50:05 +02:00
  • a39154ecac Fix autoconf check for function attributes. Guus Sliepen 2015-06-07 22:25:22 +02:00
  • 8e3edeec3d Reverted error messages to original one thorkill 2015-06-26 17:03:29 +02:00
  • 012c17cdea extended .gitignore thorkill 2015-06-26 16:57:35 +02:00
  • ebffa40aa7 Protect against callbacks removing items from the io tree. Etienne Dechamps 2015-06-20 11:41:20 +01:00
  • 7f020cf456 Fix typo in tinc.texi. Dato Simó 2015-06-16 20:44:45 -03:00