Merge pull request #2171 from lambdageek/dev/fix-marshal
[mono.git] / mcs / class / System /
2015-10-23 Aleksey Kliger ... Merge pull request #2171 from lambdageek/dev/fix-marshal
2015-10-23 Martin BauligRemove a few more 'using System.Reflection's.
2015-10-23 Martin Baulig[Mono.Security]: Use the new 'NoReflectionHelper' inste...
2015-10-23 Martin Baulig[System]: Add internal 'Mono.Net.Security.NoReflectionH...
2015-10-23 Martin Baulig[Mono.Security]: Access System.dll's internals directly...
2015-10-23 Martin Baulig[System]: Make internals visible to Mono.Security.
2015-10-23 Rodrigo KumperaMerge pull request #2165 from lambdageek/dev/marshal-fix
2015-10-23 Ludovic Henry[socket] Enable Shutdown on socket disposal only on...
2015-10-22 João MatosMerge pull request #2158 from akoeplinger/fix-winforms...
2015-10-22 João MatosMerge pull request #2154 from BrennanConroy/bug_30018
2015-10-22 Jo ShieldsMerge pull request #2149 from directhex/absolute-path...
2015-10-21 Martin Baulig[System]: Remove some dead internal code.
2015-10-21 Rodrigo KumperaMerge pull request #2122 from lambdageek/dev/bug-26384
2015-10-21 Marek SafarMerge pull request #2155 from akoeplinger/bug-34334-pr
2015-10-21 Martin Baulig[System]: Use MonoTlsProvider API in WebConnection.
2015-10-21 Martin Baulig[System]: Use MonoTlsProvider API in FtpWebRequest...
2015-10-19 Marcos HenrichMerge pull request #2136 from esdrubal/uridotsegment
2015-10-17 Marcos HenrichMerge pull request #2139 from akoeplinger/symbolicate...
2015-10-16 Alexander KöplingerMerge pull request #2143 from akoeplinger/refactor...
2015-10-16 Marek Safar[bcl] Update to 4.6 referencesource
2015-10-16 Martin Baulig[System]: Remove the TrustEvaluateSsl(MX.X509Certificat...
2015-10-16 João MatosMerge pull request #2141 from akoeplinger/fix-wrong...
2015-10-16 Martin BauligAll MARTIN_FIXME's have been taken care of.
2015-10-16 Ludovic HenryRevert "[process] Use same behavior as .NET"
2015-10-15 Rodrigo KumperaMerge pull request #2113 from ludovic-henry/coop-socket...
2015-10-15 Rodrigo KumperaMerge pull request #2123 from kumpera/verifier-fix
2015-10-15 Miguel de IcazaMerge pull request #2127 from joelmartinez/mdoc-multias...
2015-10-15 Ludovic Henry[process] Use same behavior as .NET
2015-10-15 Marcos Henrich[System] Fixed dots trimmed from segments.
2015-10-15 Alexander KöplingerMerge pull request #2134 from akoeplinger/bug-34334
2015-10-14 Martin BauligRevert "[System]: WebConnection: improve chunked reads...
2015-10-14 Martin Baulig[System/TLS]: Switch to the new ChainValidationHelper.
2015-10-14 Martin Baulig[System/TLS]: Add obsolete ChainValidationHelper.ctor...
2015-10-14 Martin Baulig[System]: API cleanup; make MonoTlsStream.SelectClientC...
2015-10-14 Martin Baulig[System]: WebConnection: improve chunked reads and...
2015-10-14 João MatosMerge pull request #2106 from lambdageek/dev/bug-29108...
2015-10-14 Ludovic Henry[process] Wait for process completion before waiting...
2015-10-13 Martin BauligRemove another MARTIN_FIXME.
2015-10-13 Martin Baulig[System]: Remove two MARTIN_FIXME's.
2015-10-13 Martin Baulig[System]: Add AndroidPlatform.TrustEvaluateSsl(X509Cert...
2015-10-13 Martin Baulig[System]: Add OSX509Certificates.TrustEvaluateSsl(X509C...
2015-10-13 Martin Baulig[System]: Use 'ServerCertValidationCallback' in Service...
2015-10-13 Sandy ArmstrongMerge pull request #2130 from sandyarmstrong/mt-runtime...
2015-10-13 Marcos HenrichMerge pull request #2121 from esdrubal/socketreuse
2015-10-12 Martin Baulig[System]: Add HttpWebRequest.ServerCertificateValidatio...
2015-10-12 Martin Baulig[System]: Add new internal HttpWebRequest APIs for...
2015-10-12 Martin Baulig[System]: Add internal ServicePoint.SetClientCertificat...
2015-10-12 Martin Baulig[System] Add internal 'ServicePointManager.DisableStron...
2015-10-12 Martin Baulig[System]: Make internals visible to Mono.Security.Provi...
2015-10-12 Martin Baulig[System/TLS]: Add the new Mono.Security.Interface and...
2015-10-12 Martin BauligAdd MARTIN_FIXME conditionals to some of the newly...
2015-10-12 Martin Baulig[System]: Add the referencesource's ServicePointManager.cs.
2015-10-12 Martin Baulig[System]: Add internal RemoteCertValidationCallback...
2015-10-12 Martin Baulig[System/TLS]: Internal additions to some referencesourc...
2015-10-12 Martin Baulig[System/TLS]: Add the new Mono.Security.Interface and...
2015-10-12 Martin Baulig[System/build]: Wrap ReferenceSources/Logging.cs with...
2015-10-12 Martin Baulig[System]: Add missing System.Net.SecurityProtocolType...
2015-10-12 Martin Baulig[System/build]: Add two MONO_SECURITY_ALIAS and MONO_X5...
2015-10-12 Martin Baulig[System/build] Use the MOBILE_PROFILE conditional to...
2015-10-12 Martin Baulig[System]: Add ReferenceSources/Socket.cs to the mobile...
2015-10-12 Martin Baulig[System]: Use NetworkStream from the referencesource.
2015-10-12 Marek SafarMerge pull request #2119 from lambdageek/dev/bug-17571
2015-10-12 Marcos Henrich[System] Added icall SupportsPortReuse.
2015-10-12 Marek Safar[system] Fix WebHeaderCollection values extraction...
2015-10-12 Rodrigo KumperaMerge pull request #2101 from tritao/stack-coop-gc
2015-10-08 Ludovic Henry[process] Fix race between Exited and OutputDataReceive...
2015-10-08 Alexis ChristoforidesMerge pull request #1949 from lewurm/fixtype
2015-10-07 Ludovic Henry[test] The process output/error is finished only when...
2015-10-07 Ludovic Henry[socket] Fix some tests
2015-10-07 Ludovic Henry[socket] Shutdown socket before trying to abort syscall
2015-10-07 Ludovic Henry[socket] Make SocketAsyncResult use Socket.Handle
2015-10-06 Rodrigo KumperaMerge pull request #1978 from ludovic-henry/coop-interrupt
2015-10-06 Rodrigo KumperaMerge pull request #2060 from ludovic-henry/socket...
2015-10-06 Ludovic Henry[System] Make process pipe creation exception more...
2015-10-06 João MatosFixed HttpWebRequestTest to compile with mobile NUnit.
2015-10-05 Ludovic Henry[socket] Refactor SocketAsyncEventArgs creation
2015-10-05 Ludovic Henry[socket] Move callbacks out of SocketAsyncEventArgs
2015-10-05 Ludovic Henry[socket] Remove SocketAsyncCallback dead code
2015-10-05 Ludovic Henry[socket] Remove SocketAsyncWorker
2015-10-05 Ludovic Henry[socket] Remove SocketAsyncEventArgs.Dispatcher
2015-10-05 Ludovic Henry[socket] Remove SocketAsyncEventArgs.Init
2015-10-05 Ludovic Henry[socket] Factor SocketAsyncResult and ProcessAsyncResul...
2015-10-05 Marek SafarMerge pull request #2107 from kasthack/system.web.sr
2015-10-01 Miguel de IcazaMerge pull request #1921 from mattzink/master
2015-10-01 Miguel de IcazaMerge pull request #2025 from sawachika-kenji/patch-1
2015-10-01 Miguel de IcazaMerge pull request #2087 from joelmartinez/mdoc-membern...
2015-10-01 Miguel de IcazaMerge pull request #2098 from evincarofautumn/fix-gchan...
2015-10-01 Miguel de Icaza[System/build] Xamarin.Mac's bare/System.dll does not...
2015-09-30 Marcos HenrichMerge pull request #2045 from BillSeurer/timezone
2015-09-30 Marcos Henrich[System] Fixes SmtpClientTest.Deliver_Async
2015-09-29 Alex Rønne PetersenMerge pull request #2086 from BillSeurer/testcases
2015-09-28 João MatosMerge pull request #2093 from directhex/fully-qualified...
2015-09-28 Marek Habersack[tests] Enable tests for xambug #28777 on Android
2015-09-27 João MatosMerge pull request #2057 from directhex/monolite-on...
2015-09-25 Marek SafarMerge pull request #2092 from kasthack/system-web-stuff...
2015-09-24 Jonathan PryorMerge pull request #2084 from joelmartinez/mdoc-deletet...
2015-09-24 Marek SafarMerge pull request #2088 from kasthack/system-web-ea...
2015-09-23 Mark ProbstMerge pull request #2073 from BrzVlad/fix-sgen
2015-09-23 Miguel de IcazaMerge pull request #1843 from info-lvsys/patch-1
2015-09-23 Miguel de IcazaMerge pull request #1325 from madrang/CryptoToolsCtorCheck
next