mono.git
2011-11-18 Marek SafarImplement SLE recursive initialization of members of...
2011-11-17 Zoltan VargaAdd an 'fd' field to WapiHandle_file, to make it easier...
2011-11-17 Zoltan VargaAdd an explicit initialization function to io-layer...
2011-11-17 Zoltan VargaRemove unused io layer daemon files.
2011-11-17 Zoltan VargaRework io-layer logging to use a single DEBUG macro...
2011-11-17 Zoltan VargaAdd a 'tests' target to precompile the tests in mono...
2011-11-17 Zoltan VargaAdd a allow_ctors argument to mono_class_get_methods_by...
2011-11-16 Jérémie LavalFix previous commit
2011-11-16 Jérémie Laval[MonoDroid] Query hardware CPU count for Environment...
2011-11-16 Marek SafarDon't release temporrary instance variable prematurely...
2011-11-15 Rodrigo KumperaAdd JIT counters to the local set of counters we support.
2011-11-16 Zoltan VargaRevert "Add support for hardfp abi on ARM."
2011-11-11 Marek SafarInitial System.Net.Http commit
2011-11-11 Marek SafarFix few warnings
2011-11-11 Alan McGovern[io-layer] Use lstat as a fallback for stat in SetFileA...
2011-11-10 Rodrigo KumperaPrecise scanning crashes on OSX while compiling corlib...
2011-11-10 Rodrigo KumperaMark a tinny function inline.
2011-11-10 Miguel de IcazaAdd locking around the ServiceModel.Logger, fixes a...
2011-11-09 Rodrigo KumperaMinor cleanup of sgen allocation code.
2011-11-09 Rodrigo KumperaImplement lightweight nursery verification.
2011-11-09 Rodrigo KumperaCosmetic changes to the nursery allocator. Avoid a...
2011-11-09 Miguel de IcazaUpdate two days worth of copyrights, many more missing
2011-11-09 Zoltan VargaFix warnings on ARM.
2011-11-09 Zoltan VargaFix a bug introduced by 354778218590e906ea82154fff9ea96...
2011-11-09 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-11-09 Zoltan VargaAdd support for hardfp abi on ARM.
2011-11-08 Rolf Bjarne... Log profiler: fix comment typo
2011-11-08 Sebastien Pouliotfix typo in monotouch build
2011-11-08 Zoltan VargaInstall the net 4.0 profile for xbuild.
2011-11-08 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2011-11-08 Neale FergusonFixes bug 1916 - incorrect appending of string to buffe...
2011-11-08 Marek SafarAdd optimization for Timeout.Infinite
2011-11-08 Zoltan VargaFix profiler build if boehm is disabled.
2011-11-08 Sebastien PouliotWorkaround AOT limitation for bug #1443. Patch by Rodri...
2011-11-08 Sebastien PouliotMonoTouch specific initialization for TimeZone (devices...
2011-11-08 Sebastien Pouliotfix compilation under NET_2_0
2011-11-07 Marek SafarFix subtle issues with CancellationTokenSource and...
2011-11-07 Marek SafarOutput type inference can be run on default parameters...
2011-11-07 Marek SafarFix type parameter effective base class lookup for...
2011-11-07 Zoltan VargaEnable precise stack marking by default so it gets...
2011-11-07 Zoltan VargaDisable a test which depended on COMPILER_ACCESS.
2011-11-06 Zoltan VargaRemove a needless define.
2011-11-06 Zoltan VargaMake mono_arch_sigctx_to_monoctx and vice versa use...
2011-11-06 Zoltan VargaGet rid of IsCompilerContext, mcs no longer uses SRE.
2011-11-06 Zoltan VargaFix ARM cross compiling support.
2011-11-06 Zoltan VargaMake --enable-mcs-build=no the default when building...
2011-11-06 Zoltan VargaMake mono_arch_sigctx_to_monoctx and vice versa use...
2011-11-06 Zoltan VargaGet rid of MonoContext->sp on ARM, its already stored...
2011-11-06 Zoltan VargaClean up the arm MonoContext structure: use arm registe...
2011-11-06 Zoltan VargaFix a warning.
2011-11-06 alexrpDon't allow invoking methods that return by-ref types...
2011-11-06 Gonzalo Paniagua... Merge pull request #188 from damageboy/exposed-handle...
2011-11-05 Zoltan VargaReduce the size of AOT seq points on ARM after the...
2011-11-05 Dan ShechterMatched FileStream behaviour with MS.NET
2011-11-05 Rodrigo KumperaFix marshaling of Win32_IN6_ADDR.
2011-11-05 Robert Jordan[Web] Fix obvious typo in DELETE FROM WHERE statement.
2011-11-05 Jeremie LavalRemove debug spew
2011-11-05 Jeremie LavalUpdate Lucene to latest Apache version. Make use of...
2011-11-04 Zoltan VargaOmit 'Tests not run' from nunit output, its rarely...
2011-11-04 Zoltan VargaDefine MONO_PATH as an absolute dir for the 'run-test...
2011-11-04 Zoltan VargaAdd a 'captured_traces' field to Exception, holding...
2011-11-04 Zoltan VargaIgnore ExceptionDispatchInfoTest:Throw() until it is...
2011-11-04 Zoltan VargaFix another bug in mono_profiler_load ().
2011-11-04 Zoltan VargaThrow a nicer error from Process.set_PriorityClass...
2011-11-04 Sebastien PouliotOSX and iOS does not support CLOCK_MONOTONIC so we...
2011-11-04 Zoltan VargaAvoid adding a ref in OpenProcess (), it is already...
2011-11-04 Zoltan VargaFix a crash if a profiler is not found. Fixes #1855.
2011-11-04 Marek SafarDon't define eval variable when type could not be resolved
2011-11-04 Marek SafarThe type of an implicitly typed array cannot be inferre...
2011-11-04 Marek SafarFix sbyte/short parse of hexadecimal values. Fixes...
2011-11-04 Marek SafarDon't cache namespace usings in eval mode
2011-11-04 Marek SafarDon't ignore Inherited flag in Attribute.IsDefined...
2011-11-04 Marek SafarFix LazyInitializer
2011-11-04 Jeremie LavalAdd RwWrite flag to status check when already owning...
2011-11-03 Zoltan VargaFix some warnings.
2011-11-03 Zoltan VargaFix a crash which happens when an inlined method ends...
2011-11-03 alexrpcs-tokenizer: Remove old/inaccurate FIXME.
2011-11-03 Ankit Jain[xbuild] Pick the correct base path for target frameworks.
2011-11-03 Marek SafarImporove ExceptionDispatchInfo unit test
2011-11-03 Marek SafarPartially implement ExceptionDispatchInfo
2011-11-03 Marek SafarFix previous commit
2011-11-03 Rodrigo KumperaImplement the icalls needed by the new mobile mmap...
2011-11-03 Rodrigo KumperaImplement a mobile ready version of memory mapped files.
2011-11-03 Rodrigo KumperaMove all Mono.Unix deps into a single place and put...
2011-11-03 Marek SafarFix mdoc execution mono path
2011-11-03 Marek SafarCheck overloaded method difference for CLS-compliance...
2011-11-03 Marek SafarFix few more cascading errors
2011-11-03 Marek SafarUse full type lenght when checking struct fields assignment
2011-11-03 Marek SafarUpdate missing extension compiler type error message...
2011-11-03 Marek SafarReoder 4.x supported_runtimes versions to load correct...
2011-11-03 Marek SafarAdd type forwarding for ExtensionAttribute
2011-11-03 Marek SafarAdd 4.5 compatible MEF
2011-11-02 alexrpFix call to mono_sgen_gc_unlock () in mono_gc_toggleref...
2011-11-02 Marek SafarAdd few 4.5 types to compile MEF2
2011-11-02 Marek SafarAdd new tests
2011-11-02 Marek SafarFix check for intermediate expression value used by...
2011-11-02 Marek SafarAllow Conditional attribute to be used with a keyword...
2011-11-02 Marek SafarCheck reserved name collision with non-parameter member...
2011-11-02 Marek SafarBetter type parameter value type conversion checks
2011-11-02 Marek SafarCheck type parameter substitutions for nested interface...
next