ACLs now work on Windows. Tests all the way up to DirectorySecurityTest and FileSecur...
[mono.git] / mcs /
2012-07-07 James BellingerACLs now work on Windows. Tests all the way up to Direc...
2012-07-07 James BellingerCommonSecurityDescriptor!
2012-07-06 Gonzalo Paniagua... HtmlEncode the path
2012-07-05 Rolf Bjarne KvingeRework RectangleF.Contains to not do equality compariso...
2012-07-05 Marek SafarFix failing dns tests
2012-07-05 Marek SafarFix Order property to throw on no value
2012-07-04 Marek SafarMerge pull request #373 from QuickJack/master
2012-07-04 Alan McGovern[Microsoft.Build.Tasks] Remove an overly verbose inform...
2012-07-04 Alan McGovern[Microsoft.Build.Tasks] Fix some simple caching to...
2012-07-04 QuickJackApplied Marek's suggestions so remove CS0067 from certa...
2012-07-04 Marek SafarMerge pull request #376 from atomia/master
2012-07-04 Thorsten TarrachNot validating if null value is null
2012-07-04 Marek SafarMerge pull request #375 from atomia/master
2012-07-04 Thorsten TarrachImproved error messages so that it becomes clear where...
2012-07-04 Marek SafarMerge pull request #372 from JamesB7/system-security5
2012-07-03 QuickJackFixes a number of warnings in System.Windows.Forms.dll
2012-07-03 James BellingerImplemented SystemAcl. Common shared functionality...
2012-07-03 QuickJackFixes a number of warnings in System.Web.dll
2012-07-03 James BellingerImplemented all of DiscretionaryAcl except for RemoveAc...
2012-07-03 Marek SafarMerge pull request #370 from sblom/master
2012-07-03 Marek SafarMerge pull request #369 from JamesB7/system-security4
2012-07-03 Scott BlomquistFix dimension checking for array initializer expressions
2012-07-03 James BellingerBug fix: Merging occurs after sorting ACE groups by...
2012-07-03 James BellingerCommonAcl is now essentially fully functional. Its...
2012-07-03 James BellingerSecurityIdentifier's CompareTo now works like MS.Net...
2012-07-03 James BellingerImplemented much of CommonAcl.cs
2012-07-02 Martin BauligFix #5169: Environment.ExpandEnvironmentVariables().
2012-07-02 Martin BauligRe-enable CSharpCodeProviderTest on the Mac.
2012-07-02 Martin BauligWebRequestTest.cs: Add workaround for t-online.de's...
2012-07-02 Martin BauligDnsTest.cs: Add workaround for t-online.de's DNS server.
2012-07-02 Martin BauligFix go-mono.com's IP address in DnsTest.cs.
2012-07-02 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2012-07-02 Rolf Bjarne KvingeMake mkbundle bundle assemblies a lot faster.
2012-07-02 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2012-07-02 Marek SafarUpdate corcompare
2012-07-02 Marek SafarAdd missing attribute classes
2012-07-02 Marek SafarMerge pull request #362 from JamesB7/system-security
2012-07-02 Marek SafarMerge pull request #367 from robwilkens/work1
2012-07-02 Rob WilkensFixes a problem that was preventing mono from compiling
2012-07-01 James BellingerAdded a unit test for the bug this is fixing -- previou...
2012-07-01 James BellingerMutexAccessRule... previously entirely broken as it...
2012-07-01 Marek SafarMerge pull request #363 from JamesB7/system-security2
2012-07-01 James BellingerAdded unit test.
2012-07-01 Marek SafarMerge pull request #365 from JamesB7/system-security3
2012-07-01 James BellingerAuthorizationRule now accepts NTAccount like it should...
2012-06-30 Alan McGovern[Xbuild] Use OrdinalIgnoreCase not InvariantCultureIgno...
2012-06-30 James BellingerImplemented the .NET 4.0 generic versions of AccessRule...
2012-06-30 Martin BauligFix UdpClientTest.CloseInReceive() on Mac OS.
2012-06-30 Martin BauligDisable failing tests on the Mac; filed bug #5934 about it.
2012-06-30 Martin BauligImprove SocketTests.EndConnect().
2012-06-30 Martin BauligSocketTest.ConnectMultiple() for Mac OS.
2012-06-29 Miguel de IcazaRevert the fix for #5747 from 8b5f71ef60146590193298cc8...
2012-06-29 Zoltan VargaRemove some assembly from mkbundle which doesn't work...
2012-06-29 Marek SafarRemove all ifdefs
2012-06-29 Marek SafarUse correct iterator return type for XPathEvaluate...
2012-06-28 Gonzalo Paniagua... Attempt to fix #1553
2012-06-28 Martin BauligEnable the multicast socket tests on the Mac.
2012-06-28 Martin BauligFix #5504: UdpClient.JoinMulticastGroup().
2012-06-28 Marek SafarAdd new test
2012-06-28 Marek SafarRemove NET_2_0
2012-06-27 Rodrigo KumperaMake the thread abort code multi-thread safe.
2012-06-27 Rodrigo KumperaWith Socket:Dispose from using Thread.Abort to less...
2012-06-27 Rodrigo KumperaNew field InternalThread::ignore_next_signal. Bump...
2012-06-27 Marek SafarMerge pull request #358 from adbre/iss3333
2012-06-27 Adam BrengesjöTimeZoneInfo: disable DST if no adjustment rules are...
2012-06-27 Adam BrengesjöUnit tests for issue #3333
2012-06-27 Marek SafarMerge pull request #357 from Suremaker/master
2012-06-27 Wojciech KotlarskiMonoTests.System.Xml: corrected expected/actual paramet...
2012-06-27 Marek SafarMerge pull request #356 from Suremaker/master
2012-06-27 Wojciech Kotlarskicorrected tests to not use UtcNow
2012-06-27 Marek SafarMerge pull request #355 from Suremaker/master
2012-06-27 Wojciech KotlarskiSystem.XML: added null arguments validation for targetT...
2012-06-27 Atsushi EnoMerge pull request #354 from Suremaker/master
2012-06-27 Wojciech KotlarskiSystem.XML: Partial implementation of XmlSchemaDatatype...
2012-06-27 Wojciech KotlarskiSystem.XML: Remove more NET_2_0 directives
2012-06-27 Wojciech KotlarskiSystem.XML: Remove deprecated NET_2_0 preprocessor...
2012-06-27 Marek SafarBetter error message
2012-06-27 Marek Safarifdef 4.0 using
2012-06-27 Martin BauligEnable all tests on the Mac.
2012-06-27 Martin BauligImplement Dns.GetHostEntry(string.Empty) on Mac OS.
2012-06-27 Martin BauligFix UdpClientTest.UdpClientBroadcastTest().
2012-06-27 Martin BauligFix UdpClientTest.Constructor6(): UDP port 0 seems...
2012-06-26 Marek SafarDon't register namespace of predefined (optinal) types
2012-06-26 Marek SafarRemove wrong usings
2012-06-26 Martin BauligUdpClientTest.Constructor5 now works on the Mac.
2012-06-26 Martin BauligFix race condition in TimerTest.TestChange().
2012-06-26 Martin BauligFix DateTime.ToFileTimeUtf (bug #5697).
2012-06-26 Marek SafarBump DoubleWaitTest timeout
2012-06-26 Marek SafarFix System.Core reference in VS projects
2012-06-26 Marek SafarFix few warnings
2012-06-26 Marek SafarUpdate VS project files
2012-06-26 Marek SafarRemove static file index from location and fix few...
2012-06-26 Zoltan VargaMerge pull request #353 from robwilkens/bug2014
2012-06-26 Miguel de IcazaUse Ordinal string comparison here.
2012-06-26 Martin BauligMerge branch 'master' of github.com:mono/mono
2012-06-26 Miguel de IcazaMerge pull request #334 from robwilkens/bug5747
2012-06-26 Martin BauligInclude quotation marks in cookie value.
2012-06-26 Martin BauligOops, actually remove the 'Date' header.
2012-06-26 Martin BauligFix DateTime.MinValue in HttpWebRequest.Date.
2012-06-25 Martin BauligCorrectly parse cookies.
next