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

1905 Commits

Author SHA1 Message Date
Zack Scholl
3b819346fa bump 9.6.2 2022-12-06 07:58:30 -08:00
Zack Scholl
2467411bae fix install tests 2022-12-06 07:58:15 -08:00
Zack Scholl
b436b31970 update deps 2022-12-06 07:45:07 -08:00
Zack Scholl
e3ce565ca6 fix: allow remembering hash algorithm 2022-12-05 15:28:25 -08:00
Zack Scholl
e04981698c update deps 2022-12-05 15:25:10 -08:00
Zack Scholl
07a67ed54e path -> fpath 2022-12-05 15:24:47 -08:00
Zack
9a8e584aca
Merge pull request #520 from taigrr/gofumpt
run through gofumpt
2022-12-05 15:22:10 -08:00
Tai Groot
fa7ae114f5
run through gofumpt 2022-12-05 11:21:04 -08:00
Zack
8a4326bc0d
Merge pull request #519 from taigrr/workflow
update dockerfile to v1.19
2022-12-04 09:37:17 -08:00
Tai Groot
ae20f2b5ac
update dockerfile 2022-12-01 21:45:10 -08:00
Zack Scholl
cd6eb1ba53 update deps 2022-11-18 20:55:07 -08:00
Zack Scholl
8454008b45 update deps 2022-11-18 20:52:55 -08:00
Zack
fce4629120
Merge pull request #515 from taigrr/workflow
Github CI go 1.18 -> 1.19
2022-11-18 20:47:36 -08:00
Tai Groot
fd0db2ad55
upgrade github ci workflow 2022-10-30 20:43:51 -07:00
Zack
7f9688c7a1
Merge pull request #512 from IrishMaestro/revision
Typo fix
2022-10-23 10:29:05 -07:00
IrishMaestro
f1e15a54ee
Typo fix
typo fix for the word relative
2022-10-22 17:18:16 -05:00
Zack Scholl
0f7f449d7f bump 9.6.1 2022-10-17 13:44:09 -07:00
Zack Scholl
b27982a742 update deps 2022-10-17 13:42:39 -07:00
Zack Scholl
30f5a3e84e revert back to flate instead of zstd 2022-09-16 09:19:58 -07:00
Zack Scholl
786fc8d34f update mods 2022-09-16 09:10:08 -07:00
Zack
8de4508876
Merge pull request #506 from V-R-Dighe/develop
Added zstd as a compression algorithm
2022-09-16 09:08:14 -07:00
VRDighe
e640e4fce0 Replaced zstd package 2022-09-16 10:19:44 +05:30
VRDighe
4f8b2aba9b Added zstd as a compression algorithm 2022-09-13 20:08:07 +05:30
Zack
1517767129
addresses #496 gettings ports doing LAN 2022-08-12 12:00:26 -07:00
Zack Scholl
3dedd41557 update 2022-08-06 09:32:46 -07:00
Zack
69f939c0cd
Merge pull request #494 from chavacava/fix-493
fix #493: data race in cli.relay
2022-08-05 08:38:07 -07:00
Zack
cd5872bd2d
Merge pull request #497 from cuishuang/main
fix some typos
2022-08-05 08:37:36 -07:00
cui fliter
1c6583f925 fix some typos
Signed-off-by: cui fliter <imcusg@gmail.com>
2022-08-05 20:41:18 +08:00
chavacava
40ac320261
fix #493: data race in cli.relay 2022-07-17 10:40:49 +02:00
Zack Scholl
1851327df7 bump 9.6.0 2022-07-08 16:41:04 -07:00
Zack Scholl
0e93f1e285 println -> print os.stderr 2022-07-07 10:46:49 -07:00
Zack Scholl
7e0814a57e update deps 2022-07-07 10:34:20 -07:00
Zack Scholl
c6bcb79928 remove zip compression and add --zip to send command 2022-07-07 10:32:23 -07:00
Zack
134673691e
Merge pull request #488 from stefins/zip-folder
Added ability to zip a directory
2022-07-07 10:14:23 -07:00
Stefin
d226ba536e Fixed relative path / bug 2022-07-07 18:56:37 +05:30
Stefin
b50fe88474 Added support for sending relative folder 2022-07-07 02:58:49 +05:30
Stefin
37ae453ff7 Unzipping file at the reciever end 2022-07-07 00:06:11 +05:30
Stefin
ee772c4cec Added UnzipDirectory function 2022-07-07 00:05:56 +05:30
Stefin
ed030375e5 Modified the argument for GetFilesInfo in tests 2022-07-06 18:49:32 +05:30
Stefin
ad36e21051 Handling the --zip flag 2022-07-06 18:48:19 +05:30
Stefin
4ea9a96d88 Added --zip CLI argument for zipping all the dir specified 2022-07-06 18:47:34 +05:30
Stefin
f0f9b80bdf added ZipDirectory function 2022-07-06 18:46:02 +05:30
Zack
7a0c0a8200
Merge pull request #474 from tjanez/fedora-package
add Fedora instructions to README
2022-05-20 09:50:31 -07:00
Zack Scholl
5270755c15 bump 9.5.6 2022-05-18 16:57:22 -07:00
Zack Scholl
b7e4a73c27 don't show number of folders if the number is 0 2022-05-18 16:57:00 -07:00
Zack Scholl
da5d19ef28 update deps and ui 2022-05-18 16:53:28 -07:00
Zack
c68cfcea8a
Merge pull request #478 from DasSkelett/fix/relay-address-behind-dns64
Fix relay IPv4 address resolution behind DNS64
2022-05-18 16:48:51 -07:00
DasSkelett
38ed8ecc3c
Fix relay IPv4 address resolution behind DNS64 2022-05-16 22:04:55 +02:00
Tadej Janež
a5d3e00f2b
add Fedora instructions to README 2022-04-29 22:31:59 +02:00
Zack Scholl
9de06a6bf9 bump 9.5.5 2022-04-28 14:30:03 -07:00