mono.git
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-28 Miguel de IcazaMerge pull request #136 from spencerhakim/master
2011-07-28 Miguel de IcazaMerge pull request #139 from HorstKakuschke/master
2011-07-27 Jérémie LavalSame test for TaskCompletionSource
2011-07-27 Jérémie LavalEnsure that Task is in a correct initial state before...
2011-07-27 Jérémie LavalTest that futures throw Exception through Result proper...
2011-07-27 Jérémie LavalAdd test for various AggregateException ctor exception...
2011-07-27 Jérémie LavalMove innerExceptions internal null check at the right...
2011-07-27 Jérémie LavalAdd testcase to ensure unobserved exception on Task...
2011-07-27 Jérémie LavalMakes AggregateException ToString output closer to...
2011-07-27 Jérémie LavalFix AggregateException behavior
2011-07-27 Jérémie LavalAllow using a worker number that is greater than Enviro...
2011-07-27 Marek SafarAdd missing check for async scope in array access
2011-07-27 Marek SafarNew test
2011-07-27 Marek Safar[708408] Don't start recursive check when reporting...
2011-07-28 Atsushi EnoFix wsdl import wrt element qname (!= type name).
2011-07-27 Mark Probst[sgen] Don't allow nursery sizes smaller than SGEN_MAX_...
2011-07-27 Mark Probst[sgen] Construct the array_fill_vtable manually.
2011-07-27 Mark Probst[sgen] Accept numbers without suffixes in env var param...
2011-07-26 Jeffrey StedfastDon't invoke libc uname() on non-Unix systems
2011-07-26 Marek SafarAvoid creating a temporary variable when target await...
2011-07-26 Marek SafarUse simple null check for implicitly convertible refere...
2011-07-26 Mark Probst[sgen] Use the proper object size when scanning arrays...
2011-07-26 Mark Probst[sgen] Make the card table on AMD64 correct for 64...
2011-07-26 Mark Probst[sgen] Print a warning when using binary protocol and...
2011-07-26 Mark Probst[sgen] Binary protocol for every write barrier, not...
2011-07-26 Mark Probst[sgen] Make the binary protocol compile and work again.
2011-07-26 Mark Probst[sgen] Fix mono_gc_wbarrier_value_copy() for remsets.
2011-07-26 Mark Probst[sgen] Make mono_sgen_safe_object_get_size() handle...
2011-07-25 Zoltan VargaFix windows build.
2011-07-25 Miguel de IcazaFix invocation to syslog
2011-07-25 Atsushi EnoFix bug #16: use Owner node instead of Parent. Patch...
2011-07-25 Sebastien PouliotFixed decoding of PKCS/CMS message with detached Conten...
2011-07-24 Zoltan VargaFix a crash in the soft-float decompose code when a...
2011-07-24 Zoltan VargaAdd a test for 7cb704d9a9ec73eb225c27b51e7f47de033e0ac0.
2011-07-23 Mark ProbstRemove references to mono_pthread_key_for_tls(). Fixes...
2011-07-23 Sebastien Pouliotadd put support in certmgr (git pull request 124 by...
2011-07-23 Sebastien PouliotExpose new ReadLines extension methods in the mobile...
2011-07-22 HorstKakuschkeFix for Bug 42: Exception 'TypeConverter cannot convert...
2011-07-22 Atsushi EnoMerge pull request #137 from eisnerd/bug-xpath-reverse...
2011-07-22 Mark ProbstTLS is always fast now, so remove NO_TLS_SET_VALUE...
2011-07-22 Mark ProbstRemove io-layer Windows API TLS emulation code.
2011-07-22 Atsushi EnoAvoid possible duplicate xmlns output. Fixes xsp-based...
2011-07-21 David EisnerRemoval of XPath debugging code relating to bug #497017...
2011-07-21 David EisnerXPath test cases and debugging code relating to bug...
2011-07-21 David EisnerCorrected XPath iterator for ancestor-or-self axes...
2011-07-21 David EisnerFixed the XPath built-in position function for bug...
2011-07-21 Zoltan VargaRemove obsolete and broken msvc05 files.
2011-07-21 Marek SafarInclude context member name in async wrapper to easier...
2011-07-21 Marek SafarMore emit updates to handle await sub-expressions
2011-07-20 Atsushi EnoFix bug #703910 - implement Order support in XmlSerializer.
2011-07-20 Marek SafarType details are no longer need when emitting ldloc
2011-07-20 Marek SafarRemove failed approach to await stack handling
2011-07-20 Marek SafarHandle await in liften binary expression with compound...
2011-07-20 Marek SafarReport full method name for IL code mismatch
2011-07-20 Sebastien PouliotAllow IsolatedStorage to work on MOBILE profiles even...
2011-07-20 Sebastien Pouliotanother case where the linker needs help to eliminate CAS
2011-07-20 Spencer HakimFixed SKEL_DIRECTORY pre-processor definition in Releas...
2011-07-20 Sebastien PouliotEnsure the linker can eliminate most CAS-related types...
2011-07-20 Sebastien PouliotEnsure the linker can eliminate the *RequestCreator...
2011-07-20 Marek SafarHonour command line checked option during emit phase
2011-07-20 Geoff NortonType matching is fun
2011-07-20 Geoff Nortoninfo->signal does not exist on MACH either
2011-07-20 Geoff Nortoninfo->stop_count does not exist on MACH
2011-07-19 Miguel de IcazaFix build
2011-07-19 Mark ProbstNew function: mono_valloc_aligned().
2011-07-19 Mark Probst[sgen] rehash_roots() must take an int, not a boolean.
2011-07-19 Mark Probst[sgen] Use g_usleep() instead of usleep().
2011-07-19 Mark Probst[sgen] Include config.h in all of SGen's compilation...
2011-07-19 Jonathan PryorAdd System.Data.Services.Client to monotouch and monodr...
2011-07-19 Sebastien Pouliotremove unrequired using clauses
2011-07-19 Sebastien Pouliotavoid potential InvalidCastException when we already...
2011-07-19 Marek SafarFix resolving referenced extension methods used in...
2011-07-19 Marek SafarEmit valid code for nullable mutators used as an expression
2011-07-19 Marek SafarAwait support for more expressions
2011-07-19 Atsushi Enofix build regarding ContentType.
2011-07-18 Rodrigo KumperaFix the altstack check so it works under osx.
2011-07-18 Rodrigo KumperaDo some portability adjustments so altstack works on...
2011-07-18 Rodrigo KumperaOn OSX do SIGBUS on altstack as well since it's used...
2011-07-18 Rodrigo KumperaHandle altstack exceptions in a more portable way on...
2011-07-18 Rodrigo KumperaFix stack overflow code to work under darwin-x86.
2011-07-18 Rodrigo KumperaFix mono_thread_get_stack_bounds thread bounds.
2011-07-18 Mark Probst[sgen] Use ptrdiff_t instead of ssize_t.
2011-07-18 Mark Probst[sgen] Move all signal stuff into sgen-os-posix.c.
2011-07-18 Mark Probst[gc] Don't do unaligned loads in mono_gc_memmove ().
2011-07-18 Atsushi Enosupport action parameter in SOAP 1.2 content type....
2011-07-16 Atsushi EnoFix bug 704813: just ignore members of type IEnumerable...
2011-07-15 Rodrigo KumperaIf a thread abort is fatal, print the exception before...
2011-07-15 Rodrigo KumperaImprove stacktraces when facing a runtime invoke wrapper.
2011-07-15 Marek SafarAwait support for more expressions
2011-07-14 Marek SafarAdd await support for more expressions
2011-07-14 Marek SafarUse array index instead of an iterator when checking...
2011-07-13 Mark Probst[sgen] Option for an allowance limit.
2011-07-13 Marek SafarImplement await for new expressions
2011-07-13 Marek SafarImplement async inside a method with MVARs and contraints
2011-07-13 Marek SafarAwait for array access expression
2011-07-13 Marek SafarReturn from async method has to also skip following...
2011-07-12 Rodrigo KumperaAvoid a .cctor on the initialization path.
2011-07-12 Rodrigo KumperaAdd shared_perfcounters option to enable minimal.
2011-07-12 Mark Probst[gc] Fix a bug in atomic memmove.
next