Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/class
AgeCommit message (Expand)Author
2011-07-20Ensure the linker can eliminate the *RequestCreator code without extra instru...Sebastien Pouliot
2011-07-19Add System.Data.Services.Client to monotouch and monodroid profiles.Jonathan Pryor
2011-07-19remove unrequired using clausesSebastien Pouliot
2011-07-19avoid potential InvalidCastException when we already deal with bad/non-presen...Sebastien Pouliot
2011-07-19Fix resolving referenced extension methods used in nested namespaceMarek Safar
2011-07-19fix build regarding ContentType.Atsushi Eno
2011-07-18support action parameter in SOAP 1.2 content type. Close pull request #133.Atsushi Eno
2011-07-16Fix bug 704813: just ignore members of type IEnumerable`1 without Add().Atsushi Eno
2011-07-13Avoid a .cctor on the initialization path.Rodrigo Kumpera
2011-07-09Full equivalence comparison is unnecessary for MessageEncoder ContentType.Atsushi Eno
2011-07-08Merge pull request #131 from txdv/masterMarek Safar
2011-07-08Fix upper case encoding constants.Andrius Bentkus
2011-07-08'async' is becoming a keyword. Fix variables named async.Jonathan Pobst
2011-07-08Handle DBNull's.Jonathan Pobst
2011-07-07Reverted previous commit, struct sizes vary way too much between platformsJeffrey Stedfast
2011-07-07Use a struct utsname when calling uname() instead of an 8K bufferJeffrey Stedfast
2011-07-06Add System/Platform.cs to *System*.dll.sourcesJeffrey Stedfast
2011-07-06Merge pull request #128 from paszczi/masterRodrigo Kumpera
2011-07-06Make internal Platform class staticJeffrey Stedfast
2011-07-06Load the correct type for MacOSX (as opposed to iOS)Jeffrey Stedfast
2011-07-06Oops, we need Platform.cs tooJeffrey Stedfast
2011-07-06Implemented a shared way to do MacOSX detection in System.dllJeffrey Stedfast
2011-07-06Doh, do proper OSX detectionJeffrey Stedfast
2011-07-06Use runtime detection to decide to use CoreFoundation.CFNetwork.GetDefaultPro...Jeffrey Stedfast
2011-07-05On MonoTouch, call CoreFoundation.CFNetwork.GetDefaultProxy() to get the defa...Jeffrey Stedfast
2011-07-05Fix for bug #701733Maciej Paszta
2011-07-01Implement stack persistance for nested asyncMarek Safar
2011-07-01Fix the Thread.Interrupt () test now that it is implemented.Zoltan Varga
2011-07-01Fix some tests broken by some NET 4.0 changes.Zoltan Varga
2011-07-01Fix an enum test.Zoltan Varga
2011-07-01Fix sorting of ulong[] arrays among others when using the non-generic Sort() ...Zoltan Varga
2011-07-01Disable a not working delegate test.Zoltan Varga
2011-07-01[asp.net] Added FormsAuthentication.Timeout 4.0 propertyMarek Habersack
2011-06-30Avoid creating an AssemblyBuilder in DynamicMethod if not needed.Zoltan Varga
2011-06-30Fix handling of null in the non generic implementation of EqualityComparer. F...Jb Evain
2011-06-30Add test for bug #703027.Jb Evain
2011-06-29[PATCH 2/2] Improve code readabilityEberhard Beilharz
2011-06-29[PATCH 1/2] Improved fix for mono bug #692206Eberhard Beilharz
2011-06-29We can accidently swallow out of FD errors here since this function is called...Jackson Harper
2011-06-28Implement support for Stream param with WebHttpBinding raw content format.Atsushi Eno
2011-06-28Implement support for generic data contract type name with "{x}".Atsushi Eno
2011-06-25[MSBuild] Fixed issues found by Paul Selormey.Leszek 'skolima' Ciesielski
2011-06-25[MSBuild] LinkedList used for storing childrenLeszek 'skolima' Ciesielski
2011-06-25[MSBuild] Preserve comments in build filesLeszek 'skolima' Ciesielski
2011-06-23Change the importance of MakeDir log messages to 'normal'.Zoltan Varga
2011-06-23Fix queryable enumerable expression transformationJb Evain
2011-06-23Don't emit null queryable constants when rewriting linq queries, fix #701187Jb Evain
2011-06-23add test case for #701187Jb Evain
2011-06-21Removed hard coded timeout for SslStreamBase.Konrad M. Kruczynski
2011-06-20Socket: Fixed a security issue when default-initialized ArraySegment structs ...XTZGZoReX