[System.Core/Android] Fix standalone unit tests.
[mono.git] / mcs /
2014-10-07 Jonathan Pryor[System.Core/Android] Fix standalone unit tests.
2014-10-07 Zoltan VargaMerge pull request #1328 from vkargov/master
2014-10-07 Rodrigo KumperaMerge pull request #1179 from ludovic-henry/pr25-threadpool
2014-10-07 Marcos HenrichAdded missing files to projects csproj files.
2014-10-06 Zoltan Varga[bcl] Remove some verbose test output.
2014-10-06 Alexis Christoforides[runtime] Implement 'nursery-canaries' option for SGen.
2014-10-06 Alexis Christoforides[runtime] Convert String.InternalSetLength to an icall...
2014-10-05 Marek Safar[system.xml] Make XmlSerializer work even when XmlTextR...
2014-10-05 Marek Safar[system.xml] Add missing 4.0 property
2014-10-05 Marek Safar[corlib] Notify parent task when child task uses NotOnF...
2014-10-03 Zoltan Varga[bcl] Use random ports for the HttpListener tests.
2014-10-02 Chris Hamons[mono-api-html] Add filter for new namespaces/types
2014-10-02 Sebastien PouliotRevert "Finish test changes started in 7ece665d16714db0...
2014-10-02 Sebastien PouliotRevert "Refresh HashAlgorithmTest to match changed...
2014-10-02 Sebastien PouliotRevert "Missing Args checks."
2014-10-01 Jonathan PryorMerge pull request #1306 from joelmartinez/docs-private...
2014-10-01 Rodrigo Kumpera[corlib] Fix UnicodeEncoding GetMaxByteCount and GetMax...
2014-09-30 Jo ShieldsFinish test changes started in 7ece665d16714db0979bde5d...
2014-09-30 Jo ShieldsRefresh HashAlgorithmTest to match changed NullStream...
2014-09-30 Marek Safar[mcs] Undo bool loads normalization from byte arrays
2014-09-30 Marek Safar[mcs] Correctly identify constant switch section when...
2014-09-30 Marek Safar[mcs] struct initializers are still experimental
2014-09-30 Marek SafarMerge pull request #1318 from AlexanderBekrenev/baa...
2014-09-30 Alexander BekrenevMembershipUser::UpdateUser method fix
2014-09-29 Marek Safar[facades] Add ComInterfaceType type forwarder
2014-09-29 Marek Safar[mcs] Don't consider loads from captured local cheap
2014-09-29 Marek Safar[mcs] null operator on unconstrained generic values
2014-09-29 Marek Safar[mcs] Handle crash in binary operators when enum is...
2014-09-29 Marek SafarMerge pull request #1316 from Therzok/addSealed
2014-09-28 Zoltan VargaFix a warning.
2014-09-28 Zoltan Varga[bcl] Add AppDomain.FirstChangeException event, not...
2014-09-28 Marius Ungureanu[CorCompare] Add pointer as a class type.
2014-09-28 Marius Ungureanu[CorCompare] Add sealed methods parsing.
2014-09-28 Marek SafarMerge pull request #1315 from rjvdboon/BootstrapContext
2014-09-27 rjvdboonmore coding style changes
2014-09-27 rjvdboonAdhere to mono coding guidelines.
2014-09-27 Marek Safar[corlib] Timespan ticks formatting rewrite. Fixes ...
2014-09-27 Marek SafarMerge pull request #1314 from alesliehughes/master
2014-09-27 Alistair Leslie... Add basic implement of ManagementObjectSearcher
2014-09-26 Zoltan Varga[sdb] Add an option to make debugger invokes virtual...
2014-09-26 Sebastien PouliotMerge pull request #1282 from madrang/MinorChangesOfPul...
2014-09-26 Sebastien Pouliot[corlib] Move iOS-specific code to a separate file...
2014-09-26 Sebastien Pouliot[Mono.Security] Clear Certificates after Import or...
2014-09-26 Marek Safar[mcs] Check for true/false user operators on unwrapped...
2014-09-26 Marek Safar[mcs] Add check for parameterless user constructor...
2014-09-26 Marek SafarMerge pull request #1312 from esdrubal/xmltext
2014-09-26 Marcos HenrichProperty with attribute XmlTest is now set from ReadStr...
2014-09-26 Marcos HenrichTest Xml serialization of a property with attribute...
2014-09-26 Marek Safar[mcs] Fix codegen for coalescing operator involving...
2014-09-25 Robert J. van der... Added serialization of SecurityToken with Handler
2014-09-25 rjvdboonUpdate unit tests for binary serialization
2014-09-25 rjvdboonChange unittest to not use the UserNameSecurityTokenHan...
2014-09-25 Marek SafarMerge pull request #1309 from esdrubal/json
2014-09-25 Joel Martinez[mdoc] No longer documenting explicitly implemented...
2014-09-25 Marcos HenrichImproved Json deserialization of floating-point numbers.
2014-09-25 Marcos HenrichTest Json deserialization of a floating-point number...
2014-09-25 Miguel de IcazaMerge pull request #1307 from esdrubal/servicemodelrss
2014-09-25 Marcos HenrichRss20ItemFormatter.ReadFrom now sets Id when guid is...
2014-09-25 Marcos HenrichTest Rss20ItemFormatter.ReadFrom Guid. Covers 23262.
2014-09-24 Miguel de IcazaMerge pull request #1304 from slluis/mac-proxy-autoconfig
2014-09-24 Lluis Sanchez[System.Net] Add support for .pac proxy config scripts...
2014-09-24 Miguel de Icaza[System] Fix most warnings on the System test suite
2014-09-24 Marcos HenrichUriParserTest.GetComponents_Ftp2 now uses the variable...
2014-09-24 Marek Safar[mcs] More tweaks to conditional tokenizer. Fixes ...
2014-09-24 Atsushi Eno[xlinq] fix bug #23318 - XComment.ToString() accepts...
2014-09-23 Zoltan VargaMerge pull request #1301 from Unity-Technologies/fix...
2014-09-23 Zoltan Varga[bcl] Fix the RenameTpThread test, renaming a tp thread...
2014-09-23 Marcos HenrichRevert "Uri made from UNIX path and RelativeOrAbsolute...
2014-09-23 Rodrigo KumperaMerge pull request #1302 from mono/revert-1300-unixrela...
2014-09-23 Rodrigo KumperaRevert "Uri made from UNIX path and RelativeOrAbsolute...
2014-09-23 Michael HutchinsonEnvironment.IsRunningOnWindows can be true on MOBILE
2014-09-23 Sebastien Pouliot[System.Data] Add new file to the mobile_* sources...
2014-09-23 Rodrigo KumperaMerge pull request #1299 from esdrubal/uriuserinfo
2014-09-23 Marcos HenrichUri made from UNIX path and RelativeOrAbsolute is now...
2014-09-23 Miguel de IcazaFix warnings in mscorlib's Test suite + bring a couple...
2014-09-23 Marek SafarMerge pull request #1300 from esdrubal/unixrelativeorab...
2014-09-23 Marcos HenrichUri made from UNIX path and RelativeOrAbsolute is now...
2014-09-23 Marcos HenrichTest that Uri made from UNIX path and RelativeOrAbsolut...
2014-09-23 Marcos HenrichMerge pull request #1203 from esdrubal/protect
2014-09-23 Marcos HenrichUriParseComponents no longer decodes '@' in UserInfo...
2014-09-23 Marcos HenrichTest Uri.UserInfo with percentage encoded '@'.
2014-09-23 Marcos HenrichFixed additional Uri.UserInfo char consumed after an...
2014-09-23 Marcos HenrichTest Uri.UserInfo with escaped 'a'.
2014-09-22 Zoltan Varga[runtime] Allow renaming of threadpool threads. Fixes...
2014-09-22 Marek Safar[mcs] Populate inherited constraints member cache from...
2014-09-22 Marek Safar[mcs] declaration expression after ref/out argument
2014-09-22 Miguel de IcazaMerge pull request #1295 from nealef/master
2014-09-22 Rodrigo KumperaMerge pull request #1296 from directhex/master
2014-09-22 Jo ShieldsAdd a tool which can sync the Mono cert store from...
2014-09-20 rjvdboonAdded System.IdentityModel.Tokens.BootstrapContext...
2014-09-19 Sebastien PouliotFix typo (and XI builds)
2014-09-19 Sebastien Pouliot[System.Numerics] Fix unit test to succeed on different...
2014-09-19 Neale FergusonAdd SqlCredential support -
2014-09-19 Miguel de IcazaMerge pull request #1245 from StephenMcConnel/bug-22483
2014-09-19 Miguel de IcazaMerge pull request #1287 from akoeplinger/fix-appconfig...
2014-09-19 Miguel de IcazaMerge pull request #1290 from directhex/master
2014-09-19 Miguel de IcazaMerge pull request #1273 from joelmartinez/docs-unified-fix
2014-09-18 Marek Safar[mcs] Improve scoring of failed overload resolution...
2014-09-18 Jo ShieldsPut KeyPairPersistence load into a try{}catch{} block.
2014-09-18 Marek Safar[mcs] Fix output type inference when parameters after...
next