mono.git
2010-11-22 Jb EvainFacilitate the merge
2010-11-21 Jb Evaininternalize private cecil
2010-11-21 Jb EvainFix makefile
2010-11-21 Jb EvainPreserve mono-cil-strip feature by embedding the old...
2010-11-21 Jb Evainupdate cecil to upstream
2010-11-05 Jb EvainUpdate Mono.Cecil from upstream
2010-10-22 Jb Evainsimplify code
2010-10-22 Jb Evainupdate cecil.pc
2010-10-22 Jb Evaindelete unused file
2010-10-20 Jb EvainPolish monodocer port to cecil-light
2010-10-20 Jb EvainFix tuner build
2010-10-20 Jb EvainPass the appropriate defines for the net_4_0 profile
2010-10-20 Jb EvainPort Mono.Cecil.Mdb to cecil-light
2010-10-20 Jb EvainFix navigation of all types
2010-10-20 Jb EvainFix resolving of events and properties
2010-10-20 Jb EvainFix MONO_PATH
2010-10-08 Jb EvainPort mdoc to cecil-light
2010-10-06 Jb EvainPort Mono.CodeContract to cecil-light
2010-10-06 Jb EvainPort corcompare to cecil-light
2010-10-05 Jb EvainPort Mono.Debugger.Soft to cecil-light
2010-10-05 Jb EvainPort pdb2mdb to cecil-light
2010-10-05 Jb EvainPort permview to cecil-light
2010-10-05 Jb EvainUpdate the tuner to cecil-light
2010-10-05 Jb EvainUpdate the linker to cecil-light
2010-10-05 Jb EvainAdd Cecil 0.9.4
2010-10-05 Atsushi EnoDo not overwrite properly configured ServiceBehaviorEle...
2010-10-05 Atsushi EnoFix DataContractResolver.ResolveName() support in deser...
2010-10-05 Atsushi EnoGet List<int> working with XamlXmlReader and XamlObject...
2010-10-05 Marek Habersack[asp.net] Fix for bug #643298. A typo prevented the...
2010-10-05 Rodrigo KumperaMake cards_in_range more accurate
2010-10-05 Rodrigo KumperaFix a bunch of issues with cardtable code.
2010-10-05 Rodrigo KumperaKill some dead code and fix a function name
2010-10-05 Rodrigo KumperaProperly check the ImplMap table.
2010-10-05 Martin BauligFix again.
2010-10-04 Martin BauligFix my previous commit.
2010-10-04 Martin BauligDisable System.Configuration on the mobile profiles.
2010-10-04 Gonzalo Paniagua... Map SO_EXCLUSIVEADDRUSE to !SO_REUSEADDR
2010-10-04 Rodrigo KumperaFix #642130.
2010-10-04 Sebastien PouliotFix (likely copy-paste) typo on FormsAuthPasswordFormat
2010-10-04 Atsushi EnoImplement DataContractResolver support. At least TryRes...
2010-10-04 Atsushi EnoAdjust namespace prefix indexes as it is repeatedly...
2010-10-04 Marek HabersackMerge branch 'bugfix'
2010-10-04 Marek Habersack[asp.net] Part of fix for bug #579837. AuthorizationRul...
2010-10-04 Marek Habersack[configuration] Part of fix for bug #579837. CommaDelim...
2010-10-04 vvaradhan2010-10-01 Veerapuram Varadhan <v.varadhan@gmail...
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-10-04 vvaradhan2010-10-01 Veerapuram Varadhan <vvaradhan@novell...
2010-10-04 Atsushi EnoHandle Initialization correctly.
2010-10-04 Gonzalo Paniagua... Set have_response
2010-10-04 Gonzalo Paniagua... Check no longer needed.
2010-10-04 Atsushi EnoGet constructor arguments (x:Arguments) working on...
2010-10-04 Gonzalo Paniagua... Fix line endings.
2010-10-04 Zoltan VargaExecute some specialized tests using the normal test...
2010-10-03 Zoltan VargaFix the handling of varargs in g_set_error ().
2010-10-03 Pablo Ruiz... Fixed conding style and added license/copyright header...
2010-10-03 Pablo Ruiz... [FIX] Fixes https://bugzilla.novell.com/show_bug.cgi...
2010-10-03 Pablo Ruiz... [API] Implemented System.Transactions (tx preparation...
2010-10-03 Gonzalo Paniagua... Check class names in a better way
2010-10-03 Miguel de IcazaRetval is not a reserved keyword, fixes 643345
2010-10-03 Atsushi Enoremove extraneous reference to sys.configuration.
2010-10-03 Atsushi EnoA couple of fixes around XamlSchemaContext.GetXamlType...
2010-10-02 Gonzalo Paniagua... The EndPoint cannot be null
2010-10-02 Gonzalo Paniagua... Create only 1 callback instance for read/write
2010-10-02 Gonzalo Paniagua... Handle error in BeginAcceptReceive
2010-10-02 Gonzalo Paniagua... Schedule the user callback from unmanaged code
2010-10-01 Zoltan VargaCheck the debugger_thread_exited condition in a loop...
2010-10-01 Marek Safarref/out arguments are always of static type
2010-10-01 Marek SafarKeep imported indexer parameters (they can contain...
2010-10-01 Marek SafarImplement compound assignment over null value
2010-10-01 Koushik DuttaWork around Android's pthread/kernel_id/fork bug to...
2010-10-01 Geoff NortonFix a crash when using the embedding api
2010-10-01 Zoltan VargaFix code buffer reallocation check for OP_SWITCH on...
2010-10-01 vvaradhan2010-09-29 Veerapuram Varadhan <vvaradhan@novell...
2010-10-01 Marek SafarNew test
2010-10-01 Marek SafarDynamic compound assignment breaks standard C# result...
2010-10-01 Marek Safarvoid is never of type object
2010-10-01 Marek SafarNull constant cannot be used for ref/out variables
2010-10-01 Marek SafarInitialize both disposable and local variable for dynam...
2010-10-01 Atsushi Enorename source file.
2010-10-01 Atsushi EnoRemove old code.
2010-10-01 Zoltan VargaFix a deadlock introduced by 5c2e3bf7 by using a separa...
2010-10-01 Atsushi Eno[wcf] serialization member namespace was wrong when...
2010-10-01 Atsushi EnoRemove extra call to HttpResponse.Flush() which would...
2010-09-30 Marek Habersack[asp.net] Handle closed responses gracefully.
2010-09-30 Marek HabersackRevert "[asp.net] Make sure output_stream is not null...
2010-09-30 Andreia Gaita[Json] Fix uint type conversion when reading, should...
2010-09-30 Gonzalo Paniagua... Avoid a few warnings
2010-09-30 Atsushi EnoAdd DataContractResolver stuff (dummy), and fix Id...
2010-09-30 Marek SafarMore awkward nullable binary expressions which are...
2010-09-30 Marek SafarImplement binary user operators over nullable not lifte...
2010-09-30 Marek SafarDynamic compound assignment can be used as an expressio...
2010-09-30 Gonzalo Paniagua... Invoke the callback in separate threads
2010-09-30 Zoltan VargaDisable the freeing of monitors again, it still crashes...
2010-09-30 Rodrigo KumperaFix AOT support for delegates
2010-09-29 Sebastien PouliotFix buffer checks on Socket.[Receive|Send]Async
2010-09-29 Sebastien Pouliot[moon] Move policy restriction / elevated trust check...
2010-09-29 Sebastien PouliotFix "4762b18c: Fix the moonlight build"
2010-09-29 Rodrigo KumperaFix arm and ppc builds
2010-09-29 Gonzalo Paniagua... Handle error creating xdb.il
2010-09-29 Rodrigo KumperaRemove "NotWorking" from a test that now works.
next