mono.git
2015-04-13 Marek SafarMerge pull request #1685 from esdrubal/touint64
2015-04-13 Zoltan VargaRevert "[jit] Avoid generating remoting invoke wrappers...
2015-04-13 Zoltan Varga[jit] Implement support for constrained calls in partia...
2015-04-12 Zoltan VargaMerge pull request #1703 from Garciat/ignore-systemdata-gen
2015-04-12 Zoltan Varga[aot] Save/restore the names of the gshared generic...
2015-04-12 Zoltan Varga[jit] Avoid generating remoting invoke wrappers for...
2015-04-12 Zoltan VargaFix a warning.
2015-04-11 Zoltan VargaMerge pull request #1705 from akoeplinger/fix-win-build
2015-04-11 Alexander Köplinger[configure] Fix Windows cygwin build broken by 3bc2eb8c...
2015-04-11 Gabriel Garcia[git] Ignore built sources
2015-04-11 Zoltan Varga[jit] Add support for computing the size of the branch...
2015-04-11 Zoltan Varga[arm64] Increase the amount of memory used to bind...
2015-04-10 Sebastien Pouliot[linker] Fix scope resolution of custom attributes...
2015-04-10 Mark Probst[sgen] Fix a concurrent sweep bug.
2015-04-10 Zoltan Varga[aot] Avoid duplicate plt symbols for plt entries for...
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-10 Marek Safar[corlib] Fixes endianess issue in resourcereader
2015-04-10 Marek Safar[corlib] comparer fixes
2015-04-10 Mark Probst[sgen] Fix `describe_ptr()` and make it print namespace...
2015-04-09 Mark ProbstMerge branch 'feature-concurrent-sweep'
2015-04-09 Rodrigo KumperaMerge pull request #1698 from ludovic-henry/socket...
2015-04-09 Ludovic Henry[threadpool-io] Fix android build
2015-04-09 Marek Safar[corlib] Equality comparer fixes
2015-04-09 Alex Rønne... Remove Moonlight references from `man mcs`.
2015-04-09 Alex Rønne... Remove Olive support from the build system.
2015-04-09 Zoltan Varga[jit] Use the same dwarf<->hw register mapping on x86...
2015-04-09 Zoltan Varga[sdb] Make a log message less verbose.
2015-04-09 Zoltan Varga[sdb] Transition from step over to step into when contr...
2015-04-09 Marek Safar[corlib] Fixes mobile build
2015-04-09 Jo Shields[RPM] Fix MONO_PATH in RPM dependency generators
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[runtime] Remove system from mono_defaults.system as...
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 João Matos[mini] Fixed ifdef warning.
2015-04-09 Marek Safar[corlib] Generic comparers from reference sources
2015-04-09 Alex Rønne... Merge pull request #1695 from gregoryyoung/master
2015-04-09 Greg Youngadd compilation instructions
2015-04-09 Marek Safar[corlib] GetGenericArguments from reference sources
2015-04-09 Zoltan Varga[jit] Rename gen_seq_points_debug_data to gen_sdb_seq_p...
2015-04-09 Zoltan Varga[jit] Correctly disable seq points in wrapper on android.
2015-04-08 Neale FergusonCorrect lengths of move_i4_to_f and move_f_to_i4
2015-04-08 Mark Probst[aot] Exit with an error message if there's no managed...
2015-04-08 Alexander KöplingerFix centos badge and remove ppc badge in readme
2015-04-08 Zoltan VargaFix some warnings.
2015-04-08 Ludovic Henry[Socket] Move Select related methods to their own region
2015-04-08 Rodrigo Kumpera[configure] Fix windows cross compilation to generate...
2015-04-08 Rodrigo Kumpera[jit] Fix the usage of host/target defines for amd64...
2015-04-08 Rodrigo Kumpera[runtime] Fix the file mmap api to correctly use the...
2015-04-08 Zoltan Varga[runtime] Include sys/time.h to get struct timeval...
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 João Matos[mini] Fixed stack unwinding / DWARF register numbers...
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
2015-04-08 Ludovic Henry[Socket] Move SocketOperation out of Socket_2_1.cs
2015-04-08 Alexander KöplingerFix "make dist"
2015-04-08 Marek Safar[corlib] More System types from reference sources
2015-04-08 Marek Safar[corlib] System delegates from reference sources
2015-04-08 Marek Safar[corlib] System interfaces from reference sources
2015-04-08 Marek Safar[corlib] Console keys from reference sources
2015-04-08 Alex Rønne... [metadata] Remove old monosn.c (we have a managed sn...
2015-04-08 Marek Safar[corlib] System attributes from reference sources
next