Commit Graph

  • 1d8f987c27 Removed old email from license notices; minor changes to the program output, help message main v2.3.3 Kasianov Nikolai Alekseevich 2022-08-04 13:21:28 +0300
  • b30d0c3465 No more github Gitea 2022-05-07 11:59:39 +0300
  • 6bb927a26e Being idependent from github Gitea 2022-05-07 11:49:50 +0300
  • c2bd2cb0cf Apparently my name is spelled differently in English ¯\_(ツ)_/¯ Unbewohnte 2022-02-06 14:58:55 +0300
  • 2548fa68e7 Less syscalls to open files on the receiving end v2.3.1 Unbewohnte 2022-02-05 16:09:07 +0300
  • 8eb2f181fd Symlinks support ! v2.3.0 Unbewohnte 2022-01-22 20:06:12 +0300
  • 700811b179 [checksum] Micro optimisations; [node] Renamed nodes to receiving and sending; [fsys] ftu now DOES NOT die on 'permission denied's v2.2.3 Unbewohnte 2022-01-14 09:49:53 +0300
  • 21d16c590f Updated README: I can't be inspired by a thing I've never used, can I ?... Tehehe~ Unbewohnte 2022-01-09 21:58:09 +0300
  • 4d12a15a58 [Node] Invalid transfer info printing is >>|FIXED|<< v2.2.2 Unbewohnte 2022-01-09 20:28:36 +0300
  • 382908c1e5 Updated copyright year Unbewohnte 2022-01-05 12:17:35 +0300
  • e4c086b358 make release v2.2.0 Unbewohnte 2022-01-04 23:32:57 +0300
  • 0ac9cd2b71 v2.2.0; Fixed freezing on big amount of files; Improved transfer data printing; Introduction to some minor bugs with it as well, but that is not a severe problem anyway Unbewohnte 2022-01-04 23:22:22 +0300
  • 75cb68dd30 [node] fixed one-file transfer logical issue Unbewohnte 2021-12-14 08:54:15 +0300
  • 550c6e26ef [main] changed version Unbewohnte 2021-11-27 22:00:16 +0300
  • 74464c9470 [main] verbose output flag changed to ?; [node] added 3 microsecond delay in sender node when sending file info packets Unbewohnte 2021-11-27 21:59:44 +0300
  • a8e973645a [main] added a missing new line for verbose output usage message Unbewohnte 2021-11-25 19:37:57 +0300
  • d0a0eaf780 [Make] output clean executable names 2.1.2 Unbewohnte 2021-11-24 08:56:02 +0300
  • 5aae65980d [Make] remove release folders after zipping Unbewohnte 2021-11-24 08:52:18 +0300
  • 3a40920af5 Verbose output Unbewohnte 2021-11-24 08:48:41 +0300
  • 502877c515 [main] changed version string; [make] pkgrelease for easy cross-building 2.1.1 Unbewohnte 2021-11-16 09:02:01 +0300
  • 09e3c7b960 [node] print transfer info. The output is not flooded anymore on receiver Unbewohnte 2021-11-16 08:50:03 +0300
  • 1a302cb9fb [node] bugfixes? [make] cross compilation automatisation Unbewohnte 2021-11-14 20:55:17 +0300
  • b2cff053b0 Removed an old license file 2.1.0 Unbewohnte 2021-11-14 20:12:22 +0300
  • 9e730bee4c Moved to GPLv3 Unbewohnte 2021-11-14 20:08:50 +0300
  • fab8aa947b [protocol] added ALREADYHAVE packet; [node] fixed logical path error when receiving a single file; ALREADY HAVE FILE FEATURE Unbewohnte 2021-11-14 19:32:00 +0300
  • d598b4d1e7 [README] updated information 2.0.0 Unbewohnte 2021-11-10 20:35:56 +0300
  • 6ec5eabc93 [fsys] fixed relative path finding; [node] fixed recursive transfer of a directory Unbewohnte 2021-11-10 19:53:19 +0300
  • 075c342dbd [protocol] added relative path logic to the FILE packet; [fsys] file relative path to its parent directory; [node&&FTU] CAN SEND DIRECTORIES RECURSIVELY Unbewohnte 2021-11-10 13:09:29 +0300
  • d0a8d22d12 [node] non-recursive directory send !; [Makefile] tests Unbewohnte 2021-11-09 14:32:20 +0300
  • eb7cd49b0e [fsys] file checksums are automatically generated when GetFile is called; [protocol] ACCEPT and REJECT packets do not need to include file ids now; [node] progress on sending directories Unbewohnte 2021-11-09 10:13:32 +0300
  • 1d08ae1ac4 [fsys] get directory files; [node] started to implement directory transfer. DOES NOT WORK NOW Unbewohnte 2021-11-09 11:31:19 +0300
  • f2b0cec266 [node|protocol] implemented transfer offer packet construction; moved packets implementation from node package to protocol; fixed a race during offer rejection in receiving node Unbewohnte 2021-11-08 13:39:03 +0300
  • c6d2bc80db [README] updated information; [installation process] added install.sh; [protocol] added DIRECTORY header description Unbewohnte 2021-11-07 10:50:49 +0300
  • 205fbcc2d3 [node] unexported unnecessary struct fields, divided transferInfo into sending and receiving parts; implemented yet untested sendDirectoryPacket Unbewohnte 2021-11-07 10:11:56 +0300
  • 442af0205e [node] clearer sendPiece error handling in sender node Unbewohnte 2021-11-07 12:10:32 +0300
  • d0d15f2bd5 [node] improved mainloop logic Unbewohnte 2021-11-05 22:11:14 +0300
  • 5b1d964cad [node] documentation Unbewohnte 2021-11-05 18:52:36 +0300
  • f0332c8a7f [fsys] correctly calculate directory size Unbewohnte 2021-11-05 14:38:56 +0300
  • 49b25443fe Encryption Unbewohnte 2021-11-04 23:05:16 +0300
  • 2da9cd5bd0 Rewrite; Current status: can send one file, not encrypted Unbewohnte 2021-11-02 18:21:28 +0300
  • 73eb91dce3 Bolerplate code for node Unbewohnte 2021-10-29 11:01:34 +0300
  • 77823b1b94 Started to rewrite the entire thing; The old code is still there for now Unbewohnte 2021-10-28 23:49:24 +0300
  • a0780a1a5d Removed unnecessary function 1.3.1 Unbewohnte 2021-09-30 19:23:51 +0300
  • 00729e0f26 Added a license flag Unbewohnte 2021-09-30 19:22:29 +0300
  • ac68ddb395 Changed MAXPACKETSIZE, added a time of completion Unbewohnte 2021-09-26 20:29:09 +0300
  • 4381de0041 Appropriate Unbewohnte 2021-09-07 10:27:55 +0300
  • d30ac7900e Print defaults if no flags specified Unbewohnte 2021-09-06 21:31:16 +0300
  • a43b0a10b3 Installation script, improved README 1.3.0 Unbewohnte 2021-09-06 21:10:28 +0300
  • 1aa968d93e Added a handling for interrupt signal Unbewohnte 2021-09-06 20:26:35 +0300
  • 4f5165fa3a Improved flags validation Unbewohnte 2021-09-06 20:00:53 +0300
  • 82a1391c9c Added more tests; Probably the last commit for this project; Stopped gaining fun and it's already complete imo 1.2.2 Unbewohnte 2021-06-18 09:36:24 +0300
  • d7665618de Added first tests Unbewohnte 2021-06-17 13:59:32 +0300
  • c1cab012f4 Added printing state of the transfer feature 1.2.1 Unbewohnte 2021-06-16 13:32:30 +0300
  • f4c8f2d728 Added end-to-end AES encryption 1.2.0 Unbewohnte 2021-06-15 13:55:06 +0300
  • 94da14be3b Added installation instructions Unbewohnte 2021-06-14 09:23:10 +0300
  • 8fc35f3a35 Removed unnecessary -sending flag 1.1.2 Unbewohnte 2021-06-14 08:56:43 +0300
  • 43d8373a72 Minor changes in constants and printing Unbewohnte 2021-06-13 16:12:14 +0300
  • 9bdc836b28 Protocol improvements, bug fix, added a bit of logic in handling of the file offer 1.1.1 Unbewohnte 2021-06-12 16:33:20 +0300
  • 3637dbf8be Uhh, a chunky one. Rewrote the whole protocol 1.1.0 Unbewohnte 2021-06-11 16:21:16 +0300
  • 65ca89a407 Added checksum check 1.0.2 Unbewohnte 2021-06-08 14:36:14 +0300
  • c7b389efa6 Somewhat reasonable error-handling 1.0.1 Unbewohnte 2021-06-07 14:28:18 +0300
  • ac7f199fdd README improvements Unbewohnte 2021-06-07 05:48:05 +0300
  • 1bb43db365 Added examples in README Unbewohnte 2021-06-06 15:38:54 +0300
  • 1ccd5a7255 Typo; Deleted an executable Unbewohnte 2021-06-06 14:53:59 +0300
  • 7c9208ee75 Fixed a link 1.0.0 Unbewohnte 2021-06-06 14:27:50 +0300
  • 1e4aea08d2 fixed a WORD Unbewohnte 2021-06-06 14:26:49 +0300
  • ef149fb0b8 First working version Unbewohnte 2021-06-06 14:19:57 +0300