1
0
mirror of https://github.com/schollz/croc synced 2024-07-08 11:55:46 +00:00
Commit Graph

67 Commits

Author SHA1 Message Date
Zack Scholl
7be11a6fda flag is no compress 2018-07-07 10:08:16 -07:00
Zack Scholl
f315a0bb79 add stdin 2018-07-07 10:08:15 -07:00
Zack Scholl
2e545e6594 add no-local 2018-07-07 10:08:15 -07:00
Zack Scholl
816c25b05b compute addresses 2018-07-07 10:08:14 -07:00
Zack Scholl
b7f40b2181 fix parameters 2018-07-07 10:08:14 -07:00
Zack Scholl
dd8d8ee4ce improve relay 2018-07-07 10:08:14 -07:00
Zack Scholl
1223b3e51d specify relay ports 2018-07-07 10:08:14 -07:00
Zack Scholl
aa0c5acc60 add basic ui 2018-07-07 10:08:13 -07:00
Zack Scholl
d95c90de44 building the ui 2018-07-07 10:08:13 -07:00
Zack Scholl
f1b62ea30d check if file exists 2018-07-07 10:08:13 -07:00
Zack Scholl
adff8400be not quite working 2018-07-07 10:08:13 -07:00
Zack Scholl
6e27bfebdd receiving file works 2018-07-07 10:08:12 -07:00
Zack Scholl
72e2d4d3d8 pake works between two clients 2018-07-07 10:08:12 -07:00
Zack Scholl
b32d7060bf sender + receiver mildly working 2018-07-07 10:08:11 -07:00
Zack Scholl
22cd0afd11 websockets working 2018-07-07 10:08:11 -07:00
Zack Scholl
7656b102c7 add crypto, utils 2018-07-07 10:08:11 -07:00
Zack Scholl
ce8135002c add api and divide into relay+server 2018-07-07 10:08:11 -07:00
Zack Scholl
5ede3186e5 first attempt 2018-07-07 10:08:11 -07:00
Zack Scholl
84f732b662 start over 2018-07-07 10:08:10 -07:00
Zack Scholl
0ccc2685cf fix erroring 2018-06-27 07:46:51 -06:00
Zack Scholl
1866b610fd consolidate main files 2018-06-26 20:32:54 -07:00
Zack Scholl
541ab998bd add no local flag for easy testing 2018-06-26 08:55:30 -07:00
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
d4fa4bc9c0 add back prompt for code 2018-04-23 23:55:38 -06:00
Zack Scholl
638ca9ef27 no need to specify number of connections now 2018-04-23 23:55:33 -06:00
Zack Scholl
13b7f4afcb dont encrypt for local transfer 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
c74c9b8faf update ui
update readme
2018-04-23 23:55:09 -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
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
Zack Scholl
15f9acc441 gofmt -s -w 2018-04-23 23:52:30 -06:00
smileboywtu
e1f48721a4 generic way 2018-04-23 23:52:29 -06:00
smileboywtu
d518cf0c2b update dependency 2018-04-23 23:52:29 -06:00
smileboywtu
d60d81759f use newer version cli 2018-04-23 23:52:29 -06:00
smileboywtu
1eb07db618 add home dir config .croc 2018-04-23 23:52:29 -06:00
陈博
21a0e1778e use link flag to control version 2018-04-23 23:52:28 -06:00
陈博
63ba167880 update main.go 2018-04-23 23:52:28 -06:00
Zack Scholl
389ecf6e60 Add option to hide logo 2018-04-23 23:52:28 -06:00
Zack Scholl
33e41b2b0a Todo: move console logo to usage 2017-11-16 10:09:27 -07:00
Zack Scholl
dbb5ddf2b6 Minor improvements to UI 2017-10-22 11:26:53 -06:00
Zack Scholl
6b9cc84313 Simplified UI for sending directories 2017-10-22 10:24:55 -06:00
Brad Lunsford
b559e8f27e Adding -save and -ask-save flags, joining paths when necessary 2017-10-21 21:05:08 -07:00
Zack Scholl
522f660f37 Added croc ASCII 2017-10-21 07:43:07 -06:00
Brad Lunsford
6bdbdce655 ran 'go fmt *.go' to (hopefully) get rid of commit issues 2017-10-20 15:18:06 -07:00
Bradley T Lunsford
eb3af56ccf adding wait funtionality: if waiting, will send a different identification to the server 2017-10-20 14:51:30 -07:00
Zack Scholl
c3cd3d6039 Streaming encryption and hashing and update UI
Fixes #19
Fixes #18
2017-10-20 06:25:48 -06:00