Xamarin-4959: Fix copy of clipboard data after app exits
[mono.git] / mcs /
2012-05-21 Eberhard BeilharzXamarin-4959: Fix copy of clipboard data after app...
2012-05-21 Eberhard BeilharzUnit test for bug Xamarin-4959
2012-05-20 Zoltan VargaAdd support for remoting invokes to sdb. Fixes the...
2012-05-19 Miguel de IcazaFix from Stephen McConnel for bug 5010
2012-05-18 Marek SafarInsert unattached attributes to AST also for enum membe...
2012-05-18 Marek SafarBetter error recovery from incomplete invocation expres...
2012-05-18 Rolf Bjarne KvingeSqlite: Map DATETIME to System.DateTime. Fixes #5078.
2012-05-17 Marek SafarResolve lock temporary variables before any embedded...
2012-05-17 Marek SafarMerge branch 'master' of github.com:mono/mono
2012-05-17 Marek SafarGet full expanded interface list when checking for...
2012-05-16 Sebastien PouliotAdd fix and test case from bnc #650402
2012-05-16 Rolf Bjarne KvingeAdd gitignore for Mono.Data.Sqlite
2012-05-16 Rolf Bjarne KvingeSqlite: Close the command before the connection when...
2012-05-16 Marek SafarAdd missing dist files
2012-05-16 Marek SafarThis instance is not available in base context for...
2012-05-16 Marek SafarDon't report unresolved using clause error in eval...
2012-05-16 Jeremie Laval[corlib] Fix NullRef when using dispose a CancellationT...
2012-05-15 Marek SafarImplement DateTime::ToString format specifier for genit...
2012-05-15 Marek SafarFix some existing datetime tests
2012-05-15 Marek SafarUpdate culture infos and implement missing or not imple...
2012-05-14 Sebastien Pouliotnewer nunit does not require a [TestFixture] attribute...
2012-05-14 Atsushi EnoMake use of GetPrefixOfNamespace() in XElement.ToString...
2012-05-14 Atsushi EnoAdd Xml declaration even for such document that lacks...
2012-05-14 Atsushi EnoXNodeNavigator could be used for a node tree without...
2012-05-14 Atsushi EnoIn XNodeNavigator, do not start text node skip from...
2012-05-13 Marek SafarMerge pull request #295 from i59/patch-1
2012-05-12 Filip LundgrenCSharpCodeCompiler ctor: Corrected Windows mcs path...
2012-05-11 Miguel de IcazaMerge pull request #293 from viniciusjarina/fix3258
2012-05-10 Sebastien PouliotAdd some stubs for methods required by the portable...
2012-05-10 Sebastien PouliotAdd System.Windows.Input.ICommand which is part of...
2012-05-09 Zoltan VargaStop at catch clauses when doing a step over in sdb...
2012-05-09 Jeffrey StedfastAdded call to GC.SupressFinalize() in CFObject.Dispose()
2012-05-09 Sebastien PouliotSmall adjustments needed for Profile[1-4] of the Portab...
2012-05-09 Sebastien PouliotThread.Finalize is needed in Profile3 of the Portable...
2012-05-09 Sebastien PouliotBinaryWriter.Dispose is needed in Profile[1-4] of the...
2012-05-09 Jeffrey Stedfast[MacProxy] Fixed refcounting and got rid of unneeded...
2012-05-08 Jeffrey StedfastWebRequest.GetDefaultWebProxy() must not assume the...
2012-05-08 Jeffrey Stedfast[System.Net.WebRequest] Implemented new and improved...
2012-05-08 Vinicius JarinaAdded unit test for the bug #3258 (Serialize|Deserializ...
2012-05-08 Vinicius JarinaFix XML serialization of DateTimeOffset?. Fixes #3258
2012-05-08 Vinicius JarinaRemoved code commented
2012-05-08 Rodrigo KumperaMerge pull request #292 from QuickJack/master
2012-05-08 QuickJackFixes a waring in System.Configuration.
2012-05-07 Jeffrey StedfastFixed capitalization
2012-05-07 Jeffrey Stedfast[Mono.Debugger.Soft] Re-added Dispose() method on Virtu...
2012-05-07 Jeffrey Stedfast[Mono.Debugger.Soft] Fixed building of tests
2012-05-04 Zoltan VargaMerge pull request #290 from jbevain-forks/methodbodymi...
2012-05-04 Jb EvainAdd exception handlers to MethodBodyMirror
2012-05-03 Jeffrey Stedfast[Mono.Debugger.Soft] Don't make Connection disposable.
2012-05-03 Atsushi EnoMerge pull request #286 from dafergu2/bug4794
2012-05-03 Atsushi EnoMerge pull request #288 from ewxrjk/xmlwriter
2012-05-03 Zoltan VargaMore fixes for passing/receiving nullables in sdb....
2012-05-03 Richard KettlewellFix XmlTextWriter's use of NewLineHandling.
2012-05-03 Marek SafarMerge branch 'master' of github.com:mono/mono
2012-05-03 Marek SafarFix parsing of -w argument. Fixes #4853
2012-05-03 Dave FergusonFix DataContractSerializer with duplicate qname
2012-05-02 Jeffrey Stedfast[Mono.Debugger.Soft] Prettified PrimitivateValue ToStri...
2012-05-02 Zoltan VargaMerge pull request #285 from joncham/eglib-fixes
2012-05-02 Marek SafarAdd more tests
2012-05-02 Marek SafarUpdate wrong test
2012-05-02 Marek SafarRemove empty cctor
2012-05-02 Marek SafarRemove expensive font initialization from default Theme...
2012-05-02 Marek SafarCheck warning number for nowarn option as well
2012-05-01 Gonzalo Paniagua... Do not raise the client cert callback twice.
2012-05-01 Marek SafarMerge pull request #282 from dafergu2/bug4793
2012-05-01 Marek SafarRemove expensive font initialization from default Theme...
2012-05-01 Marek SafarMerge pull request #284 from pmsanford/patch-1
2012-05-01 pmsanfordFix compile error in VS Project for csharp (this broke...
2012-05-01 Marek SafarEmit iterator finalizer once all nested anonymous metho...
2012-05-01 Dave FergusonFix UriTemplate.Match to work with escaped uris
2012-05-01 Marek SafarImplement System.Net.Http content upload
2012-04-30 Marek SafarLess debug noise on console
2012-04-30 Gonzalo Paniagua... Add support for client certificates to HttpListener
2012-04-30 Gonzalo Paniagua... .NET 4.0+ flushes the request stream when content lengt...
2012-04-30 Marek SafarImplement Guid::ToString("X")
2012-04-30 Marek SafarFix Guid::CompareTo. Fixes #4721
2012-04-30 Jonathan ChambersUse TaskConstants in MOBILE profile as well.
2012-04-30 Jeffrey Stedfast[Mono.Debugger.Soft] Updated PointerValue
2012-04-30 Duncan MakAdd missing semicolon to fix the build.
2012-04-30 Gonzalo Paniagua... Merge pull request #281 from JamesB7/master
2012-04-29 JamesB7Fixed a typo and a whitespacing mistake.
2012-04-29 JamesB7Finished making the changes.
2012-04-29 JamesB7Fix for two's complement overflow. Doing it just for...
2012-04-28 Jeffrey Stedfast[Mono.Debugger.Soft] Added PointerValue.cs
2012-04-27 Gonzalo Paniagua... Do not attempt to write 0 bytes.
2012-04-27 Gonzalo Paniagua... Do not send all the DNs on the server upon establishing...
2012-04-27 Marek SafarSwitch Cecil to common git://github.com/mono/cecil.git
2012-04-27 Marek SafarDon't create temporary module builder for dynamic conte...
2012-04-27 Marek SafarFix range check in string::Split
2012-04-26 Jeffrey Stedfast[xbuild] We still need to throw if we fail to import...
2012-04-26 Marek SafarPass correct cancellation token to Task::Delay continuation
2012-04-26 Marek SafarCanonicalize path on windows. Fixes #4625
2012-04-26 Marek SafarFix simple return from async non generic Task methods
2012-04-26 Marek Safar More work on System.Net.Http
2012-04-26 Marek SafarAdd System.Net.Http project files
2012-04-26 Marek SafarCapture anonymous method variables into separate storey...
2012-04-25 Rodrigo KumperaMerge pull request #279 from alexrp/master
2012-04-25 Marek SafarIssue error for recursive generic constructors. Fixes...
2012-04-25 Jérémie LavalFix constructor call in QueryConcatNode
2012-04-25 Marek SafarMerge pull request #278 from JamesB7/patch-1
next