mono.git
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 Martin Bauligsocket-io: Fix endianess in ipaddress_to_struct_in6_addr.
2012-06-28 Marek SafarAdd new test
2012-06-28 Marek SafarRemove NET_2_0
2012-06-28 Rodrigo KumperaFix posix build.
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 KumperaAsync close on mac raises ECONNABORTED for connect().
2012-06-27 Rodrigo KumperaAdd new cancel_blocking_socket_operation icall to Socket.
2012-06-27 Rodrigo KumperaRespect the new signal ignore flag.
2012-06-27 Rodrigo KumperaNew field InternalThread::ignore_next_signal. Bump...
2012-06-27 Rodrigo KumperaAdd mono_thread_info_abort_socket_syscall_for_close...
2012-06-27 Duncan MakBump version number to 2.11.3.
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 Bauligcreate_object_from_sockaddr(): map ::ffff:0:0 to :...
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-26 Rob WilkensFor Bug 2014: map FcntlCommand to local system command...
2012-06-25 Martin BauligCorrectly parse cookies.
2012-06-25 Rodrigo KumperaAdd two test configurations to sgen and silence other...
2012-06-25 Rodrigo KumperaFix another nursery OOM issue.
2012-06-25 Rodrigo KumperaFix a bunch of bugs in the split nursery allocator.
2012-06-25 Rodrigo KumperaAssert on bad arguments to sgen_clear_range.
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 Vincent PovirkDon't try to register threads created before initializa...
2012-06-25 Rodrigo KumperaProperly balance local and global interrupt flags....
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... Sqlite: Map BOOLEAN to System.Boolean. Fixes #5768.
2012-06-24 Zoltan VargaAllow TypeBuilder.DefineMethodOverride () to be called...
2012-06-24 James Bellinger(1) Made build-mingw32.sh build .NET 4.5 as well.
2012-06-24 Zoltan VargaDisable LLVM for methods with very long basic blocks...
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 another runtime failing test
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 Rodrigo KumperaFirst round of win32-cygwin bugfixes.
next