Commit graph

  • 98a53d9bd2 configure.ac: modernize for autoconf 2.71 master Matthieu Herrb 2024-04-16 12:17:38 +02:00
  • 72eba42917 Update project URL Matthieu Herrb 2023-04-27 14:00:21 +02:00
  • 7b587fd59f Prepare for future development Matthieu Herrb 2023-04-27 13:55:23 +02:00
  • b29605e530 release echoc 0.6 echo-0.6 Matthieu Herrb 2021-08-04 10:03:20 +02:00
  • e757fa8595 Add LICENSE Matthieu Herrb 2021-08-04 07:57:39 +00:00
  • 0153b223c0 white space police Matthieu Herrb 2018-07-18 19:04:42 +02:00
  • 4a15bdac0a Add timestamped "aborting" message Ludovic Pouzenc 2018-07-18 12:39:23 +02:00
  • 16d5383fb8 Add timestamped "starting" message Ludovic Pouzenc 2018-07-18 11:05:54 +02:00
  • 0f96d32d4c Set SIGALRM handler before setting timer Ludovic Pouzenc 2018-07-18 10:56:06 +02:00
  • d791054cfe Set sockets parameters before activating up send_packet timer Ludovic Pouzenc 2018-07-18 10:50:33 +02:00
  • 2d3d859d9b Release 0.5 echoc-0.5 Matthieu Herrb 2018-07-18 10:55:27 +02:00
  • c66fae7c45 Make autogen.sh executable Matthieu Herrb 2018-07-18 10:54:23 +02:00
  • 22d0ef7697 Add build instructions Matthieu Herrb 2018-07-17 18:36:57 +02:00
  • 97315cd612 Add a standard autogen.sh script Matthieu Herrb 2018-07-17 18:33:28 +02:00
  • a0bf5ae594 Release 0.4 echoc-0.4 Matthieu Herrb 2015-09-30 11:53:41 +02:00
  • 9de72b0a31 Convert README to markdown Matthieu Herrb 2015-09-30 11:51:57 +02:00
  • 52a3aee91d update copyright notices Matthieu Herrb 2015-09-30 11:48:59 +02:00
  • 558bea9993 automake build system Matthieu Herrb 2015-09-30 11:31:37 +02:00
  • 703bab20ca Quiet gcc warnings Matthieu Herrb 2015-09-30 11:29:41 +02:00
  • ae13384faa Fix decoding of replies after addition of the -l option Matthieu Herrb 2015-09-30 11:10:16 +02:00
  • 50fe2999f8 tweaks Matthieu Herrb 2015-09-30 10:49:06 +02:00
  • 56da278151 Add man page Matthieu Herrb 2015-09-29 19:52:17 +02:00
  • 77734c3cb7 Not all systems have the IP_MTU_DISCOVER sockopt Matthieu Herrb 2015-09-29 19:18:07 +02:00
  • d625d804c6 Add -d to set the IP 'DF' flag on outgoing packets. Matthieu Herrb 2015-09-29 18:53:51 +02:00
  • d84b68a63a Add length & port control options Matthieu Herrb 2015-09-29 15:28:22 +02:00
  • 9614711996 Fix infinite loop mode. Matthieu Herrb 2014-04-29 18:59:46 +02:00
  • 32900c1c94 White space fixes Matthieu Herrb 2013-01-09 14:25:11 +01:00
  • 3e9361d58a White space fix Matthieu Herrb 2013-04-06 16:25:30 +02:00
  • 709c2f01a1 Add an option to limit the number of packet sent. Tonton Th 2013-01-06 17:55:38 +01:00
  • 6fd2a5e47b Store timeout value in a struct timeval and use timercmp to check it echoc-0.3 Matthieu Herrb 2012-08-03 11:13:16 +02:00
  • 59abe4422e save one gettimeofday() syscall. Matthieu Herrb 2012-07-31 14:39:15 +02:00
  • 3345103cf3 Oops, typo. Matthieu Herrb 2012-07-31 14:38:58 +02:00
  • c7221334a7 always display the number of lost paquets on re-connection. echoc-0.2 Matthieu Herrb 2012-07-31 14:17:35 +02:00
  • a8f74130a6 On connexion loss, log the stamp of the last received packet. Matthieu Herrb 2012-07-31 14:15:27 +02:00
  • b1bb8de8e2 Better error message when failing to resolve server name. echoc-0.1 Matthieu Herrb 2012-07-31 11:27:03 +02:00
  • e651005e16 Clean up variable declarations. Matthieu Herrb 2012-07-31 11:26:45 +02:00
  • 1bc5c2ff5d Allow interval and timeout to be set on command line. Matthieu Herrb 2012-07-31 11:24:50 +02:00
  • 421fdadd13 fix uninitialized variable Matthieu Herrb 2012-07-31 09:10:55 +02:00
  • bbc8be8551 verbose mode cleanup. Matthieu Herrb 2012-07-31 08:44:18 +02:00
  • c00525adaa Remove the use of Posix real-time functions. Matthieu Herrb 2012-07-31 08:26:05 +02:00
  • 1882a84527 Only use timesstamps from received packets. Matthieu Herrb 2012-07-31 08:24:04 +02:00
  • e85c367e45 Makefile: add a clean target Matthieu Herrb 2012-07-31 08:19:54 +02:00
  • ca410bd75a Rewrite the main loop to use a timer. Matthieu Herrb 2012-07-30 20:49:29 +02:00
  • 13437c1076 Typo in usec precision Matthieu Herrb 2012-07-21 11:57:58 +02:00
  • 0ad4d0dc03 add README Matthieu Herrb 2012-07-18 08:22:41 +02:00
  • 778203596d add .gitignore Matthieu Herrb 2012-07-15 13:04:44 +02:00
  • dd047dee09 fix spurious 'connection is back' messages. Matthieu Herrb 2012-07-15 11:29:43 +02:00
  • 1cf6c3b02b Echoc: a simple udb based link monitoriing application. Matthieu Herrb 2012-07-15 09:54:00 +02:00