2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / class / Mono.Http / Mono.Http / ChangeLog
blob1433583c558d860eafa5fafad3c84ff4d35e05e1
1 2008-07-28  Atsushi Enomoto  <atsushi@ximian.com>
3         * NtlmClient.cs : if host is not provided in NetworkCredential, get
4           it from WebRequest. Fixed bug #323375.
6 2006-11-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8         * NtlmClient.cs: fixes authentication if the first try fails and the
9         * second is supposed to work. Patch by egonia@acxiom.com that fixes bug
10         #79590.
12 2005-06-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14         * NtlmClient.cs: return null if we have no credentials for NTLM.
16 2003-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18         * AcceptEncodingModule.cs:
19         * AcceptEncodingSectionHandler.cs: moved files from here.
21         * GZipWebRequest.cs: small fixes to inject gzip header.
22         * GZipWebRequestCreator.cs: web request creator for gzip.
23         * GZipWebResponse.cs: fixed dispose/close.
24         * NtlmClient.cs: NTLM for HTTP. Used from System.Net.
26 2003-07-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28         * GZipWebRequest.cs:
29         * GZipWebResponse.cs: wrappers for WebRequest/WebResponse to allow
30         requesting and receiving gzipped content that is transparently
31         uncompressed.
33 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
35         Initial check-in.