[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Http / Mono.Http / ChangeLog
1 2008-07-28  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * NtlmClient.cs : if host is not provided in NetworkCredential, get
4           it from WebRequest. Fixed bug #323375.
5
6 2006-11-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7
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.
11
12 2005-06-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13
14         * NtlmClient.cs: return null if we have no credentials for NTLM.
15
16 2003-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17
18         * AcceptEncodingModule.cs:
19         * AcceptEncodingSectionHandler.cs: moved files from here.
20
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.
25
26 2003-07-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27
28         * GZipWebRequest.cs:
29         * GZipWebResponse.cs: wrappers for WebRequest/WebResponse to allow
30         requesting and receiving gzipped content that is transparently
31         uncompressed.
32
33 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34
35         Initial check-in.
36