mono.git
2010-11-10 Jérémie LavalSimplify Parallel.For execution.
2010-11-10 Zoltan VargaAllocate MonoInternalThread/MonoThread objects using...
2010-11-10 Jérémie LavalFinal performance improvement on ReaderWriterLockSlim
2010-11-10 Zoltan VargaFix the --enable-shared=no build.
2010-11-10 Zoltan VargaFix a warning.
2010-11-10 Paolo MolaroLog profiler: fixed timeout heapshot mode and sorted...
2010-11-10 Paolo MolaroLog profiler: track thread names with the new profiler...
2010-11-10 Paolo MolaroSet the name of some runtime threads.
2010-11-10 Paolo MolaroProfiler: added new API for notification of thread...
2010-11-10 Paolo MolaroLog profiler: added support for GC handles tracking.
2010-11-10 Paolo MolaroAdded profiler interface to track GC handles.
2010-11-10 Marek SafarReorder logic in DMO type conversion
2010-11-10 Marek SafarFixes a logic error in filtering out operators like...
2010-11-10 Marek SafarDon't crash on liften null left/right shift
2010-11-10 Marek SafarLogical binary operarions with dynamic arguments have...
2010-11-10 Zoltan VargaAdd an AOT flag for aot images compiled with soft-debug...
2010-11-10 Ankit Jain[xbuild] Emit /platform: for *mcs
2010-11-10 Geoff Norton[OSX] Prevent an invalid write to mono_lmf_addr
2010-11-10 Geoff Norton[OSX] Disabled eglib tests build by default
2010-11-10 Alex FortAdd support for the CancelKeyPress event on Windows
2010-11-09 Rodrigo KumperaAdd test for transitive constraint validation.
2010-11-09 Rodrigo KumperaFix banshee breakage with trunk.
2010-11-09 Zoltan VargaFix the previous change.
2010-11-09 Zoltan VargaSpeed up Thread.ManagedThreadId.
2010-11-09 Andreia Gaita[Xml] Only call Close on the base Writer if it hasn...
2010-11-09 Atsushi EnoAdd and/or altered a bunch of XamlXmlReader tests based...
2010-11-09 Rodrigo KumperaFix handling of LastIndexOf and empty strings.
2010-11-09 Jérémie LavalRemove CurrentLockState in ReaderWriterLockSlim and...
2010-11-09 Jérémie LavalUse ulong to represent element hashes internally allowi...
2010-11-09 Jérémie LavalSmall condition fix in ReaderWriterLockSlim, avoid...
2010-11-09 Marek Habersack[wcf] AJAX GET requests work now.
2010-11-09 Marek SafarImport declaring type base type when walking up the...
2010-11-09 Atsushi EnoMaking XamlObjectReader tests for common basis to XamlX...
2010-11-09 Paolo MolaroLog profiler: osx/win32 portability fixes.
2010-11-09 Zoltan VargaAdd a workaround for a failed assert in the amd64 EH...
2010-11-09 Zoltan VargaFix the DISABLE_REFLECTION_EMIT build. Fixes #652188.
2010-11-09 Zoltan VargaTidy up the configure output a bit.
2010-11-09 Zoltan VargaFix a warning.
2010-11-09 Atsushi EnoFix generic XamlTypeName output and GetType() to get...
2010-11-09 Marek Habersack[asp.net] Don't instantiate the hash algorithm used...
2010-11-09 Marek Habersack[asp.net] Optimize buffer reuse in HttpWriter.
2010-11-09 Marek Habersack[asp.net] A micro-optimization to not call String.Forma...
2010-11-08 Paolo MolaroLog profiler: disable zlib support on windows.
2010-11-08 Zoltan VargaRevert "Avoid building the log profiler on windows...
2010-11-08 Zoltan VargaAvoid building the log profiler on windows, it has...
2010-11-08 Rodrigo KumperaAdd regression test for ##595044
2010-11-08 Rodrigo KumperaIL can't reference literal fields.
2010-11-08 Marek SafarAPI compatibility work
2010-11-08 Marek SafarEmit correctly EndInvoke parameters attributes and...
2010-11-08 Marek SafarFixed ambiguity for overload resolution between params...
2010-11-08 Marek SafarClean up event expression assigning error reporting
2010-11-08 Marek SafarNew test
2010-11-08 Marek Safar[651547] Check definitely assigned struct this access...
2010-11-08 Marek SafarRemoved platform attributes
2010-11-08 Marek SafarReport error duplicate only when expected error has...
2010-11-08 Marek SafarAdd missing default ctor call
2010-11-08 Zoltan VargaFix a typo in process_breakpoint_inner which doesn...
2010-11-08 Paolo MolaroLog profiler: better object tracking.
2010-11-08 Paolo MolaroLog profiler: more timer compatibility fixes.
2010-11-08 Paolo MolaroLog profiler: track and display contended monitor wait...
2010-11-08 Paolo MolaroLog profiler: fill and display a few more data fields...
2010-11-08 Paolo MolaroMore log profiler doc clarifications.
2010-11-08 Rodrigo KumperaDon't allow zero local var tokens.
2010-11-08 Zoltan VargaTransition ves_icall_get_frame_info () to use find_jit_...
2010-11-08 Marek Habersack[asp.net] Optimize memory usage a bit. String hashes...
2010-11-08 Rodrigo KumperaWork with classes been loaded.
2010-11-08 Rodrigo KumperaFix FieldInfo::GetFieldFromHandle signature.
2010-11-08 Paolo MolaroFixed make dist for log profiler.
2010-11-08 Paolo MolaroEmit object heap sizes for allocations and heap-shot...
2010-11-08 Atsushi EnoForgot to add a test xml.
2010-11-08 Atsushi EnoFix positional parameter argument output location check.
2010-11-08 Paolo MolaroAdded a check for a corner case of a stack walk during...
2010-11-08 Atsushi EnoFix attribute state management to handle x:Key inside...
2010-11-08 Paolo MolaroMore log profiler portability and warning fixes.
2010-11-08 Paolo MolaroIntegrated the log profiler in the build, warning and...
2010-11-08 Paolo MolaroLog profiler: added copyright header and comments.
2010-11-08 Paolo MolaroPorted log profiler to windows (untested) and OSX time...
2010-11-08 Paolo MolaroDocumented the current version for the log profiler...
2010-11-08 Zoltan VargaMake frames of type FRAME_TYPE_MANAGED_TO_NATIVE act...
2010-11-08 Atsushi EnoFix PositionalParameter serialization in collections.
2010-11-08 Atsushi EnoForgot to remove old internal stuff.
2010-11-08 Atsushi EnoFixed member order in Dictionary key and item in XamlOb...
2010-11-08 Zoltan VargaFix llvm build with LLVM 2.8.
2010-11-07 Mark ProbstMerge branch 'marksweep-evacuate'
2010-11-07 Mark Probst[sgen] Don't compile evacuation for parallel mark.
2010-11-07 Mark Probst[sgen] User-settable evacuation threshold.
2010-11-07 Mark Probst[sgen] Mark&Sweep evacuation.
2010-11-07 Mark Probst[sgen] Function for querying current collection generation.
2010-11-07 Mark Probst[sgen] Dump Mark&Sweep heap occupancy.
2010-11-07 Mark Probst[sgen] Flush the binary protocol file when protocol...
2010-11-06 Zoltan VargaRemove the s390 hacks from the EH code by decreasing...
2010-11-06 Zoltan VargaAdd another assert to the amd64 EH code.
2010-11-06 Zoltan VargaAdd a few exceptions to the EH code to determine whenev...
2010-11-06 Zoltan VargaReorganize mono_handle_exception_internal ():
2010-11-06 Zoltan VargaRework an if () inside an #ifdef since it confuses...
2010-11-06 Zoltan VargaFix encode/decode_sleb128 () on 64 bit systems.
2010-11-05 Marek SafarAdd *.xml to ignore list
2010-11-05 Marek SafarMerge branch 'marek'
2010-11-05 Geoff NortonImplement the new logging profiler on OSX
2010-11-05 Atsushi EnoDictionary key might be inappropriately serialized...
next