mono.git
2012-05-21 Eberhard BeilharzFix failing test Parse_InvalidShortDate()
2012-05-21 Eberhard BeilharzFix failing tests
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 Rodrigo KumperaAvoid a deadlock when waiting for pending finalizers.
2012-05-18 Rodrigo KumperaHandle a race condition between thread registration...
2012-05-18 Rodrigo KumperaUsing libc's free as a constant to mean true is cute...
2012-05-18 Rodrigo KumperaParallel gotta be parallel. Parallel nursery should...
2012-05-18 Rodrigo KumperaMake asserts more usefull.
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... Sqlite: Map DATETIME to System.DateTime. Fixes #5078.
2012-05-18 Zoltan VargaImplement full-aot support for ftnptr->delegate convers...
2012-05-17 Zoltan VargaImplement support for OP_LOADR4_MEMBASE/STORER4_MEMBASE...
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... Add gitignore for Mono.Data.Sqlite
2012-05-16 Rolf Bjarne... Sqlite: 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 SafarAdd gitignore
2012-05-15 Marek SafarUpdate locale builder tool
2012-05-15 Marek SafarUpdate locale builder tool
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 Zoltan VargaCheck return type compatibility for inlined methods...
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-14 Zoltan VargaFix mono_nullable_box () in full-aot mode. Fixes #5045.
2012-05-14 Zoltan VargaFix byref stringbuilder marshalling. Fixes #5007.
2012-05-13 Zoltan VargaImplement out support in byref string marshalling....
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 Rolf Bjarne... If the dllname for a dllimport is a full path, try...
2012-05-10 Neale FergusonAdd seq_point instruction to s390x
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 Rodrigo KumperaMerge pull request #294 from madewokherd/createsuspended
2012-05-09 Vincent PovirkFix race condition in mono_threads_CreateThread.
2012-05-09 Jonathan ChambersInclude config.h and use TARGET_X86 and TARGET_AMD64...
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-07 Rodrigo KumperaWhen cleaning up the finalizers of a domain, do it...
2012-05-07 Rodrigo KumperaFiz a domain unload race regarding finalizable objects.
2012-05-06 Zoltan VargaRaise an exception instead of aborting if a pinvoke...
2012-05-04 Rodrigo KumperaAdd a missing $(srcdir) to bug-3903 build command....
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 Zoltan VargaReset the async state and frame info for still running...
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 Jonathan ChambersAdd tests and correctly handle using '/' in windows...
2012-05-02 Jonathan ChambersTest paths on windows using valid windows paths.
2012-05-02 Jonathan ChambersTry try and use *nix style paths on Windows in uri...
2012-05-02 Jonathan ChambersAdjust linker path to find eglib.lib for test_eglib...
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
next