67 Commits (main)
 

Author SHA1 Message Date
Kasianov Nikolai Alekseevich 1d8f987c27 Removed old email from license notices; minor changes to the program output, help message 2 years ago
Gitea b30d0c3465 No more github 2 years ago
Gitea 6bb927a26e Being idependent from github 2 years ago
Unbewohnte c2bd2cb0cf Apparently my name is spelled differently in English ¯\_(ツ)_/¯ 2 years ago
Unbewohnte 2548fa68e7 Less syscalls to open files on the receiving end 2 years ago
Unbewohnte 8eb2f181fd Symlinks support ! 2 years ago
Unbewohnte 700811b179 [checksum] Micro optimisations; [node] Renamed nodes to receiving and sending; [fsys] ftu now DOES NOT die on 'permission denied's 3 years ago
Unbewohnte 21d16c590f Updated README: I can't be inspired by a thing I've never used, can I ?... Tehehe~ 3 years ago
Unbewohnte 4d12a15a58 [Node] Invalid transfer info printing is >>|FIXED|<< 3 years ago
Unbewohnte 382908c1e5 Updated copyright year 3 years ago
Unbewohnte e4c086b358 make release 3 years ago
Unbewohnte 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 3 years ago
Unbewohnte 75cb68dd30 [node] fixed one-file transfer logical issue 3 years ago
Unbewohnte 550c6e26ef [main] changed version 3 years ago
Unbewohnte 74464c9470 [main] verbose output flag changed to ?; [node] added 3 microsecond delay in sender node when sending file info packets 3 years ago
Unbewohnte a8e973645a [main] added a missing new line for verbose output usage message 3 years ago
Unbewohnte d0a0eaf780 [Make] output clean executable names 3 years ago
Unbewohnte 5aae65980d [Make] remove release folders after zipping 3 years ago
Unbewohnte 3a40920af5 Verbose output 3 years ago
Unbewohnte 502877c515 [main] changed version string; [make] pkgrelease for easy cross-building 3 years ago
Unbewohnte 09e3c7b960 [node] print transfer info. The output is not flooded anymore on receiver 3 years ago
Unbewohnte 1a302cb9fb [node] bugfixes? [make] cross compilation automatisation 3 years ago
Unbewohnte b2cff053b0 Removed an old license file 3 years ago
Unbewohnte 9e730bee4c Moved to GPLv3 3 years ago
Unbewohnte fab8aa947b [protocol] added ALREADYHAVE packet; [node] fixed logical path error when receiving a single file; ALREADY HAVE FILE FEATURE 3 years ago
Unbewohnte d598b4d1e7 [README] updated information 3 years ago
Unbewohnte 6ec5eabc93 [fsys] fixed relative path finding; [node] fixed recursive transfer of a directory 3 years ago
Unbewohnte 075c342dbd [protocol] added relative path logic to the FILE packet; [fsys] file relative path to its parent directory; [node&&FTU] CAN SEND DIRECTORIES RECURSIVELY 3 years ago
Unbewohnte d0a8d22d12 [node] non-recursive directory send !; [Makefile] tests 3 years ago
Unbewohnte 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 3 years ago
Unbewohnte 1d08ae1ac4 [fsys] get directory files; [node] started to implement directory transfer. DOES NOT WORK NOW 3 years ago
Unbewohnte 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 3 years ago
Unbewohnte c6d2bc80db [README] updated information; [installation process] added install.sh; [protocol] added DIRECTORY header description 3 years ago
Unbewohnte 205fbcc2d3 [node] unexported unnecessary struct fields, divided transferInfo into sending and receiving parts; implemented yet untested sendDirectoryPacket 3 years ago
Unbewohnte 442af0205e [node] clearer sendPiece error handling in sender node 3 years ago
Unbewohnte d0d15f2bd5 [node] improved mainloop logic 3 years ago
Unbewohnte 5b1d964cad [node] documentation 3 years ago
Unbewohnte f0332c8a7f [fsys] correctly calculate directory size 3 years ago
Unbewohnte 49b25443fe Encryption 3 years ago
Unbewohnte 2da9cd5bd0 Rewrite; Current status: can send one file, not encrypted 3 years ago
Unbewohnte 73eb91dce3 Bolerplate code for node 3 years ago
Unbewohnte 77823b1b94 Started to rewrite the entire thing; The old code is still there for now 3 years ago
Unbewohnte a0780a1a5d Removed unnecessary function 3 years ago
Unbewohnte 00729e0f26 Added a license flag 3 years ago
Unbewohnte ac68ddb395 Changed MAXPACKETSIZE, added a time of completion 3 years ago
Unbewohnte 4381de0041 Appropriate 3 years ago
Unbewohnte d30ac7900e Print defaults if no flags specified 3 years ago
Unbewohnte a43b0a10b3 Installation script, improved README 3 years ago
Unbewohnte 1aa968d93e Added a handling for interrupt signal 3 years ago
Unbewohnte 4f5165fa3a Improved flags validation 3 years ago