Граф коммитов

255 Коммитов

Автор SHA1 Сообщение Дата
James Jackson-South 0bbfaef58d Add additional per-chunk read/write test 2022-12-05 08:20:21 +10:00
dependabot[bot] 7f0962a8e2 Bump github/codeql-action from 1 to 2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-05 07:26:35 +00:00
dependabot[bot] 80b93209a2 Bump codecov/codecov-action from 1 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-05 07:26:07 +00:00
dependabot[bot] f651c26270 Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-05 07:22:25 +00:00
dependabot[bot] 5932473c58 Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-05 07:03:05 +00:00
dependabot[bot] b55f382a68 Bump actions/setup-dotnet from 1 to 2
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 2.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v1...v2)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-05 06:29:15 +00:00
Dirk Lemstra 07f83741dc
Added dependabot config to keep github actions up to date. 2022-06-04 18:12:57 +02:00
Dirk Lemstra d5716cec88
Install missing .NET versions. 2022-02-10 19:34:29 +01:00
Dirk Lemstra 43d4843f96
Changed indentation. 2022-02-10 19:31:55 +01:00
Dirk Lemstra f0eea0d343
Changed master to main in the links. 2022-02-10 19:21:40 +01:00
Dirk Lemstra cdcc826715
Reverted incorrect patch. 2022-02-10 19:16:04 +01:00
Dirk Lemstra 34eaf553b2
Renamed master to main. 2022-02-10 18:06:31 +01:00
James Jackson-South 5afb0e592f
Merge pull request #8 from SixLabors/js/bit_buffer
Fix 64 bit buffer
2021-04-28 11:44:13 +01:00
James Jackson-South 582173d20d Fix Bi_Flush/BI_Windup 2021-04-28 00:44:23 +01:00
James Jackson-South 8b789e4fe5 Use 64bits for bit buffer 2021-04-28 00:05:30 +01:00
James Jackson-South 41c2181e96 Revert broken BITBUFSIZE changes. 2021-04-24 03:06:33 +01:00
James Jackson-South 43e2968562 Remove condition from SRCS Unsafe ref 2021-04-24 01:29:53 +01:00
James Jackson-South 5f9a2d660a Ensure minimum version 2021-04-24 01:13:55 +01:00
James Jackson-South 50cb6e992d Update ZlibStream.Benchmarks.csproj 2021-04-24 01:01:58 +01:00
James Jackson-South 4bc9f644a7 Add CI build 2021-04-24 00:57:25 +01:00
James Jackson-South 196c4730ba Use 64bits for bit buffer 2021-03-05 07:24:43 +00:00
James Jackson-South 4171240cad Allow fast span. Touch #5 2021-03-04 23:39:01 +00:00
James Jackson-South c1d2399f38 Fix casing 2021-03-04 10:50:46 +00:00
James Jackson-South c354f90a7c Begin port to allow span based operations. 2021-03-04 00:40:55 +00:00
James Jackson-South d1b07ac97c Test all compression strategies. 2021-03-03 23:37:08 +00:00
James Jackson-South bf9e051f3b Support CompressionStrategy.Fixed 2021-03-03 23:16:57 +00:00
James Jackson-South 593cfc7775 Pass options to Deflate 2021-03-03 22:29:37 +00:00
James Jackson-South 3ca5bf1fd4 Use options pattern. 2021-03-03 18:01:34 +00:00
James Jackson-South 90f54df603 Inflate now implements IDisposable 2021-03-03 16:40:28 +00:00
James Jackson-South 7d52277230 Seal deflate buffers 2021-03-03 13:24:03 +00:00
James Jackson-South 596e3d15cd Cleanup 2021-02-25 07:37:47 +00:00
James Jackson-South f063118eec Use disposable pattern for Deflate 2021-02-25 07:02:51 +00:00
James Jackson-South bd27ac7105 Style cleanup 2021-02-23 04:21:53 +00:00
James Jackson-South 8642f652ef Begin refactor to use IDisposable 2021-02-23 04:06:57 +00:00
James Jackson-South 95b0edd5c2 Update codeql-analysis.yml 2021-02-21 09:50:13 +00:00
James Jackson-South a050e1dce0 Fix build for NET 4.7.2 2021-02-20 19:29:11 +00:00
James Jackson-South 972c9d4b71 Update license 2021-02-20 19:14:45 +00:00
James Jackson-South c907cb9474 Update to latest props/targets 2021-02-20 19:11:00 +00:00
James Jackson-South 7569610db9
Merge pull request #4 from saucecontrol/master
Improved SIMD Adler32
2021-01-07 04:58:22 +00:00
Clinton Ingram fe48cac313 add half AVX2 iteration 2020-11-23 09:29:06 -08:00
Clinton Ingram 9919703dab improved SIMD Adler32 2020-11-22 23:30:01 -08:00
James Jackson-South a9a286254a Group dynamic buffers 2020-11-17 00:58:44 +00:00
James Jackson-South 2caf8d640f Group constant buffers. 2020-11-16 23:26:03 +00:00
James Jackson-South 785fdba860 Fix allocations 2020-11-12 00:41:47 +00:00
James Jackson-South 348f74d173 Cleanup static codedata access 2020-11-12 00:13:45 +00:00
James Jackson-South 816a26c508 Fix distance lookup 2020-11-12 00:04:04 +00:00
James Jackson-South 0602a5465c Span span span span span 2020-11-11 15:09:02 +00:00
James Jackson-South 7b4ec38be3 Finally decouple trees 2020-11-11 00:34:33 +00:00
James Jackson-South f44d50e2bf Fix .NET 5 build 2020-11-11 00:33:56 +00:00
James Jackson-South e16b8ac0e7 Remove AggresiveOptimization rule 2020-11-10 00:45:00 +00:00