Heavy IO load might cause obj to be NULL
[mono.git] / mcs /
2012-01-12 Miguel de IcazaAdd [Exports] from MonoTouch/MonoMac to the documentati...
2012-01-12 Miguel de Icazaupdate copyrights
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2012-01-11 Marek SafarAdd constructed constructor expression into AST when...
2012-01-11 Marek SafarDon't create intermediate NamespaceContainer when itera...
2012-01-11 Marek SafarRemove DeclSpace
2012-01-11 Marek SafarRemove GenericMethod
2012-01-11 Marek SafarRemove GenericMethod from member name construction
2012-01-11 Marek SafarRemove IsGeneric from DeclSpace
2012-01-10 Gonzalo Paniagua... Use the right socket for the data stream
2012-01-10 Zoltan VargaFix an IndexOutOfBounds exception in the sdb packet...
2012-01-10 QuickJackAllows write access to web.config files below an app...
2012-01-10 Zoltan VargaUse mdoc.exe from class/lib since it is now built there.
2012-01-10 Jeremie Laval[monodoc] Add a full title field to search result so...
2012-01-10 Jeremie Laval[monodoc] Append member type (method, property, .....
2012-01-10 Jeremie Laval[monodoc] Don't show the massive amount of obsolete...
2012-01-09 Marek SafarMake System.Web.Script.Serialization.JavaScriptSerializ...
2012-01-09 Gonzalo Paniagua... Merge pull request #211 from symform/master
2012-01-09 Marek SafarRemove another layout from TypeParameters parsing,...
2012-01-06 Zoltan VargaAllow enum->basetype argument conversion in CreateDeleg...
2012-01-06 Zoltan VargaMerge pull request #212 from jordanbtucker/master
2012-01-06 Jordan TuckerFixed Bug 2761: BigInteger constructed with zero-filled...
2012-01-06 Marek SafarInsert constructor into AST before initializer is parsed
2012-01-06 Marek SafarBetter detection of errors when building anonymous...
2012-01-06 Marek SafarDefault non-profile mcs.exe build to build profile
2012-01-05 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2012-01-05 Neale FergusonIf a parameter is NULL or DBNull then its size needs...
2012-01-05 Marek SafarBuild programs directly into class/lib. Fixes random...
2012-01-05 Marek SafarReference equality of identical reference types cannot...
2012-01-05 Marek SafarUse reference comparison when checking interlocked...
2012-01-05 Marek SafarType parameters can be now stored in MemberName directly
2012-01-05 Rodrigo Kumperadisassemble the agressive-inlining flag correctly.
2012-01-04 Jonathan Pryor[System.ServiceModel.Web] Support `null` as value for...
2012-01-04 Rolf Bjarne KvingeFileStream: use 4k as the default buffer size
2012-01-04 Sebastien PouliotImplement new FX4 methods to add new algorithms/oids...
2012-01-04 Marek SafarDon't use MemberName to store parsed member access...
2012-01-04 Marek SafarDon't allocate intermediate MemberName for member acces...
2012-01-04 symformFixed a race in System.Net.WebConnection that was causi...
2012-01-04 Miguel de IcazaXmlSerializer: Add support to serialize nullable types...
2012-01-03 Zoltan VargaImplement ignore-case support for GetTypesForSourceFile...
2012-01-02 QuickJackImproves the compatibility of Mono's Configuration...
2012-01-02 Zoltan VargaMerge pull request #203 from Jester01/jester/mmap
2011-12-29 QuickJackFixes some warnings in sqlsharp
2011-12-29 QuickJackFixes some warnings in System.Xaml.dll
2011-12-29 QuickJackFixes CS0168 in System.ComponentModel.DataAnnotations
2011-12-29 QuickJackFixes some warnings in System.Web.Extensions.dll
2011-12-29 Martincompletes commit 4f3d21e46e1e09fd52df9741f4db1adf39592d5f
2011-12-29 QuickJackFixes CS0168 in System.ServiceModel.dll
2011-12-29 Miguel de IcazaAllow trailing commas on Json objects
2011-12-29 Martincompletes commit 6744423723fbefb0d7913147ccf5c3ec2404eb0f
2011-12-29 Martincommit 945c2a7433b014e3d26caa7e0c46458475a6f78e removed...
2011-12-29 Martincommit b9ae5e5f7e69e1df0280d8a2e1d10a01d1bb4590 removed...
2011-12-29 Martincommit b9ae5e5f7e69e1df0280d8a2e1d10a01d1bb4590 removed...
2011-12-29 Martincommit 206085382687f5c51ba49a8eb86ee0529fcc38a3 removed...
2011-12-29 Martincommit 206085382687f5c51ba49a8eb86ee0529fcc38a3 removed...
2011-12-29 Martincommit 206085382687f5c51ba49a8eb86ee0529fcc38a3 removed...
2011-12-29 Martincommit 206085382687f5c51ba49a8eb86ee0529fcc38a3 removed...
2011-12-29 QuickJackFixes some warnings in PEAPI.dll
2011-12-29 QuickJackFixes a warning in System.Design.dll
2011-12-29 QuickJackFixes some warnings in System.Runtime.Remoting.dll
2011-12-29 QuickJackFixes a warning in System.Web..Services.dll
2011-12-29 QuickJackFixes a warning in System.Web..dll
2011-12-29 QuickJackFixes a warning in Mono.Data.Sqlite.dll
2011-12-29 QuickJackFixes a warning in System.Windows.Forms.dll
2011-12-28 Pablo Ruiz GarciaAdded a ByteSafeEncoding which can be used to implement...
2011-12-28 Pablo Ruiz GarciaFixed a common buffer overflows to most I18N.Other...
2011-12-28 Pablo Ruiz GarciaEnabled safe-only versions of I18N/CJK encoders.
2011-12-28 Pablo Ruiz GarciaAnother issue #1531 fix (and unit test)
2011-12-28 Pablo Ruiz GarciaLine-ending fixes over my previous modifications on...
2011-12-28 Pablo Ruiz GarciaFixed issue #1531: I18N.CJK.CP936::GetBytesCount()...
2011-12-27 QuickJackFixes some warnings in Mono.WeBrowser.dll
2011-12-27 QuickJackFixes some warnings in System.Data.dll
2011-12-27 QuickJackFixes a warning in System.dll
2011-12-27 QuickJackRemoves 2 warnings CS0168
2011-12-26 Miguel de IcazaFix history navigation
2011-12-24 Miguel de Icazacsharp: make the prettypring work with poor IEnumerable...
2011-12-22 Miguel de IcazaFix move-forward-word by also considering symbols as...
2011-12-22 Miguel de Icazaupdate copyright
2011-12-22 Zoltan VargaMerge pull request #204 from bholmes/native_to_managed_...
2011-12-22 Sebastien PouliotDo not add the Create flag when ReadOnly is used. Fix...
2011-12-20 Jeffrey Stedfast[MSBuild.Tasks] Simplified RemoveDir exception handling.
2011-12-20 Rodrigo KumperaAdd a missing StructLayout attribute to MonoAsync.
2011-12-19 Sebastien PouliotProvide total, not the number of bytes read, in Downloa...
2011-12-19 Zoltan VargaFix List.LastIndexOf () on empty lists. Fixes #2558.
2011-12-16 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-12-16 Marek HabersackFix tests in the 4.5 profile
2011-12-14 MartinRemoves warning CS0219.
2011-12-14 Martinremoves warning CS0168.
2011-12-14 Marek SafarDon't reorder catch clauses in the parser
2011-12-14 Marek SafarRefactor namespace using parsing to work with MD, clean...
2011-12-14 MartinFixes an ASP.NET postback problem.
2011-12-13 Rolf Bjarne Kvinge[System.Web.Services] Make sure we don't keep results...
2011-12-13 Rolf Bjarne Kvinge[System.Data] Fix sorting in DataView when changing...
2011-12-13 Gonzalo Paniagua... Fix MAC address for Mac/iOS
2011-12-13 Rodrigo KumperaSwitch to precise scanning of corlib.
2011-12-13 Rodrigo KumperaAdd all missing sequential layout directives to corlib...
2011-12-13 Marek SafarFixes NRE when checking most specific type of default...
2011-12-13 Marek HabersackMerge pull request #201 from QuickJack/master
2011-12-13 Marek Habersack[asp.net] Do not duplicate assembly references passed...
2011-12-13 Miguel de IcazaFix x #2191
next