You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -1,4 +0,0 @@
|
||||
2003-12-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* AssemblyInfo.cs: assembly stuff.
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
2003-12-12 Pedro Martínez Juliá <yoros@wanadoo.es>
|
||||
|
||||
* Mono.Http.dll.sources: Added the new file
|
||||
Mono.Http.Modules/AcceptEncodingModule.cs.
|
||||
|
||||
2003-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
Initial check-in.
|
||||
|
||||
@@ -4,8 +4,7 @@ include ../../build/rules.make
|
||||
|
||||
LIBRARY = Mono.Http.dll
|
||||
LIB_REFS = System System.Xml System.Web ICSharpCode.SharpZipLib Mono.Security
|
||||
LIB_MCS_FLAGS = -r:$(corlib) \
|
||||
-nowarn:618
|
||||
LIB_MCS_FLAGS = -nowarn:618
|
||||
|
||||
NO_TEST = yes
|
||||
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
2003-12-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* AcceptEncodingConfig.cs:
|
||||
* AcceptEncodingSectionHandler.cs: moved these files here.
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
2004-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* AcceptEncodingModule.cs: don't cause nullref if there's no
|
||||
<mono.aspnet> section and the module is loaded.
|
||||
|
||||
2004-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* DigestAuthenticationModule.cs: introduces new overridable method
|
||||
GetUserByName(), which by default works exactly like it used to, but
|
||||
inherited classes can implement their own version. Patch by Tambet Ingo.
|
||||
2003-12-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* AuthenticationModule.cs:
|
||||
* BasicAuthenticationModule.cs:
|
||||
* DigestAuthenticationModule.cs: new modules to do Basic and Digest
|
||||
authentication.
|
||||
|
||||
* samples/auth.xml: sample user/password file for the modules.
|
||||
|
||||
2003-12-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* AcceptEncodingModule.cs: moved this file here.
|
||||
|
||||
@@ -1,36 +0,0 @@
|
||||
2008-07-28 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* NtlmClient.cs : if host is not provided in NetworkCredential, get
|
||||
it from WebRequest. Fixed bug #323375.
|
||||
|
||||
2006-11-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* NtlmClient.cs: fixes authentication if the first try fails and the
|
||||
* second is supposed to work. Patch by egonia@acxiom.com that fixes bug
|
||||
#79590.
|
||||
|
||||
2005-06-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* NtlmClient.cs: return null if we have no credentials for NTLM.
|
||||
|
||||
2003-12-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* AcceptEncodingModule.cs:
|
||||
* AcceptEncodingSectionHandler.cs: moved files from here.
|
||||
|
||||
* GZipWebRequest.cs: small fixes to inject gzip header.
|
||||
* GZipWebRequestCreator.cs: web request creator for gzip.
|
||||
* GZipWebResponse.cs: fixed dispose/close.
|
||||
* NtlmClient.cs: NTLM for HTTP. Used from System.Net.
|
||||
|
||||
2003-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* GZipWebRequest.cs:
|
||||
* GZipWebResponse.cs: wrappers for WebRequest/WebResponse to allow
|
||||
requesting and receiving gzipped content that is transparently
|
||||
uncompressed.
|
||||
|
||||
2003-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
Initial check-in.
|
||||
|
||||
Reference in New Issue
Block a user