Merge pull request #1369 from DynamicDevices/ajl/appveyor
[mono.git] / mono /
2014-10-28 João MatosMerge pull request #1369 from DynamicDevices/ajl/appveyor
2014-10-28 Zoltan VargaMerge pull request #1374 from directhex/master
2014-10-28 Zoltan Varga[jit] Fix the decomposition of OP_IREM_IMM on arm64.
2014-10-27 Jo ShieldsAdd missing header file to s390x_sources, otherwise...
2014-10-27 Ludovic Henry[threadpool] Fix race condition on threads variable...
2014-10-26 Miguel de IcazaMerge pull request #1368 from martinjt/SuppressFormsAut...
2014-10-26 Zoltan VargaMerge pull request #1366 from DynamicDevices/ajl/win32build
2014-10-26 Alex J LennonFix Windows build by including wstcpip.h before winsock...
2014-10-24 Miguel de IcazaMerge pull request #1348 from ermshiperete/ImproveButto...
2014-10-24 Miguel de IcazaMerge pull request #1357 from emergent-design/master
2014-10-24 Jo ShieldsMerge pull request #1361 from akoeplinger/fix-forms
2014-10-24 Zoltan Varga[runtime] Remove build system support for the interpreter.
2014-10-23 Zoltan Varga[jit] Use NULLIFY_INS () to nullify instructions and...
2014-10-23 Zoltan Varga[runtime] Fix a regression introduced by 8d9f05ea9a943f...
2014-10-23 Zoltan Varga[jit] Print out methods which failed to JIT when using...
2014-10-22 Zoltan Varga[runtime] Add checks for overlapping reference and...
2014-10-22 Zoltan VargaMerge pull request #1358 from madewokherd/win32build
2014-10-22 Zoltan Varga[llvm] Rewrite the way direct calls are made between...
2014-10-22 Ludovic Henry[threadpool] Fix deadlock/starvation of the thread...
2014-10-22 Vincent PovirkFix win32 build.
2014-10-21 Ludovic Henry[sgen] Add GC max collection time counter
2014-10-21 Ludovic Henry[sgen] Add memory governor allocated size counter
2014-10-21 Ludovic Henry[sgen] Fix assertion error on 32bits
2014-10-21 Jo ShieldsMerge pull request #1356 from martinjt/ReadEntityV2
2014-10-21 Zoltan Varga[jit] Add some micro-optimizations to speed up the...
2014-10-21 Zoltan VargaFix a warning.
2014-10-20 Ludovic Henry[sgen] Adjust internal allocator block size to slot...
2014-10-20 Ludovic Henry[sgen] Add assertion on power of 2 for internal allocat...
2014-10-20 Ludovic Henry[sgen] Add internal allocator default sizes usage statistic
2014-10-20 Ludovic Henry[sgen] Utility function to compute number of unfaulted...
2014-10-20 Ludovic Henry[sgen] Cleanup some allocation code
2014-10-20 Zoltan VargaFix the build after the signals changes.
2014-10-20 Zoltan Varga[jit] Remove some unused definitions.
2014-10-20 Zoltan VargaFix a typo.
2014-10-20 Zoltan Varga[runtime] Clean up the signal handling code by moving...
2014-10-20 Mark Probst[sgen] Fix allowance calculation.
2014-10-20 Miguel de IcazaMerge pull request #1354 from martinjt/RequestAbort
2014-10-20 Miguel de IcazaMerge pull request #1353 from martinjt/ReadEntityBodyMode
2014-10-17 Rodrigo Kumpera[runtime] Don't define ucontext_t for android if PLATFO...
2014-10-17 Zoltan VargaFix a warning.
2014-10-16 Zoltan VargaFix a warning.
2014-10-16 Zoltan VargaFix a warning.
2014-10-16 Zoltan Varga[io-layer] Make _wapi_shm_enabled () inline so more...
2014-10-16 Zoltan Varga[io-layer] Remove more dead process code, add comments.
2014-10-16 Paolo Molaro[jit] Fix -O=precomp option to skip generic methods...
2014-10-15 Zoltan Varga[io-layer] Allocate the process name dynamically to...
2014-10-15 Zoltan Varga[io-layer] Remove WapiHandle_process.self field, its...
2014-10-15 Zoltan VargaInclude ucontext.h on android if it exists.
2014-10-15 Zoltan Varga[runtime] Add a 'shared_handles' --enable-minimal optio...
2014-10-15 Zoltan VargaFix a warning.
2014-10-15 Zoltan Varga[io-layer] Remove another usage of getdtablesize ().
2014-10-15 Zoltan Varga[runtime] Use getrlimit () to obtain the size of the...
2014-10-15 Zoltan Varga[io-layer] More coding convention/formatting fixes.
2014-10-15 Zoltan Varga[io-layer] Fix the linux build.
2014-10-15 Zoltan Varga[io-layer] Make process handles non-shared. Fixes ...
2014-10-15 Zoltan Varga[jit] Fix the return of vtypes containing a single...
2014-10-14 Rodrigo Kumpera[build] Rework the buildver dep check.
2014-10-14 Zoltan VargaRevert "Fixed buildver generated headers automake depen...
2014-10-14 Zoltan VargaMerge pull request #1341 from smortex/patch-2
2014-10-14 Romain TartièreProtect #include <unistd.h>
2014-10-14 Zoltan VargaMerge pull request #1340 from smortex/patch-1
2014-10-14 Romain TartièreFix build on FreeBSD
2014-10-14 Romain TartièreAdd missing header
2014-10-14 Zoltan VargaMerge pull request #1339 from tritao/master
2014-10-14 João MatosFixed buildver generated headers automake dependency...
2014-10-13 Zoltan Varga[runtime] Fix an SRE assert. Fixes #19039.
2014-10-13 Zoltan VargaMerge pull request #1335 from nlhepler/master
2014-10-13 Lance HeplerFix relocatable mono
2014-10-12 Zoltan Varga[runtime] Remove some dead code from the io-layer proce...
2014-10-10 Marek HabersackMerge pull request #1333 from joero74/ignore-missing...
2014-10-10 Zoltan Varga[runtime] Rewrite io-layer process code to reduce dupli...
2014-10-09 Zoltan Varga[runtime] Use explicit initialization in the io-layer...
2014-10-09 Mark ProbstMerge pull request #1326 from BrzVlad/master
2014-10-09 Zoltan Varga[runtime] Remove pre WinXP SP2 windows support code.
2014-10-09 Zoltan Varga[runtime] Use the functionality in mono-proclib.c to...
2014-10-09 Zoltan Varga[runtime] Use the functionality in mono-proclib.c to...
2014-10-08 Marek SafarMerge pull request #1330 from esdrubal/blockingcollection
2014-10-08 Ludovic Henry[threaddpool] Fix deadlock in thread pool with monitor...
2014-10-08 Zoltan Varga[jit] Extract the ctor calling code from the NEWOBJ...
2014-10-08 Zoltan Varga[jit] Clean up the jit failure handling code a bit...
2014-10-07 Ludovic Henry[threaddpool] Fix deadlock in thread pool with monitor...
2014-10-07 Zoltan Varga[jit] Reduce code duplication in the inlining code.
2014-10-07 Marek SafarMerge pull request #1329 from esdrubal/httputility
2014-10-07 Alexis ChristoforidesMerge pull request #1327 from ermshiperete/Xamarin...
2014-10-07 Zoltan Varga[runtime] Move the MonoJit/MonoJitInfoTable code to...
2014-10-07 Zoltan Varga[runtime] Factor out some duplicate code from the MonoJ...
2014-10-07 Zoltan VargaMerge pull request #1328 from vkargov/master
2014-10-07 Vladimir Kargov[runtime] Take correct domain information from StackFra...
2014-10-07 Rodrigo KumperaMerge pull request #1179 from ludovic-henry/pr25-threadpool
2014-10-07 Alexis Christoforides[runtime] Fix another lost canary change
2014-10-06 Zoltan VargaKill timed-out tests when using the managed test runner.
2014-10-06 Vlad Brezae[sgen] Fix pointer access.
2014-10-06 Rodrigo Kumpera[runtime] Silence a warning that has not helped us...
2014-10-06 Alexis Christoforides[runtime] Fix canary oops
2014-10-06 Alexis Christoforides[runtime] Implement 'nursery-canaries' option for SGen.
2014-10-06 Alexis Christoforides[runtime] Convert String.InternalSetLength to an icall...
2014-10-06 Alexis Christoforides[runtime] Implement nursery canaries.
2014-10-05 Zoltan Varga[arm] Increase size of tls_get opcode to 24.
2014-10-03 Alexis Christoforides[runtime] Fix allocation size calculation for strings...
2014-10-03 Zoltan Varga[jit] Implement 5dbf97e66057f8626c53fcea30f1988d6627e5a...
next