Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-04Fix mergedavidfowl/h2-output-makeoverJames Newton-King
2022-04-04Fixed logsDavid Fowler
2022-04-04OopsDavid Fowler
2022-04-04Remove if from queue processingDavid Fowler
2022-04-04Make ConsumeWindow privateDavid Fowler
2022-04-04Delete output flow control typesDavid Fowler
2022-04-04Removed the use of the output flow control objects from the sourceDavid Fowler
2022-04-04Remove task chain allocation on shutdownDavid Fowler
2022-04-04Remove extra lines...David Fowler
2022-04-04Move trailer writing into a single methodDavid Fowler
2022-04-04SpellingDavid Fowler
2022-04-04Rename cancelled to use one lDavid Fowler
2022-04-04Rename schedule again to rescheduleDavid Fowler
2022-04-04Make James happyDavid Fowler
2022-04-04Shutdown the write queue after the connection loop endsDavid Fowler
2022-04-04Make the channel unboundededDavid Fowler
2022-04-04Rename firstWrite to writeHeadersDavid Fowler
2022-04-04Remove a state machine from the write code pathDavid Fowler
2022-04-04More optimizationsDavid Fowler
2022-04-04Merged the locks for header writing when possibleDavid Fowler
2022-04-04Small clean upDavid Fowler
2022-04-04Move header writing to the processing loopDavid Fowler
2022-04-04Tests pass!David Fowler
2022-04-04Made the timeout tests workDavid Fowler
2022-04-04More code cleanupDavid Fowler
2022-04-04Remove spaceDavid Fowler
2022-04-04Cleaned up some testsDavid Fowler
2022-04-04Moar fixesDavid Fowler
2022-04-04Enqueue unflushed bytes before setting observation flagDavid Fowler
2022-04-04Make inline scheduling work betterDavid Fowler
2022-04-04Fixed more testsDavid Fowler
2022-04-04Always clean up the pipe writerDavid Fowler
2022-04-04Fix how we stop streams when flow control is being abortedDavid Fowler
2022-04-04Made more test fixesDavid Fowler
2022-04-04Put back some timeoutsDavid Fowler
2022-04-04"Fixed" more testsDavid Fowler
2022-04-04Made a few tests passDavid Fowler
2022-04-04Remove callDavid Fowler
2022-04-04Undo chanesDavid Fowler
2022-04-04Remove dead codeDavid Fowler
2022-04-04Abort flow control in a single placeDavid Fowler
2022-04-04Use correct lock, add logsDavid Fowler
2022-04-04Move to flow control to the FrameWriter insteadDavid Fowler
2022-04-04Complete the channel in CompleteDavid Fowler
2022-04-04Delete more code so it's obvious where changes are in the diffDavid Fowler
2022-04-04Added trailersDavid Fowler
2022-04-04No more crashes!David Fowler
2022-04-04Make more things workDavid Fowler
2022-04-04WIPDavid Fowler
2022-04-02Rename shadowCopy flag (#41006)Hao Kung