Fix SOAP configuration error
[mono.git] / mcs / class / System /
2012-01-19 Gonzalo Paniagua... UploadFile+PUT does not wrap the file in a multipart...
2012-01-14 Miguel de IcazaMerge pull request #213 from linquize/linquize-master
2012-01-12 Sebastien PouliotDo not build a managed X509Chain in MonoTouch and simpl...
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2012-01-10 Gonzalo Paniagua... Use the right socket for the data stream
2012-01-09 Gonzalo Paniagua... Merge pull request #211 from symform/master
2012-01-04 symformFixed a race in System.Net.WebConnection that was causi...
2012-01-02 Zoltan VargaMerge pull request #203 from Jester01/jester/mmap
2011-12-27 QuickJackFixes a warning in System.dll
2011-12-19 Sebastien PouliotProvide total, not the number of bytes read, in Downloa...
2011-12-13 Gonzalo Paniagua... Fix MAC address for Mac/iOS
2011-12-13 Rodrigo KumperaAdd all missing sequential layout directives to corlib...
2011-12-13 Marek HabersackMerge pull request #201 from QuickJack/master
2011-12-12 Marek SafarMerge pull request #200 from ch5oh/master
2011-12-08 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-12-08 Marek SafarBuild fix
2011-12-08 Marek SafarAdd missing file
2011-12-07 Marek SafarMore API updates
2011-12-07 Marek SafarWebHeaderCollection fixes
2011-12-07 Marek SafarRemove NET_2_0
2011-12-07 Marek SafarAdd some 4.5 api
2011-12-07 Marek SafarFix failing tests on .net
2011-12-07 Marek SafarRemove NET_2_0
2011-12-07 Ankit JainMerge pull request #199 from slide/master
2011-12-07 Gonzalo Paniagua... Merge pull request #194 from QuickJack/master
2011-12-02 Marek SafarNew test
2011-12-02 MartinRemoves warning CS0219 in line 1647
2011-12-02 MartinCode formatting fixes.
2011-11-29 MartinWebRequest.GetSystemWebProxy() throws a NullReferenceEx...
2011-11-29 MartinCommit 6a9937d2166023c370489d8e6654d01f6ec52f44 is...
2011-11-24 Marek SafarImplementations of Uri.Equals must not throw exceptions...
2011-11-24 Marek SafarClone input collection for ObservableCollection<T>...
2011-11-24 Marek SafarAdd System.Collections.ObjectModel tests
2011-11-08 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2011-11-05 Rodrigo KumperaFix marshaling of Win32_IN6_ADDR.
2011-11-04 Zoltan VargaThrow a nicer error from Process.set_PriorityClass...
2011-10-28 Alex Rønne PetersenMerge pull request #186 from QuickJack/master
2011-10-28 MartinFixes some naming conventions.
2011-10-25 Atsushi EnoFix NET_2_1 builds.
2011-10-25 MartinDo not throw an exception if Proxy is set to null....
2011-10-25 MartinBehaviour of using proxies in WebClient is different...
2011-10-25 MartinFixes an Exception that is beeing thrown in Linux when...
2011-10-24 Marek SafarFix few obvious NREs
2011-10-23 Gonzalo Paniagua... Change check to detect Windows.
2011-10-22 Gonzalo Paniagua... Merge pull request #185 from QuickJack/master
2011-10-21 alexrpDon't build Mono.Net.Dns in the mobile profile.
2011-10-18 Sebastien PouliotEnsure private key flow from the mono store into the...
2011-10-17 MartinUpdate mcs/class/System/System.Net/WebRequest.cs
2011-10-17 Gonzalo Paniagua... Return the correct length for input streams
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-16 Gonzalo Paniagua... Fix race condition
2011-10-16 Gonzalo Paniagua... Don't send the buffered request until GetResponse is...
2011-10-13 Gonzalo Paniagua... Merge pull request #180 from QuickJack/master
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-08 Gonzalo Paniagua... Rename namespace to Mono.Net.Dns
2011-10-08 Gonzalo Paniagua... Unbreak, take 3
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-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 Rolf Bjarne Kvinge[System] Added NetworkCredential.SecurePassword.
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-28 Lluis Sanchez[CSharpCodeGenerator] Revert change for not ignoring...
2011-09-23 Marek SafarIntroduce separate .net 4.5 profile
2011-09-15 Paolo MolaroAdded the new mobile profile to the build.
2011-09-13 Gonzalo Paniagua... Internal worker is kept while there is an ongoing operation
2011-09-05 Marek SafarFew corcompare fixes
2011-08-30 Konrad M. KruczynskiAlso zeroing in case of exception.
2011-08-30 Konrad M. KruczynskiFix for bug #531 as proposed by aldem.
2011-08-30 Konrad M. KruczynskiRevert "Fix for Xamarin bug #531" - it will be fixed...
2011-08-30 Konrad M. KruczynskiFix for Xamarin bug #531.
2011-08-20 Jérémie LavalUpdate System build too
2011-08-18 Alan McGovern[LinkedList] Optimise Clear slightly.
2011-08-18 Alan McGovernMerge pull request #161 from LogosBible/master
2011-08-17 Todd FosterFix bug #311: On LinkedList.Clear, detach each node...
2011-08-17 Miguel de Icazaupdate copyrights
2011-08-13 Marek SafarMerge pull request #156 from garuma/tpl-dataflow-tasks
2011-08-12 Sebastien PouliotUse 'as' for casting certificate extensions since we...
2011-08-12 Sebastien Pouliotfix building unit tests
2011-08-11 Gonzalo Paniagua... Fix the range for rnd.Next()
2011-08-10 Jonathan Pryor[System,MOBILE] Add System.Text.RegularExpressions...
2011-08-09 Jeffrey StedfastIf #CONFIGURATION_DEP isn't defined, we still want...
2011-08-08 Gonzalo Paniagua... Merge pull request #152 from bassamtabbara/master
2011-08-08 Bassam TabbaraNetworkstream now throws IOException('connection closed...
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-08-05 Miguel de IcazaMerge pull request #138 from eisnerd/bug-winforms-datag...
2011-08-05 Miguel de IcazaMerge pull request #141 from LogosBible/surrogtate
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
next