0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00
Commit graph

942 commits

Author SHA1 Message Date
Zack Scholl
b9a5f450c5 simplify 2019-04-29 13:53:12 -06:00
Zack Scholl
8dc8783bd4 propogate errors 2019-04-27 17:03:05 -07:00
Zack Scholl
f238c4b22c modify api of salt 2019-04-27 16:49:00 -07:00
Zack Scholl
249c0d8ab0 faster encryption by generating key once 2019-04-27 11:15:38 -07:00
Zack Scholl
14dd892377 tcp communication better/simpler 2019-04-27 09:20:03 -07:00
Zack
951b2a2548
Update README.md 2019-04-08 10:41:24 -07:00
Zack Scholl
7c731a90dc update travis go 2019-03-12 12:35:43 -06:00
Zack Scholl
003a2344e4 update deps 2019-03-12 12:32:46 -06:00
Zack
566694f381
bump version 2019-02-18 20:30:47 -08:00
Zack Scholl
9643fe748b update deps 2019-02-16 10:44:19 -08:00
Zack
caaaff4bd5
Merge pull request #120 from wxitcode/patch-1
Update README.md
2019-02-01 22:25:10 -08:00
wxitcode
e272af8794
Update README.md
Fix display issues
2019-02-02 12:14:27 +08:00
Zack
bcce2c021d
update with correct relay information #117 2019-01-05 18:35:33 -08:00
Zack
148b10d666
Update default.txt 2019-01-01 16:10:39 -08:00
Zack Scholl
af6cc64786 update deps 2019-01-01 17:01:17 -07:00
Zack Scholl
fd8a1ebe7b activate go111modules in travis ci 2018-12-14 08:15:47 -07:00
Zack Scholl
6fa1b4c080 update gomod 2018-12-14 06:44:20 -08:00
Zack Scholl
7839d7f6e2 exclude gui from testing 2018-12-14 06:39:51 -08:00
Zack Scholl
43dbf98705 rotate multicast based on current time 2018-12-14 06:32:44 -08:00
Zack Scholl
e58fc14218 customize multicast address 2018-12-14 06:27:55 -08:00
Zack
d3fdb4257d
Merge pull request #115 from gonutz/master
Add pure Go Windows GUI
2018-11-20 21:06:17 -08:00
Lars
d42a4f82a1 Add pure Go Windows GUI 2018-11-21 00:08:30 +01:00
Zack Scholl
eaa3624977 bump version 2018-11-05 20:02:31 -07:00
Zack Scholl
068fdb77fc pass errors all the way back 2018-11-02 06:15:37 -07:00
Zack Scholl
8a882cc174 throttle the progress bar 2018-11-01 19:06:50 -07:00
Zack Scholl
be70c8a83d bump version 4.1.3 2018-11-01 09:57:18 -07:00
Zack Scholl
cf2363fd4e add missing escape at end of cli app 2018-11-01 09:08:18 -07:00
Zack Scholl
92648e0112 bump version 2018-11-01 08:45:59 -06:00
Zack Scholl
5ad34e1034 update deps 2018-11-01 08:45:22 -06:00
Zack
09f89a4958
Update go.mod 2018-11-01 07:29:23 -07:00
Zack
73aeaec822
Update go.mod 2018-11-01 07:29:11 -07:00
Zack Scholl
e0081ea8a8 tell user codephrase is wrong if PAKE fails 2018-11-01 07:26:18 -07:00
Zack Scholl
a56334fc60 prompt user if accidently receiving 2018-11-01 07:08:57 -07:00
Zack Scholl
aefb15105a recipient quits if trying to connect without sender
Addresses #109
2018-11-01 06:56:40 -07:00
Zack Scholl
2b8f581ca4 check checksum for macos #111 2018-10-30 14:41:52 -07:00
Zack
737049694b
Fixes #110 2018-10-29 05:43:17 -07:00
Zack Scholl
818e590d92 need to do chdir in goroutine 2018-10-24 07:19:03 -07:00
Zack Scholl
034074d7a3 version 4.1.1 2018-10-24 07:52:13 -06:00
Zack Scholl
e57f3e3861 need to watch slashes 2018-10-24 06:48:05 -07:00
Zack Scholl
0ca74b010e minor zip fixes
Allows multiple zips.

Need to close file after zipping it.
2018-10-24 06:42:27 -07:00
Zack Scholl
fea07cab6c Merge branch 'master' of github.com:schollz/croc 2018-10-23 06:19:56 -07:00
Zack Scholl
562925b5e5 add missing execute bit for config dir 2018-10-23 06:19:53 -07:00
Zack
c33ac025a0
Update README.md 2018-10-23 05:59:11 -07:00
Zack
3a53b572f4
Update README.md 2018-10-23 05:58:37 -07:00
Zack
8ae342e128
thanks 2018-10-23 05:55:45 -07:00
Zack Scholl
44f482937d update relay 2018-10-23 05:37:46 -07:00
Zack
8d43a1f63a
Merge pull request #105 from schollz/4.1-sync
4.1 sync
2018-10-23 05:30:59 -07:00
Zack
fc38472015
Merge pull request #103 from nicolashardy/patch-1
Improve compression speed
2018-10-23 05:30:28 -07:00
Zack Scholl
61d14be70d add compress test 2018-10-23 05:28:30 -07:00
nicolashardy
20497437fe
Improve compression speed
Use Huffman compression in order to fasten the compression speed as described in https://golang.org/pkg/compress/flate/#NewWriter
2018-10-23 11:05:54 +02:00