StreamContent.TryComputeLength(): Check content.CanSeek
[mono.git] / mcs / class /
2012-07-27 Martin BauligStreamContent.TryComputeLength(): Check content.CanSeek
2012-07-27 Marek SafarAdd EntityFramework (not same as System.Data.Entity)
2012-07-27 Marek SafarAdd some missing methods
2012-07-27 Marek SafarClean up old defines
2012-07-26 Steven Boswell IIProperly update the combo box selected text when the...
2012-07-26 Jeremie Laval[corlib] Slightly better ToArray/CopyTo methods for...
2012-07-26 Marek SafarAdd some missing methods
2012-07-26 Jeremie Laval[corlib] Fix ConcurrentStack TryPopRange to update...
2012-07-26 Marek SafarFix attribute arguments
2012-07-25 Jeremie Laval[System] Check for Abort state when poping so that...
2012-07-25 Marek HabersackMerge branch 'master' of github.com:mono/mono
2012-07-25 Marek HabersackUpdate to fix for Novell bug #739119
2012-07-25 Jeremie Laval[corlib] Fix ObjectPool to not incorrectly assume it...
2012-07-25 Jeremie Laval[corlib] Add missing barrier to ObjectPool and comment...
2012-07-25 Martin BauligMerge pull request #392 from baulig/master
2012-07-25 Martin BauligHttpContent.LoadIntoBufferAsync(): increase buffer...
2012-07-24 Marek HabersackFix for Novell bug #739119
2012-07-24 Steven Boswell IIImplement the drawing of mixed-mode check boxes
2012-07-24 Steven Boswell IIProperly fill in the whole TableLayoutPanel with dummy...
2012-07-24 Jeremie Laval[System] Optimize ConcurrentBag, implement TryPeek...
2012-07-24 Jo ShieldsMerge remote-tracking branch 'github/master'
2012-07-23 Jeremie Laval[corlib] Dont use blocking wait call in CancellationTok...
2012-07-23 Jérémie Laval[corlib] Remove now unneeded line
2012-07-23 Jérémie Laval[corlib] Also unregister linked tokens when the proxy...
2012-07-23 Jérémie Laval[corlib] Linked token callback to the proxy Cancellatio...
2012-07-23 Jérémie Laval[corlib] Dispose linked tokens connections when disposi...
2012-07-23 Marek SafarFix typo in OldValue/NewValue
2012-07-23 Atsushi EnoMerge pull request #398 from xcrash/feature/wcf.mex...
2012-07-21 Miguel de IcazaMerge pull request #303 from ermshiperete/5278
2012-07-21 Miguel de IcazaMerge pull request #309 from i59/patch-1
2012-07-21 Miguel de IcazaMerge pull request #335 from robwilkens/DataGridBugs1
2012-07-21 Miguel de IcazaRevert previous patch, see discussion on https://github...
2012-07-21 Miguel de IcazaMerge pull request #337 from robwilkens/IdleThreadsFixes
2012-07-21 Miguel de IcazaMerge pull request #350 from robwilkens/bug1089
2012-07-21 Marek SafarMerge pull request #403 from AerisG222/1596644f26b5b4b1...
2012-07-21 Martin BauligClose connection in HttpClient.GetStringAsync and GetBy...
2012-07-20 Rodrigo KumperaAdd Mono.Runtime::GetNativeStackTrace method to make...
2012-07-20 Rodrigo KumperaAdd field to Exception to hold the unmanaged backtrace.
2012-07-20 Alan McGovernUpdate the tests to do actual verification
2012-07-20 Alan McGovernUse the result of XUtil.ToNode when emitting events
2012-07-20 Alan McGovernEmit change events for modifying XElement.Name
2012-07-20 Alan McGovernAdd some tests to verify behaviour of Annotations
2012-07-20 Alan McGovernImplement XObjectChange.Value for XAttribute
2012-07-20 Alan McGovernBegin fixing the XObject.Changing and XObject.Changed...
2012-07-20 Andreia Gaita[MSBuild] Fix wildcard parsing such as Include="dir\**"
2012-07-20 Neale FergusonReturn false instead of throwing a not implemented...
2012-07-20 Marek SafarSet Length in MaxLengthAttribute ctor
2012-07-20 Zoltan VargaMerge pull request #400 from sblom/master
2012-07-20 aerisg222added new property from 4.0
2012-07-19 Marek SafarImplement MaxLengthAttribute
2012-07-19 Marek SafarAdd some new async methods
2012-07-19 Marek SafarImplement System.ComponentModel.DataAnnotations.Schema...
2012-07-19 Alan McGovern[System.Xml.Linq] Fix some bugs in the tests
2012-07-19 Miguel de IcazaRemove more old compile defines
2012-07-18 Martin BauligA HttpClientHandler's properties may not be modified...
2012-07-18 Martin BauligAdd wait timeouts.
2012-07-18 Andrey GrishinFix binding for MexHttps
2012-07-18 Zoltan VargaMerge pull request #397 from xen2/llvm_sqrt_abs
2012-07-18 Zoltan VargaMerge pull request #396 from directhex/master
2012-07-17 Zoltan VargaMerge pull request #394 from directhex/master
2012-07-16 Martin BauligDisable two tests which fail on Windows with the .NET...
2012-07-16 Martin BauligStrip all whitespace from the returned headers.
2012-07-16 Martin BauligEnsure success status code in HttpClient.Get*Async().
2012-07-16 Miguel de IcazaMerge pull request #323 from crazyjncsu/master
2012-07-16 Miguel de IcazaMerge pull request #388 from strawd/master
2012-07-16 Marek SafarMerge pull request #390 from baulig/master
2012-07-16 Gonzalo Paniagua... GetResponse() returns 0 when it need more data, not -1
2012-07-16 Jérémie LavalMerge pull request #364 from directhex/master
2012-07-13 David StrawMerge remote-tracking branch 'upstream/master'
2012-07-13 Marek SafarMake nullable values debugging more pleasant.
2012-07-11 Gonzalo Paniagua... Backport from mobile
2012-07-11 David StrawTreat TimeSpan.MaxValue as a special case for http...
2012-07-11 David StrawConstrain http request/response timeouts to int.MaxValu...
2012-07-11 Rodrigo KumperaKill more compiler context code.
2012-07-11 Rodrigo KumperaMonoGenericClass::initialize runtime icall only needs...
2012-07-11 Martin BauligSupport relative URIs.
2012-07-10 David StrawMerge branch 'master' of https://github.com/strawd...
2012-07-10 David StrawUse static instances for scheme in parsed URIs
2012-07-10 Rodrigo KumperaFirst pass killing compiler context support code.
2012-07-10 Rodrigo KumperaRemove compiler context tests.
2012-07-10 Rodrigo KumperaRemove some dead code.
2012-07-10 Rodrigo KumperaUse a simpler design for IsUserType based on virtual...
2012-07-10 Marek SafarRevert c38f710ce56646a9ba9b5f77e5ce7c1151d6cc0c
2012-07-09 Bojan RajkovicMerge pull request #366 from robwilkens/bug5747-2
2012-07-09 Marek SafarMerge pull request #384 from miraclespain/master
2012-07-09 Jakob AndersenOnly compare values if postdata for the checkbox is...
2012-07-09 Marek SafarMerge pull request #383 from JamesB7/system-security6
2012-07-09 James BellingerThis version of CommonObjectSecurityTest should not...
2012-07-09 Marek SafarMerge pull request #382 from JamesB7/system-security7
2012-07-08 James BellingerImplemented PipeSecurity. GetAccessControl, SetAccessCo...
2012-07-08 James BellingerImplement SemaphoreSecurity.
2012-07-08 Marek SafarMerge pull request #381 from JamesB7/system-security6
2012-07-08 James BellingerFix ObjectSecurityTest on .NET 2.0. The test no longer...
2012-07-08 Marek SafarMerge pull request #378 from miraclespain/master
2012-07-08 Marek SafarMerge pull request #380 from JamesB7/enum-fix
2012-07-08 Marek SafarMerge pull request #379 from JamesB7/system-security6
2012-07-08 James BellingerFixed Type.GetEnumNames sort order (it's specified...
2012-07-07 James BellingerRegistrySecurity now working!
2012-07-07 James BellingerMutexes and event wait handles now work, with tests...
2012-07-07 James BellingerACLs now work on Windows. Tests all the way up to Direc...
next