Merge pull request #1003 from robertpi/Bug12211
[mono.git] / mcs /
2014-04-24 Marek SafarMerge pull request #1003 from robertpi/Bug12211
2014-04-24 Robert PickeringAllow .NET 4.0 + users to use the ConnectSocket property
2014-04-24 Atsushi EnoFix bug #9541 by Bart Verthé - do not reset document...
2014-04-23 Joao MatosAdded System.IO.Compression implementation.
2014-04-23 Joao MatosAdded our own slightly modified copy of Ionic.Zip library.
2014-04-23 Alexis ChristoforidesRevert "Merge branch 'master' of https://github.com...
2014-04-23 Alexis ChristoforidesMerge branch 'master' of https://github.com/mono/mono
2014-04-23 Marek HabersackUpdate test description to include full bug report url
2014-04-23 Marek HabersackCorrectly apply DST offset if the date being converted...
2014-04-23 Marek HabersackA couple of fixes for TimeZoneInfo.ConvertTime.
2014-04-23 Rolf Bjarne Kvinge[Mono.CSharp] Fix compilation for the monotouch profile...
2014-04-22 Zoltan Varga[sdb] Add support for DebuggerNonUserCodeAttribute.
2014-04-22 Marek Safar[system] Don't terminate response reading on bad cookie...
2014-04-22 Alexis ChristoforidesMerge pull request #994 from drummerhu/patch-1
2014-04-18 Miguel de IcazaRefreshed the CSProj files to use the new output build...
2014-04-18 Alexis ChristoforidesFixed xamarin #18898 # / novell #595899
2014-04-17 Martin Baulig[Http]: Correctly handle request bodies when resending...
2014-04-17 Jeffrey Stedfast[Mono.Debugger.Soft] Throw a NotSupportedException...
2014-04-17 Marek Safar[corlib] Defer TypeInfo instantiation logic in DefinedT...
2014-04-17 Marek Safar[mcs] Fix tie breaking rules when both candidates have...
2014-04-16 Marek Safar[mcs] Fix parsing member access expression with await...
2014-04-16 Marek Safar[mcs] Relax struct definitive assignment rules for...
2014-04-16 Miguel de IcazaRemove empty space from assembly name
2014-04-16 Marek Safar[mcs] Emit exception filters with empty stack
2014-04-16 Marek HabersackFall back to calling Java.Util.TimeZone.Default.ID...
2014-04-16 Marek SafarUpdate tests
2014-04-16 Marek SafarUpdate error message
2014-04-16 Marek Safar[mcs] Initial implemntation of exception filters
2014-04-16 Marek Safar[mcs] Primary constructors
2014-04-16 Marek SafarMerge pull request #996 from DavidS/fixes/string-format-nre
2014-04-16 David Schmitt[System] handle arguments whose ToString returns null...
2014-04-15 Rodrigo Kumpera[VS] Change the tools version back to v110 so it works...
2014-04-15 Marek SafarAdd ICscHostObject4 skeleton
2014-04-15 Miguel de IcazaMerge pull request #987 from StephenMcConnel/bug-18874
2014-04-15 drummerhuxml type parameters have no size specifier
2014-04-14 Rodrigo KumperaMerge pull request #990 from BrandonLWhite/bw/cqleak
2014-04-12 Sebastien Pouliot[xammac] Remove the Makefile hack as the extensions...
2014-04-12 Alex Rønne PetersenMerge pull request #656 from LogosBible/collection_lock
2014-04-12 Alex Rønne PetersenMerge pull request #273 from joncham/bug-getpid
2014-04-12 Alex Rønne PetersenMerge pull request #991 from ranma42/fix-jay-sh-bashism
2014-04-12 Andrea CancianiUse bash when using $RANDOM bashism
2014-04-12 Zoltan VargaMerge pull request #988 from ranma42/fix-lls-test
2014-04-11 Sebastien Pouliot[Mono.Security] Add .sources file for xammac (same...
2014-04-11 Sebastien Pouliot[xammac] Ajust corlib and System.Core builds to allow...
2014-04-11 Sebastien Pouliot[Mono.Security] Send all the certificates (except the...
2014-04-11 Alexis ChristoforidesMerge pull request #845 from meyerrj/master
2014-04-10 Alexis Christoforides[System.Net] Fixed intermittent test failures from...
2014-04-10 Alexis Christoforides[Security] Added check for failed chmod on "keypairs...
2014-04-10 Marek Safar[system.net.http] Improve 50879b35cf1e92370d155d26cc85b...
2014-04-10 Marek Safar[mcs] Typo in error message
2014-04-10 Marek Safar[mcs] Reference assemblies with same identity cannot...
2014-04-09 Stephen McConnelAdjust scrollbar display after layout if autosized...
2014-04-09 Marek Safar[System.Core] Don't auto increment when trimming hashse...
2014-04-09 Marek Safar[system.net.http] Close service-point slot on explicit...
2014-04-09 Alexis ChristoforidesMerge pull request #985 from joelmartinez/master
2014-04-09 Marek Safar[interpreter] Disable fast call invocation using method...
2014-04-08 Alexis Christoforides[XML] Added unit test for multiple XMLElement attribute...
2014-04-08 Alan McGovern[Microsoft.Build.Tasks] 'Copy' task now returns failure...
2014-04-08 Marek SafarMerge pull request #984 from echampet/trim-column
2014-04-08 Etienne CHAMPETIERFix CreateErrorFromString: match.Result("${column}...
2014-04-08 Marek Safar[corlib] Better checks for release of parent task
2014-04-08 BrandonLWhiteFixed memory leak in Task when child tasks are continua...
2014-04-08 Alex Rønne PetersenMerge pull request #983 from xen2/master
2014-04-08 Joel Martinez[docs] Fixed XML syntax issue with CipherSuitsCallback...
2014-04-08 Marek Safar[System.Core] Exclude legacy visitor in new profiles
2014-04-08 Martin Baulig[Http]: Disable redirect with body and no buffering.
2014-04-08 Martin Baulig[Http]: Clear the 'SendChunked' flag when redirecting.
2014-04-08 Martin Baulig[Http]: Remove chunked/etc headers when redirecting...
2014-04-07 Marek Safar[corlib] Add SortVersion. Fixes #18770
2014-04-07 Marek Safar[corlib] Set test failure when test hangs
2014-04-07 Alexis ChristoforidesMerge pull request #955 from ermshiperete/bug-xamarin...
2014-04-05 Zoltan Varga[bcl] Simplify the check added in 0ab4372189b998f2efec2...
2014-04-05 Zoltan Varga[bcl] Add an explicit null check to one of the unsafe...
2014-04-05 Alexis ChristoforidesMerge pull request #941 from upsilon/fix-layoutsettings...
2014-04-04 Michael Hutchinson[xbuild] Fix building with 2.0 toolset, take 2
2014-04-04 Zoltan VargaFix building the monotouch_runtime profile.
2014-04-04 Zoltan VargaRevert "[xbuild] Fix building with 2.0 toolset"
2014-04-03 Michael Hutchinson[xbuild] Fix building with 2.0 toolset
2014-04-03 Jonathan Pryor[System] Add [MonoTODO] on DefaultTraceListener.AssertU...
2014-04-01 Michael Hutchinson[xbuild] Include PCL common targets in tarball
2014-04-01 Marek Safar[corlib] Fixes CancellationTokenSource dispose race
2014-03-31 Marek Safar[corlib] Update test with failure info
2014-03-31 Marek Safar[corlib] Make invariant NumberFormatter thread static...
2014-03-31 Rolf Bjarne KvingeFix monotouch's repl support to build Mono.CSharp ...
2014-03-29 Miguel de IcazaRemove profanity
2014-03-28 Alex Rønne PetersenMerge pull request #972 from madewokherd/win32service
2014-03-27 Vincent PovirkSystem.ServiceProcess: Implement ServiceBase.Run for...
2014-03-25 Zoltan VargaDistribute the ikdasm managed disassembler written...
2014-03-25 Rodrigo KumperaFix the build.
2014-03-25 Rodrigo KumperaMerge pull request #970 from Therzok/fixTypo
2014-03-25 Rolf Bjarne Kvinge[System.Xml.Linq] Fix XNamespace.GetName locking to...
2014-03-25 Marius Ungureanu[Mono.Posix] Remove profanity from tests.
2014-03-25 Marius Ungureanu[BigInteger] Fix some tests typos.
2014-03-25 Zoltan Varga[sdb] Implement a SetIP () method in ThreadMirror which...
2014-03-23 Marek SafarMerge pull request #969 from eburgos/fix-wrong-cs0177...
2014-03-23 Eduardo BurgosAdding fix for case of error CS0177
2014-03-21 Marek SafarMerge pull request #965 from PiotrZierhoffer/patch-1
2014-03-21 Piotr ZierhofferFix typo in exception message
2014-03-20 Marek Safar[System] CookieParser optimization tweaks
2014-03-20 Zoltan Varga[sdb] Add an Evaluate method to MethodMirror which...
next