PJ Quirk
PJ Quirk
This adds a workflow that runs an adapted version of "Harvester" to collect the number of hist/repos for a given extension/query. ## Description Keeping track of the usage of a...
### Description We've seen at least one occurrence of connection limits being hit during `dotnet restore` on a Linux larger runner, though impact could be larger. According to the [documentation](https://learn.microsoft.com/en-us/nuget/reference/nuget-config-file#config-section)...
Investigate statically-linking the two native C libraries to reduce the number of files to be distributed. This would/could also remove the need for `GetProcAddress` in the shim (we'd just compile...
[`curl_shim_formadd`](https://github.com/pjquirk/libcurl.NET/blob/9dc19b98f941e122a477e3fc767b6bddbdf59777/shim/LibCurlShim.c#L412) (in the shim library) is broken since the [`__asm` keyword is not supported by the compiler in x64 builds](http://mariusbancila.ro/blog/2010/10/17/no-more-inline-asm-in-vc-on-x64/). This should be rewritten to work again.
The native libcurl library was updated from 7.13.0 to 7.40.0. This represents nearly a decade of changes, and there have been new APIs added. The C# bindings should be updated...
Currently this library is distributed as three different libraries: 1. libcurl.NET.dll (C#) 2. libcurl.dll (C) 3. LibCurlShim.dll (C) Some consumers might prefer a version that is all rolled into one...