All resolve contexts are now SRE-free
[mono.git] / mcs / class /
2011-08-03 Atsushi EnoFix NET_2_1 builds (regression from the previous Securi...
2011-08-02 Atsushi EnoMerge pull request #145 from ngraziano/99b87f07af0beed3a887
2011-08-02 Atsushi EnoFix bug #707434, check order only when applicable.
2011-08-02 Alan McGovern[System.IO.Path] Fix potential infinite loop in Path...
2011-08-02 Atsushi EnoMerge pull request #143 from mistoll/master
2011-08-02 Michael StollFixed coding style in SecureMessageDecryptor
2011-08-02 Michael StollFixed coding style in SecureMessageGenerator
2011-08-02 Michael StollFixed coding style for BasicHttpBinding and SecurityBin...
2011-08-02 Michael StollFixed coding style in System.IdentityModel
2011-08-02 Atsushi EnoFill/reflect ReturnValue to and from corresponding...
2011-08-02 Atsushi Enopart of fix bug #41. MessageParameterAttribute is consi...
2011-08-01 Michael StollRemvoed debug console output
2011-08-01 Michael StollSplitted the SecureMessage method for a better readability.
2011-08-01 Michael StollFixed the SecurityBindingElement creation of BasicHttpB...
2011-08-01 Michael StollAdded support for negative serial numbers in X509Issuer...
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-28 Atsushi EnoFix wsdl import wrt element qname (!= type name).
2011-07-26 Jeffrey StedfastDon't invoke libc uname() on non-Unix systems
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-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 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-20 Atsushi EnoFix bug #703910 - implement Order support in XmlSerializer.
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 Sebastien PouliotEnsure the linker can eliminate most CAS-related types...
2011-07-20 Sebastien PouliotEnsure the linker can eliminate the *RequestCreator...
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 Atsushi Enofix build regarding ContentType.
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-12 Rodrigo KumperaAvoid a .cctor on the initialization path.
2011-07-08 Atsushi EnoFull equivalence comparison is unnecessary for MessageE...
2011-07-08 Marek SafarMerge pull request #131 from txdv/master
2011-07-08 Andrius BentkusFix upper case encoding constants.
2011-07-07 Jonathan Pobst'async' is becoming a keyword. Fix variables named...
2011-07-07 Jonathan PobstHandle DBNull's.
2011-07-06 Jeffrey StedfastReverted previous commit, struct sizes vary way too...
2011-07-06 Jeffrey StedfastUse a struct utsname when calling uname() instead of...
2011-07-06 Jeffrey StedfastAdd System/Platform.cs to *System*.dll.sources
2011-07-06 Rodrigo KumperaMerge pull request #128 from paszczi/master
2011-07-06 Jeffrey StedfastMake internal Platform class static
2011-07-06 Jeffrey StedfastLoad the correct type for MacOSX (as opposed to iOS)
2011-07-05 Jeffrey StedfastOops, we need Platform.cs too
2011-07-05 Jeffrey StedfastImplemented a shared way to do MacOSX detection in...
2011-07-05 Jeffrey StedfastDoh, do proper OSX detection
2011-07-05 Jeffrey StedfastUse runtime detection to decide to use CoreFoundation...
2011-07-05 Jeffrey StedfastOn MonoTouch, call CoreFoundation.CFNetwork.GetDefaultP...
2011-07-05 Maciej PasztaFix for bug #701733
2011-07-01 Marek SafarImplement stack persistance for nested async
2011-07-01 Zoltan VargaFix the Thread.Interrupt () test now that it is impleme...
2011-07-01 Zoltan VargaFix some tests broken by some NET 4.0 changes.
2011-06-30 Zoltan VargaFix an enum test.
2011-06-30 Zoltan VargaFix sorting of ulong[] arrays among others when using...
2011-06-30 Zoltan VargaDisable a not working delegate test.
2011-06-30 Marek Habersack[asp.net] Added FormsAuthentication.Timeout 4.0 property
2011-06-30 Zoltan VargaAvoid creating an AssemblyBuilder in DynamicMethod...
2011-06-29 Jb EvainFix handling of null in the non generic implementation...
2011-06-29 Jb EvainAdd test for bug #703027.
2011-06-29 Eberhard Beilharz[PATCH 2/2] Improve code readability
2011-06-29 Eberhard Beilharz[PATCH 1/2] Improved fix for mono bug #692206
2011-06-29 Jackson HarperWe can accidently swallow out of FD errors here since...
2011-06-28 Atsushi EnoImplement support for Stream param with WebHttpBinding...
2011-06-28 Atsushi EnoImplement support for generic data contract type name...
2011-06-27 Marek HabersackMerge pull request #112 from skolima/master
2011-06-25 Leszek 'skolima... [MSBuild] Fixed issues found by Paul Selormey.
2011-06-25 Leszek 'skolima... [MSBuild] LinkedList used for storing children
2011-06-25 Leszek 'skolima... [MSBuild] Preserve comments in build files
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-22 Zoltan VargaChange the importance of MakeDir log messages to 'normal'.
2011-06-22 Jb EvainFix queryable enumerable expression transformation
2011-06-22 Jb EvainDon't emit null queryable constants when rewriting...
2011-06-22 Jb Evainadd test case for #701187
2011-06-22 Sebastien PouliotMerge pull request #119 from konrad-kruczynski/SslStrea...
2011-06-21 Konrad M. KruczynskiRemoved hard coded timeout for SslStreamBase.
2011-06-19 Andreia GaitaMerge pull request #118 from XTZGZoReX/master
2011-06-19 XTZGZoReXSocket: Fixed a security issue when default-initialized...
2011-06-19 Zoltan VargaAdd some missing files.
2011-06-18 Zoltan VargaImplement support for Debugger.Log ()/ IsLogging (...
2011-06-18 Zoltan VargaImplement support for routing System.Diagnostics.Debugg...
next