Skip to content
Snippets Groups Projects
  1. Jul 19, 2005
  2. Jul 09, 2005
  3. Jul 08, 2005
    • Wade Berrier's avatar
      Bump version for 1.1.7.8 · 4163439d
      Wade Berrier authored
      svn path=/branches/mono-1-1-7/mono/; revision=47120
      mono-1-1-7-8
      4163439d
    • Miguel de Icaza's avatar
      · 0ad160d0
      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
      0ad160d0
    • Miguel de Icaza's avatar
      2005-05-16 Gonzalo Paniagua Javier <gonzalo@ximian.com> · c0b161af
      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
      c0b161af
  4. Jul 05, 2005
    • Ben Maurer's avatar
      2005-07-05 Ben Maurer <bmaurer@ximian.com> · 6d6fe902
      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
      6d6fe902
  5. Jun 22, 2005
  6. Jun 21, 2005
  7. Jun 20, 2005
  8. Jun 17, 2005
  9. Jun 15, 2005
  10. Jun 13, 2005
  11. Jun 10, 2005
    • Gonzalo Paniagua Javier's avatar
      2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com> · 01ce78e6
      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
      01ce78e6
  12. Jun 08, 2005
    • Paolo Molaro's avatar
      · eb5faf4a
      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
      eb5faf4a
    • Paolo Molaro's avatar
      More bugfixes backport. · 50678d6f
      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
      50678d6f
    • Paolo Molaro's avatar
      · 34a6c90b
      Paolo Molaro authored
      Backport some more debug locking changes.
      
      
      svn path=/branches/mono-1-1-7/mono/; revision=45644
      34a6c90b
  13. Jun 03, 2005
  14. May 26, 2005
  15. May 18, 2005
    • Miguel de Icaza's avatar
      Update on the branch · de2c90c4
      Miguel de Icaza authored
      svn path=/branches/mono-1-1-7/mcs/; revision=44717
      de2c90c4
    • Miguel de Icaza's avatar
      Backport of Martin's fixes: · f2b7e542
      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
      f2b7e542
  16. May 17, 2005
    • Dick Porter's avatar
      · 5dc8ca40
      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
      5dc8ca40
  17. May 12, 2005
  18. May 11, 2005
  19. May 10, 2005
  20. May 09, 2005
Loading