Commit Graph

126 Commits

Author SHA1 Message Date
dependabot[bot]
1d62f4b007
Bump golang.org/x/crypto from 0.6.0 to 0.7.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/compare/v0.6.0...v0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-06 11:12:21 +00:00
7bfc7ea5a7
Merge pull request #4 from yunginnanet/dependabot/go_modules/golang.org/x/crypto-0.6.0 2023-02-24 12:18:00 -08:00
dependabot[bot]
54298d0a71
Bump golang.org/x/crypto from 0.0.0-20220817201139-bc19a97f63c8 to 0.6.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220817201139-bc19a97f63c8 to 0.6.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 11:04:37 +00:00
20ef2e0607
Docs: Add documentation, update README.md 2023-02-05 20:03:24 -08:00
9b000e97f2
Pool: Add benchmarks 2023-02-05 20:02:39 -08:00
1a3c4cefc4
Pool: documenation 2023-02-05 19:32:59 -08:00
02695f44bd
CI: add race detector 2023-01-18 16:16:05 -08:00
8d84965386
Feat[pool]: add NewSizedBufferFactory 2023-01-18 16:13:44 -08:00
25ae455041
Update README.md 2022-12-31 10:53:41 -08:00
6bad25a5fd
Update .gitignore 2022-12-31 10:53:03 -08:00
0082b2a442
Debloat: we're not v1 yet so I can do this (remove network) 2022-12-31 10:52:36 -08:00
81dad19896
Fix[linux]: not returning error 2022-12-18 07:02:11 -08:00
e86d7171e0
Cleanup[linux] + lint 2022-12-18 06:46:16 -08:00
a39de9c865
Cleanup[linux]: de-dupe + doc++ 2022-12-18 04:11:45 -08:00
2e58f576ff
Feat[linux]: sysinfo 2022-12-18 04:05:54 -08:00
c7eafdbc52
Fix[entropy]: fix OneInA function 2022-12-11 12:02:46 -08:00
7c3c116baa
Debloat: Get rid of zerolog dependency 2022-11-22 13:33:08 -08:00
3f6dbd7472
Feat[entropy]: Access shared rand.Rand 2022-10-11 01:06:20 -07:00
a9ce9387ac
Feat[pool]: safer bytes.Buffer+sync.Pool 2022-10-02 23:46:32 -07:00
2e72a70838
Feat[pool/strings]: More Must functions 2022-10-02 23:45:48 -07:00
f8d9462a66
Feat: MustWriteString, MustPut 2022-10-02 22:06:42 -07:00
fb2b04efbc
Coverage: fix regression 2022-09-28 01:20:56 -07:00
36795dee8e
Feat[pool]: add safer strings.Builder pool 2022-09-28 01:11:54 -07:00
358021fb40
Revert defunct dev branch stuff 2022-09-28 00:04:16 -07:00
68d7cd9ecc
Update test to match network changes 2022-09-27 23:47:16 -07:00
781a3583d2
Add cmd: ipranger 2022-09-27 23:47:16 -07:00
929cdf25bb
Feat[entropy]: Random slice value 2022-09-27 23:45:49 -07:00
3139db4896
Feat: Fprintf 2022-09-23 13:45:54 -07:00
98a80f4427
Retract defunct cached modules 2022-09-15 02:03:21 -07:00
24fbc6514a
Paranoid checks 2022-08-25 04:11:02 -07:00
9d344e77b5
Performance and testing improvements
Signed-off-by: kayos@tcp.direct <kayos@tcp.direct>
2022-08-22 06:14:08 -07:00
945ce6ee14
Feat: RandStrWithUpper 2022-07-13 05:09:07 -07:00
48eeb84afd
gofmt -s 2022-07-13 01:15:15 -07:00
f3320e756c
Bump zerolog (for printf error handling) 1.26.1 -> 1.27.0 2022-07-13 01:13:07 -07:00
dependabot[bot]
d37befbf39
Bump github.com/rs/zerolog from 1.26.1 to 1.27.0
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.26.1 to 1.27.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.26.1...v1.27.0)

---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-13 08:10:21 +00:00
17aa515904
Create dependabot.yml 2022-07-13 01:09:58 -07:00
ed7837591a
Merge branch 'fast-rand' 2022-07-12 02:11:20 -07:00
30f94d6eae
Enhancement: shared/global rand objs + add benchmarks 2022-07-12 02:00:54 -07:00
d07f8de105
Docs: improve range iteration documentation 2022-07-08 03:51:12 -07:00
3d8d392d8b
Feat: Add new hash functions + Testing: improve coverage 2022-07-04 00:43:03 -07:00
06cc556626
Update README.md 2022-05-29 22:36:31 -07:00
0dda286965
Coverage: Fprint testing 2022-05-29 22:29:07 -07:00
56c9b804e5
Add: Float64 byte slice conversions 2022-05-29 22:06:34 -07:00
84d2f8bc95
Revert: Make packages independant 2022-05-15 15:52:37 -07:00
3192308f1c
Modules: Make packages independant 2022-05-15 15:46:23 -07:00
ca58630bde
Release v0.3.5 2022-03-26 20:25:30 -07:00
d79368c7b9
Release v0.3.5 2022-03-26 20:25:04 -07:00
5aaf70930c
Release v0.3.5 2022-03-26 20:24:30 -07:00
32c4020301
Release v0.3.4 2022-03-26 20:24:24 -07:00
8fd6fde78b
Fix: github CI for go 1.18 2022-03-26 20:21:07 -07:00