mono.git
2011-05-06 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-05-06 Neale FergusonImplement soft debugger for s390x and fix context macro...
2011-05-06 Lluis Sanchez[Web Services] Fix regression caused by previous commit
2011-05-06 Sebastien PouliotUpdate S.X.S sources files to use S.XML sources
2011-05-06 Sebastien PouliotMake some S.X.S types compatible with the SL API (for...
2011-05-06 Sebastien PouliotEnable some code to be included in Moonlight's S.X...
2011-05-06 Jeffrey StedfastFix the build for Windows (use int instead of ssize_t)
2011-05-06 Rodrigo KumperaFixes for win32
2011-05-05 Jeffrey StedfastFixed for Big Endian machines.
2011-05-05 Rodrigo KumperaMake sure that implicit variant type conversion implies...
2011-05-04 Veerapuram... [ado.net]bugfix:688773 - Assign default value to column...
2011-05-04 Veerapuram... [ado.net]bugfix:681916 - Based on patch by Scott <srfca...
2011-05-04 Veerapuram... [mono]bugfix:663287 - Validate the type of value agains...
2011-05-04 Veerapuram... [ado.net]BugFix 663914 - Retain original version of...
2011-05-04 Marek Habersack[corlib] Do not cache disposed resource sets.
2011-05-04 Marek Habersack[asp.net] Do not retrieve script's URL in RegisterScrip...
2011-05-04 Miguel de IcazaMerge pull request #95 from XTZGZoReX/master.
2011-05-04 Marek Safar[691531] Variance conversion requires type parameters...
2011-05-04 XTZGZoReXFix spelling in Consts.cs.in.
2011-05-03 Andreia Gaita[json] revert part of 382a385a8f, it regresses moon...
2011-05-03 Rodrigo KumperaMerge pull request #94 from XTZGZoReX/master.
2011-05-03 XTZGZoReXilasm: Makefile: Remove dead NET_1_1 code.
2011-05-03 Rodrigo KumperaAdd define to conditionally compile code using mono...
2011-05-03 Mark Probst[sgen] Fix thread unregister deadlock race.
2011-05-03 Marek Safar[691417] Set array Packing/Size values without using...
2011-05-03 Martin BauligAdd socket timeouts to the soft debugger.
2011-05-03 Rodrigo KumperaAdd regression test for #691057
2011-05-03 Rodrigo KumperaFix a couple of issues on Mono.Simd.
2011-05-03 Zoltan VargaFix the ARM build.
2011-05-02 Zoltan VargaImplement BSTR icalls even when COM is disabled. Fixes...
2011-05-02 Rodrigo Kumperadon't init smr twice
2011-05-02 Rodrigo KumperaFix resume_thread_internal return type
2011-05-02 Rodrigo KumperaFix thread unregistration under sgen.
2011-05-02 Sebastien PouliotFix parameter name for Aes.Create
2011-05-02 Sebastien PouliotAdd new 4.0 method (stub) for X509Certificate
2011-05-02 Sebastien PouliotMatch IDisposable with 4.0 changes in System.Security...
2011-05-02 Sebastien PouliotAdd some new 4.0 features in System.Security.Cryptography
2011-05-02 Marek Habersack[runtime] Fix handling of ECMA key when parsing assembl...
2011-05-02 Jb Evain[mono-api-info] try to read local files before using...
2011-05-02 Jb EvainFix the mobile build
2011-05-02 Jb Evain[linker] Fix reading symbols of resolved assemblies
2011-05-02 Jb Evain[linker] keep types in the module when sweeping them
2011-05-02 Jb EvainFix non net_4_0 profiles build
2011-05-02 Jb EvainProperly check the maxstacksize asked for the Thread
2011-05-02 Jb EvainAdd test for Thread.ctor where the stacksize is not...
2011-05-02 Zoltan VargaFix support for parameters with generic constraints...
2011-05-01 Miguel de IcazaMerge pull request #90 from nulltoken/patch-1.
2011-05-01 Miguel de IcazaUpdate SGen sources to SGen license
2011-05-01 Mark ProbstMerge branch 'sgen-lock-free-alloc'
2011-05-01 Mark Probst[utils] Document the lock-free allocator.
2011-05-01 Mark Probst[sgen] Make sure remset clearing doesn't crash if we...
2011-05-01 Mark Probst[sgen] Attach thread info early so that hazard pointers...
2011-05-01 Mark Probst[sgen] Use the lock free allocator as the internal...
2011-05-01 Mark Probst[utils] Added lock-free queue and allocator.
2011-05-01 Chris Toshok[eglib] make g_mkdir_with_parents work for paths not...
2011-04-30 Geoff NortonAvoid doubly declaring some types in the 2.1 profile...
2011-04-30 Gonzalo Paniagua... Fix prefix selection
2011-04-30 Gonzalo Paniagua... Support FTP + RETR + proxy
2011-04-30 Jeffrey StedfastDon't return values in functions returning void
2011-04-29 Rodrigo KumperaIntroduce a couple of functions to abstract old and...
2011-04-29 Geoff Norton[boehm] Avoid a ENOMEM when allocating across an unallo...
2011-04-29 Rodrigo KumperaMake SMR available during the whole registration/unregi...
2011-04-29 Rodrigo KumperaMake thread unregister more robust.
2011-04-29 Rodrigo KumperaAllow external memory management of nodes.
2011-04-29 Alan McGovern[GCHandle] Refactor so == and != do not box unnecessarily.
2011-04-29 Gonzalo Paniagua... [webclient] Process uri.UserInfo when present
2011-04-29 Geoff NortonAvoid a needless buffer copy that is susceptible to...
2011-04-28 Chris Toshok[eglib] add some more MAX/MIN macros
2011-04-28 Geoff NortonFix a typo for Rodrigo
2011-04-28 Zoltan VargaFix loading from volatile base addresses in the LLVM...
2011-04-28 Sebastien PouliotFix remaining moon-unit failures wrt Sockets changes
2011-04-28 Sebastien PouliotFix copy-paste error in git 17085447
2011-04-28 Rodrigo KumperaFix posix
2011-04-28 Rodrigo KumperaFix small buglets
2011-04-28 Rodrigo KumperaDocument the current limitations of the async call API
2011-04-28 Rodrigo KumperaImplement async invocation API.
2011-04-28 Zoltan VargaRevert "Modify fixup_cattrs () to handle a corner case...
2011-04-28 Jeffrey StedfastFixed g_utf8_validate(), needed to break in inner switch
2011-04-28 Lluis Sanchez[Web.Services] Add support for optional parameters
2011-04-28 Sebastien PouliotAdd entries for MD4 in machine.config (fix #682619)
2011-04-28 Atsushi EnoLooks like xs:any is allowed under certain condition...
2011-04-28 Atsushi Enomoonlight does not like XmlSchemaType but nasty code...
2011-04-28 Marek Habersack[system.data.services] Stubs for a few 4.0 types +...
2011-04-28 Marek HabersackMerged pull request #91 from skolima/master.
2011-04-28 Leszek 'skolima... fixing the build
2011-04-28 Atsushi Eno...and do return Type for all known xs:* types in XsdDa...
2011-04-28 Atsushi EnoDo not reject xsd:* types that are not listed in KnownT...
2011-04-28 Atsushi Enosupport <service>-less wsdls in svcutil. Look for portT...
2011-04-28 Alan McGovern[moonlight] Ensure we don't double-build the "build...
2011-04-28 Atsushi EnoExtend supported XmlDateTimeSerialization formats....
2011-04-28 Rodrigo KumperaNew mach support code to support setting thread context.
2011-04-28 Atsushi EnoXmlSerializer code generator was generating wrong char...
2011-04-28 Atsushi EnoImplement some properties in XamlObjectWriterSettings...
2011-04-28 Gonzalo Paniagua... [socket] More BeginConnect (IPAddress []) work
2011-04-28 Jeffrey StedfastFixed g_iconv() decoders/encoders for unaligned accesses
2011-04-27 Chris ToshokMerge branch 'master' of github.com:mono/mono
2011-04-27 Chris Toshokfix the moon build with -j 4
2011-04-27 Mark Probst[utils] Make delayed free table not wait to truly make...
2011-04-27 Marek HabersackMerged pull request #88 from skolima/msbuild-merge.
2011-04-27 Leszek 'skolima... [MSBuild] Add Microsoft.Build for 4.0 profile
next