Merge pull request #1691 from esdrubal/exitevent
[mono.git] / mcs /
2015-04-20 Marcos HenrichMerge pull request #1691 from esdrubal/exitevent
2015-04-20 Marcos HenrichMerge pull request #1222 from LogosBible/uri-trycreate
2015-04-20 Marek Safar[corlib] Fix mobile tests
2015-04-19 Miguel de Icaza[Socket] Fix the socket ctor base call, and document...
2015-04-17 Marek Safar[corlib] Security attributes from reference sources
2015-04-17 Marek Safar[corlib] Update public api
2015-04-17 Marek Safar[corlib] Versioning from reference sources
2015-04-17 Marek Safar[corlib] SafeHandles from reference sources
2015-04-17 João MatosMerge pull request #1717 from jaredpar/vb-build-props
2015-04-17 João MatosMerge pull request #1716 from esdrubal/jsdeserialize
2015-04-17 Marek Safar[system] Fixes mobile build
2015-04-17 Marek Safar[corlib] Fixes build
2015-04-17 Marek Safar[corlib] Mobile build fixes
2015-04-17 Marek Safar[facades] Add missing attributes
2015-04-17 Marek Safar[corlib] More exceptions from reference sources
2015-04-16 jaredparExpand Visual Basic build support
2015-04-16 Marcos Henrich[System.Web.Extension] Fixes js deserialization.
2015-04-16 Marcos Henrich[System.Web.Extension] Added tests.
2015-04-16 Marek Safar[corlib] Update reference sources com sources
2015-04-16 Marek Safar[corlib] Remove useless TypeLib assembly attribute...
2015-04-16 Marek Safar[mcs] Better error reporting for incorrect implicitly...
2015-04-16 Marek Safar[corlib] Claims from reference sources
2015-04-15 Marek Safar[system.xml] Update failing test
2015-04-15 Marek Safar[corlib] Remove duplicate file entry
2015-04-15 Marek Safar[mcs] Update failing test
2015-04-15 Marek Safar[corlib] Runtime attributes from reference sources
2015-04-15 Marek Safar[corlib] Return custom attributes in order they were...
2015-04-15 Marek Safar[corlib] Update failing test
2015-04-15 Marek SafarMerge pull request #1693 from Garciat/fix-assembly...
2015-04-15 Marek Safar[corlib] Add test for in memory assemblies (#28876)
2015-04-15 Miguel de IcazaMerge pull request #1713 from joelmartinez/docs-monodoc...
2015-04-15 Atsushi Enoremove unused CodeDom sources.
2015-04-15 Atsushi EnoMerge pull request #1709 from atsushieno/import-codedom...
2015-04-14 Joel Martinez[monodoc] Updated how generators load resource streams.
2015-04-14 Atsushi Eno[CodeDom] disable wrong test (see [Ignore] comment).
2015-04-14 Atsushi EnoImport CodeDom types and Compiler.CodeGenerator class...
2015-04-14 Marek Safar[mcs] Consider nested types when looking for potential...
2015-04-13 Zoltan VargaMerge pull request #1708 from alexanderkyte/always_use_imt
2015-04-13 Marek Safar[corlib] First specific culture returned by enumerator...
2015-04-13 Marek Safar[corlib] Throw correctly captured ExceptionDispatchInfo...
2015-04-13 João MatosMerge pull request #1704 from Therzok/master
2015-04-13 Marek Safar[mcs] Decorate imported constants with static modifier...
2015-04-13 Marek Safar[corlib] Fixes mobile tests
2015-04-13 Ludovic Henry[Socket] Fix SocketTest.TtlChangeOverflow test failing...
2015-04-13 Marek SafarMerge pull request #1685 from esdrubal/touint64
2015-04-12 Zoltan VargaMerge pull request #1703 from Garciat/ignore-systemdata-gen
2015-04-11 Gabriel Garcia[git] Ignore built sources
2015-04-10 Sebastien Pouliot[linker] Fix scope resolution of custom attributes...
2015-04-10 Marek Safar[corlib] ComTypes from reference sources
2015-04-10 Marek Safar[corlib] Remove unused files
2015-04-10 Marek Safar[corlib] ConstrainedExecution from reference sources
2015-04-10 Marek Safar[corlib] Globalization enums from reference sources
2015-04-10 Marcos Henrich[System] Added missing files to mobile_System.dll.sources.
2015-04-10 João MatosMerge pull request #1701 from bojanrajkovic/fix-order...
2015-04-10 Bojan RajkovicFix order of parameters when creating ArgumentException
2015-04-10 Marek Safar[corlib] TextInfo from reference sources
2015-04-10 Marcos Henrich[System] Removed SafeSocketHandle unused code.
2015-04-09 Mark ProbstMerge branch 'feature-concurrent-sweep'
2015-04-09 Rodrigo KumperaMerge pull request #1698 from ludovic-henry/socket...
2015-04-09 Marek Safar[corlib] Fixes mobile build
2015-04-09 Ludovic Henry[Socket] Use type specific read and write queue for...
2015-04-09 Ludovic Henry[Socket] Cleanup of SocketAsyncWorker, SocketAsyncResul...
2015-04-09 Marek Safar[corlib] Buffer from reference sources
2015-04-09 Marek Safar[corlib] new test
2015-04-09 Ludovic Henry[Socket] Refactor SocketAsyncResult enqueuing
2015-04-09 Ludovic Henry[Socket] Move remaining icalls and struct from Socket_2...
2015-04-09 Ludovic Henry[Socket] Inline InvalidAsyncOp into ValidateEndIAsyncResult
2015-04-09 Ludovic Henry[Socket] Move Dispose related methods to their region
2015-04-09 Ludovic Henry[Socket] Move Shutdown related methods to their region
2015-04-09 Ludovic Henry[Socket] Move Close related methods to their region
2015-04-09 Ludovic Henry[Socket] Move IOControl related methods to their region
2015-04-09 Ludovic Henry[Socket] Move Poll related methods to their region
2015-04-09 Ludovic Henry[Socket] Move SetSocketOption related methods to their...
2015-04-09 Ludovic Henry[Socket] Move GetSocketOption related methods to their...
2015-04-09 Ludovic Henry[Socket] Move SendPackets related methods to their...
2015-04-09 Ludovic Henry[Socket] Move Listen related methods to their region
2015-04-09 Ludovic Henry[Socket] Move DuplicateAndClose related methods to...
2015-04-09 Ludovic Henry[Socket] Remove unused CheckRange method
2015-04-09 Ludovic Henry[Socket] Move Bind related methods to their region
2015-04-09 Ludovic Henry[Socket] Move SendFile related methods to their region
2015-04-09 Ludovic Henry[Socket] Move SendTo related methods to their region
2015-04-09 Ludovic Henry[Socket] Move Send related methods to their region
2015-04-09 Ludovic Henry[Socket] Move ReceiveMessageFrom related methods to...
2015-04-09 Ludovic Henry[Socket] Move ReceiveFrom related methods to their...
2015-04-09 Ludovic Henry[Socket] Move Receive related methods to their region
2015-04-09 Ludovic Henry[Socket] Move Disconnect related methods to their region
2015-04-09 Ludovic Henry[Socket] Move Connect related methods to their region
2015-04-09 Ludovic Henry[Socket] Move Accept related methods to their own region
2015-04-09 Ludovic Henry[Socket] Move properties to their own region
2015-04-09 Marek Safar[corlib] Generic comparers from reference sources
2015-04-09 Alex Rønne PetersenMerge pull request #1695 from gregoryyoung/master
2015-04-09 Marek Safar[corlib] GetGenericArguments from reference sources
2015-04-08 Ludovic Henry[Socket] Move Select related methods to their own region
2015-04-08 Ludovic Henry[Socket] Move CheckProtocolSupport to static constructor
2015-04-08 Ludovic Henry[Socket] Move Socket constructors to Socket.cs
2015-04-08 Ludovic Henry[Socket] Move Socket fields out of Socket_2_1.cs to...
2015-04-08 Marek Safar[corlib] TimeZoneInfo.AdjustmentRule from reference...
2015-04-08 Ludovic Henry[Socket] Move SocketAsyncCall out of Socket_2_1.cs...
2015-04-08 Ludovic Henry[Socket] Move Worker out of Socket_2_1.cs to SocketAsyn...
2015-04-08 Ludovic Henry[Socket] Move SocketAsyncResult out of Socket_2_1.cs
next