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
path: root/mcs
AgeCommit message (Expand)Author
2013-04-26Merge pull request #618 from knocte/aspnet_lruMiguel de Icaza
2013-04-26[System.Web] Use STDERR instead of STDOUT in LRUcacheAndres G. Aragoneses
2013-04-26[System.Web] Move MONO_ASPNET_WEBCONFIG_CACHESIZE parsing out of LRUcacheAndres G. Aragoneses
2013-04-25[linker] Move the special marking of serializable types in a virtual methodSebastien Pouliot
2013-04-25Use field for GetObjectData and this (instead of base) for .ctor in SecurityE...Sebastien Pouliot
2013-04-25Better error messageMarek Safar
2013-04-25[WebConfigurationManager] Reset LRUcache eviction count in Clear()Andres G. Aragoneses
2013-04-25[WebConfigurationManager] Make the max LRUcache size configurableAndres G. Aragoneses
2013-04-25[monodoc]: Use shell script for jay to support parallel builds.Martin Baulig
2013-04-24[System.Web] Coding style nits in LruCacheAndres G. Aragoneses
2013-04-24Don't check public token on missing references. Fixes #11796Marek Safar
2013-04-24Task.Yield needs to continue on synchronization context if there is any. Fixe...Marek Safar
2013-04-24Remove double verification checksMarek Safar
2013-04-24Don't catch aggregate exception handle predicate exceptions. Fixes #11867Marek Safar
2013-04-24Fix quoted values parsing for custom tostring formats. Fixes #11739Marek Safar
2013-04-24Fix the build.Rodrigo Kumpera
2013-04-24quick nullref fix for part of bugfix #11916.Atsushi Eno
2013-04-23[WebConfigurationManager] Fix memleak by using a LruCache (BXC#5598)Andres G. Aragoneses
2013-04-23Disable an sdb test which is not deterministic.Zoltan Varga
2013-04-23Update failing testMarek Safar
2013-04-23Rework MulticastDelegate.Equals to use a loop instead of recursion.Rolf Bjarne Kvinge
2013-04-22now we (can) build Rx assemblies for mobile by *.sln in our mono/rx.git, so r...Atsushi Eno
2013-04-22Always restore extension methods candidates after each runMarek Safar
2013-04-22Merge pull request #617 from knocte/httpwebrequest_playgroundMarek Safar
2013-04-20[HttpWebRequest] Add timeout tests that cover BNC#317553 (ximian #74177)Andres G. Aragoneses
2013-04-19Make the mkbundle output more dense to speed up assembly.Zoltan Varga
2013-04-19Parallelize the compression in mkbundle.Zoltan Varga
2013-04-18Disable an sdb test which is not deterministic.Zoltan Varga
2013-04-18Reverse patches that should have gone to my fork rather than to headNeale
2013-04-17Correct marshalling of size variables used in CharSetToUnicode (and vice-vers...Neale
2013-04-17Part of fix of 11294 - matching names to .NET and turning off serialization a...Neale
2013-04-17Merge branch 'master' of https://github.com/mono/monoNeale
2013-04-17When .NET serializes it will use the TypeForwardedFrom information whenmono-3.0.10-windowsNeale
2013-04-11Fix a test.Zoltan Varga
2013-04-11Disable some System.Data tests which are expected to fail in the mobile profile.Zoltan Varga
2013-04-11Disable some System tests which are expected to fail in the mobile profile.Zoltan Varga
2013-04-11Fix cascading errors for invalid out argumentsMarek Safar
2013-04-11Check interface implementation using all base types members. Fixes #11694Marek Safar
2013-04-10Don't emit symbol file entry for partial method declarations. Fixes #11704Marek Safar
2013-04-10Remove System.Net.Http from MT mobile buildMarek Safar
2013-04-10Fix duplicate metadata override entry.Marek Safar
2013-04-10Add missing prepare phase to evalMarek Safar
2013-04-10Revert "Parallelize the compression in mkbundle."Zoltan Varga
2013-04-10Revert "Remove System.Net.Http from MT mobile build"Rodrigo Kumpera
2013-04-09Remove System.Net.Http from MT mobile buildMarek Safar
2013-04-09Try to recover expressions aftern named argumentMarek Safar
2013-04-08Merge pull request #601 from knocte/sock_improvementsMarek Safar
2013-04-08[Socket] Improve exception message when timing out in Socket.csAndres G. Aragoneses
2013-04-08[Socket] Refactor Socket to make Receive(_) call Receive(_,_)Andres G. Aragoneses
2013-04-08[Socket] Specify 'timeout' in the exception msg of Receive(buf)Andres G. Aragoneses