Don't send the buffered request until GetResponse is called
[mono.git] / mono /
2011-10-16 Neale FergusonMinor s390x fixes and update for memory barriers
2011-10-14 Zoltan VargaDisable the error checking for MONO_GC_PARAMS in boehm...
2011-10-14 Zoltan VargaFix a crash with precise stack marking and dying threads
2011-10-14 Zoltan VargaChange a g_warning to a DEBUG which can happen in norma...
2011-10-13 Zoltan VargaFix a warning plus a typo
2011-10-13 Zoltan VargaFix an assert in sgen when mono_gc_set_current_thread_a...
2011-10-13 Rolf Bjarne KvingeLog profiler: Don't include major collections in ondema...
2011-10-13 David EvansFix regression to System.Diagnostics.Process.PrivateMe...
2011-10-13 Gonzalo Paniagua... Merge pull request #180 from QuickJack/master
2011-10-12 Zoltan VargaMove generic sharing definitions to mini.h, define...
2011-10-11 Rodrigo KumperaEnsure proper ordering of hazard pointer reads.
2011-10-11 Zoltan VargaAvoid asserts in sdb if a single step operation is...
2011-10-11 Zoltan VargaImplement registration of new transports in the debugge...
2011-10-11 Zoltan VargaFix 055255aa5575b3eb6edb9a43fafbdabc76249bce. attr_klas...
2011-10-10 Mark Probst[sgen] Don't assert that we can't suspend a thread...
2011-10-09 Mark ProbstMerge branch 'sgen-windows'
2011-10-09 Mark Probst[win32] Query the start of a memory region in mono_vfree().
2011-10-09 Mark Probst[sgen] Managed allocator and wbarrier for Win32 by...
2011-10-09 Mark Probst[sgen] Get the thread's domain via a callback, not...
2011-10-09 Zoltan VargaFix a windows warning
2011-10-09 Zoltan VargaUse HOST_WIN32 in one place
2011-10-09 Zoltan VargaAllocate non-code memory using mono_domain_alloc0 in...
2011-10-07 Zoltan VargaAdd a missing arg check to the sdb protocol code
2011-10-07 Rolf Bjarne KvingeIgnore headers generated by dtrace.
2011-10-06 Zoltan VargaFix the OSX build
2011-10-06 Zoltan VargaMake the mono_native_thread functions real functions...
2011-10-06 Zoltan VargaFix a windows warning
2011-10-06 Zoltan VargaAvoid calling mono_monitor_get_fast_path () for the...
2011-10-06 Zoltan VargaUse functions instead of macros from the mono_native_th...
2011-10-06 Zoltan VargaEmit precise GC maps for vtypes passed as parameters...
2011-10-04 Zoltan VargaFix a warning
2011-10-04 Zoltan VargaFix the build
2011-10-04 Zoltan VargaAdd runtime support for the .NET Portable Libraries...
2011-10-04 Zoltan VargaFix a warning
2011-10-04 Zoltan VargaFix MSVC build
2011-10-04 Mark ProbstMerge branch 'sgen-windows'
2011-10-04 Mark Probst[sgen] Small fixes.
2011-10-04 Mark Probst[sgen] Basic Win32 support.
2011-10-04 Mark Probst[sgen] Debug print fixes.
2011-10-04 Mark Probst[sgen] Simple abstraction for creating native threads.
2011-10-04 Mark Probst[sgen] Use our mutex abstraction instead of pthreads...
2011-10-04 Mark Probst[sgen] Use our TLS abstraction instead of pthreads...
2011-10-04 Paolo MolaroIntroduce a callback API to have notifications when...
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-29 Marek SafarSearch for .net 4.5 corlib in correct profile folder
2011-09-29 Rodrigo KumperaRequest ObjectMirror type and domain in a single request.
2011-09-29 Zoltan VargaAvoid a crash if mono_debug_open_image_from_memory...
2011-09-27 Zoltan VargaSave/restore argument registers when instrumenting...
2011-09-26 Rodrigo KumperaSplit bridge processing in two steps.
2011-09-26 Rodrigo KumperaFix the interation of non tracking weak refs and epheme...
2011-09-26 Rodrigo KumperaFix a bunch of data races.
2011-09-26 Rodrigo KumperaFix enter/exit critical region visibility.
2011-09-26 Rodrigo KumperaComplete acquire/release ops. Make acquire/release...
2011-09-25 Gonzalo Paniagua... Create the first tp thread right away.
2011-09-24 Mark Probst[sgen] If we couldn't evacuate the nursery after a...
2011-09-24 Mark Probst[sgen] Never directly pin objects on the M&S major...
2011-09-20 Miguel de IcazaFix my profiler loader.
2011-09-20 Miguel de IcazaUpdate copyrights
2011-09-20 Zoltan VargaFix warnings.
2011-09-20 Zoltan VargaFix debugger invokes when using soft breakpoints on...
2011-09-20 Zoltan VargaImplement the new interrupt machinery for ARM
2011-09-20 Zoltan VargaCall ensure_synch_cs_set () in thread_cleanup () too...
2011-09-20 Zoltan VargaAllocate a param area in START_HANDLER. Fixes filter...
2011-09-20 Zoltan VargaFix a timing issue in a test
2011-09-13 Miguel de IcazaUpdate copyrights
2011-09-13 Rodrigo KumperaAvoid duplicates in the SSC xrefs.
2011-09-13 Rodrigo KumperaAdd logging to sgen-bridge. Log times and sizes.
2011-09-13 Tom HindleStore current threads Synchronization Context, if prese...
2011-09-07 Miguel de IcazaFallback: load profiler from the Mono default path...
2011-09-06 Rodrigo KumperaLet the system figure our permissions instead of doing...
2011-09-06 Zoltan VargaMerge pull request #169 from madewokherd/master
2011-09-06 Vincent PovirkUse guint instead of uint.
2011-09-06 Rodrigo KumperaImprove exception message.
2011-09-06 Rodrigo KumperaAdd sgen collection pause times to mono trace log.
2011-09-06 Gonzalo Paniagua... Display more debugging info when epoll fails
2011-09-06 Gonzalo Paniagua... Fallback to poll() if epoll_create() fails
2011-09-06 Zoltan VargaHandle threads which die without detaching.
2011-09-06 Zoltan VargaAdd a few missing cases to event_to_string () in sdb.
2011-09-06 Zoltan VargaRemove some unused arguments from mono_arch_handle_exce...
2011-09-06 Zoltan VargaImplement mono_arch_setup_async_callback () for amd64.
2011-09-05 Zoltan VargaFix a warning.
2011-09-05 Zoltan VargaOptimize AOT generics data structures a bit more.
2011-09-05 Zoltan VargaAvoid searching out-of-date AOT modules for 'extra...
2011-09-05 Zoltan VargaRemove some AOT assertions left in by mistake.
2011-09-04 Zoltan VargaRework the encoding of classes in AOT to save space...
2011-09-04 Zoltan VargaImprove the name of the proxy isinst wrappers.
2011-09-04 Zoltan VargaCompute and print the space used by the GOT entry info...
2011-09-04 Zoltan VargaFix unwinding through an LMF on ARM.
2011-09-01 Rodrigo KumperaThe fin hashtable holds no value, so revert to tagging...
2011-09-01 Rodrigo KumperaHandle finalizable objects pointed by bridge objects...
2011-09-01 Rodrigo KumperaAdd new sgen-hash method that changes the value of...
2011-09-01 Marek SafarMerge pull request #168 from tomaszkubacki/master
2011-08-30 Zoltan VargaEmit a lot message in sdb when returning an ABSENT_INFO...
2011-08-30 Zoltan VargaImplement support for the new interrupt machinery in...
2011-08-30 Zoltan VargaReally fix the previous sdb changes.
2011-08-30 Zoltan VargaFix the sdb changes made by 06ff2031
2011-08-30 Zoltan VargaDisable the new suspend code when using sdb, it doesn...
2011-08-29 Zoltan VargaAOT the v4.0 monitor enter fastpath, not the unused...
2011-08-29 Zoltan VargaFix the taken==true argument check in the v4 monitor...
2011-08-29 Zoltan VargaEliminate the by-name encoding for all wrapper methods...
next