Commit Graph

  • 161a49b683 open two simultaneous connections using two processes multiprocess tiptorrent development team 2022-11-30 12:15:35 +0100
  • 9e80376cb8 remove file size check tiptorrent development team 2022-11-30 12:01:44 +0100
  • e01a38e4a7 add tip_client_report() tiptorrent development team 2022-11-30 11:57:42 +0100
  • 7d70e7abec store filename in struct tip_client tiptorrent development team 2022-02-11 10:48:58 +0100
  • 95a06d7111 no need to calculate chunk size in every iteration tiptorrent development team 2022-02-11 10:43:09 +0100
  • d4753d6c3e add tip_client_run() Pablo Neira Ayuso 2022-11-30 11:49:56 +0100
  • 9d13b48925 remove redundant check tiptorrent development team 2022-11-30 11:43:13 +0100
  • edb59d4907 avoid useless retries when a fatal error occurs master v1.0.0 Jose M. Guisado 2022-09-29 10:45:20 +0200
  • ec5b9dc003 delete created file when fallocate fails Jose M. Guisado 2022-09-28 17:22:50 +0200
  • db4f4980c5 keep client retries when tip_client_request_file fails Jose M. Guisado 2022-09-28 16:09:32 +0200
  • 67d9fde94c replace posix_fallocate with fallocate Jose M. Guisado 2022-09-27 17:56:19 +0200
  • 9bfb511749 tests: add optional parameter for clients number Jose M. Guisado 2022-02-14 09:31:24 +0100
  • 86beaee6e6 fix received data incorrect arithmetics tiptorrent development team 2022-02-12 12:54:34 +0100
  • cc67335f13 validate received bytes and expected file size tiptorrent development team 2022-02-12 12:40:33 +0100
  • db94ee6ef8 increase number of chunks to 64 tiptorrent development team 2022-02-10 22:23:52 +0100
  • 900ae1d783 do not reset number of retries counter tiptorrent development team 2022-02-08 17:19:23 +0100
  • ace36ad510 clean up state on each retry tiptorrent development team 2022-02-08 16:19:01 +0100
  • 93c13ba67c update statistics after successful download tiptorrent development team 2022-02-08 16:04:50 +0100
  • a989987319 fall back to server after reaching maximum number of retries tiptorrent development team 2022-02-08 12:37:06 +0100
  • 39e60a019a bail out after maximum number of retries tiptorrent development team 2022-02-08 12:19:07 +0100
  • e9de4e482f missing close() on file on exit path tiptorrent development team 2021-12-23 21:02:38 +0100
  • 35f3191e4c use fallocate() to store the chunks in the file tiptorrent development team 2021-12-23 16:27:06 +0100
  • 4e2ba97629 add helper function to connect and send HTTP request tiptorrent development team 2021-12-23 18:28:09 +0100
  • e15e2364f7 fix download of very small files tiptorrent development team 2021-12-23 18:10:04 +0100
  • 6e55df90e4 rename POST redirect handler tiptorrent development team 2021-12-23 18:21:32 +0100
  • be1a7b9563 rename HTTP GET handlers tiptorrent development team 2021-12-23 18:20:42 +0100
  • be1b23b5f9 rename TIP_CLIENT_NOTIFY_REDIRECT to TIP_CLIENT_POST_REDIRECT tiptorrent development team 2021-12-23 18:20:37 +0100
  • 85ff3e5d57 rename TIP_CLIENT_RECEIVING_* states to TIP_CLIENT_GET_* tiptorrent development team 2021-12-23 18:20:32 +0100
  • 486e1b8351 add retry logic tiptorrent development team 2021-10-02 11:46:22 +0200
  • 48da60d883 display progress message every 30 seconds tiptorrent development team 2021-09-29 17:46:11 +0200
  • 73d546b23a print progress message tiptorrent development team 2021-09-29 16:33:23 +0200
  • 7e02f8e7c6 tiptorrent-client is released under AGPL3+ tiptorrent development team 2021-09-29 15:53:00 +0200
  • 46f1e923db fix connection closed by server tiptorrent development team 2021-09-26 16:47:38 +0200
  • 3adc9338d1 floating exception if download is too fast tiptorrent development team 2021-09-23 22:44:10 +0200
  • cc0caf9474 no need for root to run tiptorrent-client tiptorrent development team 2021-09-22 15:50:27 +0200
  • 84cc926c8e revisit error reporting tiptorrent development team 2021-09-20 12:05:15 +0200
  • 97f7ab42ab display failure stats on syslog tiptorrent development team 2021-09-19 21:56:13 +0200
  • c8495d5a89 print stats to syslog tiptorrent development team 2021-09-19 00:01:09 +0200
  • 8cf20e6639 incorrect mbytes/second stats tiptorrent development team 2021-09-18 23:41:14 +0200
  • 5ad75d7db0 report socket is connected, instead of connecting tiptorrent development team 2021-09-18 23:17:29 +0200
  • 6b47735b55 incorrect loop break logic on error tiptorrent development team 2021-09-18 23:12:02 +0200
  • 388a3c1f45 fix connect error path tiptorrent development team 2021-09-18 22:16:15 +0200
  • 24f629178d display download rate in Mbytes/seconds tiptorrent development team 2021-09-18 21:54:56 +0200
  • e365ceb024 enable TCP keepalived tiptorrent development team 2021-09-18 21:25:30 +0200
  • 5c8ec91711 initial commit tiptorrent development team 2021-09-17 14:13:40 +0200