mono.git
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.
2010-09-29 Rodrigo Kumperandle static methods with bound first arg.
2010-09-29 Atsushi EnoAdd missing members.
2010-09-29 Jérémie Laval[ReaderWriterLockSlim] Fix state corruption and race...
2010-09-29 Atsushi EnoAdd some missing StructLayoutAttributes.
2010-09-29 Atsushi Eno[wcf-discovery] ExclusiveAddressUse won't work. AcceptC...
2010-09-29 Atsushi Eno[wcf-discovery] Fix MessageEncoder retrieval, failure...
2010-09-29 Atsushi Eno[wcf discovery] Use appropriate MessageVersion defined...
2010-09-29 Marek Habersack[wcf] Make sure context exists in the dictionary gettin...
2010-09-29 Marek HabersackMerge branch 'bugfix'
2010-09-29 Marek Habersack[asp.net] Make sure output_stream is not null before...
2010-09-29 Alan McGovern[System.ServiceModel] Fix a few potential exceptions...
2010-09-29 Marek SafarNew test.
2010-09-29 Marek Safar[642437] Nested types have to check type arguments...
2010-09-29 Marek SafarNew test.
2010-09-29 Marek SafarSkip inaccessible nested types for member access expres...
2010-09-29 Marek SafarInflate custom site container delegates correctly.
2010-09-29 Marek SafarOptional parameters can be of a user value type
2010-09-29 Marek SafarIgnore imported not visible internal types
2010-09-29 Atsushi EnoFix the issue that callback contract often gets confuse...
2010-09-29 Jonathan PryorAllow mono_install_assembly_preload_hook() to provide...
2010-09-29 Zoltan VargaFix 'thread may have been prematurely finalized' warnin...
2010-09-28 Rolf Bjarne... Remap more eglib symbols
2010-09-28 Marek Habersack[asp.net] Remove lock recursion in Cache.ExpireItems
2010-09-28 Atsushi EnoTCP channel listener: remove extra complication (thread...
2010-09-28 Atsushi EnoRework TCP listening model, and fix AcceptTcpClient...
2010-09-28 Sebastien PouliotWebResponse.Headers is not always available (e.g. moonl...
2010-09-28 Jérémie LavalTurn Is*LockHeld properties into thread-specific values...
2010-09-28 Marek Habersack[asp.net] Get rid of a possible (although unlikely...
2010-09-28 Sebastien PouliotAvoid a culture-specific check for the end of an URI
2010-09-28 Sebastien PouliotUse same socket family as the endpoint when retrieving...
2010-09-28 Sebastien PouliotFix Socket.RemoteEndPoint after ConnectAsync on Moonlight
2010-09-27 Marek Habersack[wcf] Make simplified configuration for behaviors work...
2010-09-27 Rodrigo KumperaAdd runtime test for delegates with null target.
2010-09-27 Rodrigo KumperaAdd comment on the reason of a non obvious check.
2010-09-27 Rodrigo KumperaEnable test that has been fixed in the runtime.
2010-09-27 Rodrigo KumperaRaise ArgumentException for delegate on closed methods.
2010-09-27 Zoltan VargaMov the jit map generation code from tramp-x86.c to...
2010-09-27 Rodrigo KumperaIgnore all non static fields.
2010-09-27 Rodrigo KumperaRecord all trampolines to the jitmap.
2010-09-27 Jb EvainFix the net_4_0 build
2010-09-27 Jb EvainFix the moonlight build
2010-09-27 Carlos Alberto... [fix] #631810: Form.DialogResult needs to call its...
2010-09-27 Carlos Alberto... [fix] #639939: Manually and properly convert the bytes...
2010-09-27 Marek Habersack[wcf] System.ServiceModel.Configuration.CustomBindignCo...
2010-09-27 Gonzalo Paniagua... Set LastOperation properly
2010-09-27 Jonathan PobstCommit some stuff I had implemented in my SVN tree.
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-26 Marek Habersack[bug workaround] Fix the build of System.Web.Mvc by...
2010-09-26 Zoltan VargaUpdate the comment explaining why the small_id_table...
2010-09-26 Gonzalo Paniagua... Bypass BeginInvoke for asynch. operations
2010-09-26 Miguel de IcazaFix EqualityComparer for strings.
2010-09-26 Miguel de IcazaOptimize EqualityComparer for strings
2010-09-25 Gonzalo Paniagua... ConnectAsync() security checks
2010-09-25 Gonzalo Paniagua... Added support for ArraySegment
2010-09-25 Marek Habersack[Messaging] Conditionally drop dependency on Wnforms
2010-09-25 Zoltan VargaEnable support for wrapping non Exception subclasses...
2010-09-25 Gonzalo Paniagua... Made the moonlight profile happy.
2010-09-25 Gonzalo Paniagua... Move async IO code to Socket_2_1
2010-09-25 Gonzalo Paniagua... Rework SocketAsyncEventArgs internals
2010-09-25 Marek SafarImplemented more combinations of nullable boolean logic...
2010-09-25 Marek SafarBetter error message for syntax error in namespace...
2010-09-25 Miguel de IcazaImprove the Uri parsing speed
2010-09-24 Andreia GaitaFix UriParser.GetComponents for the PathAndQuery case
2010-09-24 Zoltan VargaFix AOT support for OP_GC_CARD_TABLE on amd64.
2010-09-24 Zoltan VargaFix the setting of pointer type fields using reflection...
2010-09-24 Rodrigo KumperaImplement amd64 support for OP_CARDTABLE.
2010-09-24 Atsushi EnoAssign identical operation name for each contract versi...
2010-09-24 Atsushi EnoFix duplex proxy constructor arg names.
2010-09-24 Rolf Bjarne... JsonSerializationWriter: handle char values
2010-09-24 Atsushi EnoFilter requests only by paths, excluding host and port.
2010-09-24 Atsushi EnoOverride IsContentTypeSupported() in per-encoding-bindi...
2010-09-24 Zoltan VargaAvoid making the small_id table precisely GC tracked...
2010-09-24 Jackson HarperOn 64bit this is turning into a 16 byte struct, this...
2010-09-24 Zoltan VargaDisable make_root_descr_all_refs () for now since it...
2010-09-23 Zoltan VargaUse g_malloc0 in mono_gc_make_root-descr_all_refs ().
2010-09-23 Zoltan VargaRemove a debug printf.
next