Merge pull request #444 from knocte/xbuild_improvements
[mono.git] / mono /
2012-07-04 Marek SafarMerge pull request #376 from atomia/master
2012-07-04 Marek SafarMerge pull request #375 from atomia/master
2012-07-02 Rodrigo KumperaAdd two heap growth knobs: save-target-ratio and defaul...
2012-07-02 Rodrigo KumperaSimply a bit the memgov code. Kill a duplicated header...
2012-07-02 Rodrigo KumperaFix allowance calculation and introduce a constant...
2012-07-02 Rodrigo KumperaExtract the nursery allowance heuristics to a memgov...
2012-07-02 Rodrigo KumperaMove the sgen_*_os_memory APIs to memgov.
2012-07-02 Rodrigo KumperaUse new atomis with allocated_heap.
2012-07-02 Rodrigo KumperaAdd SGEN_ATOMIC_ADD_P for pointer sized integers.
2012-07-02 Rodrigo KumperaAdd some FIXME.
2012-07-02 Rodrigo KumperaMove the heap limits code to the memgov file.
2012-07-02 Rodrigo KumperaAdd new memory governor files.
2012-07-02 Rodrigo KumperaUse isfinite instead of finite as newer xcode removed it.
2012-07-02 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2012-07-02 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2012-07-02 Mark Probst[sgen] Make heavy statistics compile again.
2012-07-01 Marek SafarMerge pull request #363 from JamesB7/system-security2
2012-06-30 Zoltan VargaFix altstack on osx/amd64. Fixes #5933.
2012-06-29 Rodrigo KumperaAdd test for pinned gc handle.
2012-06-29 Rodrigo KumperaFix a pair of bugs in the gchandle code.
2012-06-29 Zoltan VargaRemove empty log files when using test-wrench.
2012-06-29 Rodrigo KumperaFix race condition in static's inialization of mono_mes...
2012-06-28 Zoltan VargaFix the test-messages test.
2012-06-28 Zoltan VargaFix warnings.
2012-06-28 Martin BauligFix #5504: UdpClient.JoinMulticastGroup().
2012-06-28 Martin Bauligsocket-io: Fix endianess in ipaddress_to_struct_in6_addr.
2012-06-28 Rodrigo KumperaFix posix build.
2012-06-27 Rodrigo KumperaAsync close on mac raises ECONNABORTED for connect().
2012-06-27 Rodrigo KumperaAdd new cancel_blocking_socket_operation icall to Socket.
2012-06-27 Rodrigo KumperaRespect the new signal ignore flag.
2012-06-27 Rodrigo KumperaNew field InternalThread::ignore_next_signal. Bump...
2012-06-27 Rodrigo KumperaAdd mono_thread_info_abort_socket_syscall_for_close...
2012-06-27 Marek SafarMerge pull request #358 from adbre/iss3333
2012-06-27 Martin BauligImplement Dns.GetHostEntry(string.Empty) on Mac OS.
2012-06-26 Martin Bauligcreate_object_from_sockaddr(): map ::ffff:0:0 to :...
2012-06-26 Miguel de IcazaMerge pull request #334 from robwilkens/bug5747
2012-06-25 Rodrigo KumperaAdd two test configurations to sgen and silence other...
2012-06-25 Rodrigo KumperaFix another nursery OOM issue.
2012-06-25 Rodrigo KumperaFix a bunch of bugs in the split nursery allocator.
2012-06-25 Rodrigo KumperaAssert on bad arguments to sgen_clear_range.
2012-06-25 Rodrigo KumperaMerge pull request #352 from madewokherd/threadinit
2012-06-25 Vincent PovirkDon't try to register threads created before initializa...
2012-06-25 Rob WilkensBug 1089 Fix: Fix proc/mod name match by also starting...
2012-06-25 Rodrigo KumperaProperly balance local and global interrupt flags....
2012-06-25 Marek HabersackMerge pull request #349 from JamesB7/229b363ef861ab9456...
2012-06-24 Zoltan VargaAllow TypeBuilder.DefineMethodOverride () to be called...
2012-06-24 Zoltan VargaDisable LLVM for methods with very long basic blocks...
2012-06-24 Marek SafarMerge pull request #347 from JamesB7/master
2012-06-22 Marek SafarDisable another runtime failing test
2012-06-20 Rodrigo KumperaFirst round of win32-cygwin bugfixes.
2012-06-20 Rodrigo KumperaMake some asserts less opaque.
2012-06-20 Rodrigo KumperaFix DISABLED_TESTS_WRENCH
2012-06-19 Mark ProbstFix a racy hang in thread6 test.
2012-06-19 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-19 Miguel de IcazaApply patch from Steven Boswell (ulatekh@yahoo.com...
2012-06-19 Rodrigo KumperaDisable precise marking by default since it broke on...
2012-06-19 Rodrigo KumperaFix another race in sgen's STW.
2012-06-19 Martin BauligMerge pull request #325 from adbre/iss5464
2012-06-19 Rodrigo KumperaReenable a sgen test.
2012-06-19 Rodrigo KumperaIntroduce a test-wrench target so we can disable tests...
2012-06-19 Marek SafarDisable more failing runtime tests
2012-06-19 Marek SafarMerge pull request #333 from roji/master
2012-06-18 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-18 Marek SafarDisable more failing tests
2012-06-17 Zoltan VargaMerge pull request #330 from metanest/freebsdtla_2012Ju...
2012-06-17 KISHIMOTO, MakotoTo use thread local alloc in FreeBSD
2012-06-16 Zoltan VargaChange some GC defines to runtime checks in metadata/.
2012-06-15 Zoltan VargaImplement column number support in sdb.
2012-06-15 Zoltan VargaMerge pull request #326 from metanest/master
2012-06-15 KISHIMOTO, Makotonewlines at end of some files in mono/metadata/
2012-06-14 Zoltan VargaMake keepalive processing in sdb resilient to the sysca...
2012-06-14 Zoltan VargaStringify SET_KEEPALIVE protocol message in sdb logging.
2012-06-14 Zoltan VargaFix the AOT excluded optimization check in 94e15085d5bb...
2012-06-14 Marek SafarMerge pull request #324 from adbre/master
2012-06-13 Adam BrengesjöPadding character(s) must be at end of string.
2012-06-12 Zoltan VargaMerge remote-tracking branch 'raof/aot-cpu-safety'
2012-06-12 Zoltan VargaRevert "Merge pull request #321 from RAOF/aot-cpu-safety"
2012-06-12 Zoltan VargaRevert "Revert "Refuse to load AOT images using unsuppo...
2012-06-11 Christopher James... Refuse to load AOT images using unsupported SIMD instru...
2012-06-11 Christopher James... Fix spelling of confusingly-named mono_arch_cpu_optimiz...
2012-06-11 Christopher James... Refuse to load an AOT image built with unsupported...
2012-06-11 Rodrigo KumperaRelease gc roots of dynamic assemblies before calling...
2012-06-11 Rodrigo KumperaClear nursery fragments before doing xdomain checks...
2012-06-11 Rodrigo KumperaFix verify-before-collect deadlock.
2012-06-11 Zoltan VargaCorrectly link the seq point for ENDFINALLY with its...
2012-06-11 Zoltan VargaRevert "Refuse to load AOT images using unsupported...
2012-06-11 Mark Probst[sgen] Fix uninitialized vars in the toggleref code.
2012-06-11 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-11 Mark Probst[sgen] Add some explanatory comments.
2012-06-11 Zoltan VargaMerge pull request #321 from RAOF/aot-cpu-safety
2012-06-11 Christopher James... Refuse to load AOT images using unsupported SIMD instru...
2012-06-11 Christopher James... Fix spelling of confusingly-named mono_arch_cpu_optimiz...
2012-06-11 Christopher James... Refuse to load an AOT image built with unsupported...
2012-06-11 Mark Probst[sgen] Fix a variable name typo.
2012-06-07 Neale FergusonPlace tls_get in alpha order
2012-06-06 Rodrigo KumperaMove a pair of sgen asserts to debug level 4 so they...
2012-06-05 Alex Rønne PetersenMerge pull request #316 from decriptor/master
2012-06-05 Rodrigo KumperaCorrectly report an exception in EndInvoke when BeginIn...
2012-06-01 Rodrigo KumperaFix win32.
2012-06-01 Miguel de IcazaFix the comment so our doctools can pick it up
next