Merge pull request #1624 from esdrubal/getprocesstimes
[mono.git] / mcs / class / System / System.Net.Sockets / SafeSocketHandle.cs
2015-04-06 Marcos HenrichMerge pull request #1624 from esdrubal/getprocesstimes
2015-03-26 Zoltan VargaMerge pull request #1659 from alexanderkyte/stringbuild...
2015-03-24 João MatosMerge pull request #1634 from StephenMcConnel/bug-28025
2015-03-24 Zoltan VargaMerge pull request #1588 from BrzVlad/feature-aot-wbarrier
2015-03-24 Marek SafarMerge pull request #1638 from esdrubal/servicepoint
2015-03-24 Zoltan VargaMerge pull request #1632 from alexanderkyte/bug24118
2015-03-23 Rodrigo KumperaMerge pull request #1631 from alexanderkyte/stringbuild...
2015-03-21 Jonathan PryorMerge pull request #1641 from joelmartinez/docs-monodoc...
2015-03-19 Marek Safar[System] Fix SafeSocketHandle race introduced in 9ae887...
2015-03-17 Alex Rønne PetersenMerge pull request #1635 from alexrp/core-clr-properties
2015-03-17 Marcos Henrich[System] Fixed SafeSocketHandle concurrency problem.
2015-03-17 Zoltan VargaMerge pull request #1633 from BrzVlad/fix-w32-pinvoke
2015-03-15 Miguel de IcazaMerge pull request #1617 from keneanung/OdbcCommandExce...
2015-03-13 Marcos Henrich[System] Replaced static constructor with field initial...
2015-03-13 João MatosMerge pull request #1606 from alexanderkyte/debug-final...
2015-03-13 João MatosMerge pull request #1618 from alexanderkyte/remoting-fix
2015-03-12 Marcos Henrich[corlib] Added exception to fail tests on non aborted...
2015-03-10 Miguel de IcazaMerge pull request #977 from jasonleenaylor/bug-18558
2015-03-10 Marcos HenrichMerge pull request #1579 from esdrubal/aotsp
2015-03-10 Marcos HenrichMerge pull request #1612 from esdrubal/socketsh
2015-03-04 Marcos Henrich[System] Replaced while loop logic with an if.
2015-03-03 Marcos Henrich[System] Moved blocking system calls logic to SafeSocke...
2015-03-02 Marcos Henrich[System] Added SafeSocketHandle.cs.