- Oct 01, 2008
-
-
Everaldo Canuto authored
2008-09-30 Everaldo Canuto <ecanuto@novell.com> * MenuAPI.cs: Prevent NRE when deactivate menu. Fixes #413636. svn path=/branches/mono-2-0/mcs/; revision=114557
-
- Sep 30, 2008
-
-
Michael Hutchinson authored
* HttpServerChannel.cs: make sure the channel data object is set when the port is auto-assigned. * HttpClientTransportSink.cs: Use the __RequestUri header for the request's URI. Includes workaround for bad __RequestUri values. Fixes Bug 378713 - [regression] Remoting - HttpChannel. svn path=/branches/mono-2-0/mcs/; revision=114529
-
Jb Evain authored
* QueryableEnumerable.cs: fix ElementType. svn path=/branches/mono-2-0/mcs/; revision=114516
-
- Sep 29, 2008
-
-
Rodrigo Kumpera authored
* TypeBuilderTest.cs: Add a test for MakeGenericType with EnumBuilder. Tests #430508. Backported from trunk. svn path=/branches/mono-2-0/mcs/; revision=114413
-
Rodrigo Kumpera authored
* Type.cs (MakeGenericType): Only use UnderlyingSystemType for user types. This must exclude TypeBuilder and EnumBuilder. Fixes #430508. Backported from trunk. svn path=/branches/mono-2-0/mcs/; revision=114412
-
Geoff Norton authored
* include/private/gcconfig.h: Make Darwin/ARM use mmap() instead of sbrk() for its allocator implementation. svn path=/branches/mono-2-0/mono/; revision=114395
-
- Sep 26, 2008
-
-
Zoltan Varga authored
svn path=/branches/mono-2-0/mono/; revision=114200
-
- Sep 25, 2008
-
-
Zoltan Varga authored
svn path=/branches/mono-2-0/mono/; revision=114102
-
Marek Safar authored
* driver.cs, namespace.cs: Read types and namespaces after all requested assemblies are loaded, fixes issues with System.Core auto-reference, and #419888. svn path=/branches/mono-2-0/mcs/; revision=114098
-
Dick Porter authored
2008-09-25 Dick Porter <dick@ximian.com> * events.c (event_create): Revert previous kludge as it's no longer needed. * wait.c: Make sure we keep references to handles we're waiting for. Fixes bug 424851. svn path=/branches/mono-2-0/mono/; revision=114096
-
Miguel de Icaza authored
svn path=/branches/mono-2-0/mono/; revision=114045
-
- Sep 24, 2008
-
-
Zoltan Varga authored
* Makefile.am (PLATFORM_DISABLED_TESTS): Disable winx64structs.exe on ia64 for the release. svn path=/branches/mono-2-0/mono/; revision=114015
-
Michael Hutchinson authored
* HttpServerTransportSink.cs: Disable chunking on the server, as for some reason it was breaking the tests. This reduces efficiency but right now is unavoidable. * HttpServerChannel.cs: Implement AddHookChannelUri. Thanks to Lluis for the patch. svn path=/branches/mono-2-0/mcs/; revision=113997
-
Michael Hutchinson authored
* HttpServerChannelTests.cs: Don't check for a chunked response from the Mono HTTP server; it no longer chunks since that was breaking other tests. svn path=/branches/mono-2-0/mcs/; revision=113996
-
- Sep 23, 2008
-
-
Michael Hutchinson authored
* HttpClientChannel.cs: Fix logic error from ==/!= typo. Stops channel from trying to handle IPC URLs, which was breaking the IPC tests. svn path=/branches/mono-2-0/mcs/; revision=113908
-
Jb Evain authored
svn path=/branches/mono-2-0/mcs/; revision=113782
-
- Sep 22, 2008
-
-
Miguel de Icaza authored
svn path=/branches/mono-2-0/mcs/; revision=113769
-
- Sep 20, 2008
-
-
Miguel de Icaza authored
svn path=/branches/mono-2-0/mcs/; revision=113636
-
Kornél Pál authored
Backport of r113614. coree.c (_CorValidateImage): Some 64-bit IL only images have entry point calling _CorDllMain imported from mscoree.dll. Set entry point RVA to 0 for 64-bit IL only images because imports are not resolved for IL only images. Special thanks to Bill Holmes for finding this bug and testing the patch. Also fail for 64-bit images marked as CLI_FLAGS_32BITREQUIRED. svn path=/branches/mono-2-0/mono/; revision=113615
-
Michael Hutchinson authored
* System.Runtime.Remoting_test.dll.sources: add HttpBugtests.cs. svn path=/branches/mono-2-0/mcs/; revision=113613
-
Michael Hutchinson authored
* ActivationTests.cs: * HttpCalls.cs: Add a timeout on the client. * HttpBugTests.cs: Add tests for some bugzilla bugs. One's not fixed, so is marked as not working. svn path=/branches/mono-2-0/mcs/; revision=113612
-
Michael Hutchinson authored
* HttpServerChannel.cs: * HttpClientChannel.cs: * HttpChannel.cs: Fixes from corcompare, and some cleanup. svn path=/branches/mono-2-0/mcs/; revision=113611
-
- Sep 19, 2008
-
-
Jeffrey Stedfast authored
* HttpServerChannelTests.cs: More unit tests for HttpServerChannel. svn path=/branches/mono-2-0/mcs/; revision=113600
-
Jeffrey Stedfast authored
* HttpChannel.cs: Throw ArgumentNullException if url is null. svn path=/branches/mono-2-0/mcs/; revision=113552
-
Michael Hutchinson authored
* HttpServerTransportSink.cs: * HttpServerChannel.cs: Cleanup. * HttpClientTransportSink.cs: Use username/password/domain parameters, fix some spelling, add FIXME comment regarding stream copying. * HttpClientChannel.cs: * HttpChannel.cs: Fix 1.1 API slip. svn path=/branches/mono-2-0/mcs/; revision=113489
-
- Sep 18, 2008
-
-
Michael Hutchinson authored
* HttpServerChannel.cs: Don't try to resolve IPAddress.Any, so that by default we bind to localhost/lo as well as the host address. Also remove dead code for binding to multiple IP addresses; I don't think we need to handle that. svn path=/branches/mono-2-0/mcs/; revision=113457
-
Michael Hutchinson authored
* HttpChannel.cs: Fix default channel name. svn path=/branches/mono-2-0/mcs/; revision=113453
-
Michael Hutchinson authored
* HttpClientTransportSink: Fix logic error that broke async client functionality. Fixes HttpAsyncCallTest tests. svn path=/branches/mono-2-0/mcs/; revision=113434
-
Dick Porter authored
2008-09-18 Dick Porter <dick@ximian.com> * events.c (event_create): Start event handles with a reference count of 2, to work around a bug causing banshee to hang at exit. Temporary kludge for bug 424851. svn path=/branches/mono-2-0/mono/; revision=113394
-
- Sep 17, 2008
-
-
Michael Hutchinson authored
svn path=/branches/mono-2-0/mcs/; revision=113369
-
Michael Hutchinson authored
svn path=/branches/mono-2-0/mcs/; revision=113368
-
Michael Hutchinson authored
svn path=/branches/mono-2-0/mcs/; revision=113367
-
Michael Hutchinson authored
svn path=/branches/mono-2-0/mcs/; revision=113366
-
Michael Hutchinson authored
* SoapServerFormatterSink.cs: Do not try to parse text/xml code unless there is a SOAPAction. Set position on outgoing streams to zero, so they can be properly parsed in the general infrastructure. Do not try to seek on incoming streams. svn path=/branches/mono-2-0/mcs/; revision=113365
-
Michael Hutchinson authored
* HttpListenerPrefixCollection.cs: * EndPointListener.cs: * WebHeaderCollection.cs: * HttpConnection.cs: Fixes for EMBEDDED_IN_1_0. svn path=/branches/mono-2-0/mcs/; revision=113363
-
Miguel de Icaza authored
* HttpListenerPrefixCollection.cs, EndPointListener.cs, HttpListener.cs, EndPointManager.cs, HttpConnection.cs: Remove generics support where necessary to allow this code to be reused in the 1.0 profile. svn path=/branches/mono-2-0/mcs/; revision=113360
-
Andreia Gaita authored
good on windows. Fixes #414146. [backport of r113117] svn path=/branches/mono-2-0/mcs/; revision=113308
-
- Sep 15, 2008
-
-
Ivan Zlatev authored
svn path=/branches/mono-2-0/mcs/; revision=113063
-
Ivan Zlatev authored
* MimeIcon.cs: Add null checks in the GnomeHandler, because it might happen that the icons from the theme is missing or the particular size unavailable. [Fixes bug #424981] svn path=/branches/mono-2-0/mcs/; revision=113059
-
- Sep 12, 2008
-
-
Michael Hutchinson authored
svn path=/branches/mono-2-0/mcs/; revision=112918
-