Commit Graph

  • 87ece3976b handler: no need to parse trailer when processing request master OpenGnSys Support Team 2024-01-11 12:43:22 +0100
  • db1e0f1799 handler: syslog error if file does not exist OpenGnSys Support Team 2024-01-11 12:35:07 +0100
  • 98d358c9d8 allow to test 10/1 setups tiptorrent development team 2022-02-22 10:44:51 +0100
  • 93eb1de2a7 main: fix -r and -t options Jose M. Guisado 2022-02-16 20:58:45 +0100
  • c80bd1c525 tidy up tests Jose M. Guisado 2022-02-11 09:58:38 +0100
  • 6b7810d3f5 increase number of chunks to 64 tiptorrent development team 2022-02-10 22:51:43 +0100
  • fe463612ae limit server and client bandwidth in tests tiptorrent development team 2022-02-10 22:43:07 +0100
  • 95a6724e1d allow -r/--redirect 0 tiptorrent development team 2022-02-10 15:39:37 +0100
  • 8b6f56c76e display options in logging tiptorrent development team 2022-02-10 15:30:32 +0100
  • b377975a13 fix -r/--redirect optional argument tiptorrent development team 2022-02-10 15:29:02 +0100
  • 64d45f4237 use getopt_long option definition tiptorrent development team 2022-02-10 15:27:20 +0100
  • 2f834d6628 do not use redirection in case of direct download after pending state tiptorrent development team 2022-02-08 15:50:15 +0100
  • 6c910f2652 update tests to specify maximum number of redirections tiptorrent development team 2022-02-08 13:46:26 +0100
  • f6f3984be7 allow to specify maximum number of redirections with -r tiptorrent development team 2022-02-08 11:58:53 +0100
  • 28d7a25a89 add -d/--daemon option tiptorrent development team 2022-01-19 11:40:40 +0100
  • 298f9da0de revert workaround for file chunks tiptorrent development team 2021-12-23 18:40:14 +0100
  • b18630a920 do not create redirect if client unexpectedly closes connection tiptorrent development team 2021-12-21 14:19:35 +0100
  • 7bf3eebb98 update maximum uri length to 255 chars tiptorrent development team 2021-10-05 19:35:09 +0200
  • 138539485c tiptorrent is released under AGPL3+ tiptorrent development team 2021-09-29 15:52:14 +0200
  • 669089d6b1 prioritize redirections over direct server download tiptorrent development team 2021-09-28 10:03:49 +0200
  • 9c338ce302 use strrchr to take last dot that specifies the chunk number tiptorrent development team 2021-09-27 13:37:31 +0200
  • a82dc99a86 use int32_t for chunk index tiptorrent development team 2021-09-27 11:41:44 +0200
  • 6010fe62fd download checksum file directly from server tiptorrent development team 2021-09-27 11:27:30 +0200
  • 6a81079dc1 Revert "prioritize direct download for non existing redirections" tiptorrent development team 2021-09-25 21:12:35 +0200
  • 8e939e3905 skip runtime chunk split if --redirect is not set tiptorrent development team 2021-09-24 10:37:22 +0200
  • 2f120d9cd2 fix chunk size split logic tiptorrent development team 2021-09-24 10:27:35 +0200
  • 97fc159ff1 add basic uri sanitization tiptorrent development team 2021-09-23 23:08:20 +0200
  • 324fdcfd58 runtime split original file into chunks tiptorrent development team 2021-09-23 22:05:20 +0200
  • e39f7f8e3c systemd: add service template tiptorrent development team 2021-09-22 16:05:45 +0200
  • cc5e4dca6a no need for root to run tiptorrent tiptorrent development team 2021-09-22 13:12:37 +0200
  • 3e0254bf3c prioritize direct download for non existing redirections tiptorrent development team 2021-09-20 01:33:18 +0200
  • 88e02d424b activate pending clients only for close direct download tiptorrent development team 2021-09-20 00:41:58 +0200
  • 7b938edee2 do not stop activating clients when direct download starts tiptorrent development team 2021-09-19 23:03:31 +0200
  • 44287f9e67 do not activate clients without redirection via POST tiptorrent development team 2021-09-19 22:42:48 +0200
  • 21e905a387 rise redirection timeout to 3600 seconds tiptorrent development team 2021-09-19 21:47:19 +0200
  • 8fa2479f8f increase timeout for redirections tiptorrent development team 2021-09-18 19:01:13 +0200
  • 16cc92dab6 allow to report that a client allows redirection with POST method tiptorrent development team 2021-09-17 16:45:52 +0200
  • dab82c806f do not shadow global redirect variable tiptorrent development team 2021-09-17 00:34:02 +0200
  • e46be236c7 fix bogus error if clients closes connection unexpectly tiptorrent development team 2021-09-16 17:45:10 +0200
  • 353c5d3660 remove duplicate log when resuming from pending and being redirected tiptorrent development team 2021-09-14 14:55:20 +0200
  • 610a1e48e4 another log rewrite tiptorrent development team 2021-09-14 14:41:58 +0200
  • 6d1828c375 extend tests tiptorrent development team 2021-09-14 14:39:29 +0200
  • 94c45d5d36 improve logging tiptorrent development team 2021-09-14 14:37:19 +0200
  • a23722910e specify current state when displaying unknown error tiptorrent development team 2021-09-14 14:06:38 +0200
  • 5a7d9644e4 allow to reuse redirections tiptorrent development team 2021-09-13 16:40:46 +0200
  • 0be142b8c9 disarm timer on release tiptorrent development team 2021-09-13 13:36:42 +0200
  • 1e0b3880f9 fix client timeout tiptorrent development team 2021-09-13 12:59:48 +0200
  • 21aa4a9315 check sendfile error tiptorrent development team 2021-09-13 11:59:44 +0200
  • 7a04638c32 update num_clients and redirection only for large files tiptorrent development team 2021-09-13 11:54:19 +0200
  • cbcc71db72 add support for HEAD method tiptorrent development team 2021-09-13 11:32:21 +0200
  • d6dbb6c979 add a close wait state tiptorrent development team 2021-09-10 17:06:35 +0200
  • b7b410ddc2 extend log on unknown internal state tiptorrent development team 2021-09-10 17:50:31 +0200
  • d0c8b24985 do not display an error when recv() == 0 tiptorrent development team 2021-09-10 17:07:06 +0200
  • 9cf3edf10f call shutdown() before close() tiptorrent development team 2021-09-10 13:40:06 +0200
  • b07785d2d1 activate pending clients only for large files tiptorrent development team 2021-09-09 12:41:27 +0200
  • 1b890bd11b use off_t instead of size_t for file size tiptorrent development team 2021-09-08 17:50:45 +0200
  • a3ea145290 Add ULL postfix to FILE_SIZE_THRESHOLD to avoid using int tiptorrent development team 2021-09-08 17:26:20 +0200
  • 9523d7d8fd add more logging for easier debugging tiptorrent development team 2021-09-08 16:51:47 +0200
  • e72dc5e1cb fix typo in tests/network-setup.sh tiptorrent development team 2021-09-08 16:49:29 +0200
  • 2610239d62 initial commit tiptorrent development team 2021-08-17 00:05:31 +0200