mono.git
2014-07-23 Marcos HenrichFixed UriHelper.Format to unescape surrogate char only...
2014-07-23 Marcos HenrichAdded FormatFlag.UserEscaped to Uri.LocalPath.
2014-07-23 rhapsodynfix a typo in comment
2014-07-23 Marek Safar[corlib] Allow reading serialized delegate format from...
2014-07-23 Marek SafarUpdate test binary data
2014-07-23 Marek SafarAdd extra test for 027ff81512497d7d33e0b710509de1384f590308
2014-07-22 Marek Safar[corlib] Fix multicast delegates serialization to handl...
2014-07-22 Marek Safar[mcs] Pickup params modifier from base member for overl...
2014-07-22 Marcos HenrichImproved Uri.Merge.
2014-07-22 Marcos HenrichUriHelper.Reduce visibility is now internal.
2014-07-22 Marcos HenrichFixed missing "/" after reduce of paths ending with...
2014-07-22 Marek Safar[mcs] Use closed delegate over static generated methods...
2014-07-22 Marek Safar[mcs] Effective base class can include inherited types...
2014-07-22 Marek Safar[mcs] Handle duplicate resume point registration. Fixes...
2014-07-22 Marcos HenrichRefactored Uri.ParseNoExceptions to use UriParseComponents.
2014-07-22 Rolf Bjarne... Disable a few tests that don't compile without SRE.
2014-07-22 Marcos HenrichSet isUnc to true for file scheme on windows.
2014-07-22 Marek SafarFixes broken test
2014-07-21 Marcos HenrichImproved UriParseComponents.
2014-07-21 Marcos HenrichSetting UriElements.isAbsoluteUri, isUnc, isUnixFilePat...
2014-07-21 Marcos HenrichAdded UriElements.isAbsoluteUri, isUnixFilePath, isUnc...
2014-07-21 Marcos HenrichAdded parameter UriParser to UriParseComponent.
2014-07-21 Rodrigo Kumpera[corlib] Add regression test for #21388.
2014-07-21 Rodrigo Kumpera[runtime] When parsing a method header, ensure we pass...
2014-07-21 Rodrigo Kumpera[corlib] Fix regression in Delegate::Equal found by...
2014-07-21 Marcos HenrichImproved IPv6 parsing.
2014-07-21 Zoltan Varga[jit] Fix the DISABLE_JIT build.
2014-07-21 Marcos HenrichUriParseComponents is now parsing Uri port as an int.
2014-07-21 Marek Safar[corlib] Tweak Dictionary initial capacity to be more...
2014-07-21 Marek SafarMerge pull request #1173 from Serguzest/upstream
2014-07-21 Serguzestwrong behaviour in ClaimsIdentity's constructor
2014-07-21 Zoltan Varga[arm] Fix native types support in the dyn call code...
2014-07-21 Alexis Christoforides[appdomain] Allocate core AppDomain objects with mono_o...
2014-07-21 Marek Safar[mcs] Initializers with parameters scope and primary...
2014-07-21 Marek Safar[bcl] Remove old projects
2014-07-21 Jeffrey Stedfast[System.Web] Oops, there really is a .moov file extension
2014-07-21 Rodrigo Kumpera[corlib] Add regression test for #21196.
2014-07-21 Rodrigo Kumpera[corlib] Handle closed-over-null delegates created...
2014-07-21 Jeffrey Stedfast[System.Web] Fixed some mime types
2014-07-20 Zoltan Varga[runtime] Avoid loading marshal info for types without...
2014-07-19 Zoltan Varga[runtime] Add method_is_dynamic () inline function...
2014-07-19 Zoltan Varga[runtime] Add image_is_dynamic ()/assembly_is_dynamic...
2014-07-19 Marek SafarRevert "[mcs] Initializers with parameters scope and...
2014-07-19 Marek Safar[mcs] Initializers with parameters scope and primary...
2014-07-19 Marek Safar[mcs] Less cascading errors
2014-07-19 Zoltan VargaRevert "[runtime] Force inlining of membar functions."
2014-07-17 Zoltan Varga[bcl] Increase a timeout to fix a corlib+llvm test...
2014-07-17 Zoltan Varga[runtime] Add a mono_reflection_assembly_get_assembly...
2014-07-17 Marcos HenrichUriParser now appends '/' to Uri path when delimiter...
2014-07-17 Marcos HenrichChanged property IriParsing visibility to internal.
2014-07-17 Joao MatosFixed MSVC build by explicitly providing "ssize_t".
2014-07-17 Marcos HenrichReplaced ToLower usage with ToLowerInvariant.
2014-07-17 Marcos HenrichChanged character comparison to a disjunction of equali...
2014-07-17 Zoltan VargaBump required windows version to xp sp2.
2014-07-17 Zoltan VargaFix the windows build.
2014-07-17 Zoltan VargaFix the windows build.
2014-07-17 Zoltan Varga[jit] Fix some build problems when cross compiling.
2014-07-17 Marcos HenrichMoved s_IriParsing initialization and removed volatile...
2014-07-17 Rodrigo Kumpera[jit] Move runtime_invoke_hash to use the concurrent...
2014-07-17 Rodrigo Kumpera[runtime] Move field_cache to use the concurrent hashta...
2014-07-17 Rodrigo Kumpera[runtime] Add tests for concurrent hashtable.
2014-07-17 Rodrigo Kumpera[runtime] Add a lock-free read hashtable.
2014-07-17 Rodrigo Kumpera[runtime] Force inlining of membar functions.
2014-07-17 Marcos HenrichAdded TryParseComponent to UriParseComponent.
2014-07-16 Alexis ChristoforidesRevert "Reimplemented much of the kqueue-based file...
2014-07-16 Alexis ChristoforidesRevert "Revert some whitespace changes."
2014-07-16 Alexis ChristoforidesRevert "Add a test for Creation event on FileSystemWatc...
2014-07-16 Stephen McConnelFix error in tooltip display for ListView.ShowGroups
2014-07-16 Cody RussellAdd a test for Creation event on FileSystemWatcher.
2014-07-16 Cody RussellRevert some whitespace changes.
2014-07-16 Cody RussellReimplemented much of the kqueue-based file watcher...
2014-07-16 Marcos HenrichParseQuery is now skipped if scheme does not support...
2014-07-16 Marcos HenrichImproved ParseHost of files and IpV6.
2014-07-16 Marcos HenrichMoved scheme delimiter parsing into own method.
2014-07-16 Marcos HenrichAdded Unix and Windows file paths parsing.
2014-07-16 Marcos HenrichAdded UriKind and String error to UriParseComponent...
2014-07-16 Zoltan VargaMerge pull request #1164 from nlhepler/patch-1
2014-07-16 Marek Safar[mcs] Make primary constructor body parsing more error...
2014-07-16 Marek Safar[mcs] Remove backing field from primary constructors
2014-07-16 Lance Heplermint and monodiet are no longer built
2014-07-16 Lance HeplerGuess base for mono-sgen and -boehm equivalently
2014-07-15 Zoltan Varga[jit] Clean up the libgc configuration code in configur...
2014-07-15 Marcos HenrichReplaced Uri.LocalPath Unescape uses by UriHelper.Forma...
2014-07-15 Marcos HenrichAdded FormatFlag.NoSlashReplace.
2014-07-15 Marcos HenrichHost unicode characters are no longer escaped.
2014-07-15 Marcos HenrichIpV6 Host characters are no escaped or unescaped.
2014-07-15 Marcos HenrichScope id is now removed from IpV6 Host.
2014-07-15 Marcos HenrichUri.Host is now escaped with UriHelper.FormatAbsolute.
2014-07-15 Zoltan VargaMerge pull request #1162 from DavidKarlas/endInvokeWith...
2014-07-15 Marek Safar[mcs] More work on primary constructors
2014-07-15 David Karlaš[Mono.Debugger.Soft] Added methods EndInvokeMethodWithR...
2014-07-14 Zoltan VargaEnable sgen on mingw64.
2014-07-14 Zoltan VargaRevert "Enable sgen on mingw64."
2014-07-14 Zoltan Varga[jit] Remove some unneccesary ifdefs from the amd64...
2014-07-14 Zoltan Varga[jit] Remove more dead code.
2014-07-14 Aaron Bockover[mcs] eval.cs: remove CWL that snuck in with my last...
2014-07-14 Zoltan Varga[jit] Remove some dead code.
2014-07-14 Aaron Bockover[mcs] eval.cs: add ValueModificationHandler delegate...
2014-07-14 Zoltan Varga[jit] Fix support for tls entries with offset >= 64...
2014-07-14 Zoltan VargaFix the build.
next