[#7637][Web]: This is supposed to fail prior to .NET 4.0.
[mono.git] / mcs / class /
2012-10-29 Martin Baulig[#7637][Web]: This is supposed to fail prior to .NET...
2012-10-26 Martin Baulig[#7637][Web]: Support empty write streams.
2012-10-26 Martin Baulig[6329][Web]: Fixed abort race condition in WebConnectio...
2012-10-26 Marek SafarMerge pull request #484 from roji/transactions_pspe
2012-10-26 Marek SafarMerge pull request #486 from fvalette/master
2012-10-25 Martin BauligEmit WebAsyncResult's callback on same thread on sync...
2012-10-25 Martin BauligFix TaskFactory::FromAsync for methods that completed...
2012-10-25 Florent Valette[Fix] AudioData(wav) play performing badly under Linux
2012-10-25 Jonathan Pryor[Mono.Posix] Fix whitespace.
2012-10-25 Jonathan PryorRevert "Increased waiting time for the certificate...
2012-10-25 Florent Valette[Fix] Advanced Linux Sound Architecture (ALSA) configur...
2012-10-25 Jonathan Pryor[Mono.Posix] Add Syscall.getgrouplist().
2012-10-25 Florent Valette[Fix] Support to wave sound file under linux
2012-10-25 Sebastien PouliotAllow the SortedList unit tests to be built with NUnitL...
2012-10-24 Shay RojanskyTransaction now has limited support for PromotableSingl...
2012-10-24 Alexey Moiseevusign List except for array to prevent holes on getgrou...
2012-10-24 Alexey MoiseevAdded omiting not valid groups to getgrouplist
2012-10-24 Atsushi Enofix bug #7957: empty dictionary should not be read...
2012-10-23 Martin Baulig[#7258][Web]: Fix proxy authentication for non-ssl...
2012-10-23 Alexey MoiseevAdded overload to getgrouplist with Mono.Unix.Native...
2012-10-23 Martin BauligDisable failing tests on the Mac.
2012-10-23 Martin BauligFix CookieParserTest.TestExpires().
2012-10-23 Martin BauligAdd DateTime test to investigate the TestCookieParser...
2012-10-23 Martin BauligTest; testing test failure on buildbot.
2012-10-22 Martin BauligTest; testing buildbot.
2012-10-22 Marek SafarImplement optional parameters support in binder. Fixes...
2012-10-22 Marek SafarAdd monotouch runtime profile
2012-10-22 Marek SafarBetter build profile check
2012-10-22 Alan McGovern[WindowsBase] Nuke a broken test
2012-10-21 Martin Baulig[#7258][Web]: Check 'Connection: close' header.
2012-10-21 Martin Baulig[#7599][Web]: Use original uri to compute service point...
2012-10-19 Alexey MoiseevAdded new overlod of getgrouplist with Passwd object...
2012-10-19 Martin Baulig[#7258][Web]: Support multiple proxy auth methods.
2012-10-18 Christian Gan[#7258][Web]: Implement NTLM proxy authentication.
2012-10-18 Alexey MoiseevFixing getgrouplist code to work on all supported systems
2012-10-18 Zoltan VargaFix up class library test so they at least compile...
2012-10-18 Marek SafarBe more quiet when building managed code
2012-10-18 Zoltan VargaFix make check PROFILE=net_3_5 in Microsoft.Build.Tasks.
2012-10-18 Zoltan VargaFix make check PROFILE=net_2_0 in System.Runtime.Serial...
2012-10-18 Marek SafarMerge pull request #480 from Shabbafru/refs/heads/DataG...
2012-10-18 ShabbafruDataGridView: Fixed an ArgumentOutOfRangeException...
2012-10-17 Martin Baulig[#7258][Web]: Fix proxy authentication for secure conne...
2012-10-17 Martin Baulig[#7258][Web]: Fix proxy authentication.
2012-10-17 Bojan RajkovicRevert "Bug 2663: Regular Expression Bug Fixes"
2012-10-17 Sebastien PouliotAdd support for 'server_name' extension in the TLS...
2012-10-17 Marek SafarClean up for mobile profiles
2012-10-16 Jeffrey Stedfast[Linq] Minor fixup to use elements.Length instead of...
2012-10-16 Marek SafarMerge pull request #479 from Shabbafru/upstream
2012-10-16 scheibenpflug.a... Fixed auto resizing of row headers width in the DataGri...
2012-10-15 Atsushi EnoAdd some Microsoft.Build classes stubs.
2012-10-14 Marek SafarRemove unreachable code
2012-10-13 Marek SafarMerge pull request #476 from pruiz/xamarin-bug-2527
2012-10-12 Pablo Ruiz GarciaFix implementation of System.IO.Packaging::GetRelativeU...
2012-10-12 Jeffrey Stedfast[Mono.Debugger.Soft] Reverted EscapeString() logic...
2012-10-12 Jeffrey StedfastModified the Linq Sort() to re-use the Array.Sort()
2012-10-11 Jérémie LavalMerge pull request #440 from mono-soc-2012/garyb/resources
2012-10-11 garyb[Not Resources Related] Fixed buggy tests breaking...
2012-10-11 garybFix project files again after failed rebase
2012-10-11 Marek SafarImplement PropertyInfo simple Get/SetValue. Fixes ...
2012-10-11 Marek SafarRemove extra attributes
2012-10-10 garybManaged.Windows.Forms relies on System.Runtime.Serializ...
2012-10-10 garybTest solution added to Test folder, some project file...
2012-10-10 garybFix System.Web build
2012-10-10 garybTidy after feedback
2012-10-10 garybTidy after feedback
2012-10-10 garybMark test NotWorking
2012-10-10 garybSystem.Resources: Tidy file headers
2012-10-10 garybSystem.Design: Tidy file headers and add test files...
2012-10-10 garybSupport for ResXResourceWriter.BasePath being deeper...
2012-10-10 garybImplement Basepath on ResXResourceWriter
2012-10-10 garybFixed bug where using ResXResourceWriter filename ctor...
2012-10-10 garybRefactored, cleaned up
2012-10-10 garybRemove reliance on 2.0 profile test assembly
2012-10-10 garybFixed comment writing. Ref to serialized obj no longer...
2012-10-10 garybMore tests, more tidying, all present currently pass
2012-10-10 garybFixes RE failing tests
2012-10-10 garybResXDataNode based resx handling nearly complete. More...
2012-10-10 garybResXDataNode test refactoring, few more member tests.
2012-10-10 garybAdded File Headers
2012-10-10 garybDraft Tests and Implementation of ResXDataNode Based...
2012-10-10 garybStronglyTypedResourceBuilder implementation and tests.
2012-10-10 Rodrigo KumperaMerge remote-tracking branch 'joncham/sgen-msvc2'
2012-10-10 Rodrigo KumperaMerge pull request #438 from mattleibow/master
2012-10-09 Sebastien Pouliot[OSX][iOS] Ensure 'sectrust' is released even if we...
2012-10-09 Sebastien PouliotProvide a non-null X509Chain in the callback for MonoTo...
2012-10-09 Martin Baulig[WCF,Serialization] Improve and fully implement support...
2012-10-08 Zoltan VargaFix MonoInternalThread layout problems introduced by...
2012-10-08 Marek SafarBetter reference type check
2012-10-05 Marek SafarRemove some redundant initializations
2012-10-05 Zoltan VargaClean up the InternalThread structure. Synchronize...
2012-10-04 Marek SafarUpdate IKVM.Reflection
2012-10-04 Marek SafarBeginGetRequestStream cannot be called once the request...
2012-10-04 Marek SafarAdd missing configureawait
2012-10-04 Marek SafarRemove unnecessary and incompatible finalizer
2012-10-04 Marek SafarFlush StreamWriter buffer even if underlying stream...
2012-10-04 Marek SafarOptimize list enumerator
2012-10-03 Marek SafarMerge pull request #474 from knocte/master
2012-10-03 Marek SafarClean up some static initializers
2012-10-03 Andres G. Aragoneses[System.XML]: Do not set XmlTypeMapElementInfo.IsNullab...
2012-10-02 Marek SafarImplement TaskFactory::FromAsync for calls completed...
next