- Jul 19, 2005
-
-
Wade Berrier authored
svn path=/branches/mono-1-1-7/mono/; revision=47442
-
Ben Maurer authored
svn path=/branches/mono-1-1-7/mono/; revision=47438
-
- Jul 09, 2005
-
-
Atsushi Eno authored
backporting culture-info-table bugfixes from trunk. svn path=/branches/mono-1-1-7/mono/; revision=47131
-
- Jul 08, 2005
-
-
Wade Berrier authored
svn path=/branches/mono-1-1-7/mono/; revision=47120
-
Miguel de Icaza authored
2005-06-21 Dick Porter <dick@ximian.com> * mutex-private.h: * thread-private.h: * mutexes.c: * threads.c: Keep a list of owned mutexes in each thread handle, so that it is easier to abandon them when the thread exits. Removes a bottleneck when multiple threads are finishing in parallel. svn path=/branches/mono-1-1-7/mono/; revision=47119
-
Miguel de Icaza authored
* FileStream.cs: make WriteByte work in all cases when no buffer is being used. Fixes bug #74971. ue May 17 10:54:18 CEST 2005 Paolo Molaro <lupus@ximian.com> * FileStream.cs: complete fix for #74971. svn path=/branches/mono-1-1-7/mcs/; revision=47118
-
- Jul 05, 2005
-
-
Ben Maurer authored
* pthread_stop_world.c (pthread_start_world, _GC_suspend_handler): Make sure that all threads have been started before releasing the GC_lock. Otherwise, the thread table can be corrupt in the restart handler, causing deadlocks and segfaults. svn path=/branches/mono-1-1-7/mono/; revision=46964
-
- Jun 22, 2005
-
-
Wade Berrier authored
svn path=/branches/mono-1-1-7/mono/; revision=46388
-
Ben Maurer authored
* reflection.c (mono_reflection_create_runtime_class): Backport from head. Prevents deadlocks by taking the domain lock outside of the loader lock. svn path=/branches/mono-1-1-7/mono/; revision=46386
-
- Jun 21, 2005
-
-
Wade Berrier authored
svn path=/branches/mono-1-1-7/mono/; revision=46330
-
Gonzalo Paniagua Javier authored
* WebConnection.cs: SslClientStream.BeginRead might not be asynchronous if there's no record available to read. This is a workaround that makes the call to BeginRead itself asynchronous. Fixes bug #75342. svn path=/branches/mono-1-1-7/mcs/; revision=46329
-
- Jun 20, 2005
-
-
Wade Berrier authored
svn path=/branches/mono-1-1-7/mono/; revision=46257
-
Gonzalo Paniagua Javier authored
* domain.c: * appdomain.c: * domain-internals.h: * reflection.c: 'domain_assemblies' field is now protected by its own lock. Don't call into managed code to run the AssemblyLoad event if we now there are no registered delegates for it. svn path=/branches/mono-1-1-7/mono/; revision=46252
-
- Jun 17, 2005
-
-
Wade Berrier authored
svn path=/branches/mono-1-1-7/mono/; revision=46173
-
Miguel de Icaza authored
* pthread_support.c: Workaround gcc-3.3 compiler bug. svn path=/branches/mono-1-1-7/mono/; revision=46169
-
- Jun 15, 2005
-
-
Gonzalo Paniagua Javier authored
svn path=/branches/mono-1-1-7/mono/; revision=46013
-
- Jun 13, 2005
-
-
Miguel de Icaza authored
* mini-amd64.c (emit_call): Fix yet another bug in the near call optimization. svn path=/branches/mono-1-1-7/mono/; revision=45868
-
- Jun 10, 2005
-
-
Gonzalo Paniagua Javier authored
* WebConnection.cs: * HttpWebRequest.cs: * WebConnectionStream.cs: initiate the polling for input data after sending the header so that we detect any response that the server sends back even if we're still trying to write the request for a POST/PUT. If we get the response (or an error) before any one calls GetResponse(), keep it around instead of ignoring it. 2005-05-23 Gonzalo Paniagua Javier <gonzalo@ximian.com> * WebConnection.cs: prevent 2 nullrefs when the aborting during Connect() and reset the status to Success before starting a new request. svn path=/branches/mono-1-1-7/mcs/; revision=45786
-
- Jun 08, 2005
-
-
Paolo Molaro authored
Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com> * object.c: add proper locking in mono_remote_class_vtable(), fixes possible memory corruption. svn path=/branches/mono-1-1-7/mono/; revision=45648
-
Paolo Molaro authored
2005-06-06 Michael Meeks <michael.meeks@novell.com> * object.c (extend_interface_array): fix really silly memory corrupting / comparison bug. svn path=/branches/mono-1-1-7/mono/; revision=45645
-
Paolo Molaro authored
Backport some more debug locking changes. svn path=/branches/mono-1-1-7/mono/; revision=45644
-
- Jun 03, 2005
-
-
Ben Maurer authored
svn path=/branches/mono-1-1-7/mono/; revision=45392
-
Gonzalo Paniagua Javier authored
* HttpWebRequest.cs: send the right header/user/password in PreAuthenticate in presence of a proxy. svn path=/branches/mono-1-1-7/mcs/; revision=45391
-
Gonzalo Paniagua Javier authored
* mini-amd64.c (emit_call): Fix yet another bug in the near call optimization. * mini-amd64.c (amd64_patch): Add an assert to check that the destination of a call is callable by a near call. svn path=/branches/mono-1-1-7/mono/; revision=45388
-
Gonzalo Paniagua Javier authored
* Win32Exception.cs: add 10049 WSAEADDRNOTAVAIL. Fixes bug #75106. svn path=/branches/mono-1-1-7/mcs/; revision=45363
-
Gonzalo Paniagua Javier authored
svn path=/branches/mono-1-1-7/mcs/; revision=45362
-
Gonzalo Paniagua Javier authored
* ServicePointManager.cs: when going through a proxy, use 2 different service points depending on the scheme. Fixes bug #75135. svn path=/branches/mono-1-1-7/mcs/; revision=45361
-
- May 26, 2005
-
-
Miguel de Icaza authored
svn path=/branches/mono-1-1-7/mono/; revision=45031
-
- May 18, 2005
-
-
Miguel de Icaza authored
svn path=/branches/mono-1-1-7/mcs/; revision=44717
-
Miguel de Icaza authored
2005-01-24 Martin Baulig <martin@ximian.com> Fix #74978. * flowanalysis.cs (FlowBranching.Reachability): Add non-static public And() and Or() methods. (FlowBranchingSwitch): New class; do the `break_origins' thing like in FlowBranchingLoop. (FlowBranching.UsageVector.MergeBreakOrigins): Also merge the reachability, not just locals and parameters. (FlowBranching.MergeChild): Remove some of the hacks for loop and switch; MergeBreakOrigins() now takes care of that. 2005-05-18 Martin Baulig <martin@ximian.com> * flowanalysis.cs (FlowBranching.UsageVector.MergeChild): If we're a loop and may leave it, reset the barrier; fixes #74974. svn path=/branches/mono-1-1-7/mcs/; revision=44691
-
- May 17, 2005
-
-
Dick Porter authored
2005-05-17 Dick Porter <dick@ximian.com> * io.c (file_getfilesize): Clear the error value, so that files with sizes with the low bits 0xFFFFFFFF can be distinguished from a genuine error. svn path=/branches/mono-1-1-7/mono/; revision=44641
-
- May 12, 2005
-
-
Ben Maurer authored
svn path=/branches/mono-1-1-7/mono/; revision=44454
-
Gonzalo Paniagua Javier authored
* shared.c: forgot to ignore a warning. svn path=/branches/mono-1-1-7/mono/; revision=44425
-
- May 11, 2005
-
-
Miguel de Icaza authored
svn path=/branches/mono-1-1-7/mcs/; revision=44401
-
- May 10, 2005
-
-
Miguel de Icaza authored
svn path=/branches/mono-1-1-7/mcs/; revision=44353
-
Gonzalo Paniagua Javier authored
* SslClientStream.cs: check for the dispose in NetworkReadCallback. Patch by Sebastien "Cryptoman" Pouliot. svn path=/branches/mono-1-1-7/mcs/; revision=44342
-
Gonzalo Paniagua Javier authored
* shared.c: don't display warnings after reboots. svn path=/branches/mono-1-1-7/mono/; revision=44340
-
Gonzalo Paniagua Javier authored
svn path=/branches/mono-1-1-7/mono/; revision=44308
-
- May 09, 2005
-
-
Ben Maurer authored
* configure.in: 1.1.7.1 svn path=/branches/mono-1-1-7/mono/; revision=44293
-
Miguel de Icaza authored
* ProcessStringDictionary.cs: on non-windows system, don't make the hashtable case-insensitive. Fixes bug #74796. svn path=/branches/mono-1-1-7/mcs/; revision=44291
-