1
0
mirror of https://github.com/schollz/croc synced 2024-07-01 07:04:32 +00:00
Commit Graph

1939 Commits

Author SHA1 Message Date
Zack Scholl
4c120c4963 bump version 2024-06-26 10:55:12 -07:00
Zack
7c3dc4453a croc checks for error in file name 2024-06-26 06:58:12 -07:00
Zack
3e804a4a09 ValidFileName returns error 2024-06-26 06:57:57 -07:00
Zack
907f2b3824 Merge branch 'main' of github.com:schollz/croc 2024-06-26 06:09:33 -07:00
Zack
05da5007ed add new test 2024-06-26 06:09:23 -07:00
Zack
791e4c22d2
Merge pull request #742 from ryancdotorg/main
correct classic mode prompt
2024-06-22 08:26:12 -07:00
Zack
dd3e3ff1ab
Merge pull request #740 from schollz/dependabot/github_actions/docker/build-push-action-6
build(deps): bump docker/build-push-action from 5 to 6
2024-06-22 08:25:17 -07:00
Ryan Castellucci
44f2b94164 correct classic mode prompt
"Do you wish to continue to enable the classic mode?" actually defaults to "no" rather than "yes" as the prompt text implies, this corrects the prompt text.
2024-06-22 09:03:42 +01:00
dependabot[bot]
6c7120edbb
build(deps): bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 09:03:31 +00:00
Zack
1e34537bb2
Merge pull request #737 from schollz:schollz/issue735
fix: croc hangs with broken dns
2024-06-13 08:28:06 -07:00
Zack
0d0effd983 fix: croc hangs with broken dns
Fixes #735
2024-06-13 08:27:55 -07:00
Zack
e85575f3a5
Merge pull request #734 from schollz/dependabot/go_modules/github.com/schollz/progressbar/v3-3.14.4
build(deps): bump github.com/schollz/progressbar/v3 from 3.14.3 to 3.14.4
2024-06-10 05:57:51 -07:00
dependabot[bot]
0afdcd7005
build(deps): bump github.com/schollz/progressbar/v3
Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.14.3 to 3.14.4.
- [Release notes](https://github.com/schollz/progressbar/releases)
- [Commits](https://github.com/schollz/progressbar/compare/v3.14.3...v3.14.4)

---
updated-dependencies:
- dependency-name: github.com/schollz/progressbar/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 08:21:44 +00:00
Zack
ca8f011844 v10.0.8 2024-06-06 10:22:46 -07:00
Zack
55518176e1 Merge branch 'main' of github.com:schollz/croc 2024-06-06 10:21:42 -07:00
Zack
e502cf0c82 update dependencies 2024-06-06 10:19:44 -07:00
Zack
5cf4d7c103 update: imohash samples more of the file 2024-06-06 10:19:23 -07:00
Zack
c28c4786a1
Merge pull request #728 from schollz/dependabot/go_modules/golang.org/x/net-0.26.0
build(deps): bump golang.org/x/net from 0.25.0 to 0.26.0
2024-06-05 19:53:49 -07:00
Zack
6f974d96e8
Merge pull request #732 from raimocom/main
Update croc.go - console output clarification
2024-06-05 18:48:24 -07:00
raimocom
c2cb15cb73
Update croc.go - console output clarification 2024-06-06 03:43:01 +02:00
Zack
2d648aa580
Merge pull request #731 from raimocom/main
Update cli.go (help output clarification)
2024-06-05 18:42:00 -07:00
raimocom
80074b3727
Update cli.go (help clarification overwrite/resume) 2024-06-06 03:38:15 +02:00
raimocom
e47ca8fbcb
Update cli.go 2024-06-06 02:56:53 +02:00
dependabot[bot]
d011290559
build(deps): bump golang.org/x/net from 0.25.0 to 0.26.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.25.0 to 0.26.0.
- [Commits](https://github.com/golang/net/compare/v0.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-05 08:46:37 +00:00
Zack
50e0f625bc v10.0.7 2024-05-31 14:32:59 -07:00
Zack
94af2374c3 Merge branch 'main' of github.com:schollz/croc 2024-05-31 14:32:03 -07:00
Zack
a4322faa25 ui: add newlines to skipping messages 2024-05-31 14:31:46 -07:00
Zack
23dce2aa3e
Merge pull request #724 from schollz:schollz/issue723
fix: receiver needs to exit without initializing files if no files being transfered
2024-05-31 11:45:51 -07:00
Zack
88002b322d fix: receiver needs to exit without initializing files if no files being transfered 2024-05-31 11:44:56 -07:00
Zack
9246408278 for valid filename tests 2024-05-30 15:21:51 -07:00
Zack
fbf1eeedce v10.0.6 2024-05-28 16:24:29 -07:00
Zack
e4c9f2d9fb
Merge pull request #721 from schollz:schollz/issue720
show hash progress on large files
2024-05-28 16:21:45 -07:00
Zack
c0c3370d9b add highway hash 2024-05-28 16:19:38 -07:00
Zack
f6bd13fa06 show hash progress on large files 2024-05-28 16:08:31 -07:00
Zack Scholl
f83616e9bd readme: remove coverage badge 2024-05-26 11:37:03 -07:00
Zack Scholl
23f385ab2f readme: update badge for CI 2024-05-26 11:35:54 -07:00
Zack Scholl
78feb393de fix println warnings 2024-05-26 11:33:21 -07:00
Zack
69fc3cee47 v10.0.5 2024-05-26 07:58:08 -07:00
Zack
a5da77cf49
Merge pull request #717 from schollz:schollz/issue716
new: add flag `--classic` with warning for passing shared secret on single-user systems
2024-05-26 07:55:31 -07:00
Zack
f66e17dd46 add the checks for the classic insecure mode 2024-05-26 07:54:37 -07:00
Zack
63c9201938 new: add flag with warning for passing shared secret on single-user systems 2024-05-26 07:52:12 -07:00
Zack
ca7a5979cc need environmental variable on all unix systems 2024-05-26 07:20:48 -07:00
Zack
fc457557e0 v10.0.4 2024-05-25 09:02:34 -07:00
Zack
f044f4dd86
Merge pull request #713 from schollz:schollz/issue712
escape filenames that have invisible characters while allowing other languages
2024-05-25 09:00:36 -07:00
Zack
a2e71c7e1a escape filenames that have invisible characters while allowing other languages
Fixes #712
2024-05-25 08:59:38 -07:00
Zack
dff34fa7fc fix comment 2024-05-24 19:44:28 -07:00
Zack Scholl
08103bb7bb v10.0.3 2024-05-24 18:04:29 -07:00
Zack Scholl
4091ef0496 fix: remove hash extra 2024-05-24 18:03:51 -07:00
Zack
381f8369a3 update bug report 2024-05-23 09:49:18 -07:00
Zack
a95d67e31c v10.0.2 2024-05-23 09:47:15 -07:00