mono.git
2012-03-08 Gonzalo Paniagua... Fix multiple async accepts
2012-03-08 Gonzalo Paniagua... Initialize struct
2012-03-08 Gonzalo Paniagua... Just in case...
2012-03-08 Gonzalo Paniagua... Remove warning
2012-03-08 Gonzalo Paniagua... ReadTimeout and WriteTimeout
2012-03-08 Jeremie Laval[mdoc] Properly recognize external img resources
2012-03-08 Atsushi Enobugfix #3231 - when XmlWriterSettings specifies Indent...
2012-03-08 Atsushi EnoFix XLinq decimal value formatting to become invariant...
2012-03-08 Atsushi EnoRevert previous XPath fix. Fix is rather needed in...
2012-03-08 Marek SafarAdd better errors for async
2012-03-08 Atsushi EnoReuse of XPathNavigator instance is error-prone. Fixed...
2012-03-08 Zoltan VargaAdd AOT support for calling icalls directly without...
2012-03-07 Alex CorradoFix make dist after the reorganization of the msvc...
2012-03-07 Alex CorradoDisable running commits-to-changelog.py as part of...
2012-03-07 Zoltan VargaMerge pull request #239 from joncham/msvc-updates
2012-03-07 Jonathan ChambersMerge remote-tracking branch 'local/msvc-updates' into...
2012-03-07 Jonathan ChambersRework vcxproj files to match Makefile based build...
2012-03-07 Jonathan ChambersAdd platform TARGET_* macros to winconfig.h instead...
2012-03-07 Jonathan ChambersCheck for _WIN32 in addition to __WIN32__.
2012-03-07 Jonathan ChambersCheck for TARGET_* defines in addition to compiler...
2012-03-07 Jonathan ChambersWrap #include <unistd.h> inside an #ifdef HAVE_UNISTD_H.
2012-03-07 Gonzalo Paniagua... Fix rethrow of the interrupted exception
2012-03-06 Rolf Bjarne... Mono.Data.Sqlite: Add support for TIMESTAMP / UnixEpoch...
2012-03-06 Rolf Bjarne... Mono.Data.Sqlite: Fix type name comparison to compare...
2012-03-06 Zoltan VargaRevert "Move the thread attach code for native-to-manag...
2012-03-06 Marek SafarRemove no longer needed explicit -langversion:future...
2012-03-06 Marek SafarImplement C# 5 caller attributes
2012-03-06 Marek SafarClean up parameter modifiers
2012-03-06 Marek SafarAdd 4.5 Caller attributes
2012-03-06 Jonathan Pryor[Mono.Posix] Add UnixFileSystemInfo.TryGetFileSystemEntry()
2012-03-06 Jeremie LavalCorrect CancellationTokenSource locking. Fix #3756.
2012-03-06 Sebastien PouliotChange MarkStep.MarkMethods visibility to protected
2012-03-05 Zoltan VargaQuiet the sgen tests.
2012-03-05 Marek SafarMerge pull request #238 from knocte/master
2012-03-05 Miguel de IcazaRevert the change to syslog message formatting, as...
2012-03-05 Andres G. Aragonesescorlib: Simplify logic for String.Empty.Split(char...
2012-03-05 Andres G. Aragonesescorlib: return a non-empty array if RemoveEmptyEntries...
2012-03-05 Marek SafarMerge pull request #237 from knocte/master
2012-03-05 Andres G. Aragonesescorlib: String.Split() now returns empty array too...
2012-03-05 Marek SafarUpdate to the latest IKVM.Reflection
2012-03-05 Marek SafarFix symbol file entry for using dispose call
2012-03-05 Marek SafarMove remaining compiler settings out of temporary repor...
2012-03-05 Marek SafarBetter error message for misused namespace simple name...
2012-03-05 Marek SafarUpdate mcs translations
2012-03-05 Marek SafarRemove old dmcs project
2012-03-05 Marek SafarMerge pull request #235 from plobsing/cs0656-bug
2012-03-04 Zoltan VargaMove the thread attach code for native-to-managed wrapp...
2012-03-04 Marek SafarMerge pull request #236 from plobsing/mmf-view-bug
2012-03-04 Peter LobsingerLimit ReadArray to only reading up to the requested...
2012-03-04 Peter LobsingerAdd test for System.IO.MemoryMappedFiles.MemoryMappedVi...
2012-03-04 Peter LobsingerProvide a TypeParameter object when constructing the...
2012-03-04 Peter LobsingerAdd test for missing compiler-required method System...
2012-03-03 Gonzalo Paniagua... 2 fixes for NTLM authentication
2012-03-03 Zoltan VargaFix an aot assertion if the monitor fast path wrapper...
2012-03-03 Zoltan VargaRevert "Get rid of the <foo>-static libraries, libtool...
2012-03-02 Alex CorradoFix make dist
2012-03-02 Rodrigo KumperaFix a mach race condition between a thread triggering...
2012-03-02 Marek SafarUse simple Convert when storing registry values
2012-03-02 Marek SafarImplement some async System.Net.Http methods
2012-03-02 Marek SafarAllow await after member access cast.
2012-03-02 Marek SafarAdd new compiler platform options
2012-03-02 Marek SafarAdd some new System.Reflection flags
2012-03-02 Marek SafarTweak comparison inside string.Split
2012-03-02 Miguel de IcazaRemove footer, since not all docs rendered are by Mono
2012-03-02 Miguel de IcazaRevert "Remove footer, since not all docs rendered...
2012-03-02 Miguel de IcazaRemove footer, since not all docs rendered are by Mono
2012-03-02 Marek SafarMerge pull request #233 from knocte/master
2012-03-02 Andres G. Aragonesescorlib: List's enumerator should not mutate after being...
2012-03-01 Atsushi EnoRevert previous non-standard "ends-with" function.
2012-03-01 Marek SafarBetter exception message
2012-03-01 Marek SafarDon't resolve partial method default parameters twice
2012-03-01 Marek SafarExtension methods can also be found in non-static parti...
2012-03-01 Jeremie LavalFix #3639
2012-03-01 Marek SafarAdd one more missing .csproj
2012-03-01 Marek SafarAdd System.Net.Http to build
2012-03-01 Marek SafarFix --fatal exception throwing
2012-03-01 Gonzalo Paniagua... Merge pull request #232 from justincc/159271bfbe2202e1a...
2012-03-01 Miguel de IcazaAdd ends-with function to our XPath processor
2012-03-01 Justin Clark... If WebConnection.GetResponse() returns -1 in ReadDone...
2012-03-01 Zoltan VargaFix llvm on x86. Fixes #3689.
2012-03-01 Zoltan VargaFix a warnings.
2012-02-29 Zoltan VargaWrap exceptions thrown by property getters into TargetI...
2012-02-29 Marek SafarImplement content support for System.Net.Http
2012-02-29 Marek SafarAdd list of .net 4.5 assemblies
2012-02-29 Marek SafarReport less cascading errors
2012-02-29 Marek SafarChange few Assertions to Asserts
2012-02-29 Zoltan VargaFix some configure tests so they work with clang.
2012-02-29 Zoltan VargaFix warnings reported by clang.
2012-02-29 Zoltan VargaDisable -Wswitch-enum, its part of -Wall for clang.
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-29 Gonzalo Paniagua... Add MinimumLength when formatting
2012-02-29 Jeffrey Stedfast[Mono.Debugger.Soft] Made Connection disposable.
2012-02-29 Jonathan Pryor[System.Data.Services.Client] Compile in string resources.
2012-02-28 Alex CorradoFix prepending $(CURDIR) to paths failing under cygwin
2012-02-28 Duncan MakFix the .gitattribute file for 'System.Runtime.Remote...
2012-02-28 Zoltan VargaIncrease generic trampoline sizes on amd64 to avoid...
2012-02-27 Jonathan Pryor[MonoPosixHelper] Allow MmapFlags.MAP_ANON use on OS X.
2012-02-27 Rodrigo KumperaLet the metadata verifier access the new agressive...
2012-02-27 Marek SafarConvert some old nunit tests
2012-02-27 Zoltan VargaAdd stack alignment checking to the amd64 trampolines...
next