Merge branch 'bugfix'
[mono.git] / mcs / class /
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 Atsushi EnoFix the issue that callback contract often gets confuse...
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 KumperaEnable test that has been fixed in the runtime.
2010-09-27 Jb EvainFix the net_4_0 build
2010-09-27 Jb EvainFix the moonlight build
2010-09-27 Carlos Alberto Cortez[fix] #631810: Form.DialogResult needs to call its...
2010-09-27 Carlos Alberto Cortez[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 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 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 Miguel de IcazaImprove the Uri parsing speed
2010-09-24 Andreia GaitaFix UriParser.GetComponents for the PathAndQuery case
2010-09-24 Zoltan VargaFix the setting of pointer type fields using reflection...
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 KvingeJsonSerializationWriter: 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 Jackson HarperOn 64bit this is turning into a 16 byte struct, this...
2010-09-23 Sebastien PouliotFix WebRequest.RegisterPrefix / Create to match SL...
2010-09-23 Sebastien PouliotAdd test case to show a different behavior (from Window...
2010-09-23 Sebastien Pouliot[moonlight] Fully honor WebResponse.SupportsHeaders
2010-09-23 Zoltan VargaFix the default exception message of RuntimeWrapperExce...
2010-09-23 Gonzalo Paniagua... epoll_ctl takes an int, not IntPtr
2010-09-23 Marek Safar[641146] Implemented IStructuralComparable.CompareTo
2010-09-23 Marek Habersack[WCF] System.Data.Services.Client must be signed with...
2010-09-23 Marek Habersack[WCF] Changes to System.Data.Services.Client to compile...
2010-09-23 Sebastien PouliotFix exceptions wrt IPAddress.ScopeId
2010-09-23 Sebastien PouliotAdd some missing validations to Socket
2010-09-23 Sebastien PouliotFix support of non-ASCII host names in System.Uri
2010-09-23 Zoltan VargaDon't allow EventType.Breakpoint in vm.EnableEvents ().
2010-09-22 Gonzalo Paniagua... EpollEvent size adjustment
2010-09-22 Gonzalo Paniagua... LocalEndPoint works now for non-blocking connects
2010-09-22 Gonzalo Paniagua... The Hashtable is back
2010-09-22 Jérémie LavalAdd tidbits of documentation to ReaderWriterLockSlim.
2010-09-22 Jérémie LavalAlso set readerDoneEvent when exiting an upgradeable...
2010-09-22 Sebastien PouliotNET_4_0 fixes for System.Uri also apply to Moonlight...
2010-09-22 Sebastien PouliotDo not allow + sign when specifying the port of an URI
2010-09-22 Sebastien PouliotFix some host name checks, delay port check and fix...
2010-09-21 Gonzalo Paniagua... Don't store objects in a Hashtable.
2010-09-21 Andrés G. Aragoneses[corlib] Prevent BinaryFormatter to throw on missing...
2010-09-21 Atsushi EnoFix (isolate) internal namespace for Udp transport.
2010-09-21 Atsushi EnoAdd missing Properties property.
2010-09-21 Carlos Alberto CortezImplement IDesignerLoaderHost2 interface.
2010-09-21 Carlos Alberto CortezAdd IDesignerLoaderHost2.cs to our build.
2010-09-21 Carlos Alberto CortezAdd IDesignerHostTransactionState.cs and TypeDescriptio...
2010-09-21 Carlos Alberto CortezImplement IDesignerHostTransactionState.cs
2010-09-21 Carlos Alberto CortezImplement TypeDescriptionProviderService.
2010-09-21 Carlos Alberto CortezImplement AddProviderTransparent and RemoveProviderTran...
2010-09-21 Carsten Schlote[System.Configuration] Added check for SettingProviderA...
2010-09-21 Carsten Schlote[System.Configuration] Fixed GetProductName() function
2010-09-21 Carsten Schlote[System.Configuration] Fixed GetEvidenceHash() function...
2010-09-20 ackenHad an issue where the linklabel was clicked, the form...
2010-09-20 Sebastien PouliotUri.LocalPath is unescaped - even if original URI is...
2010-09-20 Sebastien PouliotUri.OriginalString is a bit misleading since it's compu...
2010-09-20 Sebastien PouliotActual exception message vary wrt scheme
2010-09-20 Sebastien PouliotFix different between an empty Uri.UserInfo and the...
2010-09-20 Sebastien PouliotOnly return true on Windows for Uri.IsUnc on file:...
2010-09-20 Sebastien PouliotRemove NET_2_0 and ONLY_1_1 from UriTest.cs (its alread...
2010-09-20 Sebastien PouliotFix merging relative URI that looks like complete URI...
2010-09-20 Rodrigo KumperaReport the broken type name instead of assembly's.
2010-09-20 Rodrigo KumperaUse List<Exception> instead of ArrayList to make things...
2010-09-20 Rodrigo KumperaFix AssemblyBuilder::GetTypes () with unfinished types.
2010-09-20 Geoff NortonInclude TargetFrameworkAttribute in monotouch and monod...
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-20 Jb EvainIgnor test since its fix has been reverted
2010-09-20 Jb EvainRevert "[Fix] Fix the default binder when selecting...
2010-09-17 Sebastien PouliotFix escaping on relative URI
2010-09-17 Sebastien PouliotAdd support for IPv6 in System.Uri.DnsSafeHost
2010-09-17 Sebastien PouliotFix Uri when a colon ':' is not followed by a port...
2010-09-17 Sebastien PouliotFix typo (host vs hostName) in one of UriBuilder ctor
2010-09-17 Sebastien PouliotUriBuilder is more forgiving (than Uri) when parsing...
2010-09-17 Sebastien PouliotFix case where 'incomplete' IPv6 address are used in...
2010-09-17 Sebastien PouliotUpdate UriBuilder.Path once the Uri has been created
2010-09-17 Atsushi EnoProtocolMapping needed config section, default items...
2010-09-17 Gonzalo Paniagua... Revert my last patch
2010-09-17 Marek HabersackChanged mode of a few files from 755 to 644
next