Fix reflection emit disable.
[mono.git] / mcs /
2012-11-09 Marek SafarUse system resgen for monotouch build
2012-11-09 Martin BauligImplement NTLMv2 Session and NTLMv2 Authentication.
2012-11-08 Marek HabersackRemoved original license since no substantial portions...
2012-11-08 Rolf Bjarne Kvinge[Mono.Options] Add support for hidden options (which...
2012-11-07 Rodrigo KumperaFix mobile profile build of System.dll
2012-11-07 Sebastien PouliotFix Aes to behave correctly on MonoTouch wrt CryptoConf...
2012-11-07 Rodrigo KumperaUse Function<T>:Identity instead of an inline lambda...
2012-11-07 Rodrigo KumperaAdd workaround to make LINQ 4 Objects order by work...
2012-11-07 Sebastien PouliotAvoid multiple potential full-AOT failures with LINQ...
2012-11-07 Sebastien PouliotAvoid using PredicateOf<T>.Always since it does not...
2012-11-07 Rodrigo KumperaFix the mobile profile build of System.Core.dll.
2012-11-07 Miguel de IcazaAdd some defensive exceptions to WebConnectionStream...
2012-11-07 Miguel de IcazaAdd some defensive exceptions to WebConnectionStream...
2012-11-07 Miguel de Icazamobile/System.dll: Add BindingList<T>
2012-11-07 Miguel de IcazaNetworkStream: Bring ReceiveTimeout, SendTimeout, Close...
2012-11-07 Chris ToshokUp the default max persistent connections to 10 for...
2012-11-07 Rolf Bjarne Kvinge[Mono.Data.Sqlite] Fix a MonoTouch memory leak
2012-11-07 Sebastien PouliotRedirect, by default, the Console.* and Console.Error...
2012-11-07 Sebastien PouliotGet better linker results when doing full-aot wrt the...
2012-11-07 Sebastien PouliotFix default SecurityManager properties to false (they...
2012-11-07 Sebastien PouliotDisable optimization under full AOT. Fix bug #3682
2012-11-07 Sebastien PouliotUse same name/casing for DllImport so we do not duplica...
2012-11-06 Rodrigo KumperaDisable the regex compiler under Full AOT.
2012-11-06 Rodrigo KumperaRemove transparent proxy support for monotouch builds.
2012-11-06 Rodrigo KumperaMake System.Guid Full AOT friendly.
2012-11-06 Rodrigo KumperaMake the Crypto stack work with Full AOT.
2012-11-06 Rodrigo KumperaDon't tag some CAS types as obsolete.
2012-11-06 Rodrigo KumperaAvoid bringing the whole Crypto stack in AssemblyName...
2012-11-06 Rodrigo KumperaDisable code generation for object serialization under...
2012-11-06 Rodrigo KumperaDisable more COM code under Full AOT.
2012-11-06 Rodrigo KumperaRemove SRE from Full AOT builds.
2012-11-06 Rodrigo KumperaRemove some COM types under Full AOT.
2012-11-06 Rodrigo KumperaKill silly using directive.
2012-11-06 Rodrigo KumperaAdd Full AOT support for System.Linq.Expression.
2012-11-06 Rodrigo KumperaRework some bits in Parallel LINQ to work under Full...
2012-11-06 Miguel de IcazaBring Parallel LINQ to the Mobile profile
2012-11-05 Rodrigo KumperaRemove SRE.UnmanagedMarshal dependency from System...
2012-11-05 Rodrigo KumperaRemove FieldInfo::UMarshal, which is dead code.
2012-11-05 Rodrigo KumperaExpose MarshalAsAttribute to the runtime.
2012-11-05 Jeffrey StedfastMerge pull request #488 from roji/email_attachment_fixes
2012-11-05 Marek SafarMerge pull request #497 from Shabbafru/ImageListPatches
2012-11-05 Atsushi EnoFix JavaScriptSerializer.Deserialize() for dictionary...
2012-11-05 Shabbafrufixed clearing of the ImageList
2012-11-05 Shay RojanskyRemoved debugging prints that slipped through
2012-11-02 Sebastien PouliotAllow setting a custom Profile without using reflection
2012-11-02 Marek SafarMerge pull request #492 from pruiz/systx-fixes
2012-11-01 Jonathan Pryor[mdoc] Update XSD @id, @tool for docs team.
2012-11-01 Marek SafarMerge pull request #490 from knocte/master
2012-11-01 Marek SafarImplement SqlConnection.DbProviderFactory. Fixes #7936
2012-11-01 Alex Rønne PetersenMerge pull request #491 from mono/fix_keyvaluepair
2012-11-01 Alan McGovern[corlib] Remove the DebuggerDisplay attribute from...
2012-11-01 Zoltan VargaAvoid throwing exceptions from WeakReference.IsAlive...
2012-11-01 Zoltan VargaProperly inflate arrays of generic parameters in resolv...
2012-10-31 Andres G. Aragoneses[System.Configuration] IntegerValidator's maxValue...
2012-10-31 Sebastien PouliotAllow an existing 4.0 assembly to fill in for a 2.0...
2012-10-31 Sebastien PouliotAvoid processing (and creating) empty collections
2012-10-31 Neale FergusonImplement GetObjectData
2012-10-31 Neale FergusonIncrease flushinput timeout to 1 second as 1/10th secon...
2012-10-31 Marek SafarMerge pull request #489 from alesliehughes/master
2012-10-31 Alistair Leslie... Implement Marshal.GenerateProgIdForType
2012-10-31 Alistair Leslie... Implement RegistrationServices.GetManagedCategoryGuid
2012-10-31 Alistair Leslie... Add AxHost.OcxState support
2012-10-30 Sebastien PouliotAllow overriding MarkMethod (without resolving the...
2012-10-30 Marek SafarCorrectly encode nested typeof type inside namespace.
2012-10-30 Marek SafarDon't set sequential type attribute for async containers
2012-10-30 Marek SafarMove corlib path check after nostdlib
2012-10-29 Sebastien PouliotSeparate namespace and name arguments for Inherits...
2012-10-29 Marek SafarAdd new test
2012-10-29 Marek SafarMerge pull request #485 from mtausig/master
2012-10-29 mtausigFix: Removed wrong increment
2012-10-29 Marek SafarAdd missing 3rd System reference
2012-10-29 Martin Baulig[#7637][Web]: This is supposed to fail prior to .NET...
2012-10-29 mtausigRemoved null check of parameter (done in Directory...
2012-10-29 Marek SafarLabel inside implicit switch block is accessible from...
2012-10-29 Marek SafarReject incomplete conversion unary user operators....
2012-10-29 mtausigAdded Testcase for DirectoryInfo.GetDirectories with...
2012-10-29 mtausigRemoved extra-brace
2012-10-29 Shay RojanskyFixed missing Content-Id email headers
2012-10-27 Pablo Ruiz GarciaSys.Tx: Avoid uncatched exceptions during Prepare phase...
2012-10-26 Martin Baulig[#7637][Web]: Support empty write streams.
2012-10-26 Martin Baulig[6329][Web]: Fixed abort race condition in WebConnectio...
2012-10-26 Marek SafarMerge pull request #484 from roji/transactions_pspe
2012-10-26 Marek SafarMerge pull request #486 from fvalette/master
2012-10-25 Martin BauligEmit WebAsyncResult's callback on same thread on sync...
2012-10-25 Martin BauligFix TaskFactory::FromAsync for methods that completed...
2012-10-25 Florent Valette[Fix] AudioData(wav) play performing badly under Linux
2012-10-25 Jonathan Pryor[Mono.Posix] Fix whitespace.
2012-10-25 Jonathan PryorRevert "Increased waiting time for the certificate...
2012-10-25 Florent Valette[Fix] Advanced Linux Sound Architecture (ALSA) configur...
2012-10-25 Jonathan Pryor[Mono.Posix] Add Syscall.getgrouplist().
2012-10-25 Florent Valette[Fix] Support to wave sound file under linux
2012-10-25 Sebastien PouliotMerge back MonoTouch changes inside the linker/tuner...
2012-10-25 Sebastien PouliotAllow the SortedList unit tests to be built with NUnitL...
2012-10-24 Shay RojanskyTransaction now has limited support for PromotableSingl...
2012-10-24 Alexey Moiseevusign List except for array to prevent holes on getgrou...
2012-10-24 Alexey MoiseevAdded omiting not valid groups to getgrouplist
2012-10-24 Atsushi Enofix bug #7957: empty dictionary should not be read...
2012-10-23 Martin Baulig[#7258][Web]: Fix proxy authentication for non-ssl...
2012-10-23 Alexey MoiseevAdded overload to getgrouplist with Mono.Unix.Native...
2012-10-23 Martin BauligDisable failing tests on the Mac.
next