mono.git
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 Ryan MelenaAdditional JWT Security Token Support
2014-10-20 Mark Probst[sgen] Fix allowance calculation.
2014-10-20 Martin ThwaitesRemoved erroneously added property to HttpRequestBase...
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-18 Martin ThwaitesImplement Request.Abort()
2014-10-18 Martin ThwaitesImplement the ReadEntityBodyMode properties
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[bcl] Add an AppDomain.DoUnhandledException () internal...
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-16 Eberhard Beilharz[MWF] Use full available height for text
2014-10-16 Eberhard Beilharz[MWF] Use full width for measuring text
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[corlib] Implement MonoGenericClass:GetCustomAttributes...
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 João MatosFixed linking on MinGW.
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-13 Marek Safar[mcs] A pointer-type may be used as the type of a volat...
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 Joerg RosenkranzPrevent NullReferenceException in case of missing Host
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 Zoltan Varga[runtime] More win32 build fixes.
2014-10-09 Zoltan Vargaruntime] Really use WinXP SP2 as the minimum version...
2014-10-09 Zoltan Varga[runtime] Use WinXP SP2 as the minimum version on the...
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-09 Alexis ChristoforidesFix oops in DataContractJsonSerializer fix
2014-10-08 Zoltan Varga[bcl] Use List instead of ArrayList () in a few places.
2014-10-08 Zoltan Varga[bcl] Free strings allocated using Marshal.SecureString...
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 Marcos HenrichRefactored AddToAny and TakeFromAny to reuse code.
2014-10-08 Marcos HenrichImproved BlockingCollection.AddAny. Fixes #22775.
2014-10-08 Marcos HenrichTest BlockCollection.AddAny. Covers #22775.
2014-10-08 Marcos HenrichBlockingCollection.Add was adding one more item than...
2014-10-08 Marcos HenrichTest that BlockingCollection.Add blocks when there...
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 Alexis Christoforides[bcl] Implement KnownTypes for DataContractJsonSerializ...
2014-10-07 Alexis Christoforides[tests] Add tests for Bug #23058 and polymorphism/known...
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 Jonathan Pryor[System.Core/Android] Fix standalone unit tests.
2014-10-07 Marcos HenrichHttpQSCollection.ToString now url encodes values. Fixes...
2014-10-07 Marcos HenrichTest HttpQSCollection.ToString url encoding. Covers...
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 Eberhard Beilharz[MWF] Pass graphics when calculating button text and...
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 Marcos HenrichAdded missing files to projects csproj files.
2014-10-07 Marcos HenrichReset stream position before doing CopyToAsync.
2014-10-07 Marcos HenrichCall SetupRequestAsync only after ContentType changes...
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 Zoltan Varga[bcl] Remove some verbose test output.
2014-10-06 Marcos HenrichTimeZoneInfo.CreateLocal now handles environment variab...
2014-10-06 Rodrigo Kumpera[runtime] Silence a warning that has not helped us...
2014-10-06 Marcos HenrichAdded bash script to test DateTime.Now.
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 Marek Safar[system.xml] Make XmlSerializer work even when XmlTextR...
next