1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-28 09:35:14 +03:00
Commit Graph

98 Commits

Author SHA1 Message Date
Zack Scholl
90809a80a1 have --local flag bypass public server 2018-04-25 00:20:09 -07:00
Zack Scholl
ad2ab1d8da show filename + file size early 2018-04-24 22:58:35 -07:00
Zack Scholl
90f1277ee5 automatically determine if local 2018-04-24 20:54:50 -07:00
Zack Scholl
2bd8504a57 works without --local 2018-04-24 07:46:07 -07:00
Zack Scholl
9837763bed simplify filepath 2018-04-23 23:45:40 -07:00
Zack Scholl
13a35795be Fix windows bug that adds .\ to filename when its .\X 2018-04-23 23:42:46 -07:00
Zack Scholl
bd4eaf90df update dependencies 2018-04-23 23:55:54 -06:00
Zack Scholl
0127df5f04 new version of peerdiscovery to work with windows 2018-04-23 23:55:42 -06:00
Zack Scholl
d4fa4bc9c0 add back prompt for code 2018-04-23 23:55:38 -06:00
Zack Scholl
091e8aecac update graphics 2018-04-23 23:55:37 -06:00
Zack Scholl
00dfe62033 bug fix for allowing full input of servername 2018-04-23 23:55:37 -06:00
Zack Scholl
67526279ce change timelimit 2018-04-23 23:55:37 -06:00
Zack Scholl
1308694711 better ui 2018-04-23 23:55:37 -06:00
Zack Scholl
638ca9ef27 no need to specify number of connections now 2018-04-23 23:55:33 -06:00
Zack Scholl
f689ca3909 Fix tarinator for windows 2018-04-23 23:55:29 -06:00
Zack Scholl
1ced0aa532 add debug statement 2018-04-23 23:55:25 -06:00
Zack Scholl
95bec30262 fix progress bar 2018-04-23 23:55:19 -06:00
Zack Scholl
b6df5839b8 Add local option
change local receive code
2018-04-23 23:55:14 -06:00
Zack Scholl
22d7a1d42d determine stdin automatically 2018-04-23 23:52:31 -06:00
Zack Scholl
68b937f4cb Allow auto-receive 2018-04-23 23:52:30 -06:00
Zack Scholl
39e2a20a6f Fix debug progressbar bug and make sure to clean enc.0 2018-04-23 23:52:30 -06:00
Zack Scholl
78df00f7ab Use stderr so stdout can be redirected 2018-04-23 23:52:30 -06:00
Travis
19bfbcb9c2 initial implementation for reading input files from stdin 2018-04-23 23:52:30 -06:00
smileboywtu
1eb07db618 add home dir config .croc 2018-04-23 23:52:29 -06:00
Zack Scholl
e8d5afe1fa Add cleanup on Ctl+C 2018-04-23 23:52:28 -06:00
陈博
407d85270c fix file split bugs and sending server:port display error 2018-02-07 16:24:44 +08:00
Zack Scholl
152c27a5e9 Bug fix: remove race condition for startTime 2017-11-05 07:07:35 -07:00
Zack Scholl
8ff1fe1d2a Bug fix: tarring in Windows and untarring in Linux
Also updated depdencies
2017-11-04 05:38:27 -06:00
Zack Scholl
32a25323c5 progressbar api 2017-10-26 12:30:56 -06:00
Zack Scholl
e3ff37cce8 Use a home-rolled progressbar 2017-10-26 12:23:50 -06:00
Zack Scholl
d134e7986f Shorten the UI bar 2017-10-25 09:44:08 -06:00
Zack Scholl
2001e13057 Simplified UI 2017-10-25 06:10:03 -06:00
Mr. Joja
36b546406d removed duplicated code on transfer speed message 2017-10-25 01:01:01 -06:00
Mr. Joja
414507ab1c fix types mismatched with transfer duration 2017-10-25 00:28:41 -06:00
Mr. Joja
dd6cf4ba76 fixed typo in time.Since function 2017-10-24 23:51:11 -06:00
Mr. Joja
c173987d7b added file/folder transfer time 2017-10-24 22:40:48 -06:00
Zack Scholl
3fd9a345c4 Fix data races #44 2017-10-24 08:43:35 -06:00
h3yEllex
81312a6647 Removed redunant else statement 2017-10-24 13:02:55 +03:00
h3yEllex
3f606bb87d removed unnecessary if statement 2017-10-24 12:13:04 +03:00
Zack Scholl
dbb5ddf2b6 Minor improvements to UI 2017-10-22 11:26:53 -06:00
Zack Scholl
1ea8d9196f Better UI and check for overwriting file 2017-10-22 10:44:18 -06:00
Zack Scholl
f8505caa27 Delete receiver key if sender is not present and not waiting Fixes #39 2017-10-22 10:36:44 -06:00
Zack Scholl
9c6d672272 Added flag for unencrypted files 2017-10-22 10:28:31 -06:00
Zack Scholl
6b9cc84313 Simplified UI for sending directories 2017-10-22 10:24:55 -06:00
Zack
7fbfe7cecc Merge pull request #37 from threefjord/master
Adding -save and -ask-save flags, joining paths when necessary
2017-10-22 09:28:05 -06:00
Camille Eyriès
b8d2e1bede receive directories to \'croc_received\' 2017-10-22 12:14:46 +02:00
Brad Lunsford
b559e8f27e Adding -save and -ask-save flags, joining paths when necessary 2017-10-21 21:05:08 -07:00
Zack
3bd96564f7 Merge pull request #35 from jesuiscamille/master
Automatically compress directory to a tar.gz archive
2017-10-21 17:15:54 -06:00
Camille Eyriès
14a168c908 export isDir 2017-10-22 00:55:34 +02:00
Camille Eyriès
0df9890b8b fix weird bug and remove tmp file after use 2017-10-22 00:28:06 +02:00