otac0n / WebGitNet

WebGit .NET is an ASP.NET MVC app that provides access to your git repositories over HTTP. It supports browsing in a web browser AND push / pull over Git's "Smart HTTP protocol".
zlib License
133 stars 62 forks source link

Upgrade to .NET 4.5 #57

Closed otac0n closed 10 years ago

otac0n commented 11 years ago

Request.GetBufferlessInputStream has been augmented in .NET 4.5 to allow for unbuffered connections to bypass the upload limit.

This would be great, since it would mean removing the crazy-high 10GB upload limit, while still allowing push/pull of arbitrarily large repos.