Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/SixLabors/ImageSharp.Web

:globe_with_meridians: High Performance Image Processing Middleware for ASP.NET- Core.
https://github.com/SixLabors/ImageSharp.Web

Remove DictionaryExtensions

0bceaf3e615e938597b53c09c42b216cfacc40d6 authored almost 3 years ago by James Jackson-South <[email protected]>
Add convenience methods.

ff5e80b3e13e3ead9ca0be85e3677e16e267421c authored almost 3 years ago by James Jackson-South <[email protected]>
Remove need to allocate new list to find the index

5ea9f3a419f057ed8079b63a2e070f704713b60e authored almost 3 years ago by James Jackson-South <[email protected]>
Use IEnumerable Keys and fix indexer

ad7324c2a0914814ba4c05e4ceeb6576a33747da authored almost 3 years ago by James Jackson-South <[email protected]>
Update CommandCollectionTests.cs

eac254bb9cdd69b0cfb4a7053cea7da253f55d9a authored almost 3 years ago by James Jackson-South <[email protected]>
Merge branch 'master' into feat/AWSProvider

7f2c18e4f3005e1538582bc10ed0670d6f83a9bc authored almost 3 years ago by Andy Felton <[email protected]>
Allow set via key

c9a41b78009785fceff553537d95b64726ae67dc authored almost 3 years ago by James Jackson-South <[email protected]>
Add tests

9cb3584e7661045ea76fab266c043cbd3156ea1c authored almost 3 years ago by James Jackson-South <[email protected]>
Replace generic dictionary with specialized collection type.

c84f4ba28253170d67c54cb98cbfc18c2d5c163b authored almost 3 years ago by James Jackson-South <[email protected]>
Merge pull request #202 from SixLabors/js/format-utils-api

Fix method signature

7c2b4969a7587610ee2e23bcd28e5e74b49ee8d4 authored almost 3 years ago by James Jackson-South <[email protected]>
Fix method signature

332af4f5f6cd6372a2d564a076247e4b069113a3 authored almost 3 years ago by James Jackson-South <[email protected]>
Merge pull request #201 from SixLabors/js/version-bump

Reference ImageSharp V2 preview

b762e044d8b009ad7b877e627fb6dc0dcb6e3309 authored almost 3 years ago by James Jackson-South <[email protected]>
Bump to V2; Fix changes

1ad3a054baf3b18db3bc2bc681359edf5bd1022b authored almost 3 years ago by James Jackson-South <[email protected]>
Reference ImageSharp V2 preview

32147343e12b9e7ef94ea59c48bc7971adcf2454 authored almost 3 years ago by James Jackson-South <[email protected]>
Merge pull request #199 from SixLabors/dm/tidyup

Deleted unused ConcurrentDictionaryExtensions

a24803324cd49339560e8375cf78a4af0f35800d authored almost 3 years ago by James Jackson-South <[email protected]>
Tidy up unused ConcurrentDictionary Extensions

e1fb9de9770e5f56d463d1d5f41b9d54e4375e04 authored almost 3 years ago by Dean Marcussen <[email protected]>
Merge pull request #197 from SixLabors/js/fix-195

Ensure invalid format commands don't get processed.

12780011d24ffe1a4f821d600c5bb05e8071b5e9 authored about 3 years ago by James Jackson-South <[email protected]>
Ensure invalid format commands don't get processed. Fixes #195

e070b9ea2d8cce10a169d3ad9fcac7f8d4a57be8 authored about 3 years ago by James Jackson-South <[email protected]>
Merge pull request #194 from kroymann/enable_null_cache

Restore ability to use null cache

fea0207e4935e462f690fc1fec05a4ed1ee83f73 authored about 3 years ago by James Jackson-South <[email protected]>
Update RefCountedValue to support proper nullability attributes for net5.0 and above.

0a9a0fb870e6b24e84e9bee8f29e5b1e12b80816 authored about 3 years ago by Dan Kroymann <[email protected]>
Add more unit-tests

e86f25122b74d5564c37620ca630939d9c403005 authored about 3 years ago by Dan Kroymann <[email protected]>
Fix accidental indentation change

17470820441af874c7854ff755afe0bf2d034ce3 authored about 3 years ago by Dan Kroymann <[email protected]>
Make AsyncLock code return IDisposables

9b539a3bec8c433b7a5e4fe6de3dba6a23e10f81 authored about 3 years ago by Dan Kroymann <[email protected]>
Add some basic benchmark tests to measure synchronization primitives

198ddd368ce3f0383b3f8a36d8d80a41d8e9ba7c authored about 3 years ago by Dan Kroymann <[email protected]>
Cleanup some overly verbose types that VisualStudio used when replacing "var" usages per ImageSharp style guidelines

b9dabafe700a9a84093ea2f082cc2721304389ee authored about 3 years ago by Dan Kroymann <[email protected]>
Port unit tests for synchronization library from RecRoom codebase

a6333af7b053aa0da7cca3fa1ab26962cb022d9d authored about 3 years ago by Dan Kroymann <[email protected]>
Refactor ProcessRequestAsync() slightly so that SendResponseAsync() is always called from outside the lock.

583b0636302a83a440161bce526bcaec382bf08e authored about 3 years ago by Dan Kroymann <[email protected]>
If the writer lock isn't immediately available, then assume another worker could have processed the request while we were waiting for the lock, so recheck the cache

f804401fa913aacf0d2b5bcfedc00cb6e19bcbc0 authored about 3 years ago by Dan Kroymann <[email protected]>
Send response directly from output stream rather than re-reading from the cache

4a37d3f0391d9ec372f7e538642d0dbeb8c41323 authored about 3 years ago by Dan Kroymann <[email protected]>
Use AsyncKeyReaderWriterLock instead of ReadWorker/WriterWorker

d0e2408c1b27b73bd8c1dcd7cc73ea41449f3a51 authored about 3 years ago by Dan Kroymann <[email protected]>
Port synchronization library from RecRoom codebase

5f5f7bdc42820f5aaab3a9112921ef0a5c261170 authored about 3 years ago by Dan Kroymann <[email protected]>
Merge pull request #188 from PhyxionNL/patch-1

Avoid most allocations in GetExtensionFromUri

5cb589cf3d04fc2a390bd3fce6f2da309e1c7223 authored about 3 years ago by James Jackson-South <[email protected]>
Naming feedback

9e0c1cb66b8794b08389539271fd47a1952c4a83 authored about 3 years ago by PhyxionNL <[email protected]>
Update FormatUtilities.cs

bdd48eea9dc3b80eb5a9d2415ef7d65ce8022daf authored about 3 years ago by PhyxionNL <[email protected]>
Update FormatUtilities.cs

d9d1cbe40ee955f44dfb984adee18d8e3057d089 authored about 3 years ago by PhyxionNL <[email protected]>
Merge pull request #187 from SixLabors/bp/updatesharedinfra

Update Shared infrastructure

f73155d92be296e2ee39a2518cbe3cb170e3df28 authored about 3 years ago by James Jackson-South <[email protected]>
Remove final warnings.

cebf1ee7181660113caa313f76b59a11fac5e6da authored about 3 years ago by James Jackson-South <[email protected]>
Merge branch 'master' into bp/updatesharedinfra

ee16d2375b510234376dd45f1f1451dc62468647 authored about 3 years ago by James Jackson-South <[email protected]>
Merge pull request #181 from lahma/faster-invoke

Reduce allocations in ImageSharpMiddleware.Invoke for common case

a5b0da1639f2ab2e830fe197d4fcf4aa07736f17 authored about 3 years ago by James Jackson-South <[email protected]>
Inject invalid command for testing

86568cd5fd484797c5f0a4b65f203584fc0c548a authored about 3 years ago by James Jackson-South <[email protected]>
Merge branch 'master' into faster-invoke

5eb5119e1314ecaeea21cfdc70c3949cf4825473 authored about 3 years ago by James Jackson-South <[email protected]>
Merge pull request #183 from ronaldbarendse/bugfix/processing-order

Order and filter processors by supported commands

11caa090d4150bf175a15499090ec4d66bc0ce97 authored about 3 years ago by James Jackson-South <[email protected]>
Merge branch 'master' into bugfix/processing-order

ab8eecb35c81a0cf84fff726c2ea597c1019ecbe authored about 3 years ago by James Jackson-South <[email protected]>
Fix warnings

531bf49f08f2624f0d014d47201af6b5042367e7 authored about 3 years ago by Brian Popow <[email protected]>
Update shared infrastructure

ae163c594442d1436e02bedc47a24c23758f23d8 authored about 3 years ago by Brian Popow <[email protected]>
Add internal IsSupportedCommand extension method

9af11f4d8ed2eff1cfd5e9c52cc181346d2e1641 authored about 3 years ago by Ronald Barendse <[email protected]>
Use ValueTuple to store processor index and remove LINQ usage

d1b96c0031d8bb1ead5526b7efad8a5f5557928e authored about 3 years ago by Ronald Barendse <[email protected]>
Merge pull request #186 from SixLabors/bp/updaterefs

Update References

728997a4250cb9b6516630d668b765fe6cfdca34 authored about 3 years ago by James Jackson-South <[email protected]>
Update external references to latest stable versions

b11fe037d1bd0132817acf7f64986d77ad081ed7 authored about 3 years ago by Brian Popow <[email protected]>
Update Microsoft references to 2.2.0

c2de9c08c5c2109baa226e784257c89962127c73 authored about 3 years ago by Brian Popow <[email protected]>
Update ImageSharp to 1.0.4

1ebadb40403be19c2ad909a011d22cc1bcc0ac3f authored about 3 years ago by Brian Popow <[email protected]>
Remove LINQ from GetBySupportedCommands

e2cf5231984fe529ed69d55612ff1a853a9952b1 authored over 3 years ago by Ronald Barendse <[email protected]>
Simplify GetBySupportedCommands

6670e04f9004006171bcf9aacc5f18ee37d81051 authored over 3 years ago by Ronald Barendse <[email protected]>
Add tests for WebProcessingExtensions

d64e4301d8ae0b7145f5efdd5e330d9beee62f36 authored over 3 years ago by Ronald Barendse <[email protected]>
Always compare commands using OrdinalIgnoreCase

9f4ec01adc838982e3b546289816145de763765f authored over 3 years ago by Ronald Barendse <[email protected]>
Use comparer returned from ParseRequestCommands

e82978c95621ff3ec8a7e238f7d7a58709fe8b10 authored over 3 years ago by Ronald Barendse <[email protected]>
Only get index of supported commands

c1530a354d697588d980e09585c6b863027eaebe authored over 3 years ago by Ronald Barendse <[email protected]>
Order and filter processors by supported commands

4d01b2a081f2f46558b6f9d8bbc4030a35245d17 authored over 3 years ago by Ronald Barendse <[email protected]>
Reduce allocations in ImageSharpMiddleware.Invoke

* remove virtual dispatch and enumeration allocations for common path in ImageSharpMiddleware.In...

f65650d2fa5238f920a54804b28b4fb38b92c7c6 authored over 3 years ago by Marko Lahma <[email protected]>
Merge pull request #175 from SixLabors/js/fix-template

Update issue template config

52bcb16fee6d600228769c459d961018ac9c2baa authored over 3 years ago by James Jackson-South <[email protected]>
Update issue template config [skip ci]

94fdc697f5d1093f06411569d761dd5882128c12 authored over 3 years ago by James Jackson-South <[email protected]>
Merge pull request #165 from marklagendijk/master

Implemented preset support

c625825499c1f7822ba13948ddbfab59a8b8d523 authored over 3 years ago by James Jackson-South <[email protected]>
Update src/ImageSharp.Web/Commands/PresetOnlyQueryCollectionRequestParser.cs

fdcdf986bde3fcf7e9b9739ab7240dda720cd5a9 authored over 3 years ago by James Jackson-South <[email protected]>
Fix wobbler

ac810aef33eb37a1fa7dc06f77e1d126ff70194f authored over 3 years ago by Mark Lagendijk <[email protected]>
Added test

9bb81fa83c494e38a7ac8093935883b13b2988a1 authored over 3 years ago by Mark Lagendijk <[email protected]>
Fixed review comment

7c49c91b1ebd0926e833b69ba959cdae057a9224 authored over 3 years ago by Mark Lagendijk <[email protected]>
Fix case sensitivity bug

0ea166b726184682c645235ebfc4619436175088 authored over 3 years ago by Mark Lagendijk <[email protected]>
Fixed review comments

1a1e665d850852b3aa97aa1363244d5eef6030ac authored over 3 years ago by Mark Lagendijk <[email protected]>
Fixed warnings

ec6acb5f59dabf40033a525967ccaee59d9022dd authored over 3 years ago by Mark Lagendijk <[email protected]>
Stylecop

40bf539c5786e16da06528c8f2436a8c8385d892 authored over 3 years ago by Mark Lagendijk <[email protected]>
Added tests

6efe471232b59338f6b8a5adb77620256a5f080b authored over 3 years ago by Mark Lagendijk <[email protected]>
Stylecop

ec1fae1d21497da23f93436e913e77a4b46af827 authored over 3 years ago by Mark Lagendijk <[email protected]>
Implemented PresetRequestParser

51a53ca2968f23824bc36ccf8ad7d5aed4744f4a authored over 3 years ago by Mark Lagendijk <[email protected]>
Merge pull request #164 from SixLabors/js/branding

Update branding and CI build

c9d6e31a0cd5eec2496ee23c088c5c4de13744ff authored over 3 years ago by James Jackson-South <[email protected]>
Update branding and CI build

4d16cbb4830d35123b3daf560a7f00a612dcc37a authored over 3 years ago by James Jackson-South <[email protected]>
Merge pull request #160 from deanmarcussen/dm/zerolength

Fix Zero Length Images

fa183578c358c63f3225dd76b3d0a92413f038f8 authored over 3 years ago by James Jackson-South <[email protected]>
Make workerresult readonly

76a781f69302b818c879549e56caf3580dbbd235 authored over 3 years ago by Dean Marcussen <[email protected]>
Minor tweaks

b37ac7f0299461d2bf873cf6f2329ba079435eec authored over 3 years ago by Dean Marcussen <[email protected]>
stylecop

3de278ec7598d2bd5679e584891a2bb867a84c0f authored over 3 years ago by Dean Marcussen <[email protected]>
Merge branch 'master' into dm/zerolength

9e1d222241a466c3f7a801a0483711953831e209 authored over 3 years ago by Dean Marcussen <[email protected]>
Dispose resolved stream

74979533ecf7ea66bee0dc3777d47e0e09a7e91d authored over 3 years ago by Dean Marcussen <[email protected]>
Formatting

ce1daa43a26375750968b3721e679963718b6a08 authored over 3 years ago by Dean Marcussen <[email protected]>
Revert testing code

4237353a69994a27734d9833e42eb6525931d6ed authored over 3 years ago by Dean Marcussen <[email protected]>
Reenable blob tests

b9e644fd11b73e5d7ecdd953b0aae94b65297d83 authored over 3 years ago by Dean Marcussen <[email protected]>
Introduce ImageWorker Result. Drop Lazy

2632fc042fc925b5961f3c08d06cbbe0089852f2 authored over 3 years ago by Dean Marcussen <[email protected]>
Merge pull request #159 from SixLabors/js/sponsors

Update README.md

8f67aae9d314a6fde96aae856027a655d6cbd2fa authored over 3 years ago by James Jackson-South <[email protected]>
Update README.md

4b4d5a2fce05a09306dc59666c6830ce0bc8ef40 authored over 3 years ago by James Jackson-South <[email protected]>
Merge pull request #154 from deanmarcussen/dm/malloc

Obsolete SetMemoryAllocator builder extensions

15cb36a034d52a18e364e901e028f8991adad4d5 authored over 3 years ago by James Jackson-South <[email protected]>
Quick fix.

ac5a402b7541d795c11f5e7f436d7557ca500ba7 authored over 3 years ago by Dean Marcussen <[email protected]>
Use error=true

2ed89bb37bc96daa53ea5eab1fc840b8c61c5a13 authored over 3 years ago by Dean Marcussen <[email protected]>
formatting

63f2bb990cc15f466877cd4e326db9c4217fb7ad authored over 3 years ago by Dean Marcussen <[email protected]>
stylecop

221d4695ac6b3f5bdb341cd41d0fb5f23a3aa638 authored over 3 years ago by Dean Marcussen <[email protected]>
Obsolete SetMemoryAllocator

3c94070ae8cd0642a83ecc9be9690c1dd2a0a1bb authored over 3 years ago by Dean Marcussen <[email protected]>
Merge pull request #148 from sebastienros/patch-1

Adapting log level when files are not found

d0559520245dffc484cd7fc77ae35fd20f0ff3b9 authored almost 4 years ago by James Jackson-South <[email protected]>
Adapting log level when files are not found

Fixes #143

9908d5594727c01c122eb1968c5402dd9ec08ef8 authored almost 4 years ago by Sébastien Ros <[email protected]>
Merge pull request #142 from SixLabors/js/fix-license-config

Fix DotNet Pack

7ab73bb28f7eee3c16244ef343af9a5bf2291ea6 authored almost 4 years ago by James Jackson-South <[email protected]>
Fix config

608c84f3d5cd522a9d2ed472866cce3eae4a8cfb authored almost 4 years ago by James Jackson-South <[email protected]>
Merge pull request #141 from ThisNetWorks/dm/lru

Fix missing cache lookups

451da152293154bff58c6943b37ca5b26ca9f26b authored almost 4 years ago by James Jackson-South <[email protected]>
Revert xunit version. We knew this already!

29a33317c8b23593b10af62a99882bb79a1c08e9 authored almost 4 years ago by James Jackson-South <[email protected]>
Update props/targets to new structure

e9afa98d15266914fd8c31055b79d82df97bb802 authored almost 4 years ago by James Jackson-South <[email protected]>