Zack Scholl
105fb9a3ce
Merge branch 'master' of github.com:schollz/croc
2021-03-05 17:05:02 +00:00
Zack Scholl
30783ce79c
overwrite symlinks on transfer, like files, fixes #334
2021-03-05 09:00:15 -08:00
Zack Scholl
a46f09ee1c
Merge branch 'master' of github.com:schollz/croc
2021-02-23 20:15:02 +00:00
Zack Scholl
cdabf629b6
bump 8.6.8
2021-02-23 12:10:30 -08:00
Zack Scholl
40cda1bed7
Merge branch 'master' of github.com:schollz/croc
2021-02-23 20:10:04 +00:00
Zack Scholl
92ab62d03e
bump 8.6.8
2021-02-23 12:09:50 -08:00
Zack Scholl
31012b8f7d
fix goreleaser
2021-02-23 12:09:42 -08:00
Zack Scholl
4b0d01d8f0
bump 8.6.8
2021-02-23 12:06:59 -08:00
Zack Scholl
648eb6c71d
update deps
2021-02-23 12:03:29 -08:00
Zack Scholl
b19a028aea
Merge branch 'master' of github.com:schollz/croc
2021-02-19 18:30:03 +00:00
Zack
9588f2b4a4
Merge pull request #331 from schollz/dns
...
Dns
2021-02-19 10:25:32 -08:00
Zack Scholl
cd2802b8b5
shorter dns fail time
2021-02-19 10:18:13 -08:00
Zack Scholl
c5ff55a193
find dns from any number of providers
2021-02-19 10:16:58 -08:00
Zack Scholl
1cf309faf2
Merge branch 'master' of github.com:schollz/croc
2021-02-11 22:10:05 +00:00
Zack
8dc5bd6e04
Merge pull request #328 from lekoOwO/patch-1
...
Add alpine linux installation instructions
2021-02-11 14:06:29 -08:00
leko
37f09049a4
Update README.md
2021-02-11 15:19:11 +08:00
Zack Scholl
eaa18cd502
Merge branch 'master' of github.com:schollz/croc
2021-02-10 17:40:04 +00:00
Zack Scholl
b9d461e5df
update deps
2021-02-10 09:36:42 -08:00
Zack Scholl
89ea0166fa
Merge branch 'master' of github.com:schollz/croc
2021-02-03 18:10:04 +00:00
Zack Scholl
77fd78e408
Merge branch 'master' of github.com:schollz/croc
2021-02-03 10:08:40 -08:00
Zack Scholl
edeb7c8886
update deps
2021-02-03 10:08:30 -08:00
Zack Scholl
4481fe2336
Merge branch 'master' of github.com:schollz/croc
2021-02-02 14:50:03 +00:00
Zack
ef43873c3b
Merge pull request #325 from nikoksr/fix/missing-code-too-short-error
...
fix(cli): make 'code too short' error symmetric on both sender and receiver side
2021-02-02 06:48:21 -08:00
Zack Scholl
0bec0b26ab
Merge branch 'master' of github.com:schollz/croc
2021-02-02 14:45:04 +00:00
Zack
681c824ef4
remove snap, it just doesn't work
2021-02-02 06:43:12 -08:00
Zack Scholl
950b6f83d9
Merge branch 'master' of github.com:schollz/croc
2021-02-01 15:00:03 +00:00
Zack Scholl
7f5d704a26
change name
2021-02-01 06:58:27 -08:00
Zack
a6a8ab71ce
Merge pull request #315 from PeterEve/master
...
Added an option to ignore attached stdin.
2021-02-01 06:56:45 -08:00
Zack
de56d2f6dd
Merge pull request #321 from Spaceface16518/docker-min
...
Reduce size of Docker image by stripping debug symbols
2021-02-01 06:55:08 -08:00
Zack Scholl
2f96b77b73
Merge branch 'master' of github.com:schollz/croc
2021-02-01 14:55:02 +00:00
Zack
0548c2e45f
Merge pull request #322 from benjamin-wen/patch-1
...
Update year
2021-02-01 06:54:42 -08:00
Niko Köser
0b60fef246
refactor: write errors into stderr and add exit code
...
Instead of writing errors into stdout and alway returning exit code 0,
we now write into stderr and return exit code 1 in case that an error
occured.
2021-02-01 10:48:34 +01:00
Niko Köser
3ccd4d07e9
fix: accidentally overwritten error value
...
In function _cli.send_ the named return value 'err' gets accidentally
overwritten in the deferred anonymous function that removes the
files/directories. Renamed the error variable inside the deferred
function so that it does not overwrite the original error anymore.
Closes #296
2021-02-01 10:34:06 +01:00
Benjamin Wen
b5f1b35213
Update year
2021-01-28 11:27:27 +08:00
Spaceface16518
90eda5639f
Strip go binary in docker build
2021-01-27 12:30:45 -06:00
Zack Scholl
77d0c7ae2e
Merge branch 'master' of github.com:schollz/croc
2021-01-26 21:20:03 +00:00
Zack
493eb075f1
Merge pull request #318 from Spaceface16518/master
...
Docker deployment configuration
2021-01-26 13:16:23 -08:00
Spaceface16518
247d2b18ec
Remove linux/ppc64le platform
...
gcc not found in $PATH?
2021-01-22 00:00:20 -06:00
Spaceface16518
6b8a14d831
Remove linux/s390x platform
...
Breaking the docker buildx build due to some signature verification
error
2021-01-22 00:00:20 -06:00
Amrit
743b2c1bf4
Create deploy.yml
2021-01-21 23:32:51 -06:00
Peter
17f3df7e36
Added an option to ignore attached stdin, for compatibility with node child_process
2021-01-10 13:17:43 +00:00
Zack Scholl
dab683c9dc
Merge branch 'master' of github.com:schollz/croc
2020-12-29 17:35:03 +00:00
Zack
e829ca0ff4
thank you digital ocean
2020-12-29 09:34:57 -08:00
Zack Scholl
e27c32cf6e
Merge branch 'master' of github.com:schollz/croc
2020-12-28 19:05:03 +00:00
Zack Scholl
a2b243ad94
bump 8.6.7
2020-12-28 11:01:27 -08:00
Zack Scholl
05640cd49f
update deps
2020-12-28 11:00:44 -08:00
Zack Scholl
037dbbd4e9
Merge branch 'master' of github.com:schollz/croc
2020-12-28 18:50:06 +00:00
Zack
0994e4eda5
Merge pull request #307 from hillmarcus/306-file-size
...
Issue #306 , File Size Mismatch
2020-12-28 10:46:39 -08:00
Zack
235f065a9c
Merge pull request #310 from vzlcn0/master
...
add new cmd option to set sender ip
2020-12-28 10:46:14 -08:00
vzlcn0
52bc6312e1
add new cmd option to set sender ip
2020-12-17 18:37:48 +03:00