MonoTests.System.Xml: corrected expected/actual parameters position in Assert.AreEqua...
[mono.git] / mcs /
2012-06-27 Wojciech KotlarskiMonoTests.System.Xml: corrected expected/actual paramet...
2012-06-27 Wojciech Kotlarskicorrected tests to not use UtcNow
2012-06-27 Wojciech KotlarskiSystem.XML: added null arguments validation for targetT...
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.
2012-06-25 Rodrigo KumperaMerge pull request #352 from madewokherd/threadinit
2012-06-25 Marek SafarMove add namespace into new method
2012-06-25 Marek SafarFix few tests
2012-06-25 Marek HabersackMerge pull request #349 from JamesB7/229b363ef861ab9456...
2012-06-25 Marek SafarImplement 4.5 assembly attributes
2012-06-25 Marek SafarDisable more tests
2012-06-25 Marek SafarDisable TestGroupBy
2012-06-25 Rolf Bjarne KvingeSqlite: Map BOOLEAN to System.Boolean. Fixes #5768.
2012-06-24 Zoltan VargaAllow TypeBuilder.DefineMethodOverride () to be called...
2012-06-24 Marek SafarMerge pull request #347 from JamesB7/master
2012-06-24 JamesB7BindingFlags.Public needed here as Exception.HResult...
2012-06-24 Thomas GoldsteinOnly paint the ToolStripItem BackColor if it's not...
2012-06-23 eb1@sil.orgImplement control padding. Fixes Xamarin bug 2562.
2012-06-23 Marek SafarMerge pull request #345 from erik-kallen/FixTypoDetermi...
2012-06-23 Erik KällénFixed typo causing all attributes in the namespace...
2012-06-23 Marek SafarMerge pull request #344 from robwilkens/bug1202
2012-06-23 Rob WilkensBug 1202 Fix: Adds float.NaN checks to DrawLine
2012-06-22 Marek SafarRelease parser caches immediately after parsing
2012-06-22 Marek SafarCache empty byte arrays
2012-06-22 Marek SafarDon't double dispose web connection
2012-06-22 Marek SafarDisable failing tests
2012-06-22 Marek SafarMerge pull request #343 from paszczi/master
2012-06-22 paszcziRemove unnecessary Changelog commits, fix copyright...
2012-06-22 paszcziDon't wait for client data when authenticating server...
2012-06-21 Marek SafarMerge pull request #341 from viniciusjarina/fix_emptys
2012-06-21 Vinicius JarinaFixed string compare ( != '' / Length != 0)
2012-06-21 Marek SafarMerge pull request #339 from viniciusjarina/fix_uri
2012-06-21 Vinicius JarinaMinor Fixes: Uri Parser.
2012-06-21 Marek SafarDon't duplicate DefaultMemberAttribute for interfaces
2012-06-21 Marek SafarAdd Environment::CurrentManagedThreadId
2012-06-21 Marek SafarFix typo
2012-06-21 Marek Safarmake debug-parser reliable
2012-06-21 Marek SafarWrite correct guid for hash algorithm to symbol files
2012-06-21 Marek SafarAdd --disable-bcl-opt to configure
2012-06-21 Steven Boswell IIFix bug in ComboBox Text setter, that made it so the...
2012-06-20 eb1@sil.orgAdjust DataGridView.RowHeight in VirtualMode. Fixes...
2012-06-20 Marek SafarMerge pull request #336 from linquize/serial-port-read...
2012-06-20 LinquizeProperly implement SerialPort.Read (char[], int, int)
2012-06-20 Rob WilkensRemove unnecessary braces to save vertical space.
2012-06-20 Rob WilkensCoding Style Changements to make patch more in-line...
2012-06-20 Atsushi Eno[xbuild] fix regression; when it was remainingArgument...
2012-06-20 eb1@sil.orgTweak control colors, and fix the fact enabled check...
2012-06-20 Martin BauligFix #4327: Properly handle exception from IComparer...
2012-06-20 Yves BastideFix #2363 in Uri.CheckHostName().
2012-06-20 Rob WilkensBug 5747 Fix: KeventWatcher didn't return subdir names...
2012-06-19 Rodrigo KumperaFix a ConditionalWeakTable test.
2012-06-19 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-19 Alistair Leslie... Assign values to base class.
2012-06-19 Alistair Leslie... Return base CreateParams for Axhost
2012-06-19 Miguel de IcazaRemove ToUpperInvariant in the 4.5 version of MEF to...
2012-06-19 Martin BauligAdd additional test for Convert.FromBase64String()...
2012-06-19 Martin BauligMerge pull request #325 from adbre/iss5464
2012-06-19 Marek SafarRemove some odd parser rule I could not hit
2012-06-19 Jeremie Laval[System.Core] Prefer setting PLinq task as long running...
2012-06-19 Jeremie Laval[System.Core] Restore ParallelEnumerable tests
2012-06-19 Jeremie Laval[System.Core] Defer temporary area management to extern...
2012-06-19 Jeremie Laval[System.Core] cache array comparison predicate
2012-06-19 Jeremie Laval[System.Core] Cache ConcurrentQueue function factory
2012-06-19 Rolf Bjarne KvingeSqlite: Map GUIDBLOB to System.Guid. Fixes #5577.
2012-06-19 Marek SafarAdd 2.0 test profile path to Microsoft.Build.Tasks
2012-06-19 Marek SafarDisable failing test
2012-06-19 Marek SafarEnable fixed test
2012-06-19 Marek SafarFix tests category
2012-06-19 Marek SafarFixes a warning
2012-06-19 Marek SafarMerge pull request #333 from roji/master
2012-06-19 Shay RojanskyMore accurate xbuild cmdline error reporting
2012-06-19 Gonzalo Paniagua... Aborting a pending request closes the socket now
2012-06-18 Martin BauligFix async sockets: don't set Count=0 when reusing Socke...
2012-06-18 Thomas GoldsteinRewrite next_pixel_offset calculation in a way that...
2012-06-18 Robert WilkensAvoid crash when clicking a DataGrid row header with...
next