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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-30Socket.BeginMConnect() should not attempt connections on unsupported address ...Martin Baulig
2019-12-19[System] Add additional hardening against race in MonoTlsStream (#18250)Alexander Köplinger
2019-12-11Make Socket.Socket_icall static, as most icalls are, removing the first, unus...Jay Krell
2019-12-11Sockets: Foo_internal to Foo_icall and ves_icall_Foo_internal to ves_icall_Fo...Jay Krell
2019-12-09[wasm][bcl][websockets] Add WebSocket support. (#18062)Kenneth Pouncey
2019-12-04[Wasm] Enable system nunit tests on ci (#17716)Maxim Lipnin
2019-12-02Disable ConnectFailAsync test on AIX (#17975)Calvin Buckley
2019-11-19Fixes https://github.com/mono/mono/issues/15805 at least in terms of what may...Steve Pfister
2019-10-24Cleaning up SslStream, MobileAuthenticatedStream and TaskToApm. (#17393)Martin Baulig
2019-10-19Remove the Legacy TLS Provider. (#17391)Martin Baulig
2019-10-18Enable GSS on Linux and Android (#17223)Egor Bogatov
2019-10-16Removing execution of network tests from WatchOs. (#17358)Thays Grazia
2019-10-14[System.Net.Http] Clean up HttpMessageHandler setup (#17252)Marek Safar
2019-10-11[tests] Bump corefx to get Azure testhost change (#17275)Alexander Köplinger
2019-10-01[wasm][xunit test] Exclude RemoteExecutorTests in bcl profile (#17120)Maxim Lipnin
2019-09-26 BeginConnect complete to early when not using callback. (#17035)Johan Lorensson
2019-09-25Update System.csprojAlexander Köplinger
2019-09-24Add RenamedEvent* to FSW sources from CoreFX (#16755)Marius Ungureanu
2019-09-20[System] Make FileSystemWatcher backend non-static (#16922)Aleksey Kliger (λgeek)
2019-09-20Implement WriteCore and ReadCore in DeflateStream (#16951)Egor Bogatov
2019-09-19Use `NetworkStream` from CoreFX. (#16889)Martin Baulig
2019-09-19[wasm] Switch to PNSE version of FileSystemWatcher and exclude xunit tests (#...Maxim Lipnin
2019-09-17Exclude AppleTypes from orbis System.dll. (#16814)Johan Lorensson
2019-09-10[wasm] test cleanup (#15727)Larry Ewing
2019-08-29Use the right FileSystemWatcher sources (#16539)Marius Ungureanu
2019-08-28Implement Read and WriteAsyncMemory in Mono DeflateStreamSteve Pfister
2019-08-19Add missing `Dispose()` call on error in `MonoTlsStream.CreateStream()`. (#16...Martin Baulig
2019-08-16Exclude Authenticode tests on Watch (#16278)Jo Shields
2019-08-15X509CertificateImplBtls.PrivateKey should allow to actually set the key. (#16...Martin Baulig
2019-08-07Swap bytes for tcp port number because windows API gives us port in network o...Alex Thibodeau
2019-08-06DeflateStream: check IsInvalid before disposing (#16048)Egor Bogatov
2019-08-06`SocketAsyncEventArgs` cleanups and preparations for the real thing. (#16001)Martin Baulig
2019-08-05Add finalizer to DeflateStream (#15879)Egor Bogatov
2019-08-02Use `MultipleConnectAsync` from CoreFX. (#15972)Martin Baulig
2019-08-02Fix compiler warnings in System.dll. (#15971)Martin Baulig
2019-08-01Fix `Socket.ConnectAsync(SocketAsyncEventArgs)` behavior. (#15947)Martin Baulig
2019-07-26[wasm] Remove assemblies we don't want to distributeMarek Safar
2019-07-24[Coop] Convert System.Diagnostics.{FileVersionInfo,Process}. (#15789)Jay Krell
2019-07-15[System] Keep events from firing from a disposed 'DefaultWatcher' FileSystemW...Alexis Christoforides
2019-07-15[System] Remove FileSystemWatcher tests from monotouch/xammacAlexander Köplinger
2019-07-11[Mono.Security] Allow importing certificates from authenticode assemblies (#1...Micah N Gorrell
2019-07-11Add TypeForwards for FileSystemName & CryptographicOperations (#15652)Steve Pfister
2019-07-09[System]: Allow reading fully buffered `HttpWebResponse` body… (#15220)Martin Baulig
2019-06-25[System] Fix monotouch_watch xunit tests buildAlexander Köplinger
2019-06-25Exclude a few tests on monotouch_watch/xammac (#15397)Alexander Köplinger
2019-06-20Add Windows x64 Full AOT Interpreter support on CI. (#15127)Johan Lorensson
2019-06-19[filewatcher] Fall back to default if a new instance cannot be createdAlexis Christoforides
2019-06-07Implement RSACertificateExtensions.CopyWithPrivateKey(). #14152. (#14860)Martin Baulig
2019-06-06[wasm][bcl] Use zlib for DeflateStream on WASM profile (#14308)Kenneth Pouncey
2019-05-29[bcl] Add nunit exclude categories for monotouch/monodroid profiles (#14695)Alexander Köplinger