Merge pull request #1404 from woodsb02/mono-route
[mono.git] / mcs /
2015-01-19 João MatosMerge pull request #1404 from woodsb02/mono-route
2015-01-19 Marek Safar[corlib] System.Convert from reference sources
2015-01-18 Ben WoodsAdd mono/metadata/mono-route.c for non-Linux ParseRoute...
2015-01-17 David Karlaš[sdb] ILInterpreter handle Br_S same as Br
2015-01-17 David Karlaš[sdb] Fix deadlock in case of runtime disconnect while...
2015-01-17 Zoltan Varga[bcl] Fix System.Threading.Tasks.Dataflow tests.
2015-01-16 Zoltan VargaMerge pull request #1511 from akoeplinger/windows
2015-01-16 Zoltan Varga[bcl] Fix the serialization of string arrays to IEnumer...
2015-01-16 Marek Safar[System.Threading.Tasks.Dataflow] update atomicboolen...
2015-01-16 Marek Safar[system.core] TaskExtensions from reference source
2015-01-16 Marek SafarAnother build fix
2015-01-16 Marek SafarFixes build
2015-01-16 Marek Safar[corlib] USe more types from System.Threading reference...
2015-01-16 Marek Safar[System.Core] System.Collections.Generic from reference...
2015-01-16 Marek Safar[System.ServiceModel.Web] Update failing test
2015-01-16 Marek Safar[system.xml] Fix broken ClassMap logic which relied...
2015-01-16 Marek Safar[system.web] Update SqlDataSource test not to rely...
2015-01-16 Marek Safar[WindowsBase] Fix incorrect test
2015-01-16 Zoltan Varga[sdb] Fix single stepping after a SetIP operation....
2015-01-15 Miguel de Icaza[Mono.Posix] Add overloads to pass ints and pointers
2015-01-15 Marek Safar[corlib] fixing TPL integration
2015-01-15 Marek Safar[system] update failing tests
2015-01-15 Ludovic Henry[TPL] Replace implementation by Microsoft reference...
2015-01-15 Rodrigo KumperaMerge pull request #1458 from BrzVlad/feature-fat-cas
2015-01-15 Martin Baulig[Mono.Security]: More exception debug foo.
2015-01-15 Martin Baulig[Mono.Security]: Test suite - we may not throw IOExcept...
2015-01-15 Martin Baulig[Mono.Security]: Fix TLS Alert level." This breaks...
2015-01-15 Rodrigo KumperaRevert "[Mono.Security]: Improve error reporting when...
2015-01-15 Rodrigo KumperaRevert "[Mono.Security]: Fix TLS Alert level." This...
2015-01-15 Zoltan VargaMerge pull request #1507 from DavidKarlas/mdbRead0Line
2015-01-15 Marek Safar[corlib] System.Collections from reference sources
2015-01-15 Martin Baulig[Mono.Security]: Fix TLS Alert level.
2015-01-15 Martin Baulig[Mono.Security]: Improve error reporting when sending...
2015-01-15 Marek Safar[system] System.Timer from reference sources
2015-01-15 Marek SafarMerge pull request #1505 from esdrubal/tzifloatingrule
2015-01-15 Zoltan VargaMerge pull request #1506 from akoeplinger/fix-paste...
2015-01-14 Mark ProbstMerge pull request #1466 from schani/stage-unified...
2015-01-14 Marek Safar[corlib] Hashtable constructor with equality comparer...
2015-01-14 Marek Safar[Microsoft.Build.Utilities] Replace use of ProcessStrin...
2015-01-14 Marek SafarFixes build
2015-01-14 Alexander Köplinger[MWF] Fix unicode string handling from clipboard paste...
2015-01-14 Marek Safar[system.net.http] Drop WebClient dependency
2015-01-14 Marek Safar[system] System.Collections.ObjectModel from reference...
2015-01-14 Zoltan Varga[pdb2mdb] Fix the decoding of nested scopes.
2015-01-14 Marek Safar[system] System.Collections.Specialized from reference...
2015-01-14 Marek Safar[system] Add UnicodeDecodingConformance, UnicodeEncodin...
2015-01-14 Marek Safar[system] Switch to reference sources WebClient
2015-01-14 Marek Safar[system] Cookies implementation from reference sources
2015-01-14 Marcos Henrich[System.Core] Fixed wrong DST of TimeZoneInfo with...
2015-01-14 Marcos Henrich[System.Core] Added tests to TimeZoneInfoTest. Covers...
2015-01-14 Zoltan VargaFix a deadlock introduced by 3f10c46468cc25ca3232a596b0...
2015-01-14 Zoltan VargaMerge pull request #1500 from criteo-forks/criteo
2015-01-13 Zoltan Varga[bcl] Break waits in KeventWatcher by closing the comma...
2015-01-13 Zoltan Varga[bcl] Put the files created by the HostFileChangeMonito...
2015-01-13 Zoltan Varga[bcl] Remove NET_4_5 defines from class libs.
2015-01-13 Zoltan Varga[bcl] Remove NET_4_5 defines from tools.
2015-01-13 Zoltan Varga[bcl] Remove NET_4_0 defines from class libs.
2015-01-13 Zoltan Varga[bcl] Remove NET_4_0 defines from tools.
2015-01-13 Zoltan Varga[bcl] Remove NET_2_0 defines from the class libs. This...
2015-01-13 Zoltan Varga[bcl] Remove NET_2_0 defines from tools.
2015-01-13 Marcos Henrich[build] Updated csproj files.
2015-01-13 Marcos Henrich[System.ComponentModel.Composition] Updated Makefile...
2015-01-13 Marek Safar[system.data] refresh mobile sources
2015-01-13 Marek Safar[system.data] Update for DataSetExtensions as GetTableM...
2015-01-13 Marek Safar[corlib] Close underlying synchronized stream. Fixes...
2015-01-13 Marek Safar[system.net.http] Split reading headers and content...
2015-01-13 Marek Safar[corlib] Add range checks to CharUnicodeInfo. Fixes...
2015-01-13 Marek Safar[system.data] update mobile profile
2015-01-13 Marek Safar[system.data] Replace connection string builder from...
2015-01-13 Marek Safar[system.data] Replace System.Data.SqlTypes from referen...
2015-01-13 Marek Safar[system.data] Switch to DbEnumerator from reference...
2015-01-13 Guillaume TurriFix SpinLock.TryEnter
2015-01-13 Miguel de Icaza[Mono.Posix] Add support for OSX F_NOCACHE
2015-01-12 Zoltan Varga[bcl] Fix a race in a System.Threading.Tasks test.
2015-01-12 Marek Safar[system] Fixes barrier file name
2015-01-12 Marek Safar[system] Replace Barrier implementation from reference...
2015-01-12 Marek Safar[system.net.http] ProductInfoHeader collection parsing...
2015-01-12 Radek Doulikdo not use liblog's absolute path in DllImport
2015-01-12 Marcos Henrich[System.Runtime.Caching] Removed unused files.
2015-01-12 Marek Safar[corlib] SafeHandle dispose can be called multiple...
2015-01-12 Marek Safar[corlib] Fixes SafeHandle invalidHandleValue handling
2015-01-12 Marcos HenrichMerge pull request #1455 from esdrubal/caching
2015-01-11 Marek SafarMerge pull request #1499 from madrang/SafeHandleTesting
2015-01-11 Marc-Andre FerlandMore strict testing of SafeHandle.
2015-01-10 Marek Safar[mcs] Auto-implemented properties must override all...
2015-01-10 Marek Safar[mcs] Contructors cannot be extern and have a construct...
2015-01-10 Marcos Henrich[System.Runtime.Caching] Updated MemoryCacheTest.
2015-01-10 Marcos Henrich[System.Runtime.Caching] Improved CacheUsage sorting.
2015-01-09 Marek Safar[mcs] Add string interpolation conversions
2015-01-09 Zoltan VargaMerge pull request #1497 from esdrubal/sq
2015-01-09 Marcos Henrich[System.Runtime.Caching] MemoryCacheTest.Trim now check...
2015-01-09 Marcos Henrich[System.Runtime.Caching] Updated MemoryCacheTest.TestCa...
2015-01-09 Marcos Henrich[System.Runtime.Caching] Updated tests default Physical...
2015-01-09 Marcos Henrich[System.Runtime.Caching] .sources now uses referecensou...
2015-01-09 Marcos Henrich[System.Runtime.Caching] Implemented referencesource...
2015-01-09 Marcos Henrich[System.Runtime.Caching] Copied SRef.cs from .NET.
2015-01-09 Marcos Henrich[System.Runtime.Caching] Copied R.Designer.cs from...
2015-01-08 Alexander KöplingerMerge pull request #1433 from akoeplinger/system.numeri...
2015-01-08 Miguel de IcazaMerge pull request #1495 from akoeplinger/fix-cancelreq...
2015-01-08 Marek Safar[mcs] Add string interpolation grammar
next