Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-19Merge pull request #218 from ermshiperete/mono-2-10-8mono-2-10-8Miguel de Icaza
2012-01-19Set ErrorInfo in Marshal.GetHRForExceptionEberhard Beilharz
2012-01-17Properly convert COM error codes to C# exceptionsEberhard Beilharz
2011-12-20Disable gdb backtracing until #2548 has been fixed.2.10.8Rolf Bjarne Kvinge
2011-12-15Fix typo from commit b4c110c.Duncan Mak
2011-12-14Bump version number to 2.10.8Duncan Mak
2011-12-14[System.Web.Services] Make sure we don't keep results forever when doing asyn...Rolf Bjarne Kvinge
2011-12-13Fix MAC address for Mac/iOSGonzalo Paniagua Javier
2011-12-13Fixes NRE when checking most specific type of default parameters. Fixes #2465Marek Safar
2011-12-09[GetTimeZoneData icall] Fixed logic for zones where there is only a start dateJeffrey Stedfast
2011-12-08Fix another case where bridge would not be triggered.Rodrigo Kumpera
2011-12-08Do the multiplication/division with floating point numbers in time calculatio...Paolo Molaro
2011-12-08Fix severe breakage of sgen bridge code. 2nd and 3rd step where not been call...Rodrigo Kumpera
2011-12-07Avoid an assert in bridge code when doing a major collection due to minor ove...Rodrigo Kumpera
2011-12-07Remove some dead codeRodrigo Kumpera
2011-12-07Fix overflow in the win32 monotonic time (xambug #183).Paolo Molaro
2011-12-06Use mono-tls for the current domain.Rodrigo Kumpera
2011-12-06Move current thread to use mono-tls.Rodrigo Kumpera
2011-12-06Backport utils/mono-tls.h.Rodrigo Kumpera
2011-12-06Add TimeZoneInfo.MonoTouch.cs so that it's included in dist2.10.7Duncan Mak
2011-12-05Fix infinite recursion introduced by the previous patch.Zoltan Varga
2011-12-05AOT the cctor of generic classes which are referenced by SFLDA patches and su...Zoltan Varga
2011-12-03Bump to 2.10.7Duncan Mak
2011-12-02Test for assignability of arrays to generic interfaces. Fixes #2304.Jb Evain
2011-12-01Fixed complex value type scan (xmarin bug#228).Paolo Molaro
2011-11-30Fix Array::Contains for null items via ICollection<T>. Fixes #2260Marek Safar
2011-11-30Ensure that [Parameterized]ThreadStart code is always wrapped in a NSAutorele...Sebastien Pouliot
2011-11-30[monodoc] Removed debug spewJeffrey Stedfast
2011-11-28Fix the build, add declaration for SeqPointMiguel de Icaza
2011-11-26Add a heuristic to insert_breakpoint () to avoid 'Unable to insert breakpoint...Zoltan Varga
2011-11-24Save the stack space used by arguments into MonoJitInfo to avoid calling mono...Zoltan Varga
2011-11-24Extend JsonSerializerReader to support nullables and parse a wider range of D...Miguel de Icaza
2011-11-24Always free _WapiFileShare entries using _wapi_free_share_info (), otherwise ...Zoltan Varga
2011-11-24Correctly calculate the number of cards to be marked.Rodrigo Kumpera
2011-11-23Fix a crash introduced by 64d35e3940f7b0e1839c1906855c29862e6ab8c1. Fixes #2150.Zoltan Varga
2011-11-22Scan all ephemeron arrays during nursery collections.Rodrigo Kumpera
2011-11-22Implement serializationNeale Ferguson
2011-11-22[MonoDroid] Only alias stdout/stderr on Android devices.Jonathan Pryor
2011-11-21[MonoDroid] Fix the libmono build.Jonathan Pryor
2011-11-21[corlib] On Android, alias stdout/stderr to logcat.Jonathan Pryor
2011-11-20Don't allow compiling with stock LLVM versions, only the Mono LLVM repo at ht...Zoltan Varga
2011-11-20Free debug info for dynamic methods by storing it in malloc-ed memory instead...Zoltan Varga
2011-11-17[System.Data] Fix sorting in DataView when changing sort value/default sort s...Rolf Bjarne Kvinge
2011-11-16Fix previous commitJérémie Laval
2011-11-16[MonoDroid] Query hardware CPU count for Environment.ProcessorCountJérémie Laval
2011-11-16Add JIT counters to the local set of counters we support.Rodrigo Kumpera
2011-11-11[io-layer] Use lstat as a fallback for stat in SetFileAttributesAlan McGovern
2011-11-11Fixes bug 1916 - incorrect appending of string to buffer when remaining buffe...Neale Ferguson
2011-11-11Add missing Task_T_Test fileJérémie Laval
2011-11-10Add locking around the ServiceModel.Logger, fixes a race reported on the mono...Miguel de Icaza