Merge pull request #620 from knocte/monoservice_playground
[mono.git] / mcs /
2013-04-26 Miguel de IcazaMerge pull request #620 from knocte/monoservice_playground
2013-04-26 Miguel de IcazaMerge pull request #618 from knocte/aspnet_lru
2013-04-26 Andres G. Aragoneses[System.Web] Use STDERR instead of STDOUT in LRUcache
2013-04-26 Andres G. Aragoneses[System.Web] Move MONO_ASPNET_WEBCONFIG_CACHESIZE parsi...
2013-04-25 Sebastien Pouliot[linker] Move the special marking of serializable types...
2013-04-25 Sebastien PouliotUse field for GetObjectData and this (instead of base...
2013-04-25 Marek SafarBetter error message
2013-04-25 Andres G. Aragoneses[System.ServiceProcess.ServiceController] Remove NET_2_...
2013-04-25 Andres G. Aragoneses[mono-service] Report to syslog if ExitCode ended up...
2013-04-25 Andres G. Aragoneses[System.ServiceProcess.ServiceBase]: Implement Stop...
2013-04-24 Andres G. Aragoneses[WebConfigurationManager] Reset LRUcache eviction count...
2013-04-24 Andres G. Aragoneses[WebConfigurationManager] Make the max LRUcache size...
2013-04-24 Martin Baulig[monodoc]: Use shell script for jay to support parallel...
2013-04-24 Andres G. Aragoneses[System.Web] Coding style nits in LruCache
2013-04-24 Alex Rønne PetersenMerge pull request #610 from metanest/tests_gc_descript...
2013-04-24 Marek SafarDon't check public token on missing references. Fixes...
2013-04-24 Marek SafarTask.Yield needs to continue on synchronization context...
2013-04-24 Marek SafarRemove double verification checks
2013-04-24 Marek SafarDon't catch aggregate exception handle predicate except...
2013-04-24 Marek SafarFix quoted values parsing for custom tostring formats...
2013-04-23 Rodrigo KumperaFix the build.
2013-04-23 Atsushi Enoquick nullref fix for part of bugfix #11916.
2013-04-23 Andres G. Aragoneses[WebConfigurationManager] Fix memleak by using a LruCac...
2013-04-23 Zoltan VargaDisable an sdb test which is not deterministic.
2013-04-23 Marek SafarUpdate failing test
2013-04-22 Rolf Bjarne KvingeRework MulticastDelegate.Equals to use a loop instead...
2013-04-22 Atsushi Enonow we (can) build Rx assemblies for mobile by *.sln...
2013-04-22 Marek SafarAlways restore extension methods candidates after each run
2013-04-22 Marek SafarMerge pull request #617 from knocte/httpwebrequest_play...
2013-04-20 Andres G. Aragoneses[HttpWebRequest] Add timeout tests that cover BNC#31755...
2013-04-19 Alex Rønne PetersenMerge pull request #555 from jack-pappas/sigaltstack...
2013-04-18 Zoltan VargaMake the mkbundle output more dense to speed up assembly.
2013-04-18 Zoltan VargaParallelize the compression in mkbundle.
2013-04-18 Zoltan VargaDisable an sdb test which is not deterministic.
2013-04-18 NealeMerge branch 'master' of https://github.com/mono/mono
2013-04-18 NealeReverse patches that should have gone to my fork rather...
2013-04-17 NealeCorrect marshalling of size variables used in CharSetTo...
2013-04-17 NealePart of fix of 11294 - matching names to .NET and turni...
2013-04-17 NealeMerge branch 'master' of https://github.com/mono/mono
2013-04-17 NealeWhen .NET serializes it will use the TypeForwardedFrom...
2013-04-11 Zoltan VargaFix a test.
2013-04-11 Zoltan VargaDisable some System.Data tests which are expected to...
2013-04-11 Zoltan VargaDisable some System tests which are expected to fail...
2013-04-11 Marek SafarFix cascading errors for invalid out arguments
2013-04-11 Marek SafarCheck interface implementation using all base types...
2013-04-10 Marek SafarDon't emit symbol file entry for partial method declara...
2013-04-10 Marek SafarRemove System.Net.Http from MT mobile build
2013-04-10 Marek SafarFix duplicate metadata override entry.
2013-04-10 Marek SafarAdd missing prepare phase to eval
2013-04-10 Zoltan VargaRevert "Parallelize the compression in mkbundle."
2013-04-09 Rodrigo KumperaRevert "Remove System.Net.Http from MT mobile build"
2013-04-09 Marek SafarRemove System.Net.Http from MT mobile build
2013-04-09 Marek SafarTry to recover expressions aftern named argument
2013-04-08 Marek SafarMerge pull request #601 from knocte/sock_improvements
2013-04-08 Andres G. Aragoneses[Socket] Improve exception message when timing out...
2013-04-08 Andres G. Aragoneses[Socket] Refactor Socket to make Receive(_) call Receiv...
2013-04-08 Andres G. Aragoneses[Socket] Specify 'timeout' in the exception msg of...
2013-04-07 Marek SafarImplement partial generic methods
2013-04-05 Zoltan VargaFix support for custom attribute classes in CustomAttri...
2013-04-05 Martin Baulig[xbuild]: Support <PropertyGroup/ItemGroup> inside...
2013-04-05 Marek SafarRedirect more duplicate security types to Mono.Security
2013-04-04 Atsushi Enorx: Add -d:HAS_AWAIT options to 4.5 and 2.1 builds.
2013-04-03 Jeffrey Stedfast[Mono.Debugger.Soft] Make CommandException public
2013-04-03 Marek SafarFix arguments location
2013-04-03 Marek SafarAdd new test
2013-04-03 Marek SafarFix reported warning location
2013-04-03 Marek SafarError reporting improvements
2013-04-03 Marek SafarReport missing type definition dependency only once...
2013-04-02 Alex Rønne PetersenFix an `#if` in System.Delegate.IsTransparentProxy...
2013-04-02 Miguel de IcazaMerge pull request #606 from sesef/master
2013-04-01 Jeffrey Stedfast[Mono.Debugger.Soft] fixed the build
2013-04-01 Jeffrey Stedfast[Mono.Debugger.Soft] Throw AbsentInformationException...
2013-03-30 Marek SafarSet async block flag also for partial methods
2013-03-29 Marek SafarMake table name comparison dataset locale specific...
2013-03-28 Sebastien PouliotHave the linker skip mixed-mode assemblies since it...
2013-03-27 Jonathan Pryor[mkbundle] Remove Mono.Posix, ICSharpCode.SharpZipLib...
2013-03-27 Jonathan PryorMerge pull request #609 from steffen-kiess/stat-st_atim
2013-03-27 Steffen KießAdd nanosecond resolution times to struct Stat
2013-03-26 Jonathan PryorMerge pull request #221 from steffen-kiess/master
2013-03-26 Steffen KießAdd various methods and flags to Syscall
2013-03-26 Miguel de Icaza[corlib] Marshal: fine-tune the pointer Read/Write...
2013-03-26 Zoltan VargaReturn null when null was passed to Marshal.PtrToStruct...
2013-03-26 Marek SafarUpdate number separators for mexican and similar locale...
2013-03-26 Marek SafarSet invariant DateTimeFormatInfo for all invariant...
2013-03-26 Marek SafarPopulate AbbreviatedMonthNames values. Fixes #11361
2013-03-26 Marek SafarFix quoting of some date time patters. Fixes #11363
2013-03-26 Marek SafarAdd zh-CHT parent lcid handling. Fixes #11375
2013-03-25 Marek SafarAdd configure await
2013-03-25 Marek SafarMerge pull request #607 from maksimenko/master
2013-03-25 Rodrigo KumperaFast path Array::Resize with small arrays.
2013-03-25 Marek SafarDon't capture any variables when block yield only breaks
2013-03-25 Marek SafarDon't create interator parameters copies for unmodified...
2013-03-25 Marek SafarApply 9dc360146f373e64b2b8801a4284938759bc5229 to all...
2013-03-25 Marek SafarDon't copy hoisted iterator parameters when not needed
2013-03-24 Miguel de IcazaAdd a test for the WebUtility.HtmlEncode bits
2013-03-24 Marek SafarAdd optimized where iterator for arrays
2013-03-24 Marek SafarOptimize entity conversion
2013-03-24 Marek SafarTry to recover incomplete ternary expression. Fixes...
2013-03-24 Marek SafarBetter error message for not matching overload when...
2013-03-24 Zoltan VargaFix the build.
next