Update mcs/class/System/System.Net/WebRequest.cs
[mono.git] / mcs / class /
2011-10-17 MartinUpdate mcs/class/System/System.Net/WebRequest.cs
2011-10-16 MartinProvide proxy support for Windows; completes https...
2011-10-16 MartinProvide proxy support for Windows; completes https...
2011-10-16 Martinrespect BypassOnLocal attribute in GetSystemWebProxy...
2011-10-11 QuickJackEdited mcs/class/System/System.Net/WebRequest.cs via...
2011-10-11 QuickJackEdited mcs/class/System/System.Net/WebRequest.cs via...
2011-10-11 QuickJackEdited mcs/class/System/System.Net.Configuration/Bypass...
2011-10-11 QuickJackEdited mcs/class/System/System.Net.Configuration/ProxyE...
2011-10-11 Zoltan VargaIgnore some corlib tests which fail on linux
2011-10-09 Marek SafarMore changes needed for 4.5 profile
2011-10-08 Gonzalo Paniagua... Revert previous quick fix.
2011-10-08 Gonzalo Paniagua... Rename namespace to Mono.Net.Dns
2011-10-09 Zoltan VargaDisable a single step to speed up an sdb testcase
2011-10-08 Gonzalo Paniagua... Unbreak, take 3
2011-10-08 Gonzalo Paniagua... Unbreak, take 2
2011-10-08 Gonzalo Paniagua... Unbreak the build
2011-10-08 Gonzalo Paniagua... Add info to the manual page on MONO_DNS
2011-10-08 Gonzalo Paniagua... Add support for an alternative managed DNS resolver
2011-10-08 Zoltan VargaFix named parameter support in the Binder. Fixes #1321
2011-10-07 Marek SafarFix cancelation with task start (only for most trivial...
2011-10-07 Marek SafarContinuation task cannot be started. Fixes #996
2011-10-07 Marek SafarFix unit test
2011-10-07 Marek SafarMark System.Data.Services.Client CLS-compliant
2011-10-07 Marek SafarRemove Mono.Async
2011-10-07 Marek SafarUpdate few constant values
2011-10-07 Marek SafarAdd async methods to SslStream
2011-10-07 Marek SafarFix parameter names
2011-10-07 Marek SafarAdd async methods to System.Net
2011-10-07 Marek SafarRemove few ifdefs
2011-10-07 Marek SafarFix parameter names
2011-10-07 Marek SafarAdd async methods to System.Net.Sockets
2011-10-07 Marek SafarRemove ifdefs and fix argument names
2011-10-07 Paolo MolaroDon't reference WindowsBase in the mobile profiles.
2011-10-07 Rolf Bjarne Kvinge[System] Added NetworkCredential.SecurePassword.
2011-10-07 Rolf Bjarne Kvinge[Microsoft.Build] Stub out a lot of classes to make...
2011-10-07 Rolf Bjarne Kvinge[System.Data] Clean up temporary file when done generat...
2011-10-07 Rolf Bjarne Kvinge[Microsoft.Build.Framework] Add a couple of 4.0 interfaces.
2011-10-07 Rolf Bjarne Kvinge[WindowsBase] Relationship ids must be valid XML identi...
2011-10-06 alexrp[RabbitMQ.Client] Add spec files for 4.5 profile.
2011-10-06 Marek SafarFix predefined SetResult parameters filter, so it can...
2011-10-05 Sebastien PouliotEnsure consistency when 'emitContext == true' is used...
2011-10-05 Sebastien PouliotInternalize [ComImport] in MONOTOUCH profile since...
2011-10-05 Rolf Bjarne Kvinge[System.ServiceModel] Write EndPointAddress properly...
2011-10-04 Marek SafarCorrectly capture synchronization context
2011-10-03 Atsushi EnoAdd ProtectionTokenParameter for mutual nego. Patch...
2011-10-03 Marek SafarUpdate to the latest ikvm reflection
2011-09-30 Marek SafarAdd more 4.5 task methods
2011-09-30 Marek SafarAdd gitignore
2011-09-30 Marek SafarMerge pull request #175 from alexrp/master
2011-09-30 alexrpAdd new Is*Redirected properties to Console for the...
2011-09-30 Marek SafarMerge pull request #174 from alexrp/master
2011-09-30 Gonzalo Paniagua... Plug an unmanaged memory leak
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-29 Jeffrey Stedfast[TimeZone] Fixed race condition with renewing the Curre...
2011-09-29 Rodrigo KumperaRequest ObjectMirror type and domain in a single request.
2011-09-29 Rodrigo KumperaCache thread id.
2011-09-29 Rodrigo KumperaCache source files.
2011-09-29 Rodrigo KumperaCache ObjectMirror type and domain.
2011-09-29 Rodrigo KumperaAvoid looking up the ctor mirror twice.
2011-09-28 Lluis Sanchez[CSharpCodeGenerator] Revert change for not ignoring...
2011-09-28 Marek SafarFix broken task test
2011-09-28 Marek SafarYet another wrong version check
2011-09-28 Marek SafarFix another version check
2011-09-28 Marek SafarImplement stream async methods
2011-09-27 Jérémie LavalFix execution when same continuation is registered...
2011-09-27 Marek SafarFix TaskFactoryTest
2011-09-27 Marek SafarAdd 4.5 profile support to xbuild
2011-09-27 Marek SafarAnother build profile version fix
2011-09-27 Marek SafarUse correct version of xbuild 4.0 targets
2011-09-26 Marek SafarClean up mixed tabs and spaces
2011-09-26 Marek SafarFix System.Threading.Tasks.Dataflow version info
2011-09-26 Marek SafarInstall 4.0 profile as developers package and make...
2011-09-25 Jérémie LavalMove things around in Task and Task_T
2011-09-25 Jérémie LavalOptimize more how continuation are registered and execu...
2011-09-25 Jérémie LavalMimic simpleAction usage in Task<T> to avoid creating...
2011-09-25 Jérémie LavalUse quicket methods to launch a Task on the threadpool
2011-09-25 Jérémie LavalDon't create a delegate each time we use a TaskCompleti...
2011-09-25 Jérémie LavalLazy allocate childTasks field in Task
2011-09-25 Jérémie LavalOptimize continuation registration for a single Continu...
2011-09-25 Jérémie LavalFix build
2011-09-25 Jérémie LavalFix double adding in ConcurrentDictionary ctor with...
2011-09-25 Jérémie LavalFix for #892
2011-09-25 Jérémie LavalFix more argument checking for Task<T>
2011-09-25 Jérémie LavalCheck that supplied function argument in a Task<T>...
2011-09-24 Sebastien PouliotProvide binding for sqlite3_config to allow setting...
2011-09-24 Zoltan VargaFix the namespace of a corlib test and quiet some tests.
2011-09-23 Marek SafarAdd missing RabbitMW source
2011-09-23 Marek SafarAdd extra 4.5 conditional
2011-09-23 Marek SafarIntroduce separate .net 4.5 profile
2011-09-22 Marek SafarAdd a few new async stream methods
2011-09-22 Marek SafarMake CancellationToken more lightweight and fix few...
2011-09-21 Rolf Bjarne Kvinge[Microsoft.Build] Stub out a few types to make nuget...
2011-09-21 Gonzalo Paniagua... Return the right empty collection in ParseQueryString.
2011-09-21 Sebastien PouliotMerge pull request #173 from juhovh/master
2011-09-21 Juho Vähä-HerttuaFix HMACSHA384 and HMACSHA512 for key length of [65...
2011-09-21 Marek SafarRemove few compiler workarounds
2011-09-21 Marek SafarFix build for 4.0 rtm
2011-09-21 Miguel de IcazaFix the build, resolve the ambiguity
2011-09-20 Marek SafarAdd more task awaiters and optimize existing ones by...
2011-09-20 Zoltan VargaFix the ObjRefs sdb test
next