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

698 commits

Author SHA1 Message Date
Zack Scholl
0eb095bf76 println 2020-09-02 17:35:36 -07:00
Zack Scholl
8fbb7e5019 send and receive text 2020-09-02 17:33:53 -07:00
Zack Scholl
48d63e4854 text works 2020-09-02 17:24:32 -07:00
Zack Scholl
ea781e569b bug fix: propogate error when connecting 2020-09-02 09:46:31 -07:00
Zack Scholl
a8c5bef7c0 raise max bytes to allow huge files #231 2020-09-01 09:32:03 -07:00
Zack Scholl
b188a2691e bump 8.1.3 2020-08-31 11:58:07 -07:00
Zack Scholl
7bc9dc1826 bump 8.1.2 2020-08-27 10:49:30 -07:00
Zack Scholl
2345148fde make sure conn is not nil 2020-08-27 10:13:47 -07:00
Zack Scholl
50bf003022 try ipv6 first 2020-08-27 09:40:41 -07:00
Zack Scholl
695444159e add default ipv6 relay 2020-08-27 09:24:19 -07:00
Zack Scholl
0533f0c96e release auto 2020-08-27 08:15:01 -07:00
Zack Scholl
52182099eb bump 8.1.1 2020-08-27 08:13:07 -07:00
Zack Scholl
e250eeede6 add makefile for releases 2020-08-27 08:12:47 -07:00
Zack Scholl
4aa7f05630 slightly more debugging 2020-08-27 08:10:44 -07:00
Zack Scholl
3a805f8be3 bump 8.1.0 2020-08-26 19:16:25 -07:00
Zack Scholl
588e650d80 don't split host if localhost 2020-08-26 17:46:35 -07:00
Zack Scholl
baddb93c4e local ipv6 works 2020-08-26 14:56:57 -07:00
Zack Scholl
c9a58513e1 attempt to use ipv6 discoveries 2020-08-26 14:42:49 -07:00
Zack Scholl
ae384490d6 don't create folder if its a . 2020-08-26 09:55:59 -07:00
mathew
1b646d5528 Improve error reporting 2020-08-22 18:05:00 -05:00
mathew
827b5d3a86 Initial IPv6 fixes 2020-08-22 14:51:32 -05:00
Zack Scholl
0beeebc351 bump 8.0.13 2020-08-12 09:59:07 -07:00
Zack Scholl
4deced8827 bump 8.0.13 2020-08-12 09:58:13 -07:00
Zack Scholl
81e9f772a1 bump 8.0.13 2020-08-12 09:57:18 -07:00
Zack Scholl
009f36f16c bump 8.0.13 2020-08-12 09:49:29 -07:00
Zack Scholl
fdf383b2d7 bump 8.0.12 2020-07-15 10:48:52 -07:00
Zack Scholl
7fd8fda107 default to port 9009 if port is lost during discovery
fixes #222
2020-07-15 10:47:56 -07:00
Zack Scholl
0377223a67 fix tests: generate file in reproducible way #218 2020-05-18 07:20:51 -07:00
Zack Scholl
23c21bcafd bump 8.0.11 2020-05-12 11:33:03 -07:00
Zack Scholl
532cfa9cd9 bump 8.0.11 2020-05-12 05:41:57 -07:00
Zack Scholl
14f6a4a8be add example gif 2020-05-08 10:58:51 -07:00
Zack Scholl
93e45c6942 bump 8.0.10 2020-05-06 10:55:14 -07:00
Zack Scholl
6dc44ec002 faster pake 2020-05-06 10:50:57 -07:00
Zack Scholl
4211cea92e add benchmark for tcp connection 2020-05-06 10:18:39 -07:00
Zack Scholl
1740bda985 bump 8.0.9 2020-05-01 07:00:17 -07:00
Zack Scholl
189d1f7b2a update deps 2020-05-01 06:59:09 -07:00
Zack Scholl
86ebbaa618 bump 8.0.8 2020-04-24 08:17:24 -07:00
Zack Scholl
2e7708e3cd whoops 2020-04-22 07:08:08 -07:00
Zack Scholl
cb522f2f06 debugging the comm 2020-04-22 06:24:47 -07:00
Zack Scholl
3ed036b51d bug fix: increase deadline for reading in channels, addresses #211 2020-04-20 12:30:07 -07:00
Zack Scholl
a3e81e1d87 bump 8.0.7 2020-04-09 10:12:30 -07:00
Zack Scholl
e56e65207f bump 8.0.7 2020-04-09 09:55:36 -07:00
Zack Scholl
f9f4f291da use debug instead of warn/error addresses #205 2020-04-09 09:54:04 -07:00
Maxim Baz
c058bcbb6b
relay: show version on startup
Since relay is a long-running process, I find myself in situations where I dont know which version of croc I have running.

This simple startup log will make it obvious.
2020-04-09 17:44:19 +02:00
Zack Scholl
9bf470ef29 bump 8.0.6 2020-04-09 08:02:10 -07:00
Zack Scholl
9c0bc3efc3 bug fix: two read deadlines to prevent memory leak
addresses #205
2020-04-09 07:40:39 -07:00
Zack Scholl
386f4ff958 bump 8.0.5 2020-03-31 13:43:13 -07:00
Zack Scholl
97bf35bf93 fix debug 2020-03-31 13:42:52 -07:00
Zack Scholl
f8fd239eec bump 8.0.5 2020-03-31 13:34:10 -07:00
Zack Scholl
72378947b5 update progressbar, show external ip on receiver 2020-03-31 13:33:27 -07:00