Fix cecil update script
[mono.git] / mcs / class / System /
2010-12-14 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-12-14 Michael HutchinsonSocket.Dispose is public in 4.0.
2010-12-13 Gonzalo Paniagua... Don't throw in EndReceive/EndSend + out error
2010-12-13 Gonzalo Paniagua... Change parameter name.
2010-12-09 Jérémie LavalRefactor Add/Take/TryAdd/TryTake methods into a common...
2010-12-09 Jérémie LavalFix GetConsumingEnumerable exception handling in Blocki...
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-07 Guillaume PouilletFix bug in BlockingCollection<T>.TryTake Add correspond...
2010-12-06 Gonzalo Paniagua... Workaround bug in AcquireWriterLock
2010-12-05 Gonzalo Paniagua... Handle closed sockets in the callbacks
2010-11-24 Gonzalo Paniagua... [Sockets] Support Remote/LocalEndPoint for AF_UNIX
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-20 Gonzalo Paniagua... [HttpListener] Reduce the code inside lock {}
2010-11-20 Gonzalo Paniagua... [HttpListener] Use RWL instead of lock()
2010-11-19 Atsushi EnoMerge branch 'myeisha-xml-fixes'
2010-11-18 Sebastien PouliotFix bugs in UriFormat.SafeUnescaped
2010-11-18 Marek Habersack[system] NameObjectCollections.Init clears the items...
2010-11-05 Marek SafarMerge branch 'marek'
2010-11-05 Sebastien PouliotRefactoring to ease fix cookie support in moonlight...
2010-11-01 Gonzalo Paniagua... Avoid killing the thread if socket already null
2010-10-31 Gonzalo Paniagua... Check that the default from is not empty
2010-10-31 Gonzalo Paniagua... More StringComparison.Ordinal
2010-10-31 Gonzalo Paniagua... Use ordinal comparison when looking for "::"
2010-10-26 Sebastien PouliotFix moonlight build since [s]mcs now depends on System...
2010-10-26 Gonzalo Paniagua... Send Keep-Alive when reusing
2010-10-26 Gonzalo Paniagua... Add connection timers and reuses
2010-10-26 Gonzalo Paniagua... Implemente HttpListenerRequest.KeepAlive
2010-10-26 Gonzalo Paniagua... Use SocketAsyncEventArgs
2010-10-24 Gonzalo Paniagua... Throw exceptions here instead of in DeflateStream
2010-10-22 Gonzalo Paniagua... Remove arbitrary 1024 limit in GetProcesses
2010-10-20 Atsushi EnoExtendedProtection Configuration types are also used...
2010-10-20 Atsushi EnoAdd System.Security.Authentication.ExtendedProtection...
2010-10-18 Jonathan PryorDon't load app.config when we're processing app.config
2010-10-15 Marek SafarClean up few more warnings
2010-10-13 Gonzalo Paniagua... Misc. fixes
2010-10-13 Sebastien PouliotRemove outdated MonoTODO
2010-10-12 Jonathan PryorAdd preliminary HTTPS handling support for Android.
2010-10-12 Gonzalo Paniagua... Handle special case when disposing a socket.
2010-10-08 Sebastien PouliotFix ASP.NET HttpResponse not to depend on a (fixed...
2010-10-08 Gonzalo Paniagua... Add support for EnableSsl in smtp config.
2010-10-07 Geoff NortonExpose ICredentialsByHost on NetworkCredential in the...
2010-10-06 Gonzalo Paniagua... X509Chain always uses the LM store
2010-10-04 Marek HabersackMerge branch 'bugfix'
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-10-04 Gonzalo Paniagua... Set have_response
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-09-30 Gonzalo Paniagua... Invoke the callback in separate threads
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 Atsushi EnoAdd some missing StructLayoutAttributes.
2010-09-28 Sebastien PouliotAvoid a culture-specific check for the end of an URI
2010-09-28 Sebastien PouliotFix Socket.RemoteEndPoint after ConnectAsync on Moonlight
2010-09-27 Jb EvainFix the moonlight build
2010-09-27 Gonzalo Paniagua... Set LastOperation properly
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-26 Gonzalo Paniagua... Bypass BeginInvoke for asynch. operations
2010-09-25 Gonzalo Paniagua... ConnectAsync() security checks
2010-09-25 Gonzalo Paniagua... Added support for ArraySegment
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-23 Sebastien PouliotAdd test case to show a different behavior (from Window...
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-22 Gonzalo Paniagua... LocalEndPoint works now for non-blocking connects
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 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 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 Jonathan PobstMerge branch 'master' of github.com:mono/mono
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 Gonzalo Paniagua... Revert my last patch
next