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
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-05-23Fix warningsMarek Safar
2014-05-23[system] Add SendMailAsync methodsMarek Safar
2014-05-23Revert "[system] Add new StreamWebSocket.cs file to the mobile profile list o...Sebastien Pouliot
2014-05-23[build] Add new project files based on the new staged buildMiguel de Icaza
2014-05-23[build] Use LOCAL_MCS_FLAGS to give preference to the intermediate dir in Sys...Miguel de Icaza
2014-05-23Revert "Merge pull request #981 from methane/websocket"Marek Safar
2014-05-23[System] Fix parsing of IPv6 addresses (bug #18574)Miguel de Icaza
2014-05-23[system] Small optimization for Xamarin.Mac (where we know we're executing on...Sebastien Pouliot
2014-05-23Small fix.Martin Baulig
2014-05-23Revert "Fix WebProxy.BypassProxyOnLocal logic."Martin Baulig
2014-05-23Fix tests not to hang on failureMarek Safar
2014-05-23Fix WebProxy.BypassProxyOnLocal logic.Martin Baulig
2014-05-21[Http]: Cleanup and simplify the ServicePoint's connection group list.Martin Baulig
2014-05-21[vsbuild] Update Makefiles to not generate the VS metadata for the 'basic' pr...Miguel de Icaza
2014-05-21[build] Fix the build for NET_4_5 (and maybe other profiles) from the pull re...Miguel de Icaza
2014-05-21[Http]: Cleanup chained async operations; bug #19161.Martin Baulig
2014-05-21[system] Add new StreamWebSocket.cs file to the mobile profile list of sourcesSebastien Pouliot
2014-05-20Merge pull request #981 from methane/websocketMarek Safar
2014-05-20[build] Record extra library builds for our Visual Studio input filesMiguel de Icaza
2014-05-17[System] Throw IOE in more cases when dealing with an invalid Process object....Rodrigo Kumpera
2014-05-16Merge pull request #1041 from mono/staged-cyclic-buildsMiguel de Icaza
2014-05-15Merge pull request #1034 from joelmartinez/msdoc-import2Miguel de Icaza
2014-05-14[System.IO.KeventWatcher] Introduce enums with the KEvent flags and constantsMiguel de Icaza
2014-05-12[docs] documentation import for 'returns' elements.Joel Martinez
2014-05-12[docs] Import of additional member documentation that contain generic paramet...Joel Martinez
2014-05-12[docs] namespace documentation import.Joel Martinez
2014-05-12[http] Convert string output data using BOM header when available. Fixes #19667Marek Safar
2014-05-10[build] Drop most uses of LIBRARY_USE_INTERMEDIATE_FILE, clean debug targetsMiguel de Icaza
2014-05-09[build] Prevent cyclic targets from being built in parallelMiguel de Icaza
2014-05-09[build] Staged setup for building assemblies with cyclic dependenciesMiguel de Icaza
2014-05-07Include inner exception when BeginWrite fails due to exception from Socket.Be...Tom Philpot
2014-05-05System: Fix the previous bulidMiguel de Icaza
2014-05-05[System] Fix build warningsMiguel de Icaza
2014-04-28[docs] Import of Microsoft BCL Documentation.Joel Martinez
2014-04-28[docs] Schema additions, and monodoc template updates.Joel Martinez
2014-04-25Include support for SSL/TLS right in System when building for the MONODROID p...Marek Habersack
2014-04-25Revert "Revert "Merge branch 'master' of https://github.com/mono/mono""Rolf Bjarne Kvinge
2014-04-24Merge pull request #1003 from robertpi/Bug12211Marek Safar
2014-04-24Allow .NET 4.0 + users to use the ConnectSocket propertyRobert Pickering
2014-04-23Revert "Merge branch 'master' of https://github.com/mono/mono"Alexis Christoforides
2014-04-22[system] Don't terminate response reading on bad cookie value. Fixes #18868Marek Safar
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2014-04-18[Http]: Correctly handle request bodies when resending with authentication.Martin Baulig
2014-04-13Remove checking Origin header.INADA Naoki
2014-04-12Fix indent of author.INADA Naoki
2014-04-12Fix handling fragment and opcode.INADA Naoki
2014-04-11Use do ... while (true)INADA Naoki
2014-04-11Support receiving frame larger than buffer.INADA Naoki
2014-04-11Support CloseStatusINADA Naoki