FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - ShiftLeftSecurity/MsBuildPipeLogger · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ShiftLeftSecurity
/
MsBuildPipeLogger
Public
forked from
xoofx/MsBuildPipeLogger
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
MsBuildPipeLogger
src
on
main
User selector
Datepicker
Commit history
Commits on Nov 26, 2024
`TargetFrameworks` with only one TFM -> `TargetFramework`
Show description for 2e4c87b
ashfordium
committed
2e4c87b
View commit details
Copy full SHA for 2e4c87b
View code at this point
Browse repository at this point
exclude msbuild assemblies from selfcontained packaging
ashfordium
committed
968362d
View commit details
Copy full SHA for 968362d
View code at this point
Browse repository at this point
Commits on Feb 25, 2022
Fix problem with dangling reader/writer threads blocked on sockets that won't let the process to exit
xoofx
committed
bb03a52
View commit details
Copy full SHA for bb03a52
View code at this point
Browse repository at this point
Commits on Feb 23, 2022
Fix Unhandled Interrupted system call in PipeLoggerServer (#8)
xoofx
committed
279c90c
View commit details
Copy full SHA for 279c90c
View code at this point
Browse repository at this point
Commits on Feb 15, 2022
Build tooling updates
daveaglick
committed
bb8e982
View commit details
Copy full SHA for bb8e982
View code at this point
Browse repository at this point
Merge pull request #7 from xoofx/fix-WaitForPipeDrain
Show description for 0d9b34c
daveaglick
authored
0d9b34c
View commit details
Copy full SHA for 0d9b34c
View code at this point
Browse repository at this point
Merge pull request #6 from xoofx/fix-readall-finished-event-args
Show description for f6b2bca
daveaglick
authored
f6b2bca
View commit details
Copy full SHA for f6b2bca
View code at this point
Browse repository at this point
Merge pull request #4 from xoofx/fix-read-async
Show description for d4f6538
daveaglick
authored
d4f6538
View commit details
Copy full SHA for d4f6538
View code at this point
Browse repository at this point
Don't call PipeStream.WaitForPipeDrain on non Windows platform (#3)
xoofx
committed
16dfb7d
View commit details
Copy full SHA for 16dfb7d
View code at this point
Browse repository at this point
Fix PipeLoggerServer.ReadAll() to detect BuildFinishedEventArgs (#2)
xoofx
committed
9fad812
View commit details
Copy full SHA for 9fad812
View code at this point
Browse repository at this point
Upgrade to net6.0 and update dependencies
xoofx
committed
7bd8d7b
View commit details
Copy full SHA for 7bd8d7b
View code at this point
Browse repository at this point
Fix async read issue with anonymous PipeStream
xoofx
committed
6d98c84
View commit details
Copy full SHA for 6d98c84
View code at this point
Browse repository at this point
Commits on Jun 23, 2020
Fix for a race condition while getting the log buffer (#1)
daveaglick
committed
d6ce605
View commit details
Copy full SHA for d6ce605
View code at this point
Browse repository at this point
Commits on Dec 26, 2018
Code quality and Azure Pipelines
daveaglick
committed
10ad86a
View commit details
Copy full SHA for 10ad86a
View code at this point
Browse repository at this point
Commits on Oct 2, 2018
Don't catch pipe buffer queue exceptions
daveaglick
committed
6a40362
View commit details
Copy full SHA for 6a40362
View code at this point
Browse repository at this point
Trying to track down a Linux problem in Buildalyzer
daveaglick
committed
eb9456f
View commit details
Copy full SHA for eb9456f
View code at this point
Browse repository at this point
Commits on Oct 1, 2018
Fix for stream termination
daveaglick
committed
e989c21
View commit details
Copy full SHA for e989c21
View code at this point
Browse repository at this point
Commits on Sep 27, 2018
Refinement to concurrency section of readme
daveaglick
committed
3fc5ad8
View commit details
Copy full SHA for 3fc5ad8
View code at this point
Browse repository at this point
Trying an alternate approach to cancel named pipe connection waiting
daveaglick
committed
2a9776d
View commit details
Copy full SHA for 2a9776d
View code at this point
Browse repository at this point
Consolidates task cancellation helpers
daveaglick
committed
b62fe3e
View commit details
Copy full SHA for b62fe3e
View code at this point
Browse repository at this point
Adds a ReadAll() method
daveaglick
committed
a0fa2b7
View commit details
Copy full SHA for a0fa2b7
View code at this point
Browse repository at this point
Refactors task cancellation to be on pipe stream read
daveaglick
committed
5b0baf8
View commit details
Copy full SHA for 5b0baf8
View code at this point
Browse repository at this point
Trying random shit now
daveaglick
committed
731ecad
View commit details
Copy full SHA for 731ecad
View code at this point
Browse repository at this point
Another try at taming exceptions
daveaglick
committed
a508049
View commit details
Copy full SHA for a508049
View code at this point
Browse repository at this point
Handle more general disposal exceptions
daveaglick
committed
43e1123
View commit details
Copy full SHA for 43e1123
View code at this point
Browse repository at this point
Handles exceptions during pipe stream disposal
daveaglick
committed
3b56b60
View commit details
Copy full SHA for 3b56b60
View code at this point
Browse repository at this point
Now catches initial anonymous pipe read exceptions
daveaglick
committed
3b3eee8
View commit details
Copy full SHA for 3b3eee8
View code at this point
Browse repository at this point
This time trying to stick the initial anonymous read in a cancellable task
daveaglick
committed
1f6af1b
View commit details
Copy full SHA for 1f6af1b
View code at this point
Browse repository at this point
Another try at cancellation for anonymous pipes
daveaglick
committed
6b187fa
View commit details
Copy full SHA for 6b187fa
View code at this point
Browse repository at this point
Better handling of named pipe cancellation and disconnection
daveaglick
committed
5c220e7
View commit details
Copy full SHA for 5c220e7
View code at this point
Browse repository at this point
Even better support for cancellation in derived server classses
daveaglick
committed
4194d85
View commit details
Copy full SHA for 4194d85
View code at this point
Browse repository at this point
Adds support for server cancellation
daveaglick
committed
9707849
View commit details
Copy full SHA for 9707849
View code at this point
Browse repository at this point
Commits on Sep 24, 2018
Added ability to override portions of the logger
daveaglick
committed
3250f54
View commit details
Copy full SHA for 3250f54
View code at this point
Browse repository at this point
Commits on Sep 20, 2018
Better protection for disposed pipe from caller
daveaglick
committed
a7a7ccd
View commit details
Copy full SHA for a7a7ccd
View code at this point
Browse repository at this point
Adds back exception handling for stream closure in server
daveaglick
committed
52a3068
View commit details
Copy full SHA for 52a3068
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL