2010-07-09 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System / System.Net / ChangeLog
1 2010-07-08 Gonzalo Paniagua Javier <gonzalo@novell.com>
2
3         * WebClient.cs: handle compressed streams when automatic decompression
4         is turned on by a class derived from WebClient.
5
6 2010-07-01  Marek Habersack  <mhabersack@novell.com>
7
8         * WebRequest.cs: DefaultCachePolicy and CachePolicy return a
9         NoCacheNoStore policy in all cases now. Workaround for bug #583934
10
11 2010-06-29  Sebastien Pouliot  <sebastien@ximian.com>
12
13         * ServicePointManager.cs: Remove NET_2_0 defines around 
14         RemoteCertificateValidationCallback
15
16 2010-06-28 Gonzalo Paniagua Javier <gonzalo@novell.com>
17
18         * IPAddress.cs: verify the last IPv4 digit too.
19         Fixes bug #612135.
20
21 2010-06-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
22
23         * HttpWebRequest.cs: DELETE allows an entity body.
24         Fixes bug #614483.
25
26 2010-06-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
27
28         * HttpWebRequest.cs: 307 does not change request method.
29
30 2010-06-11 Jonathan Chambers  <joncham@gmail.com>
31
32         * HttpListenerRequest.cs: Assign default value to variable before using.
33
34 2010-05-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
35
36         * FtpDataStream.cs:
37         * FtpWebRequest.cs: properly close the data connection even when
38         nothing is read from it. Refixes bug #598908.
39
40 2010-04-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
41
42         * FtpDataStream.cs:
43         * FtpWebRequest.cs: use streams instead of sockets as soon as
44         possible. Correctly initialize the control connection when SSL
45         is used and protect the data connection by default.
46         Fixes bug #598908.
47
48 2010-04-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
49
50         * ChunkStream.cs: ignore chunk extensions when reading the chunk
51         size. Fixes bug #597556.
52
53 2010-04-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
54
55         * HttpWebRequest.cs: set content length to -1 on redirect. Reset
56         'FinishedReading' on redirects. Fixes bug #593596.
57
58 2010-04-08 Gonzalo Paniagua Javier <gonzalo@novell.com>
59
60         * ServicePointManager.cs: obtain the SubjectAltName extension the
61         right way. Fixes bug #594110.
62
63 2010-03-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
64
65         * HttpWebRequest.cs: when PreAuthenticate is true, don't remove the
66         existing authorization related headers until we know we have a
67         replacement. Fixes bug #591633.
68
69 2010-03-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
70
71         * ServicePointManager.cs: errors parsing the certificate don't prevent
72         calling the callback now. Exceptions thrown parsing the certificate
73         are printed to stderr in case they are library errors.
74
75 2010-03-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
76
77         * WebClient.cs: fix handling of query string, whether it comes from
78         the address used or is part of the QueryString.
79
80 2010-03-20  Miguel de Icaza  <miguel@novell.com>
81
82         * WebConnection.cs: Drop pre-2.0 and pre-1.1 support, and remove
83         warnings. 
84
85         * WebClient.cs: Drop the pre-2.0 support
86
87 2010-03-19  Sebastien Pouliot  <sebastien@ximian.com>
88
89         * AuthenticationManager.cs: Internal type for Moonlight.
90         Add BasicClient, DigestClient, NtlmClient for NET_2_1 since
91         this applies to both monotouch and moonlight (client stack).
92         Removed unneeded NET_2_0 defines
93         * CookieContainer.cs: For Moonlight it needs to be internal in 
94         System.dll and public in System.Net.dll. Removed unneeded NET_2_0
95         defines
96         * HttpContinueDelegate.cs: Internal type for Moonlight.
97         * HttpRequestCreator.cs: Remove a MOONLIGHT define
98         * HttpStatusCode.cs: For Moonlight it needs to be internal in 
99         System.dll and public in System.Net.dll
100         * HttpWebRequest.cs: Internal type for Moonlight. Change S.Config
101         to NET_2_1 defines (applies to both monotouch and moonlight).
102         Removed unneeded NET_2_0 and NET_1_1 defines
103         * HttpWebResponse.cs: Internal type for Moonlight. Removed 
104         unneeded NET_2_0 defines
105         * IAuthenticationModule.cs: Internal type for Moonlight.
106         * ICertificatePolicy.cs: Internal type for Moonlight.
107         * ICredentialPolicy.cs: Internal type for Moonlight. Removed 
108         unneeded NET_2_0 defines
109         * IWebRequestCreate.cs: For Moonlight it needs to be internal in 
110         System.dll and public in System.Net.dll
111         * ServicePoint.cs: Internal type for Moonlight. Change S.Config
112         to NET_2_1 defines (applies to both monotouch and moonlight)
113         * ServicePointManager.cs: Remove a MOONLIGHT define
114         * WebException.cs: For Moonlight it needs to be internal in 
115         System.dll and public in System.Net.dll. Removed unneeded NET_2_0
116         defines
117         * WebHeaderCollection.cs: Internal type for Moonlight. Removed 
118         unneeded NET_2_0 defines
119         * WebRequest.cs: Internal type for Moonlight. Change S.Config
120         to NET_2_1 defines (applies to both monotouch and moonlight)
121         * WebResponse.cs: Internal type for Moonlight. Removed unneeded
122         NET_2_0 defines
123
124 2010-03-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
125
126         * FtpWebResponse.cs:
127         * FtpWebRequest.cs: for non-data operations, make sure we send the
128         QUIT command upon completion when KeepAlive is false.
129         Fixes bug #589305.
130
131 2010-03-16  Jb Evain  <jbevain@novell.com>
132
133         * Dns.cs, HttpRequestCreator.cs, ServicePoint.cs: use MOONLIGHT
134         symbol to disambiguate MonoTouch and Moonlight code.
135
136 2010-03-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
137
138         * ServicePointManager.cs: perform the entire chain validation here.
139
140 2010-03-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
141
142         * HttpConnection.cs: set the right position when a CR is found.
143         Fixes bug #577891.
144
145 2010-03-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
146
147         * HttpListener.cs:
148         * HttpListenerRequest.cs:
149         * ListenerAsyncResult.cs:
150         * HttpConnection.cs: make sure there is no pending input when reusing
151         the connection.
152
153 2010-03-08 Gonzalo Paniagua Javier <gonzalo@novell.com>
154
155         * HttpListenerContext.cs: split the auth header in 2 parts.
156         * HttpListener.cs: backported SelectAuthenticationScheme and
157         added new InternalEndGetContext used for connections that require
158         authentication.
159         * ListenerAsyncResult.cs: allow this object to be just a forwarder
160         when nesting connections for authentication purposes.
161         Fixes bug #585455.
162
163 2010-03-06 Gonzalo Paniagua Javier <gonzalo@novell.com>
164
165         * WebClient.cs: fix for UploadStringAsync(). Closes bug #577818.
166         Patch by Atsushi.
167
168 2010-03-04  Atsushi Enomoto  <atsushi@ximian.com>
169
170         * HttpListenerContext.cs : WWW-Authenticate header should not be
171           limited to Basic.
172
173 2010-03-04  Atsushi Enomoto  <atsushi@ximian.com>
174
175         * HttpListenerContext.cs : The header line here is already trimmed
176           "Authorization:" , so do not try to remove it.
177
178 2010-03-04  Atsushi Enomoto  <atsushi@ximian.com>
179
180         * HttpListener.cs, ListenerAsyncResult.cs : fix authentication
181           scheme selection mismatch.
182
183 2010-03-03  Atsushi Enomoto  <atsushi@ximian.com>
184
185         * HttpListenerContext.cs, HttpListener.cs :
186           support AuthenticationSchemeSelectorDelegate.
187
188 2010-03-01  Miguel de Icaza  <miguel@novell.com>
189
190         * WebHeaderCollection.cs: Apply 2 year old patch from Yves Bastide
191         that fixes the keys casing in the collection; Fixes 325491
192
193 2010-03-01 Gonzalo Paniagua Javier <gonzalo@novell.com>
194
195         * WebConnection.cs: attach a validation callback to the new
196         event in Mono.Security.
197         * ServicePointManager.cs: added a new ValidationHelper
198         class that takes care of building the certificate chain and perform
199         all the check that were done in Mono.Security before. This way the 2.0
200         server certificate validation callback can get all the data it needs.
201
202         Fixes bug #584050.
203
204 2010-01-29  Mike Kestner <mkestner@novell.com>
205
206         * HttpUtility.cs: port more of the methods from System.Web file.
207         * WebUtility.cs: new 4.0 class.
208
209 2010-01-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
210
211         * IPEndPoint.cs: When throwing an ArgumentException in Create()
212         because of a mismatch in the address family, use a more informative
213         message. Patch by Juho Vaha-Herttu<juhovh@iki.fi>.
214         Fixes #505105.
215
216 2010-01-21  Sebastien Pouliot  <sebastien@ximian.com>
217
218         * CookieContainer.cs: Fix to cloning and expiration. Patch
219         by Tom Philpot <tom.philpot@logos.com>
220
221 2010-01-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
222
223         * HttpWebRequest.cs: when the server returns several different
224         authentication methods, pick the one that works.
225         Fixes bug #562043.
226
227 2010-01-12  Sebastien Pouliot  <sebastien@ximian.com>
228
229         * NetworkCredential.cs: Fix properties to never return null.
230
231 2009-12-24  Sebastien Pouliot  <sebastien@ximian.com>
232
233         * Cookie.cs: Re-work ToString to be useable in more cases. Fix
234         some issues found by Gendarme.
235         * CookieContainer.cs: Fix all NonWorking (and new) unit tests.
236         Implement removing oldest cookies when limits are reached.
237         * CookieCollection.cs: Move to generics internally. Fix sort to 
238         be closer to MS implementation (but still not 100% identical).
239         Fix some issues found by Gendarme.
240
241 2009-12-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
242
243         * WebConnectionGroup.cs:
244         * ServicePoint.cs: implemented CloseConnectionGroup().
245
246 2009-12-04  Sebastien Pouliot  <sebastien@ximian.com>
247
248         * System.Net/DnsEndPoint.cs: Moved from System.Net (where the
249         type resides in Moonlight) so it's available for 4.0
250
251 2009-11-30  Sebastien Pouliot  <sebastien@ximian.com>
252
253         * CookieCollection.cs: Seal inner CookieCollectionPathComparer
254         * IPAddress.cs: Avoid multiple casts in Equals
255         * SocketAddress.cs: Avoid multiple casts in Equals
256         [Found using Gendarme]
257
258 2009-10-23  Alexandre Gomes  <alexmipego@gmail.com>
259
260         * WebClient.cs: Fixed GetWebRequest overriding problems, bug: 
261           https://bugzilla.novell.com/show_bug.cgi?id=549580
262           
263 2009-10-17 Gonzalo Paniagua Javier <gonzalo@novell.com>
264
265         * WebConnectionStream.cs: add 3 missing DoCallback() calls in
266         EndRead/EndWrite.
267
268 2009-09-29 Gonzalo Paniagua Javier <gonzalo@novell.com>
269
270         * EndPointListener.cs: fix matching a listener in presence of a query
271         string or anchor.
272
273 2009-09-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
274
275         * HttpListenerRequest.cs: add the right status code.
276         * HttpConnection.cs: exception might come from more places when
277         reading the input. Catch all of them.
278
279 2009-09-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
280
281         * WebRequest.cs: handle upper and lowercase HTTP_PROXY and the Any
282         address. Fixes bug #537283.
283
284 2009-09-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
285
286         * WebConnection.cs: if the request has already finished reading, don't
287         throw ObjectDisposedException here, just return as if nothing
288         happened. Fixes bug #312968.
289
290 2009-08-29 Gonzalo Paniagua Javier <gonzalo@novell.com>
291
292         * WebConnection.cs: HEAD response does not have a body even if the
293         response is an error. Fixes buf #535102.
294
295 2009-08-17  Geoff Norton  <gnorton@novell.com>
296
297         * NtlmClient.cs: Mono.Http does not exist on monotouch
298
299 2009-08-17  Sebastien Pouliot  <sebastien@ximian.com>
300
301         * CookieCollection.cs: Seal class for NET_2_1 (SL3)
302         * CookieContainer.cs: Seal class for NET_2_1 (SL3)
303         * NetworkCredential.cs: Use in NET_2_1 (SL3) but without implementing
304         ICredentialsByHost
305
306 2009-08-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
307
308         * HttpWebRequest.cs:
309         * WebConnectionStream.cs: if there's an error writing the headers from
310         a buffered request, propagate the error instead of hiding it and
311         causing a different one later (ie, ObjectDisposedException instead of
312         the original WebException). This happened when posting without
313         Content-Length set to an HTTPS url without validating the server
314         certificate.
315
316 2009-07-28 Gonzalo Paniagua Javier <gonzalo@novell.com>
317
318         * WebClient.cs: rethrow WebExceptions instead of creating a new one
319         with less information on the actual error.
320         Fixes bug #526069.
321
322 2009-07-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
323
324         * WebHeaderCollection.cs: check the validity of the characters in the
325         header names.
326
327 2009-07-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
328
329         * WebHeaderCollection.cs: implemente the 2.0 IsRestricted().
330
331 2009-07-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
332
333         * WebConnectionStream.cs: when sending a 0-length POST, ignore further
334         writes instead of throwing.
335         Fixes bug #524049.
336
337 2009-07-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
338
339         * WebClient.cs: implement GetWebRequest and GetWebResponse. Use them
340         instead of SetupRequest and ProcessResponse.
341
342 2009-07-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
343
344         * WebClient.cs: set the content length when uploading values. This
345         allows reusing the connection.
346         * WebConnectionStream.cs: SetHeaders() takes ownership of the buffer
347         and does not need to copy it any more. WriteRequest() wasn't always
348         setting 'requestWritten' to true.
349         * HttpWebRequest.cs: change in SetHeaders call.
350
351 2009-07-06  Gert Driesen  <drieseng@users.sourceforge.net>
352
353         * WebConnectionStream.cs: Move and improve argument checks to match MS.
354         Modified CanRead and CanWrite to return false when instance is disposed.
355
356 2009-07-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
357
358         * WebConnection.cs: provide better error message when there's an error
359         writing.
360         * WebConnectionStream.cs: don't nullify the buffer until
361         CheckFinalStatus() decides that there are no more authentication
362         retries or redirects.
363
364 2009-07-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
365
366         * ServicePointManager.cs: implement ServerCertificateValidationCallback.
367         * DefaultCertificatePolicy.cs: if there's a SCVC registered, don't do
368         normal error checking.a
369
370 2009-07-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
371
372         * HttpWebRequest.cs: avoid duplicating Accept-Encoding if GetHeaders()
373         is called twice.
374         * WebConnectionStream.cs: don't send a 0 content length for non-write
375         requests.
376
377 2009-07-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
378
379         * WebConnection.cs: must use the 'int' version in 1.1.
380
381 2009-07-01 Gonzalo Paniagua Javier <gonzalo@novell.com>
382
383         * WebConnection.cs:
384         * ServicePoint.cs: UseNagleAlgorithm determines NoDelay value.
385
386 2009-06-28 Gonzalo Paniagua Javier <gonzalo@novell.com>
387
388         * HttpWebRequest.cs: fix 1.1 only test.
389
390 2009-06-28 Gonzalo Paniagua Javier <gonzalo@novell.com>
391
392         * WebConnectionStream.cs: when buffering the response, we have to set
393         the internal length and regenerate the headers.
394
395 2009-06-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
396
397         * HttpWebRequest.cs: don't send Content-Length header when SendChunked
398         is enabled.
399         * WebConnectionStream.cs: send the headers immediately when possible.
400         When writing the request before a Close(), if there was an exception
401         it was lost.
402
403 2009-06-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
404
405         * HttpConnection.cs:
406         * HttpListenerResponse.cs: force closing the socket when the response
407         is aborted.
408
409 2009-06-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
410
411         * WebAsyncResult.cs: new field that tells us if the request is being
412         written automatically because we reached the content length.
413         * WebConnection.cs:
414         * WebConnectionStream.cs: make sure we only access the NetworkStream
415         while we own it. Automatically write the request when we reach
416         ContentLength number of bytes. Kill the write buffer as soon as
417         possible. Don't use the buffer at all when chunked encoding is
418         enabled.
419
420         Fixes bugs #515931 and #510642.
421
422 2009-06-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
423
424         * WebConnection.cs: 'socket' and 'Data' where being changed by 2
425         threads at the same time when there were queued requests and the
426         current one was aborted in Connect().
427         * HttpWebRequest.cs: 'aborted' is now an int and we use Interlocked to
428         access it. Added WebConnection field used when aborting the request.
429
430         Fixes bug #514591 for good.
431
432 2009-06-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
433
434         * HttpWebRequest.cs: check for an aborted request in Begin* before
435         proceeding. Fixes bug #511851.
436
437 2009-06-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
438
439         * WebConnectionStream.cs: close the underlying socket if there's an
440         exception when closing the stream. Fixes bug #514996.
441
442 2009-06-20  Gert Driesen  <drieseng@users.sourceforge.net>
443
444         * WebConnectionStream.cs: Keep count of all bytes written, and perform
445         write overflow check in both buffered and non-buffered writing (if
446         not using chunked transfer encoding). Fixes bug #510642.
447
448 2009-06-20  Gert Driesen  <drieseng@users.sourceforge.net>
449
450         * WebClient.cs: Use lowercase hex bytes to match MS. Avoid using
451         zero-length string literal. Fixed exception argument name to match
452         MS. 
453         * WebConnectionStream.cs: Throw a WebException that wraps an
454         IOException when closing the stream before all bytes are written.
455
456 2009-06-19 Gonzalo Paniagua Javier <gonzalo@novell.com>
457
458         * WebConnection.cs: make sure we don't open a new socket if the
459         request is aborted before we establish the connection. Fixes bug
460         #514591.
461
462         * HttpWebRequest.cs: new property to return abort status. Invoke the
463         abort handler before doing anything else when Abort() is called for
464         the first time.
465
466 2009-06-17 Gonzalo Paniagua Javier <gonzalo@novell.com>
467
468         * EndPointListener.cs: call CheckIfRemove() after removing a regular
469         prefix. Fixes bug #513849.
470         * EndPointManager.cs: make sure we use the right lock when one prefix
471         of a collection fails to be added and we need to remove all of the
472         prefixes.
473         Clear the ip_to_endpoints hashtable if there are no more prefixes
474         listening on that address.
475
476 2009-06-16 Andres G. Aragoneses <aaragoneses@novell.com>
477
478         * WebConnection.cs: propagate the exception to the request.
479         * WebException.cs: new internal ctor.
480         * HttpWebRequest.cs: use new ctor to encapsulate the innerException.
481         Fixes #323452.
482
483 2009-06-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
484
485         * HttpWebRequest.cs: for unknown methods, always send the request once
486         we are connected even if there's no writeStream. Fixes bug #513087.
487
488 2009-06-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
489
490         * HttpWebRequest.cs: ProtocolViolationException is not thrown in
491         certain cases since 2.0. Fixes bug #508027.
492
493 2009-06-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
494
495         * HttpWebRequest.cs: follow MS docs when throwing
496         ProtocolViolationException at the beginning of an asynchronous
497         operation. Fixes bug #465613.
498
499 2009-06-08 Gonzalo Paniagua Javier <gonzalo@novell.com>
500
501         * WebConnectionStream.cs: throw a WebException instead of an IOException.
502
503 2009-06-08 Gonzalo Paniagua Javier <gonzalo@novell.com>
504
505         * FtpWebRequest.cs: avoid exception when the reply from the server
506         contains just response code. Fixes bug #510852.
507
508 2009-06-05  Sebastien Pouliot  <sebastien@ximian.com> 
509
510         * DownloadStringCompletedEventArgs.cs: Call RaiseExceptionIfNecessary
511         * OpenReadCompletedEventArgs.cs: Remove Address property since it's 
512         not part of SL2. Call RaiseExceptionIfNecessary
513         * OpenWriteCompletedEventArgs.cs: Call RaiseExceptionIfNecessary
514         * UploadStringCompletedEventArgs.cs: Call RaiseExceptionIfNecessary
515
516 2009-06-05  Robert Jordan  <robertj@gmx.net>
517
518         * WebClient.cs (UploadValuesCore): Encode POST arguments with UTF-8.
519         Fixes bug #484795.
520
521 2009-06-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
522
523         * HttpWebRequest.cs: KeepAlive check not needed.
524         Fixes bug #465613.
525
526 2009-06-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
527
528         * HttpConnection.cs: unbind the context after every read for keep-alive
529         connections.
530         Bug #502274 fixed.
531
532 2009-05-17  Gert Driesen  <drieseng@users.sourceforge.net>
533
534         * CookieContainer.cs: Provide meaningful information in exception
535         messages, and improve compatibility with MS. Modified set_Capacity to
536         no longer change MaxCookieSize when new value is less than
537         MaxCookieSize.
538
539 2009-05-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
540
541         * HttpWebResponse.cs:
542         * HttpWebRequest.cs: support automatic decompression of the response.
543         Fixes bug #504391.
544
545
546 2009-05-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
547
548         * Dns.cs: made GetHostAddresses and friends internal for 1.x
549         * EndpointPermission.cs: use GetHostAddresses.
550
551 2009-05-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
552
553         * CookieContainer.cs: matching hosts to domain names like MS does.
554         Bug #421827 fixed.
555
556 2009-05-02  Atsushi Enomoto  <atsushi@ximian.com>
557
558         * CredentialCache.cs : implement all not-implemented methods.
559           Patch by Mineda Nozomi. Close bug #499556.
560
561 2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
562
563         * EndPoint.cs: Throw NotImplementedException instead of 
564         NotSupportedException
565         * IPEndPoint.cs: Fix some validations.
566
567 2009-04-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
568
569         * WebConnection.cs:
570         * HttpWebRequest.cs: provide more information on why the connection
571         could not be established.
572
573 2009-04-06 Gonzalo Paniagua Javier <gonzalo@novell.com>
574
575         * FtpWebRequest.cs: send REST after PASV to avoid some servers
576         forgetting aboout it.
577         Bug #491590 fixed.
578
579 2009-03-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
580
581         * FtpWebRequest.cs: we were sending CWD instead of PWD.
582         Bug #486703 fixed.
583
584 2009-03-03 Gonzalo Paniagua Javier <gonzalo@novell.com>
585
586         * IPAddress.cs: don't allocate the IPv6 array for IPv4 addresses.
587
588 2009-02-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
589
590         * WebClient.cs: append the QueryString in DownloadData.
591         Fixes bug #323788.
592
593 2009-02-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
594
595         * FtpWebResponse.cs: return a Null stream when there's no response to
596         be read.
597         * FtpWebRequest.cs: provide the error returned by the server in the
598         exception.
599         * WebClient.cs: set the correct method when doing a FTP upload.
600         Fixes bug #478451.
601
602 2009-02-19 Gonzalo Paniagua Javier <gonzalo@novell.com>
603
604         * FtpWebRequest.cs: avoid errors when creating a temporary Uri to get
605         the local path.
606         * WebClient.cs: when setting up the request for downloading, use the
607         default method. Fixes bug #477611.
608
609 2009-02-16  Atsushi Enomoto  <atsushi@ximian.com>
610
611         * WebConnectionStream.cs : use request only after it is set.
612
613 2009-02-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
614
615         * WebConnectionStream.cs: implemente (Read|Write)Timeout.
616         Fixes bug #348159.
617
618 2009-02-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
619
620         * CookieContainer.cs: separate cookies with "; " instead of just ';'.
621         Fixes bug #386727.
622
623 2009-02-08 Gonzalo Paniagua Javier <gonzalo@novell.com>
624
625         * HttpWebRequest.cs: lock SetResponseError.
626
627 2009-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
628
629         * Dns.cs: BeginGetHostAddresses - renamed argument to match MS,
630         reject "any" IP addresses. BeginGetHostEntry - renamed argument
631         to match MS, reject "any" IP addresses. GetHostEntry - reject
632         "any" IP addresses. GetHostAddresses - reject "any" IP addresses.
633         GetHostByName - use "hostName" as paramname in ANE.
634
635 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
636
637         * Dns.cs: empty string for host (also 0.0.0.0) is just passed to the
638         runtime, which will then retrieve the local IP addresses. Fixes bug
639         #386637 part 2/2.
640
641 2009-02-06 Gonzalo Paniagua Javier <gonzalo@novell.com>
642
643         * FtpWebRequest.cs: some servers have a comment after the directory
644         name. Fixes bugs #471149 and #471216.
645
646 2009-02-06 Gonzalo Paniagua Javier <gonzalo@novell.com>
647
648         * WebConnectionStream.cs: set the content length to 0 when the
649         response is not supposed to have any content.
650
651 2009-02-05  Miguel de Icaza  <miguel@novell.com>
652
653         * WebConnectionStream.cs: Prevent a nullref here.   This might
654         have to be backported to 2.2 and 2.4
655
656 2009-02-03 Gonzalo Paniagua Javier <gonzalo@novell.com>
657
658         * WebConnection.cs:
659         * HttpWebRequest.cs: calling Abort is safe now if the request has been
660         read entirely.
661
662 2009-02-03 Gonzalo Paniagua Javier <gonzalo@novell.com>
663
664         * WebProxy.cs: use TryParse when checking for a localhost IP.
665
666 2009-01-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
667
668         * HttpWebResponse.cs: avoid throwing an exception when
669         Content-Length is not present.
670
671 2009-01-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
672
673         * HttpWebRequest.cs: added locking in SetResponseData for the case
674         when we get an error response before BeginGetResponse has been
675         called.
676
677 2009-01-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
678
679         * IPAddress.cs: handle sign extension for the high byte when using the
680         byte[] ctor for an IPv4 address.
681         Fixes bug #467472.
682
683 2009-01-19  Marek Habersack  <mhabersack@novell.com>
684
685         * HttpWebRequest.cs: implemented the UseDefaultCredentials
686         property, patch from Florian Maetschke <f.maetschke@tu-bs.de>,
687         thanks!
688
689 2009-01-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
690
691         * FtpWebRequest.cs: adjust to the correct directory when listing too.
692         Fixes bug #466530.
693
694 2009-01-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
695
696         * HttpListenerRequest.cs: always initialize 'version'.
697         * HttpConnection.cs: the socket might already be disconnected when
698         shutting down.
699
700 2009-01-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
701
702         * WebConnectionStream.cs: if the buffer has been killed, return -1 for
703         its length. Fixes regression in System.Runtime.Remoting.
704
705 2009-01-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
706
707         * HttpWebRequest.cs: create a result from the response when
708         *GetResponse() has not been called yet and we have already received
709         all the data.
710         Fixes bug #464013.
711
712 2009-01-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
713
714         * HttpWebRequest.cs: keepAlive is of no use here.
715         Fixes bug #465613.
716
717 2009-01-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
718
719         * HttpConnection.cs: we were not writing the headers for 0-length
720         responses.
721         * WebConnectionStream.cs: for 204/304 responses with an explicit
722         content-length of 0, release the socket only once.
723         Fixes bug #465638.
724
725 2009-01-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
726
727         * FtpWebRequest.cs: now deleting a file works when we're not in the
728         root directory.
729
730 2008-12-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
731
732         * IPAddress.cs: avoid throwing when parsing a subnet.
733
734 2008-11-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
735
736         * HttpConnection.cs: remove CWL. When reusing, BeginReadRequest might
737         throw if the client closes.
738         * HttpListenerResponse.cs: close the connection for 1.0 clients.
739
740 2008-11-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
741
742         * FtpDataStream.cs: use the socket for reading until the end of a
743         stream that wasn't read entirely. Remove unused ManualResetEvent.
744         * FtpWebRequest.cs: set the file_name when downloading. Update the
745         response status after every SendCommand. Send a "OPTS utf8 on" as MS
746         does (the control cnc reader should do something with UTF8)
747
748 2008-11-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
749
750         * WebRequest.cs: if the cache level is NoCacheNoStore, don't throw
751         when setting the CachePolicy.
752
753 2008-11-03 Gonzalo Paniagua Javier <gonzalo@novell.com>
754
755         * FtpWebRequest.cs: take the server current directory into account
756         when uploading files. Set the data connection type before every
757         transmission.
758         Bug 333985 fixed.
759
760 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
761
762         * FtpWebRequest.cs: disable keep-alive connections as the current code 
763         does not deal with keep-alive connections.
764         Workaround for bug #380262.
765
766 2008-10-30 Gonzalo Paniagua Javier <gonzalo@novell.com>
767
768         * WebConnectionStream.cs: when there's a NTLM authentication in
769         progress, don't let the connection be used by the next request if we
770         have the entire response in the input buffer.
771
772 2008-10-30 Gonzalo Paniagua Javier <gonzalo@novell.com>
773
774         * HttpListenerResponse.cs: removed obsolete comment.
775         * ResponseStream.cs: don't read response.SendChunked until after
776         getting the response headers.
777
778 2008-10-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
779
780         * ServicePointManager.cs: set the default limit of connections from
781         the configuration file(s) on startup.
782         Bug #339422 fixed.
783
784 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
785
786         * HttpWebRequest.cs: don't call ProxyRequest twice.
787         * WebConnectionData.cs: remove unused fields.
788
789         * WebConnection.cs:
790         * WebConnectionStream.cs: when setting the input buffer, check to see
791         if the entire response is already there and free up the request slot.
792         Fixes bug #423156.
793
794         * ResponseStream.cs:
795         * HttpListenerResponse.cs: buffer the headers so that they are sent
796         together with the data on the first Write (if any). The fix above
797         didn't work with our HttpListener without this.
798
799 2008-10-08 Gonzalo Paniagua Javier <gonzalo@novell.com>
800
801         * WebConnection.cs:
802         * ServicePoint.cs:
803         * WebConnectionGroup.cs:
804         * HttpWebRequest.cs:
805         * WebConnectionStream.cs: reuse the same connection when doing NTLM
806         authentication. Fixes bug #323375.
807         Implemented support for UnsafeAuthenticatedConnectionSharing.
808
809 2008-10-08 Gonzalo Paniagua Javier <gonzalo@novell.com>
810
811         * HttpConnection.cs:
812         * HttpListenerResponse.cs: fix typo that caused the "connection close"
813         header to be sent. Do not close the socket when the encoding is not
814         chunked and reuse is possible.
815         Fixes bug #433371.
816
817 2008-10-08 Gonzalo Paniagua Javier <gonzalo@novell.com>
818
819         * HttpWebRequest.cs: if GetRequestStream has already been called,
820         return the same stream that we returned in the first call.
821         Fixes bug #429200.
822
823 2008-10-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
824
825         * ServicePointManager.cs: better handling of possible collisions of the
826         hash for schema/host/port. Fixes bug #417891.
827
828 2008-10-06 Gonzalo Paniagua Javier <gonzalo@novell.com>
829
830         * ChunkStream.cs: (ReadTrailer) make sure the array access is not out
831         of bounds. Fixes bug #322715.
832
833 2008-09-19 Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>
834
835         * WebConnectionStream.cs: when receiving a 0 content-length, free up
836         the slot for the next request immediately.
837         Fixes bug #427974.
838
839 2008-09-16  Miguel de Icaza  <miguel@novell.com>
840
841         * IPv6Address.cs: On the 2.0 profile, avoid throwing/catching
842         exceptions inside TryParse.
843
844 2008-09-12  Miguel de Icaza  <miguel@novell.com>
845
846         * HttpListenerPrefixCollection.cs, EndPointListener.cs,
847         HttpListener.cs, EndPointManager.cs, HttpConnection.cs: Remove
848         generics support where necessary to allow this code to be reused
849         in the 1.0 profile.
850
851 2008-09-08  Miguel de Icaza  <miguel@novell.com>
852
853         * EndPointListener.cs (SearchListener): Cope with the raw_url not
854         being merely a path, but potentially a full URI (see the proxy
855         case). 
856
857         * HttpListenerRequest.cs: Cope with raw_url not being merely a
858         path, but potentially a full Uri.   Also uses TryCreate, hoping
859         that one day it will be faster.
860
861 2008-08-23  Zoltan Varga  <vargaz@gmail.com>
862
863         * WebConnectionStream.cs (WriteRequest): Fix the copying in the
864         previous patch, when bytes.Length != length.
865
866 2008-08-22  Zoltan Varga  <vargaz@gmail.com>
867
868         * WebConnectionStream.cs (WriteRequest): For small requests,
869         cluster together the header + body in a single write call, avoids
870         the latency problems observed in an TLS application that makes
871         many web service calls. 
872
873 2008-08-22  Geoff Norton  <gnorton@novell.com>
874
875         * WebConnection.cs: Set NoDelay
876
877 2008-08-21  Stephane Delcroix  <sdelcroix@novell.com>
878
879         * OpenReadCompletedEventArgs.cs: new Address property for 2.1
880
881 2008-08-06  Miguel de Icaza  <miguel@novell.com>
882
883         * IPAddress.cs (ParseIPV6): Use an exception-less parser for ipv6
884         addresses.
885
886         * IPv6Address.cs: Rewrite most of the parsing code to not use that
887         incredibly fragile, hacky and hacky implementation.
888
889         (TryParse): Provide a exception-less parsing path.
890
891 2008-07-25  Gert Driesen  <drieseng@users.sourceforge.net>μ
892
893 2008-08-06  Atsushi Enomoto  <atsushi@ximian.com>
894
895         * IPAddress.cs : several IPv4 parsing fix exposed by bug #411920.
896
897 2008-08-05  Atsushi Enomoto  <atsushi@ximian.com>
898
899         * WebClient.cs : it should not invoke delegate directly, but should
900           call overridable OnDownloadProgressChanged.
901
902 2008-07-25  Gert Driesen  <drieseng@users.sourceforge.net>μ
903
904         * HttpWebResponse.cs: Initialize contentLength in ctor, as it must
905         remain accessible after the response is disposed (and the headers are
906         no longer available). Adding missing disposed checks in properties
907         (except for StatusCode) and GetResponseHeader. On the 2.0 profile,
908         headers must remain accessible after the HttpWebResponse is disposed.
909
910 2008-06-10  Stephane Delcroix  <sdelcroix@novell.com>
911
912         * IPAddress.cs: allow usage on 2.1 as smcs knows nothing about
913         string.GetEnumerator : IEnumerable<char>
914
915 2008-06-08  Miguel de Icaza  <miguel@novell.com>
916
917         * ResponseStream.cs: Do not Close the HttpResponse object here as
918         it is possible to issue multiple OutputStream.Close calls (they
919         actually happen implicitly through things like StreamWriter.Close,
920         and they are in various MSDN samples).
921
922 2008-05-28 Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>
923
924         * CookieContainer.cs: apply slightly modified patch from rulatir@wp.pl
925         that fixes bug #356537.
926
927 2008-04-30  Miguel de Icaza  <miguel@novell.com>
928
929         * WebPermission.cs (ToXml): To allow code that uses WebPermission
930         to be built. 
931
932 2008-04-21 Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>
933
934         * HttpWebResponse.cs: do not check the disposed status for properties
935         and methods that return response data other than the stream itself.
936         Fixes bug #381223.
937
938 2008-04-16  Marek Habersack  <mhabersack@novell.com>
939
940         * HttpWebRequest.cs: fix an off-by-one bug - the number of
941         redirects must not exceed the value of
942         MaximumAutomaticRedirections. Fixes bug #380131
943
944 2008-04-13  Jb Evain  <jbevain@novell.com>
945
946         * *_2_1.cs: move the specific 2.1 System.Net code to the
947         assembly System.Net.
948
949 2008-04-13  Jb Evain  <jbevain@novell.com>
950
951         * WebRequest_2_1.cs, WebResponse_2_1.cs: new files
952         * HttpWebRequest_2_1.cs, HttpWebResponse_2_1, WebHeaderCollection_2_1:
953         update to Silverlight 2.0b1 API.
954         Merged from the Moonlight 2 branch.
955
956 2008-04-06  <gnorton@novell.com>
957
958         * ListenerAsyncContext.cs: Fix Basic authentication support.  Patch from 
959         Maciej Paszta <paszczi@go2.pl>
960
961 2008-02-21  Zoltan Varga  <vargaz@gmail.com>
962
963         * HttpConnection.cs (Close): Close the socket even if Shutdown throws an exception.
964
965 2008-02-17  Daniel Nauck  <dna@mono-project.de>
966
967         * HttpWebResponse.cs: refactored cookie expires parsing to
968         allow all common expires datetime formats.
969
970 2008-02-09  Daniel Nauck  <dna@mono-project.de>
971
972         * HttpWebResponse.cs: convert UTC/GMT Expires DateTime from a cookie
973         into local time, also set the HttpOnly property if available.
974
975 2008-02-09  Daniel Nauck  <dna@mono-project.de>
976
977         * Cookie.cs: implemented HttpOnly
978
979 2008-01-27  Gert Driesen  <drieseng@users.sourceforge.net>
980
981         * IPAddress.cs (Parse): Changed argument name to match MS.
982         (TryParse): Changed argument name to match MS.
983         (ParseIPV4): Only treat zero-length or " " address as empty on 1.0
984         profile. On 2.0 profile, only ignore characters after blank if last
985         part is valid hex string.
986         * IPv6Address.cs: Removed extra spaces and tabs.
987
988 2008-01-26  Daniel Nauck  <dna@mono-project.de>
989
990         * HttpWebRequest.cs: fixed typo. Use the actual uri for correct
991         cookie header informations and not the originally one.
992
993 2008-01-26  Daniel Nauck  <dna@mono-project.de>
994
995         * Cookie.cs: set Version to '1' if Port is set,
996         don't include path and domain informations when version is 0,
997         match ToString () output with .NET 2.0,
998         fixes bug #316017
999
1000 2008-01-15  Atsushi Enomoto  <atsushi@ximian.com>
1001
1002         * MonoHttpDate.cs : Parse() should return Local time. Fixed bug
1003           #353495.
1004
1005 2008-01-12  Gert Driesen  <drieseng@users.sourceforge.net>
1006
1007         * WebClient.cs: Do not add trailing CRLF in UploadValuesCore. Fixes
1008         standalone test for bug #351049.
1009
1010 2008-01-07  Sebastien Pouliot  <sebastien@ximian.com>
1011
1012         * CredentialCache.cs: Gendarme's AvoidToStringOnStringsRule in
1013         CredentialCacheKey constructor. UseStringEmptyRule on CredentialCache
1014         static ctor (3 times).
1015
1016 2007-12-27  Miguel de Icaza  <miguel@novell.com>
1017
1018         * WebClient.cs: We catch exceptions that happen on the helper
1019         async threads toa void terminating the application on errors, and
1020         also raise a variant of the OnXXXXCompleted methods that take an
1021         Exception argument.
1022
1023         Note that this differs from the .NET implementation in that
1024         we actually raise a signal on error, and set the exception, and in
1025         their case no error is ever raised.
1026
1027         We now call CompleteAsync in the OnXXXCompleted handlers to ensure
1028         that the WebClient can be reused immediately by the callback.
1029
1030         This fixes #350621.
1031
1032         This also should fix the bug report on IRC where someone
1033         complained that they could not "chain" invocations to XXXAsync
1034         methods from the OnXXXXCompleted handlers due to the WebClient
1035         refusing to work if there was an ongoing operation
1036
1037 2007-12-24  Miguel de Icaza  <miguel@novell.com>
1038
1039         * WebClient.cs: Do not validate method to be null, we do not do
1040         that in OpenWrite, the detection is done later on.  
1041
1042         Fixes #350622
1043
1044 2007-12-16  Miguel de Icaza  <miguel@novell.com>
1045
1046         * WebClient.cs: Got the arguments in the wrong order, fix
1047
1048 2007-12-12  Marek Habersack  <mhabersack@novell.com>
1049
1050         * WebClient.cs: DownloadProgressChanged is available only in the
1051         2.0+ profiles.
1052
1053 2007-12-12  Miguel de Icaza  <miguel@novell.com>
1054
1055         * WebClient.cs (DownloadFileCore): use longs for the
1056         ContentLength, although the other code (loading into a byte array,
1057         or a string) still uses ints, the DownloadFileCore should not.
1058
1059 2007-12-11  Miguel de Icaza  <miguel@novell.com>
1060
1061         * WebClient.cs: 
1062
1063         Lots of fixes to get the *Async methods to work.
1064         
1065         * WebClient.cs: async, new boolean flag, used to track whether we
1066         are an async invocation, and if so, we need to invoke some
1067         methods. 
1068
1069         Switch to using System.Threading.Thread instead of the ThreadPool
1070         as there is no way with the ThreadPool to abort threads (to
1071         implemente CancelAsync). 
1072
1073         (CompleteAsync): Helper method used to clear the state after an
1074         async operation completes, otherwise the WebClient can only be
1075         used once. 
1076
1077         (CancelAsync): Use Thread.Interrupt to signal the thread that we
1078         are aborting it (it is a lot milder than Thread.Abort, and we are
1079         in no rush to cancel this anyways); Also the documentation states
1080         that we need to call the WebRequest.Abort method, so we do that in
1081         every Download instance.
1082
1083         (DownloadDataAsync, DownloadFileAsync, DownloadStringAsync,
1084         OpenReadAsync, OpenWriteAsync, UplaodDataAsync, UploadFileAsync,
1085         UploadStringAsync): Make signature parameters match MS; use
1086         threads instead of threadpool (so we can implement CancelAsync),
1087         catch ThreadAbortException here so we can also raise the proper
1088         DownloadDataCompleteEventArgs.
1089
1090         These routines will also call the WebRequest.Abort when
1091         appropriate when ThreadInterrupted is used.
1092         
1093         (ReadAll): Raise DownloadProgressChanged events.
1094         
1095 2007-12-03  Gert Driesen  <drieseng@users.sourceforge.net>
1096
1097         * WebClient.cs: Modified argument checks to match MS, and wrap
1098         exceptions in a WebException. Fixes bug #343064.
1099
1100 2007-12-03  Miguel de Icaza  <miguel@novell.com>
1101
1102         * FtpWebRequest.cs: Applied patch from Jerome Haltom that fixes
1103         multi-line responses (after my fix).
1104
1105         Closes #333978
1106
1107 2007-11-16  Marek Habersack  <mhabersack@novell.com>
1108
1109         * HttpWebRequest.cs: when folding a request into a GET one, set
1110         content length to 0 and kill the buffers. Fixes bug #327314. Patch
1111         from Geoff Norton <gnorton@novell.com>, thanks!
1112
1113 2007-11-13  Atsushi Enomoto  <atsushi@ximian.com>
1114
1115         * WebRequest.cs : added missing ImpersonationLevel (NIE).
1116         * SecurityProtocolType.cs : not [Serializable] in 2.0.
1117         * ServicePoint.cs : no GetHashCode() in 2.0.
1118         * WebRequestMethods.cs : fixed wrong STOU.
1119         * FileWebResponse.cs : no Dispose(true) in 2.0 API.
1120
1121 2007-11-08  Jb Evain  <jbevain@novell.com>
1122
1123         * WebHeaderCollection_2_1.cs: add a custom WebHeaderCollection
1124         for the 2.1 profile.
1125
1126 2007-11-07  Geoff Norton  <gnorton@novell.com>
1127
1128         * ListenerAsyncResult.cs: Only send the 401 header if our authentication
1129         type is Basic or Negotiate (which we default to basic) because that is
1130         all we support.  Set the WWW-Authenticate header when we return a 401 
1131         result.  Send the correct state object in the async result.
1132
1133 2007-11-06  Geoff Norton  <gnorton@novell.com>
1134
1135         * ListenerAsyncResult.cs: If the HttpListener has an authentication
1136         scheme, the user should be presented with a 401 without calling the 
1137         callback.
1138
1139 2007-11-04  Miguel de Icaza  <miguel@novell.com>
1140
1141         * FtpWebRequest.cs (GetResponseStatus): Fix this routine
1142         propertly, refactor, and make it follow Mono coding conventions.
1143
1144 2007-10-30  Jerome Haltom  (wasabi@larvalstage.net)
1145
1146         * FtpWebRequest.cs: adds support for ftp multiline results, fixes
1147         #333978
1148
1149 2007-10-27  Miguel de Icaza  <miguel@novell.com>
1150
1151         * HttpListener.cs: Remove more trigger-happy disposed=true from
1152         the code;   We should only dispose when the Dispose method is
1153         actually called.   Not before.  
1154
1155         Fixes #337371
1156
1157         *  HttpListener.cs (Close): Closing does not mean dispose the
1158         object.   This allows Start/Stop/Start to be called as many times
1159         as desired.
1160
1161         Fixes #337368
1162
1163 2007-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
1164
1165         * FtpWebRequest.cs: Added support for DELETE.
1166
1167 2007-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
1168
1169         * WebRequest.cs: Changed serialization ctor to throw NIE on 1.0
1170         profile. Cache default proxy, but still allow it to be explicitly set
1171         to null. Removed commented code.
1172
1173 2007-10-14 Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>
1174
1175         * WebRequest.cs: DefaultWebProxy allows a null value. Fixes bug #323668.
1176
1177 2007-09-30  Gert Driesen  <drieseng@users.sourceforge.net>
1178
1179         * HttpListenerRequest.cs: Do not store 'method' in upper case, but
1180         instead use case-insensitive comparison.
1181
1182 2007-09-30  Gert Driesen  <drieseng@users.sourceforge.net>
1183
1184         * HttpListenerRequest.cs: Removed dead code. USe String.Length to
1185         check for zero-length string. Use instance field for is_chunked, and
1186         also set it for GET/HEAD/DELETE. Fixed HasEntityBody to return true
1187         when Content-Length > 0, or Transfer-Encoding is chunked.
1188
1189 2007-09-28  Marek Habersack  <mhabersack@novell.com>
1190
1191         * HttpListenerRequest.cs: make sure 'method' is always stored in
1192         upper case.
1193         The DELETE method must not error out on missing Content-Length
1194         header (this is the behavior of the MS.NET version of the
1195         class). Fixes bug #323215.
1196         HasEntityBody should return false when method is GET/HEAD,
1197         content_length is less than or equal to zero or the request is
1198         chunked. Fixes bug #325296
1199
1200 2007-08-29  Atsushi Enomoto  <atsushi@ximian.com>
1201
1202         * IPAddress.cs, IPv6Address.cs : (ToString) output ScopeId.
1203
1204 2007-08-09  Atsushi Enomoto  <atsushi@ximian.com>
1205
1206         * HttpWebRequest_2_1.cs, HttpWebResponse_2_1.cs :
1207           added new sources for those classes for 2.1 (in 2.1 they are
1208           almost abstract, while in 2.0 they are concrete).
1209         * HttpRequestCreator.cs, ServicePoint.cs :
1210           #ifdef 2.0 dependencies out.
1211
1212 2007-06-28  Chris Howie  <cdhowie@nerdshack.com>
1213
1214         * ServicePoint.cs: Implemented BindIPEndPointDelegate.
1215         * FtpWebRequest.cs: Respect ServicePoint.BindIPEndPointDelegate.
1216         * WebConnection.cs: Respect ServicePoint.BindIPEndPointDelegate.
1217
1218 2007-08-08  Jb Evain  <jbevain@novell.com>
1219
1220         * HttpWebRequest.cs: .ctor(Uri) is public in 2.1.
1221
1222 2007-08-03  Jb Evain  <jbevain@novell.com>
1223
1224         * Dns.cs: remove async methods for the 2.1 profile.
1225
1226 2007-07-17  Rodrigo Kumpera  <rkumpera@novell.com>
1227
1228         * HttpListenerRequest.cs: Support for Cookie decoding.
1229         * HttpListenerResponse.cs: Support for encoding cookies on the response sent to the client
1230         * Cookie.cs: new internal method to encode the Cookie in a proper form to sent to clients
1231
1232 2007-07-14 Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>
1233
1234         * WebConnectionStream.cs: implement the CanTimeout for 2.0. Fixes
1235         bug #81504.
1236
1237 2007-07-12  Geoff Norton  <gnorton@customerdna.com>
1238
1239         * HttpListenerContext.cs: 
1240         * HttpListener.cs: Handle HttpListener AuthenticationSchemes
1241         Only Basic authentication is included for now.
1242
1243 2007-06-30  Gert Driesen  <drieseng@users.sourceforge.net>
1244
1245         * NetworkAccess.cs: Only mark as flags enum on 2.0.
1246
1247 2007-06-21  Dick Porter  <dick@ximian.com>
1248
1249         * AuthenticationManager.cs: 
1250         * FtpWebRequest.cs: 
1251         * Cookie.cs: 
1252         * ServicePoint.cs: 
1253         * WebClient.cs: 
1254         * Authorization.cs: 
1255         * FileWebRequest.cs: 
1256         * HttpWebRequest.cs: 
1257         * WebResponse.cs: 
1258         * ServicePointManager.cs: 
1259         * HttpWebResponse.cs: Throw NotImplementedException indirectly, to
1260         reduce noise in Moma reports.
1261
1262 2007-06-20  Atsushi Enomoto  <atsushi@ximian.com>
1263
1264         * ServicePointManager.cs : (bootstrap) build fix.
1265
1266 2007-06-19  Dick Porter  <dick@ximian.com>
1267
1268         * AuthenticationManager.cs: 
1269         * IWebProxyScript.cs: 
1270         * Authorization.cs: 
1271         * Cookie.cs: 
1272         * CookieException.cs: 
1273         * CredentialCache.cs: 
1274         * FileWebRequest.cs: 
1275         * WebRequest.cs: 
1276         * FileWebResponse.cs: 
1277         * WebResponse.cs: 
1278         * FtpWebRequest.cs: 
1279         * HttpWebRequest.cs: 
1280         * DecompressionMethods.cs: 
1281         * HttpWebResponse.cs: 
1282         * ProtocolViolationException.cs: 
1283         * ServicePoint.cs: 
1284         * ServicePointManager.cs: 
1285         * WebClient.cs: 
1286         * WebException.cs: 
1287         * WebHeaderCollection.cs: 
1288         * WebProxy.cs: 
1289         * WebExceptionStatus.cs: 2.0 profile updates
1290
1291 2007-05-18  Gert Driesen  <drieseng@users.sourceforge.net>
1292
1293         * WebConnectionStream.cs: On read timeout, throw WebException with
1294         status Timeout instead of IOException.
1295
1296 2007-05-16  Adar Wesley <adarw@mainsoft.com>
1297
1298         * CookieCollection.cs: added missing method strongly typed CopyTo.
1299
1300         * CredentialCache.cs: added missing methods Add, Remove, GetCredential
1301
1302         * HttpWebRequest.jvm.cs: added missing ClientCertificates getter.
1303
1304         * ServicePoint.cs: added missing method CloseConnectionGroup.
1305
1306         * WebClient.cs: added missing methods OnDownloadProgressChanged,
1307         OnUploadProgressChanged, GetWebRequest, GetWebResponse
1308
1309         * WebHeaderCollection.cs: added missing methods IsRestricted, Add,
1310         Remove, Set.
1311
1312         * WebProxy.cs: added missing method GetObjectData.
1313
1314 2007-05-15  Marek Habersack  <mhabersack@novell.com>
1315
1316         * HttpWebRequest.cs: fold all methods into GET for
1317         redirect/moves. Fixes bug #81624
1318
1319 2007-05-07  Miguel de Icaza  <miguel@novell.com>
1320
1321         Missing second part of the patch.
1322         
1323         * WebHeaderCollection.cs: To be compatible with older versions of
1324         Mono that might have serialized this in a different format, catch
1325         the potential exception, and try the old name.
1326
1327         This should become a practice whenever we fix serialization in the
1328         future. 
1329
1330         This is for #81467
1331
1332 2007-04-23  Marek Habersack  <mhabersack@novell.com>
1333
1334         * EndPointListener.cs: relax prefix matching to succeed in cases
1335         when the prefix ends with / and the request path does not. Fixes
1336         bug #80091.
1337
1338         * CookieCollection.cs: added a SortByPath method to sort the
1339         collection on demand.
1340
1341         * Cookie.cs: do not return "/" for Path if it wasn't set
1342         explicitly.
1343
1344         * CookieContainer.cs: set cookie path only if its version is
1345         "Netscape" and is null or empty. Fixes #81420.
1346         Sort the collection by the path relevance before returning from
1347         the GetCookies method. Fixes bug #81421.
1348
1349 2007-04-17  Joel Reed  <joelwreed@gmail.com>
1350
1351         * WebHeaderCollection.cs: www-authenticate should be multivalue.
1352         This fixes a bug related to RFC 2608 which says in section
1353         "15.2 Offering a Choice of Authentication Schemes"
1354
1355         An HTTP/1.1 server may return multiple challenges with a 401
1356  (Authenticate) response, and each challenge may use a different
1357         scheme.  The order of the challenges returned to the user agent is in
1358         the order that the server would prefer they be chosen. The server
1359         should order its challenges with the "most secure" authentication
1360         scheme first. A user agent should choose as the challenge to be made
1361         to the user the first one that the user agent understands.
1362
1363         Before this change, mono was choosing whatever was sent last,
1364         which was the most insecure authentication option.
1365         
1366 2007-04-10  Marek Habersack  <mhabersack@novell.com>
1367
1368         * HttpListenerRequest.cs: do not include the query start marker
1369         ('?') in the first variable name stored in the QueryString
1370         collection. There is no HTTP header 'Accept-Types' in the
1371         standard, there's only the 'Accept' header that specifies the
1372         accepted MIME types. Fixes bug #81317
1373
1374 2007-03-25 Alan McGovern <alan.mcgovern@gmail.com>
1375
1376         * IPAddress.cs : Further optimisation for the Swap*** methods.
1377
1378 2007-03-24 Alan McGovern <alan.mcgovern@gmail.com>
1379
1380         * IPAddress.cs : Optimised the SwapInt and SwapLong methods.
1381
1382 2007-03-09  Miguel de Icaza  <miguel@novell.com>
1383
1384         * FtpDataStream.cs: Close must be called on the stream before we
1385         attempt to read a status code from the remote server.
1386
1387         Fixes FTP transfers to complete. 
1388
1389 2007-03-05 Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>
1390
1391         * HttpWebRequest.cs: properly handle OPTIONS, which may or may not
1392         have a request body. Fixes bug #80686.
1393
1394 2007-03-02  Marek Habersack  <mhabersack@novell.com>
1395
1396         * WebClient.cs: Overwrite existing files on download, as
1397         documented and as tested on MS.NET. Fixes Bug#81005
1398
1399 2007-02-24  Gert Driesen  <drieseng@users.sourceforge.net>
1400
1401         * HttpWebRequest.cs: Allow Proxy to be set to null on 2.0 profile.
1402
1403 2007-02-18  Geoff Norton  <gnorton@customerdna.com>
1404
1405         * AuthenticationManager.cs: Register the modules in the 2.0 profile
1406         when we create the ArrayList.
1407
1408 2007-02-01  Gert Driesen  <drieseng@users.sourceforge.net>
1409
1410         * WebProxy.cs: In IsBypassed, move address check back to satify unit
1411         tests.
1412
1413 2007-01-30  Ilya Kharmatsky <ilyak -at- mainsoft.com>
1414
1415         * Dns.cs : implemented proper exception handling under TARGET_JVM
1416         when trying to resolve not existing host.
1417
1418 2007-01-28  Gert Driesen  <drieseng@users.sourceforge.net>
1419
1420         * IPAddress.cs: Provide more meaningful exception message on 2.0
1421         profile.
1422
1423 2007-01-28  Gert Driesen  <drieseng@users.sourceforge.net>
1424
1425         * FileWebRequest.cs: Fixed PreAuthenticate and Proxy properties to
1426         no longer throw NotSupportedException. No longer store ContentLength
1427         in headers. Do not allow null or zero-length method. Allow timeout
1428         to be set to -1 (infine). Only disallow GET, HEAD and CONNECT requests.
1429         Removed workarounds for bug #24943. In (Begin)GetRequest overwrite
1430         file if it already exists. Binary serialization compatibility fixes.
1431         * FileWebResponse.cs: Return application/octet-stream as ContentType.
1432
1433 2007-01-28  Gert Driesen  <drieseng@users.sourceforge.net>
1434
1435         * WebHeaderCollection.cs: Fixed binary serialization compatibility 
1436         with MS.
1437
1438 2007-01-28  Gert Driesen  <drieseng@users.sourceforge.net>
1439
1440         * WebProxy.cs: Lazy init bypassList. Fixes for binary serialization
1441         compatibility. Added stub for UseDefaultCredentials (2.0). On 2.0
1442         profile, throw ArgumentNullException in IsBypassed if host is null.
1443
1444 2007-01-22  Miguel de Icaza  <miguel@novell.com>
1445
1446         * HttpWebRequest.cs: Remove unused variable.
1447
1448         * FtpWebRequest.cs: Remove unused variable.
1449
1450         * WebHeaderCollection.cs: Remove a handful of NotImplementedException's
1451
1452 2007-01-11  Miguel de Icaza  <miguel@novell.com>
1453
1454         * HttpListenerRequest.cs (SetRequestLine): Add validation for the
1455         verbs. 
1456
1457         Allow any verbs to go through, not only
1458         the white list of verbs.
1459
1460         Fixes: 80504
1461
1462 2007-01-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1463
1464         * RequestStream.cs: initialize the stream in both ctors. Fixes a couple
1465         of unit tests.
1466
1467 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
1468
1469         * HttpWebRequest.jvm.cs: Fixed line endings.
1470         * HttpWebResponse.jvm.cs: Same.
1471         * WebException.cs: Same.
1472         * FtpWebRequest.cs: Same.
1473         * VMWHttpProvider.jvm.cs: Same.
1474
1475 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
1476
1477         * DnsPermissionAttribute.cs: Fixed line endings.
1478         * HttpVersion.cs: Same.
1479         * FtpWebResponse.cs: Same.
1480         * HttpContinueDelegate.cs: Same.
1481         * FtpAsyncResult.cs: Same.
1482         * EndpointPermission.cs: Same.
1483         * IPv6Address.cs: Same.
1484         * FtpDataStream.cs: Same.
1485         * SocketPermission.cs: Same.
1486         * FileWebRequest.cs: Same.
1487         * FileWebResponse.cs: Same.
1488         * DnsPermission.cs: Same.
1489         * ProtocolViolationException.cs: Same.
1490         * MonoHttpDate.cs: Same.
1491         * SocketPermissionAttribute.cs: Same.
1492         * CookieException.cs: Same.
1493         * WebResponse.cs: Same.
1494         * DefaultCertificatePolicy.cs: Same.
1495
1496 2006-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
1497
1498         * IPAddress.cs: On 1.1, 4-byte addresses are not supported in the 
1499         ctor. Added null checks for the address passed in the ctors.
1500
1501 2006-12-28  Miguel de Icaza  <miguel@novell.com>
1502
1503         * IPAddress.cs: The condition in 1.1 was broken, it only allowed
1504         16-byte addresses, and never 4-byte addresses (only 2.0 had
1505         them).  
1506
1507         Keep a single code path.
1508
1509         Also, remove all the NET_1_1 defines, we realistically only
1510         distinguish between 1.1 and 2.0, we wont likely support 1.0, 1.1
1511         and 2.0, so remove the 1.0 vs 1.1 conditionals.
1512
1513         Fixes 76792
1514         
1515 〓2006-12-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1516
1517         * WebConnectionStream.cs: fix error in my last patch. Thanks to Felipe
1518         Almeida.
1519
1520 2006-12-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1521
1522         * WebConnection.cs:
1523         * HttpWebRequest.cs:
1524         * WebConnectionStream.cs: detect errors writing headers earlier and
1525         avoid race that showed up with SSL. Fixes bug #80234.
1526
1527 2006-12-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1528
1529         * EndPointListener.cs:
1530         * ListenerPrefix.cs:
1531         * ResponseStream.cs:
1532         * ChunkedInputStream.cs:
1533         * HttpConnection.cs:
1534         * RequestStream.cs: add initial support for HTTPS.
1535
1536 2006-12-18  Atsushi Enomoto  <atsushi@ximian.com>
1537
1538         * FtpStatus.cs : The build gets broken when only-2.0 classes/members
1539           are not excluded in 1.x build.
1540
1541 2006-12-18  David Elkind  <davide@mainsoft.com>
1542
1543         * FtpAsyncResult.cs : FTP request is now working and covers about 100% of .NET API
1544         * FtpDataStream.cs: FTP request is now working and covers about 100% of .NET API
1545         * FtpWebRequest.cs: FTP request is now working and covers about 100% of .NET API
1546         * FtpWebResponse.cs: FTP request is now working and covers about 100% of .NET API
1547         * FtpStatus.cs: added composite status (includes status code and status description)
1548
1549 2006-12-04  Konstantin Triger  <kostat@mainsoft.com>
1550
1551         * WebRequest.cs, WebResponse.cs: TARGET_JVM limitation workaround.
1552
1553 2006-12-04  Konstantin Triger  <kostat@mainsoft.com>
1554
1555         * ServicePointManager.cs: correct assignment typo.
1556         * ServicePoint.cs: Remove unneeded locks for getters, add internal setter.
1557
1558 2006-11-27  Miguel de Icaza  <miguel@novell.com>
1559
1560         * WebRequest.cs: Instead of throwing NotImplemented exceptions,
1561         call GetMustImplement, that way we do not need the whitelist, and
1562         we save a handful of opcodes.
1563
1564 2006-11-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1565
1566         * HttpWebRequest.cs: add 2 more methods that are not supposed to have
1567         a body. Fixes bug #80001.
1568
1569 2006-11-15  Andrew Skiba  <andrews@mainsoft.com>
1570
1571         * WebHeaderCollection.cs: add stubs for new 2.0 properties.
1572
1573 2006-11-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1574
1575         * HttpWebResponse.cs: cookies are actually added to the request
1576         container if any. Fixes bug #79821.
1577
1578 2006-11-02  Michael Hutchinson  <m.j.hutchinson@gmail.com>
1579
1580         * WebRequest.cs: more closely follow MS behaviour: use system settings 
1581           unless told otherwise, and respect app.config.
1582
1583 2006-11-01  Michael Hutchinson  <m.j.hutchinson@gmail.com>
1584
1585         * GlobalProxySelection.cs: Obsolete GlobalProxySelection under 2.0 
1586           profile, and move code to new property WebRequest.DefaultWebProxy.
1587         * WebRequest.cs: Implement new 2.0 property DefaultWebProxy.
1588           Add support for config option UseSystemDefault using simplistic
1589           implementation of new 2.0 method GetSystemWebProxy ().
1590
1591 2006-10-30  Atsushi Enomoto  <atsushi@ximian.com>
1592
1593         * FtpWebRequest.cs : more build fixes.
1594
1595 2006-10-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1596
1597         * EndPointListener.cs: update comment and avoid exception when the
1598         program is exiting.
1599
1600 2006-10-30  Miguel de Icaza  <miguel@novell.com>
1601
1602         * WebRequestMethods.cs: Another typo fix.
1603
1604         * ServicePointManager.cs: Set the default properly.
1605
1606         * SecurityProtocolType.cs: Remove non-existant defines. 
1607
1608 2006-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1609
1610         * HttpWebRequest.cs: internally allow buffer if it's not a known
1611         GET-only method instead of enabling that only for POST/PUT. Fixes bug
1612         #79595.
1613
1614 2006-09-28 Andrew Skiba <andrews@mainsoft.com>
1615
1616         * WebConnection.cs: TARGET_JVM
1617
1618 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1619
1620         * WebException.cs: patch by Andrew Skiba that fixes serialization
1621         compatibility with .NET and the default value for status.
1622
1623 2006-09-28  Andrew Skiba <andrews@mainsoft.com>
1624
1625         * Dns.cs: TARGET_JVM
1626
1627 2006-09-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1628
1629         * CookieContainer.cs: send the cookies from the collection we got for
1630         the given URI, not the whole collection.
1631         * HttpWebResponse.cs: only add the cookies to this instance, not to the
1632         cookie container set in the request.
1633
1634 2006-09-11  Sebastien Pouliot  <sebastien@ximian.com>
1635
1636         * WebConnection.cs: Patch to remove the hack that was required for 
1637         using the older versions of the SSL/TLS classes. This hack is no more
1638         required :-). Patch by Gonzalo Paniagua Javier.
1639
1640 2006-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1641
1642         * HttpConnection.cs: when the content length is available, keep it
1643         updated after synchronous read. Renamed 'available' to 'remaining_body'.
1644         * RequestStream.cs: when creating the stream, pass the remaining length
1645         starting from the offset in the buffer.
1646
1647 2006-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1648
1649         * RequestStream.cs: make sure we return 0 when no more bytes left.
1650         Paticularly, when we have a content length and the whole response is
1651         buffered.
1652
1653 2006-08-20  Miguel de Icaza  <miguel@novell.com>
1654
1655         * RequestStream.cs (Read): A bug fix for #79112 and what I
1656         consider to be an important change.
1657
1658         The bug fix is that we update the "available" variable as soon as
1659         we consume data from Read, this means that a second call into Read
1660         wont block.   Available was only being updated on a secondary code
1661         path, now we alwaysupdate it after using FillFromBuffer.
1662
1663         The second component is what I believe the right behavior should
1664         be.  There was a check for "if count > available" that set count
1665         to available in that case.   The idea was to limit the data read
1666         from the buffer that belonged to this particular request, to allow
1667         pipelining. 
1668
1669         But this test was done after FillFromBuffer, which assumed that
1670         all the data held in the buffer (the one used by FillFromBuffer)
1671         must belong to the this request, and only future data did not.
1672
1673         I think my change is correct, but it assumes that the initialized
1674         RequestStream will be used for other pipelined HTTP requests,
1675         which is not something am 100% sure of, so Gonzalo needs to check
1676         this. 
1677
1678 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1679
1680         * Cookie.cs: avoid nullref in GetHashCode and Equals.
1681
1682 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1683
1684         * CookieCollection.cs:
1685         * CookieContainer.cs: remove expired cookies.
1686
1687 2006-07-07  Atsushi Enomoto  <atsushi@ximian.com>
1688
1689         * Dns.cs : (GetHostEntry) when passed IP addresses, it does not issue
1690           query to DNS. Patch by Petri Latvala.
1691
1692 2006-07-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1693
1694         * CookieContainer.cs: don't send a secure cookie over an insecure
1695         channel.
1696
1697 2006-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1698
1699         * WebProxy.cs: (IsBypassed) 'loopback', 'localhost' and any address
1700         that starts with 127 are special.
1701
1702 2006-05-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1703
1704         * HttpListener.cs: Fixes race condition in BeginGetContext. Patch by
1705         Pawel Sakowski that fixes bug #78365.
1706
1707 2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
1708
1709         * ServicePointManager.cs : oops, CONFIGURATION_DEP.
1710
1711 2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
1712
1713         * GlobalProxySelection.cs : if corresponding config section is
1714           DefaultProxySection then use it.
1715
1716 2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
1717
1718         * WebRequest.cs : if corresponding config section is
1719           WebRequestModulesSection then use it.
1720
1721 2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
1722
1723         * ServicePointManager.cs : if corresponding config section is
1724           ConnectionManagementSection then use it.
1725
1726 2006-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1727
1728         * ResponseStream.cs:
1729         * HttpListenerResponse.cs: allow 0 length POST. Patch by Horst Reiterer.
1730         Closes bug #78316.
1731
1732 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1733
1734         * CredentialCache.cs: added DefaultNetworkCredentials.
1735
1736 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1737
1738         * NetworkCredential.cs: implement ICredentialsByHost interface.
1739
1740 2006-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1741
1742         * WebConnection.cs: reset the challenge and the status code when
1743         creating the tunnel and sending the proxy auth. headers. Improve error
1744         message when there's an error creating the tunnel.
1745         * HttpWebRequest.cs: don't trigger an early throw for a POST that gets
1746         a 401 or 407 response.
1747
1748 2006-04-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1749
1750         * WebConnectionData.cs:
1751         * WebConnection.cs:
1752         * HttpWebRequest.cs: when tunneling an ssl conneciton through a proxy,
1753         we were not handling a proxy authentication request. Fixes bug #78150
1754         take 2.
1755
1756 2006-04-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1757
1758         * WebProxy.cs: a .ctor was not forwarding the 'credentials' argument.
1759         This fixes bug #78150. Also fix the bypass check for local requests.
1760
1761 2006-04-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1762
1763         * WebProxy.cs: removed bogus ^M.
1764
1765 2006-04-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1766
1767         * HttpWebResponse.cs: don't remove the Set-Cookie headers. Fixes bug
1768         #78028.
1769
1770 2006-04-04  Atsushi Enomoto  <atsushi@ximian.com>
1771
1772         * WebClient.cs : added a bunch of async method support.
1773
1774 2006-04-03  Chris Toshok  <toshok@ximian.com>
1775
1776         * HttpWebResponse.cs (ContentEncoding): return "" if the header
1777         isn't present.
1778
1779 2006-03-30  Atsushi Enomoto  <atsushi@ximian.com>
1780
1781         * DownloadStringCompletedEventHandler.cs : missing delegate.
1782
1783 2006-03-30  Atsushi Enomoto  <atsushi@ximian.com>
1784
1785         * Dns.cs : minor argument renaming.
1786
1787 2006-03-28  Atsushi Enomoto  <atsushi@ximian.com>
1788
1789         * DownloadDataCompletedEventArgs.cs
1790           DownloadDataCompletedEventHandler.cs
1791           DownloadProgressChangedEventArgs.cs
1792           DownloadProgressChangedEventHandler.cs
1793           DownloadStringCompletedEventArgs.cs
1794           OpenReadCompletedEventArgs.cs
1795           OpenReadCompletedEventHandler.cs
1796           OpenWriteCompletedEventArgs.cs
1797           OpenWriteCompletedEventHandler.cs
1798           UploadDataCompletedEventArgs.cs
1799           UploadDataCompletedEventHandler.cs
1800           UploadFileCompletedEventArgs.cs
1801           UploadFileCompletedEventHandler.cs
1802           UploadProgressChangedEventArgs.cs
1803           UploadProgressChangedEventHandler.cs
1804           UploadStringCompletedEventArgs.cs
1805           UploadStringCompletedEventHandler.cs
1806           UploadValuesCompletedEventArgs.cs
1807           UploadValuesCompletedEventHandler.cs : added 2.0 types.
1808
1809 2006-03-28  Atsushi Enomoto  <atsushi@ximian.com>
1810
1811         * Dns.cs : filled missing NET_2_0 members.
1812
1813 2006-03-28  Atsushi Enomoto  <atsushi@ximian.com>
1814
1815         * IPAddress.cs : ugh, I was testing with run-test-ondotnet, not
1816           run-test. Those IPv6 properties needed to be reimplemented.
1817
1818 2006-03-27  Atsushi Enomoto  <atsushi@ximian.com>
1819
1820         * IPAddress.cs : added NET_2_0 TryParse() and IPv6 related properties.
1821
1822 2006-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1823
1824         * WebConnectionStream.cs: avoid Begin/EndWrite when the body length is
1825         zero.
1826
1827 2006-03-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1828
1829         * HttpWebRequest.cs: send the request if ContentLength is set for
1830         POST/PUT, the request stream has that exact amount of bytes in it and
1831         we're trying to get the response stream.
1832
1833         This way, closing the request stream is not needed in order to actually
1834         send the request. Fixes bug #77753.
1835
1836         * WebConnectionStream.cs: throw if the number of bytes written is
1837         greater than the specified request content length.
1838
1839 2006-03-11  Miguel de Icaza  <miguel@novell.com>
1840
1841         * WebClient.cs: Only expose the right methods to avoid warnings. 
1842
1843         * FtpDataStream.cs (Dispose): Fix signature.
1844
1845         * FtpWebResponse.cs: Comment out keepAlive field (unused, sounds
1846         like we are missing features here).
1847
1848         * IPAddress.cs: Move m_HashCode property to the end, and set
1849         pragmas to disable warnings.
1850
1851 2006-02-16  Dick Porter  <dick@ximian.com>
1852
1853         * IPEndPoint.cs: The SocketAddress AddressFamily takes up the
1854         first two bytes, not just one.  Check the size of the
1855         SocketAddress buffer for IPv6 as well.
1856
1857         * Dns.cs: Cope when GetHostByName_internal or
1858         GetHostByAddr_internal returns fewer items in the array than it
1859         intended to (maybe due to conversion errors.)
1860
1861 2006-02-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1862
1863         * FtpWebResponse.cs: Add UpdateStatus method, to update both
1864         statusCode and statusDescription at the same time. 
1865
1866 2006-02-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1867
1868         * FtpWebRequest.cs: Remove WebExceptionStatus argument
1869         from CreateExceptionFromResponse, since exceptions gotten
1870         from server response always have a WebExceptionStatus.ProtocolError
1871         value.
1872         
1873 2006-02-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1874
1875         * FtpWebRequest.cs: Add renaming support when using 
1876         WebRequestMethods.Ftp.Rename method.
1877         
1878 2006-02-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1879
1880         * ChunkedInputStream.cs:
1881         * ChunkStream.cs: handle partial trailers and zero reads. Patch by Pawel
1882         Sakowski.
1883
1884 2006-02-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1885
1886         * HttpWebRequest.cs: don't send the expect-100 if if there's no content.
1887
1888         * HttpListenerRequest.cs:
1889         * HttpConnection.cs:
1890         * RequestStream.cs: use the content length header to avoid reading past
1891         the end of the stream.
1892
1893         Patch by Horst Reiterer.
1894
1895 2006-02-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1896
1897         * FtpWebRequest.cs: Add supportedCommands array with the sorted
1898         methods, to search using Array.BinarySearch. Remove CheckMethod.
1899
1900 2006-02-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1901
1902         * FtpWebRequest.cs: Fixed some typos and small issues.
1903         
1904 2006-02-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1905
1906         * HttpWebRequest.cs: dummy implementation of UnsafeAuthenticationBlah
1907         property.
1908
1909 2006-02-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1910
1911         * FtpRequestCreator.cs: 
1912         * FtpAsyncResult.cs:
1913         * FtpDataStream.cs:
1914         * FtpWebRequest.cs:
1915         * FtpWebResponse.cs: Initial implementation of FtpWebRequest (2.0)
1916         
1917 2006-02-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1918
1919         * FtpStatusCode.cs: Fix a typo.
1920         
1921 2006-01-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1922
1923         * WebClient.cs: (2.0) UploadString() returns string, not void.
1924
1925 2006-01-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1926
1927         * HttpWebResponse.cs: ignore non-integer values for max-age and version.
1928         Fixes bug #77199. Thanks to Cyrille Colin.
1929
1930 2006-01-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1931
1932         * HttpWebResponse.cs: cope with malformed cookies with '=' as value.
1933         Patch by Cyrille Colin. Fixes bug #77179.
1934
1935 2005-12-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1936
1937         * FtpStatusCode.cs: New 2.0 enum.
1938
1939 2005-12-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1940
1941         * CookieContainer.cs: fix matching of subdomains. Patch by Cyrille
1942         Colin.
1943
1944 2005-12-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1945
1946         * HttpWebResponse.cs: don't loop forever when no name or value between
1947         semicolons. Fixes bug #76943.
1948
1949 2005-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1950
1951         * HttpWebResponse.cs: don't fail if the cookie ends with a 'name'
1952         without a value. Fixes bug #76922.
1953
1954 2005-11-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1955
1956         * EndPointListener.cs:
1957         * HttpListenerRequest.cs: don't require the Host header for 1.0. Just
1958         map that to the '*' or '+' host.
1959
1960 2005-11-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1961
1962         * IPAddress.cs: the byte[] ctor supports length 4 in .NET 2.0.
1963         Fixes bug #76792.
1964
1965 2005-11-21 Senganal T   <tsenganal@novell.com>
1966
1967         * Dns.cs : corrected a mistake in GetHostEntry ()
1968
1969 2005-11-21 Senganal T   <tsenganal@novell.com>
1970
1971         * Dns.cs : added GetHostEntry() method for 2.0 api conformance
1972
1973 2005-11-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1974
1975         * HttpRequestHeader.cs: add missing values.
1976
1977 2005-11-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1978
1979         * HttpListenerPrefixCollection.cs:
1980         * HttpWebResponse.cs:
1981         * Dns.cs:
1982         * HttpListenerRequest.cs:
1983         * HttpWebRequest.cs:
1984         * HttpListenerResponse.cs: a few signature fixes for 2.0.
1985
1986 2005-11-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1987
1988         * HttpListenerPrefixCollection.cs:
1989         * EndPointListener.cs:
1990         * HttpStreamAsyncResult.cs:
1991         * HttpListenerContext.cs:
1992         * HttpListenerBasicIdentity.cs:
1993         * AuthenticationSchemeSelector.cs:
1994         * HttpListener.cs:
1995         * WebHeaderCollection.cs:
1996         * ListenerPrefix.cs:
1997         * HttpListenerException.cs:
1998         * HttpResponseHeader.cs:
1999         * EndPointManager.cs:
2000         * HttpListenerRequest.cs:
2001         * HttpRequestHeader.cs:
2002         * BindIPEndPoint.cs:
2003         * ResponseStream.cs:
2004         * ChunkedInputStream.cs:
2005         * HttpStatusCode.cs:
2006         * ListenerAsyncResult.cs:
2007         * ChunkStream.cs:
2008         * HttpConnection.cs:
2009         * HttpUtility.cs:
2010         * HttpListenerResponse.cs:
2011         * RequestStream.cs: initial implementation of HttpListener. There are
2012         a few TODOs left (cookies, HTTPS) but almost everything else is in.
2013
2014 2005-11-15  Sebastien Pouliot  <sebastien@ximian.com>
2015
2016         * IPv6Address.cs: Added on overload to ToString to get a the full 
2017         length address returned (as required by System.Uri).
2018
2019 2005-11-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2020
2021         * WebRequestMethods.cs: New 2.0 class.
2022         
2023 2005-11-05  Atsushi Enomoto  <atsushi@ximian.com>
2024
2025         * WebClient: use POST for DownloadData(). Fixed bug #76631.
2026
2027 2005-10-26  Atsushi Enomoto  <atsushi@ximian.com>
2028
2029         * AuthenticationSchemes.cs : Fixed enum values and added [Flags].
2030
2031 2005-10-19  Atsushi Enomoto  <atsushi@ximian.com>
2032
2033         * WebClient.cs : added net_2_0 DownloadString() and DownloadData()
2034           with HTTP method as well.
2035
2036 2005-10-19  Atsushi Enomoto  <atsushi@ximian.com>
2037
2038         * WebClient.cs : added UploadString() and Encoding (net_2_0). Added
2039           some new overloaded stuff that takes Uri instead of string address.
2040
2041 2005-10-17  Sebastien Pouliot  <sebastien@ximian.com> 
2042
2043         * ICredentialPolicy.cs: New. Interface for 2.0.
2044
2045 2005-10-05  Atsushi Enomoto  <atsushi@ximian.com>
2046
2047         * AuthenticationSchemes.cs : new 2.0 enum.
2048
2049 2005-08-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2050
2051         * GlobalProxySelection.cs: remove double lock.
2052         * HttpWebRequest.cs: remove double lock in GetServicePoint() and use
2053         a private object when locking.
2054
2055 2005-07-15  Miguel de Icaza  <miguel@novell.com>
2056
2057         * DigestClient.cs: Fix bug #75556, the qop argument must be
2058         quoted, per http://www.faqs.org/rfcs/rfc2617.html section
2059         `quo-options'.
2060
2061 2005-07-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2062
2063         * WebConnectionStream.cs: initiate writing the body before trying to
2064         read. This fixes the performance problems observed in web services.
2065         Closes bug #75455.
2066
2067 2005-06-27  Lluis Sanchez Gual <lluis@novell.com>
2068
2069         * IPAddress.cs: Changed field names for the sake of serialization
2070         interoperability with MS.NET.
2071         
2072 2005-06-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2073
2074         * WebConnection.cs: if cnc.EndRead throws, mark the asyncresult as done.
2075         * WebConnectionStream.cs: if we're done with the body of a chunk, don't
2076         require the next chunk header to be there, as some servers might close
2077         the connection (while also sending 'Connection: close').
2078
2079 2005-06-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2080
2081         * HttpWebRequest.cs: MS implementation follows redirects for POST. Seems
2082         to me that this is against 10.3.3 in RFC 2616, but may be the user
2083         'authorization' to do this is implicit in AllowAutoRedirect...
2084
2085 2005-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2086
2087         * WebConnection.cs: SslClientStream.BeginRead might not be asynchronous
2088         if there's no record available to read. This is a workaround that makes
2089         the call to BeginRead itself asynchronous. Fixes bug #75342.
2090
2091 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2092
2093         * WebConnection.cs:
2094         * HttpWebRequest.cs:
2095         * WebConnectionStream.cs: initiate the polling for input data after
2096         sending the header so that we detect any response that the server sends
2097         back even if we're still trying to write the request for a POST/PUT.
2098         If we get the response (or an error) before any one calls GetResponse(),
2099         keep it around instead of ignoring it.
2100
2101 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2102
2103         * HttpWebRequest.cs: send the right header/user/password in
2104         PreAuthenticate in presence of a proxy.
2105
2106 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2107
2108         * IPv6Address.cs: fix IsLoopback. Closes bug #75128.
2109
2110 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2111
2112         * IPv6Address.cs: don't do extra check on ipv4 if this is a ipv6
2113         address. Fixes bug #75125.
2114
2115 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2116
2117         * ServicePointManager.cs: when going through a proxy, use 2 different
2118         service points depending on the scheme. Fixes bug #75135.
2119
2120 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2121
2122         * Dns.cs: don't parse the address when it comes from an IPAddress.
2123
2124 2005-05-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2125
2126         * WebConnection.cs: prevent 2 nullrefs when the aborting during
2127         Connect() and reset the status to Success before starting a new
2128         request.
2129
2130 2005-05-19  Sebastien Pouliot  <sebastien@ximian.com>
2131
2132         * WebRequest.cs: Throw NotImplementedException (not NotSupported
2133         Exception) for stuff that should have been abstract. No exception
2134         is thrown by the serialization constructor.
2135
2136 2005-05-04 James Willcox  <james@ximian.com>
2137
2138         * DigestClient.cs: convert to a hex string with "X8" consistently
2139         for nc-value
2140
2141 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2142
2143         * WebConnection.cs: don't rethrow errors in Write, as the error will be
2144         received by GetResponse*. The result is that the threadpool thread doing
2145         this will not end up printing the exception. Fixes bug #74817.
2146
2147 2005-05-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2148
2149         * ServicePoint.cs: HostEntry needs to be thread safe.
2150
2151 2005-05-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2152
2153         * WebConnection.cs: removed a 'slightly' important line by mistake.
2154         * WebConnectionStream.cs: if the transfer encoding is chunked, ignore
2155         content-length header if present.
2156
2157 2005-05-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2158
2159         * WebConnection.cs: no need to use an AutoResetEvent.
2160         * WebConnectionStream.cs: don't start any more reads on the socket
2161         after getting a 0 signalling the end. This fixes Ben's infamous foo.cs
2162         test.
2163
2164 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2165
2166         * BasicClient.cs: firefox/IE just send latin1, stripping the high byte
2167         from unicode >= 256 characters.
2168
2169 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2170
2171         * BasicClient.cs: use latin1 when encoding the username/domain/password.
2172         Fixes bug #74745.
2173
2174 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2175
2176         * WebConnectionStream.cs: if the BeginRead/BeginWrite is completed
2177         synchronously, no need to create the ManualResetEvent to wait on.
2178
2179 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2180
2181         * WebConnectionStream.cs: call SetComplete in EndWrite when we're not
2182         buffering the request body. Fixes bug #74637.
2183
2184         * WebAsyncResult.cs: renamed field.
2185
2186 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2187
2188         * WebConnectionStream.cs:
2189         * WebAsyncResult.cs: ensure we only call EndRead once per async. result.
2190         Update total before invoking the callback when present.
2191
2192 2005-04-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2193
2194         * WebConnection.cs:
2195         * WebConnectionStream.cs: don't start reading until we've sent at least
2196         the headers. This way we ensure that a Write happens before any Read,
2197         which is needed by the SSL code.
2198
2199 2005-04-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2200
2201         * HttpWebRequest.cs: ensure we read everything before redirecting.
2202
2203 2005-04-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2204
2205         * WebConnectionStream.cs: provide a default callback when doing async.
2206         read/write and waiting for a timeout so that the callback sets the
2207         event and we don't block forever. Fixes bug #74539 take 3.
2208
2209 2005-04-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2210
2211         * WebConnection.cs:
2212         * HttpWebRequest.cs: now Abort() works properly. Fixes bug #74177.
2213
2214 2005-04-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2215
2216         * WebConnection.cs: fix some breakage from my last patch.
2217         * WebConnectionStream.cs: invoke the callback when done even in EndRead.
2218
2219 2005-04-10  Sebastien Pouliot  <sebastien@ximian.com>
2220
2221         * WebConnection.cs: Added support for TrustFailure when throwing a
2222         WebException. Fix bug #74286.
2223
2224 2005-04-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2225
2226         * HttpWebRequest.cs: 
2227         * WebConnectionStream.cs: implemented support for ReadWriteTimeout.
2228
2229 2005-04-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2230
2231         * WebConnection.cs: if we're reading chunked data and didn't use the
2232         stream to read, we gotta set the async. result as complete and invoke
2233         the callback. Don't call nstream.EndRead with the wrong IAsyncResult.
2234
2235         * WebConnectionStream.cs: in EndRead, pass the correct IAsyncResult to
2236         cnc.EndRead. Lock on a field instead of 'this'.
2237
2238 2005-04-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2239
2240         * HttpWebRequest.cs: throw the exception if we got an error, as now
2241         it's catched in the redirection handling code.
2242
2243 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2244
2245         * HttpWebRequest.cs: moved redirection handling to a proper place.
2246
2247 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2248
2249         * WebHeaderCollection.cs: added if-modified-since to the list of
2250         restricted headers.
2251
2252         * ServicePoint.cs: use a field object when locking.
2253
2254 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2255
2256         * WebConnectionStream.cs: ForceCompletion actually calls NextRead. No
2257         need to wait for a Close/ReadAll when we have no content.
2258
2259 2005-04-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2260
2261         * NtlmClient.cs: fix typo in assembly name.
2262
2263 2005-03-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2264
2265         * CookieContainer.cs: adding to a CookieCollection might not increment
2266         the number of items if the cookie is replaced. Now Count works properly.
2267         Fixed an array index exception (typo).
2268
2269         * CookieCollection.cs: also compare the version.
2270
2271         * HttpWebResponse.cs: when we have cookies, add them to the request
2272         container.
2273
2274         * HttpWebRequest.cs: changed last parameter of HttpWebResponse ctor.
2275
2276 2005-03-30  Miguel de Icaza  <miguel@novell.com>
2277
2278         * Cookie.cs: Compare using the InvariantCulture, to match the
2279         behavior of CookieContainer that already did this.
2280
2281 2005-03-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2282
2283         * WebConnection.cs: we don't need to trigger the next queued request
2284         until the response is closed.
2285
2286 2005-03-29  Miguel de Icaza  <miguel@novell.com>
2287
2288         * HttpWebResponse.cs: Handle quotations in the cookies values, per
2289         the spec http://www.faqs.org/rfcs/rfc2109.html, it is allowed to
2290         have quotations.
2291
2292 2005-03-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2293
2294         * BasicClient.cs:
2295         * DigestClient.cs: check that GetCredential() does not return null.
2296
2297 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2298
2299         * BasicClient.cs: ensure credentials are not null.
2300
2301 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2302
2303         * HttpWebResponse.cs: moved cookie parsing into its own class.
2304         * WebHeaderCollection.cs: remove (probably bogus) GetMultipleValues
2305         call.
2306         * HttpWebRequest.cs: don't let exception raised in the ctor of
2307         HttpWebResponse vanish.
2308
2309         Fixes bug #73275.
2310
2311 2005-03-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2312
2313         * WebHeaderCollection.cs: handle commas inside quotes when splitting
2314         a multi-value header. Fixes bug #73151.
2315
2316 2005-02-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2317
2318         * DigestClient.cs: fix for digest auth. and URIs containing query. Patch
2319         by James Wilcox. Fixes bug #72571.
2320
2321 2005-02-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2322
2323         * HttpWebResponse.cs:
2324         * WebConnection.cs:
2325         * HttpWebRequest.cs:
2326         * WebConnectionStream.cs: don't read the entire response unless the
2327         user requests it. Fixes bug #72443.
2328
2329 2005-02-08  Zoltan Varga  <vargaz@freemail.hu>
2330
2331         * IPv6Address.cs: Fix endianess problems.
2332
2333         * IPAddress.cs: Fix misleading comments.
2334
2335 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2336
2337         * HttpWebRequest.cs: send the headers when we're supposed to write
2338         a POST/PUT but call GetResponse before GetRequestStream.
2339
2340         * WebConnectionStream.cs: new RequestWritten property.
2341
2342 2005-01-20  Jonathan Pryor  <jonpryor@vt.edu>
2343
2344         * EndpointPermission.cs: Fix IsSubsetof(hostname) so that the regression 
2345           tests work.  In particular, IsSubsetOf ("12.13.*.*", "12.13.14.*") failed
2346           because 14 wasn't a subset of * (which it is).  Fix: if part1 is we 
2347           continue to the next portion.
2348
2349 2005-01-20  Jonathan Pryor  <jonpryor@vt.edu>
2350
2351         * IPAddress.cs (ParseIPV4): Fix so that the regression tests work.  In
2352           particular, " foo" and ".1.1.6" weren't being caught (" foo" because it
2353           started with a space, and ".1.1.6" because the split string accepted a
2354           0-length portion, which would make 1...6 valid, but isn't valid based on
2355           similar test cases).
2356
2357 2005-01-20  Jonathan Pryor  <jonpryor@vt.edu>
2358
2359         * WebHeaderCollection.cs: Fix GetValues(string) to split the values on
2360           commas if the header is a Multi-Value header.  This matches
2361           MonoTests.System.Net.WebHeaderCollectionTest.
2362
2363 2005-01-19  Sebastien Pouliot  <sebastien@ximian.com>
2364
2365         * WebPermissionAttribute.cs: Fixed NET_1_1 behaviour.
2366
2367 2004-12-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2368
2369         * WebConnectionStream.cs: remove unneeded check. Write detects and
2370         triggers the exception now.
2371
2372 2004-12-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2373
2374         * AuthenticationManager.cs: don't lock on a public Type.
2375         * HttpWebRequest.cs: read the error response for auth. errors.
2376
2377 2004-12-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2378
2379         * HttpWebRequest.cs: set webResponse back to null when redirecting.
2380         Fix the previous patch so that it reads the whole response even if
2381         auto-redirect is not enabled. Closes bug #70484.
2382
2383 2004-12-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2384
2385         * HttpWebResponse.cs: added ReadAll method.
2386
2387         * WebConnection.cs: in HandleError, set the response error after
2388         closing the socket. Use an async. delegate to finish reading any prior
2389         WebConnectionStream.
2390
2391         * HttpWebRequest.cs: for error responses that allow content, read the
2392         stream immediately. Fixes bug #70483.
2393
2394 2004-12-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2395
2396         * CookieContainer.cs: quote the port number.
2397
2398 2004-12-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2399
2400         * WebConnection.cs:
2401         * WebConnectionStream.cs: removed TryReconnect. It's no longer needed.
2402
2403 2004-12-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2404
2405         * WebConnection.cs: set the event in Close so that if the queue is
2406         empty, we won't block forever on next request. The finalizer was
2407         removed because we're not implementing IDisposable pattern here.
2408
2409 2004-12-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2410
2411         * WebConnection.cs: handle errors on chunked streams. Fixes bug #66858.
2412         * ChunkStream.cs: added error checking all over.
2413
2414         * HttpWebRequest.cs: throw the exception received in SetResponseError
2415         if we already have a response.
2416         (SetRequestData): Don't nest the exception if it's a WebException.
2417
2418 2004-12-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2419
2420         * WebConnection.cs: remove prevStream and don't set busy to false in
2421         HandleError. prevStream is not needed any more and setting 'busy' so
2422         early might let a request skip the queue.
2423         
2424         * WebConnectionGroup.cs: decrement the indexer when removing a dead
2425         reference from the arraylist.
2426
2427         * WebConnectionStream.cs:
2428         (ReadAll): call NextRead if it has not been called before even when
2429         we have completed the request. Reuse the read buffer when reading a
2430         response of unknown size. Increase the buffer to 8kB.
2431         (BeginRead): increase pendingReads earlier and even when reading from
2432         the internal buffer.
2433         (EndRead): decrease pendingReads later and always.
2434
2435 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2436
2437         * CookieContainer.cs: style, fixed checks for properties, implemented
2438         the MonoTODOs for the method that take an Uri. GetCookies and
2439         GetCookieHeaders now really return only the cookies that are requested
2440         filtering by the Uri parameter.
2441
2442         * Cookie.cs: style, added default values for Comment, Domain and Port.
2443
2444 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2445
2446         * CookieCollection.cs: reformatted, fixed Add by adding a new method to
2447         search across the arraylist, as list.IndexOf is not what we want.
2448
2449 2004-11-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2450
2451         * WebConnection.cs: check for FIN or RST on the socket before reusing.
2452         Fixes bug #69388.
2453
2454 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2455
2456         * ChunkStream.cs: simplified condition for WantMore property.
2457
2458         * WebConnection.cs: in Connect(), finish any pending reads we might
2459         have for chunked data. Ignore possible blank lines at the very
2460         beginning of the server response. Honor user set KeepAlive in
2461         HttpWebRequest for HTTP/1.1 connections. Thanks to Eyal Alayuf for
2462         his suggestions and code.
2463
2464 2004-11-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2465
2466         * HttpWebResponse.cs: don't lock up when the cookie received ends with
2467         a semicolon. Patch by Darryl VanDorp. Fixes bug #68956.
2468
2469 2004-10-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2470
2471         * HttpWebRequest.cs: don't fail if the request has already been sent
2472         when accessing ContentType setter. Fixes bug #68848.
2473
2474 2004-10-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2475
2476         * ChunkStream.cs:
2477         (WantMore): we're not done until we get a 0 chunk size and the trailer.
2478         The 0 can be expressed as more than one character too (ie, 000000).
2479
2480         * HttpWebRequest.cs: new argument in SetResponseError.
2481         * WebConnection.cs: added argument to HandleError as a hint for
2482         debugging.
2483         (Connect): make the chunked stream be in the expected state when
2484         reusing.
2485
2486         * WebConnectionStream.cs: removed unused method (ResetWriteBuffer).
2487
2488 2004-10-10 David Sheldon <dave-mono@earth.li>
2489
2490         * HttpWebRequest.cs: Use RemoveAndAdd for AddRange. Fixes unittest.
2491
2492 2004-10-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2493
2494         * HttpWebRequest.cs: use RemoveAndAdd for headers multivalue headers.
2495         * WebHeaderCollection.cs: added RemoveAndAdd that behaves like the old
2496         SetInternal.
2497
2498 2004-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2499
2500         * HttpWebRequest.cs: ProxyQuery returns true when we use a proxy without
2501         tunneling a secure connection.
2502
2503         * ServicePoint.cs: added UseConnect property.
2504
2505         * ServicePointManager.cs: set the UseConnect property when we use a http
2506         proxy for a https connection.
2507
2508         * WebConnection.cs: setup the tunnled connection when using a proxy and
2509         https.
2510
2511 2004-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2512
2513         * HttpWebResponse.cs: remove unused SplitValue method.
2514
2515 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
2516
2517         * DnsPermission.cs: Updated to pass new unit tests.
2518         * DnsPermissionAttribute.cs: Cleanup.
2519         * SocketPermission.cs: Updated to pass new unit tests.
2520         * SocketPermissionAttribute.cs: Updated to pass new unit tests.
2521         * WebPermission.cs: Implemented some TODO - not complete yet.
2522         * WebPermissionAttribute.cs: Updated to pass new unit tests.
2523
2524 2004-08-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2525
2526         * Cookie.cs: don't fail when using default constructor. Fixes bug
2527         #62890.
2528
2529 2004-08-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2530
2531         * HttpWebResponse.cs: set-cookie and set-cookie2 can be present more
2532         than once and have multiple values. Don't rely on string.split when
2533         parsing cookie values.
2534
2535         * WebHeaderCollection.cs: same thing for set-cookie and set-cookie2.
2536         Fixed GetValues (it was splitting values that contained a comma) and
2537         changed SetInternal to handle multi-value headers.
2538
2539         Fixes bug #62744.
2540
2541 2004-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2542
2543         * WebProxy.cs: fix scheme detection. Patch by Konstantin Triger
2544         (kostat@mainsoft.com).
2545
2546 2004-07-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2547
2548         * HttpWebRequest.cs: detect changes in scheme or port when redirecting.
2549         Fixes las take on bug 61218.
2550
2551 2004-07-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2552
2553         * WebConnection.cs: moved loading of the ssl stream Type to its own
2554         method. Don't create a new ssl stream if we're reusing the connection.
2555
2556         * WebConnectionStream.cs: ensure the number of bytes copied in ReadAll
2557         is the expected even if the dta from the server has extra bytes.
2558
2559 2004-07-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2560
2561         * WebConnection.cs:
2562         * WebConnectionStream.cs: when the status code is 1xx, 204 or 304,
2563         "responses MUST NOT include a message-body". We tried to read the
2564         stream even when getting those codes and considered the 0 length
2565         read as a failure.
2566
2567 2004-07-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2568
2569         * HttpWebRequest.cs: removed bogus Monitor.Exit.
2570         * WebConnection.cs: use Address instead of RequestUri when checking for
2571         the scheme in order to select the stream type. Fixes bug #61218.
2572
2573 2004-06-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2574
2575         * ChunkStream.cs: added ChunkLeft property.
2576         * WebConnection.cs:
2577         (EndRead): when using small byte arrays to read from a chunked stream,
2578         ensure we've read the chunk size and try to fulfill the request
2579         completely. fixes bug 59653.
2580
2581 2004-05-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2582
2583         * WebConnectionStream.cs: fixed CanRead property. Closes bug #59273.
2584
2585 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2586
2587         * DigestClient.cs: cache the sessions based on address and
2588         credentials, not only address. Added poor men's expiration to
2589         the session cache. Fixes bug #59202.
2590
2591 2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2592
2593         * IPAddress.cs:
2594         * IPEndPoint.cs:
2595         * IPv6Address.cs: no more warnings about IPAddress.Address.
2596
2597 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2598
2599         * WebException.cs: implemented serialization .ctor and
2600         GetObjectData().
2601
2602 2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2603
2604         * WebAsyncResult.cs: don't create the WaitHandle if not needed.
2605
2606 2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2607
2608         * HttpWebRequest.cs: added 3 missing properties for 1.1. They are not
2609         used yet.
2610
2611         * NetConfig.cs: added MaxResponseHeadersLength field.
2612
2613         * ServicePoint.cs:
2614         * ServicePointManager.cs: added missing properties for 1.1. 
2615
2616 2004-05-03  Sebastien Pouliot  <sebastien@ximian.com>
2617
2618         * WebConnection.cs: Use assembly name const to load Mono.Security.
2619
2620 2004-05-03  Lluis Sanchez Gual <lluis@ximian.com>
2621
2622         * NtlmClient.cs: Use assembly name const to load Mono.Security.
2623
2624 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2625
2626         * WebConnectionStream.cs: avoid the exception when getting the content
2627         length if possible.
2628
2629 2004-03-29  Lluis Sanchez Gual <lluis@ximian.com>
2630
2631         * HttpWebRequest.cs: Use a lock block instead of Monitor.Enter/Exit, so
2632         the lock is released in case of exception (for example, a 
2633         ThreadAbortException). This also "fixes" bug #52417.
2634         Beware, this requires a runtime update (due to a bug in Monitor.Exit).
2635         * ServicePoint.cs: Changed method from internal to private, since it
2636         is not called from outside the class.
2637
2638 2004-03-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2639
2640         * HttpWebRequest.cs: added the exception status to the error message.
2641         * WebConnection.cs: add headers using SetInternal instead of Add to
2642         bypass header name validation. Fixes bug #55994.
2643         * WebHeaderCollection.cs: added SetInternal (string header).
2644
2645 2004-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2646
2647         * WebConnection.cs:
2648         * WebConnectionGroup.cs: the requests queue is now shared for all the
2649         connections belonging to the same connection group.
2650
2651 2004-02-26  Sebastien Pouliot  <sebastien@ximian.com>
2652
2653         * DefaultCertificatePolicy.cs: New. Certificate validation
2654         policy compatible with the documented one present in Fx. It
2655         allows valid certificates and expired certificates to be used
2656         for SSL connections.
2657         * ServicePointManager.cs: Removed the DummyPolicy. Now creates
2658         a DefaultCertificatePolicy to validate certificates. 
2659
2660 2004-02-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2661
2662         * ServicePoint.cs: SendContinue is always false for HTTP/1.0
2663
2664         * WebConnection.cs: get rid of WaitForContinue() (yes!) and prevent
2665         calling more the ContinueDelegate more than once when we get the
2666         headers in several packets.
2667
2668         * WebConnectionStream.cs: removed call to WaitForContinue.
2669
2670 2004-02-25  Sebastien Pouliot  <sebastien@ximian.com>
2671
2672         * WebConnection.cs: Update previous patch to use HttpsClientStream
2673         (internal in Mono.Security assembly) in place of SslClientStream.
2674         This will reduce reflection and allow to use ICertificatePolicy.
2675
2676 2004-02-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2677
2678         * DigestClient.cs: fix quote handling. Reordered attributes in response.
2679         Fixed typo (QOP->CNonce). Now Digest works with apache2.
2680
2681 2004-02-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2682
2683         * DigestClient.cs: removed Console.
2684         * HttpWebRequest.cs: 401/407 were hanging for GET. Fixed.
2685
2686 2004-02-24  Sebastien Pouliot  <sebastien@ximian.com>
2687
2688         * DigestClient.cs: Fixed issue with Apache server which do not use "
2689         for specifying the digest algorithm (.e.g. algorithm=MD5 not ="MD5").
2690
2691 2004-02-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2692
2693         * HttpWebRequest.cs: arghhh. I used the server response headers instead
2694         of what the client is supposed to send. Thanks to Helge Hess.
2695
2696 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2697
2698         * AuthenticationManager.cs: implemented PreAuthenticate().
2699
2700         * HttpWebRequest.cs: once we know the version of the server, use it if
2701         below the requested one. Remove 'Expect', 'Content-Length' and /or 
2702         'Transfer-Encoding' if appropiate due to changes in version. Fixed 
2703         'Host' header for non-standard ports. Support preauthentication. Closes
2704         bug #50530.
2705
2706 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2707
2708         * HttpWebRequest.cs: check for missing or wrong URI in Location header
2709         when redirecting.
2710
2711         * WebConnection.cs: if the data read does not contain all the headers,
2712         keep it around and read the rest until we get to the response body.
2713         Allow response code with no description. Fixed bug #54543.
2714
2715 2004-02-18  Sebastien Pouliot  <sebastien@ximian.com>
2716
2717         * SecurityProtocolType.cs: Added missing [Serializable] to enum. Added 
2718         Default and Ssl2 to NET_2_0 profile. Enum is now internal for NET_1_0
2719         profile (as we need it for SslClientStream).
2720         * ServicePoint.cs: Added internal SetCertificates(client,server).
2721         * ServicePointManager.cs: Added CheckCertificateRevocationList and
2722         CheckCertificateRevocationList static properties (public in 1.1, 
2723         internal for 1.0).
2724         * WebConnection.cs: Dynamically creates a SslClientStream (from 
2725         Mono.Security assembly) in case of https. Changed NetworkStream to 
2726         Stream everywhere.
2727
2728 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2729
2730         * HttpWebRequest.cs: send the 'Connection: keep-alive' header when we
2731         don't know the server version or it's 1.0.
2732
2733         * ServicePoint.cs: added SetVersion.
2734
2735         * WebAsyncResult.cs: remove ChunkAsyncResult.
2736
2737         * WebConnection.cs: set the ServicePoint version when getting a response
2738         from the server.
2739
2740         * WebConnectionStream.cs: when posting chunked content, send the head,
2741         body and trailer of the chunk at once instead of doing 3 separate
2742         writes, which may cause troubles.
2743
2744 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2745
2746         * WebConnection.cs: if we get a 100 when we're not waiting for it, set
2747         that information in the ServicePoint.
2748
2749         * WebConnectionStream.cs: send headers in the right order for
2750         non-chunked POST.
2751
2752 2004-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2753
2754         * WebConnectionStream.cs: fixed nullrefs in BeginWrite/EndWrite.
2755
2756 2004-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2757
2758         * HttpWebRequest.cs: on second and sucesive tries when authenticating,
2759         don't use chunked encoding for POST, as we know the content length and
2760         have the body. Nullify bodyBuffer always in CheckFinalStatus.
2761
2762         * WebAsyncResult.cs: added ChunkAsyncResult property. It holds the
2763         IAsyncResult when writing CRLF at the end of a chunk.
2764
2765         * WebConnectionStream.cs: support sending chunked data.
2766
2767 2004-01-24  Lluis Sanchez Gual <lluis@ximian.com>
2768
2769         * HttpWebRequest.cs: When retrying a POST request after an
2770         authentication failure, resend the body. This fixes bug #51841.
2771         * WebConnectionStream.cs: Added properties for getting what's been
2772         written.
2773
2774 2004-02-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2775
2776         * HttpWebRequest.cs: don't send 'Expect: 100-continue' for 1.0 version.
2777
2778 2004-02-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2779
2780         * HttpWebRequest.cs: support proxy authentication.
2781
2782 2004-02-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2783
2784         * BasicClient.cs:
2785         * DigestClient.cs: use IndexOf instead of StartsWith to deal with
2786         servers that provide several authentication schemas.
2787
2788 2004-02-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2789
2790         * ChunkStream.cs: use an array of buffers instead of a MemoryStream for
2791         storing the chunks. This way, we won't miss traling data from the
2792         previous chunk when a new one is received before the other is fully
2793         read.
2794
2795 2004-01-27  Nick Drochak <ndrochak@ieee.org>
2796
2797         * DigestClient.cs:
2798         * HttpWebRequest.cs:
2799         * IPv6Address.cs:
2800         * WebClient.cs:
2801         * WebConnection.cs:
2802         * WebConnectionStream.cs: Remove unused variables thus eliminating some
2803         build warnings.
2804
2805 2004-01-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2806
2807         * WebConnection.cs: patch by Yaacov Akiba Slama that fixes 100-continue
2808         handling for the case when the same packet also contains the actual
2809         [2-5]xx response.
2810
2811 2004-01-24  Lluis Sanchez Gual <lluis@ximian.com>
2812
2813         * HttpWebRequest.cs: Added missing property.
2814
2815 2004-01-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2816
2817         * Dns.cs: don't block forever in EndResolve and EndGetHostByName. Fixes
2818         bug #53222.
2819
2820 2004-01-16  Lluis Sanchez Gual <lluis@ximian.com>
2821
2822         * ChunkStream.cs: The "size" parameter of Write is not the number of
2823         bytes to write, but the last offset to be written. Thus, in WriteAndRead
2824         Back, since "read" is not an offset but the number of bytes, it must be 
2825         added to the offset. Maybe it would be a good idea to change the name of
2826         the parameter, since it is confusing. This should fix bug #52591.
2827
2828 2004-01-12  Lluis Sanchez Gual <lluis@ximian.com>
2829
2830         * WebConnection.cs: Yet another fix for WebConnection. This fixes 
2831         bug #52169.
2832
2833 2004-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2834
2835         * WebConnection.cs: Data.Init is a bad boy. Lluis realized. He also
2836         tidied up the end of ReadDone. Disabled relaunching the request if 2
2837         InitRead are called, since now we don't throw everything into
2838         RegisterWaitForSingleObject but one request at a time.
2839
2840         * WebConnectionGroup.cs: when checking available connections, allow them
2841         not to be Connected but allocated to honor the connection limit.
2842         
2843         * WebConnectionStream.cs: CheckComplete() now checks for nextReadCalled
2844         too. ReadAll don't mess contentLength if it's provided in the headers.
2845
2846         BIG thanks to Lluis. Turns out that we were debugging the same stuff and
2847         his Data.Init discovery was THE thing I was missing.
2848
2849         Fixes bug #51277.
2850
2851 2004-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2852
2853         * ServicePointManager.cs: use GetMaxConnections to get the appropiate
2854         number of connections limit.
2855
2856 2004-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2857
2858         * MonoHttpDate.cs: use the invariant culture, not en-US. Suspected
2859         guilty for bug 52629.
2860
2861 2003-12-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2862
2863         * CredentialCache.cs: return null instead of throwing NotImplemented.
2864
2865 2003-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2866
2867         * HttpWebRequest.cs: fixed checking if method allows a body. Patch by
2868         Benjamin Jemlich (pcgod@gmx.net).
2869
2870 2003-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2871
2872         * HttpWebRequest.cs: deal with authentication schemes that have more
2873         than 1 round trip (Ntlm).
2874
2875 2003-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2876
2877         * NtlmClient.cs: new class that actually uses one from Mono.Http to do
2878         the authentication.
2879
2880 2003-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2881
2882         * HttpWebRequest.cs: when building the redirect URI, use the previous
2883         one as the base URI, which makes relative URIs work.
2884
2885 2003-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2886
2887         * DigestClient.cs: merged in code from Sebastien Pouliot and Greg
2888         Reinacker that Supports cnonce and preauthentication.
2889
2890 2003-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2891
2892         * DigestClient.cs: initial Digest authentication. Works with apache
2893         mod_digest.
2894
2895 2003-11-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2896
2897         * HttpWebRequest.cs: removed unneeded StringBuilder.
2898         * WebConnection.cs: default to keep the connection open for HTTP/1.1
2899         only or HTTP/1.0 + (Proxy-)Connection header. Fixes bug #51208.
2900
2901 2003-11-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2902
2903         * WebConnection.cs: turns out that socket.Connected is not useful until
2904         we actually try to send/receive data, even if the other end has already
2905         closed the socket. Added TryReconnect() and Connected.
2906
2907         * WebConnectionData.cs: default value for StatusCode is 0 now.
2908
2909         * WebConnectionGroup.cs: reuse the connection since the beginning,
2910         instead of opening up to ConnectionLimit and then reusing.
2911
2912         * WebConnectionStream.cs: reopen the socket if we're trying to reuse
2913         one which fails on first write.
2914
2915 2003-11-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2916
2917         * WebConnectionStream.cs: when a callback is passed to BeginRead/Write,
2918         wrap it and do our job before calling it. Fixes bug #48497.
2919
2920 2003-11-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
2921
2922         * WebExceptionStatus.cs: Restyled, Added .Net 1.1 members
2923         * SecurityProtocolType.cs: Added and implemented
2924
2925 2003-11-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2926
2927         * HttpWebRequest.cs: fixed redirects when they target another host.
2928
2929 2003-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2930
2931         * IPAddress.cs: prevent exceptions when trying to parse the static IPv6
2932         addresses.
2933
2934 2003-10-17  Pedro Martinez Julia  <yoros@wanadoo.es>
2935
2936         * WebClient.cs: use Path.DirectorySeparator instead of "/" for
2937         windows compatibility. Add some checks for file paths like
2938         "C:/xxx/yyy/..." and like "/home/xxx/...".
2939
2940 2003-10-16  Pedro Martinez Julia  <yoros@wanadoo.es>
2941
2942         * WebClient.cs: added a slash between directory and file names.
2943
2944 2003-10-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2945
2946         * HttpWebRequest.cs:
2947         * HttpWebResponse.cs: better abort handling and leave the stream in a
2948         stable status on abort.
2949
2950 2003-10-12  Pedro Martinez Julia  <yoros@wanadoo.es>
2951
2952         * WebClient.cs: refine reading of local files (like MS.NET).
2953
2954 2003-10-10  Pedro Martinez Julia  <yoros@wanadoo.es>
2955
2956         * WebClient.cs: MS.NET works right when we try OpenRead("file.txt")
2957         but we didn't. Now, when Uri fails with an exception, it adds
2958         "file://" before the URI and tries again.
2959
2960 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2961
2962         * ServicePoint.cs: preparing for recycling. Not yet finished.
2963         * ServicePointManager.cs: this is the one that reads config.
2964         * WebConnectionGroup.cs: don't read config here.
2965         * WebConnection.cs: added the queue again. Launch queued requests on
2966         error.
2967
2968 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2969
2970         * WebConnection.cs: the queue is now handled by the threadpool.
2971         Initialize the connection data in a place where it does not depend on
2972         the execution order of the requests in threadpool. More error handling.
2973
2974         * WebConnectionGroup.cs: use the limits in the config file and reuse
2975         connections when the limit is reached.
2976
2977 2003-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2978
2979         * HttpWebRequest.cs: handle 304 a la MS.
2980         * WebConnection.cs: set the response data when reading 0 bytes.
2981
2982 2003-09-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2983
2984         * WebConnectionStream.cs: fix by Lluis to avoid the stream being in an
2985         invalid state.
2986
2987 2003-08-14  Nick Drochak <ndrochak@gol.com>
2988
2989         * WebRequest.cs: Check lower case string since that is what we will add.
2990
2991 2003-08-04  Jerome Laban <jlaban@wanadoo.fr>
2992
2993         * IPHostEntry.cs: Default contructor must not initialize members.
2994         (Fixes bug #45575).
2995
2996 2003-07-27  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
2997
2998         * CredentialCache.cs: Removed undefined serializable attribute
2999
3000 2003-07-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3001
3002         * ChunkStream.cs:
3003         (WantMore): true if we've not received the last chunk yet. Fixes
3004         bug #45463. Thanks to Miguel for tracking this down and providing a
3005         test case.
3006         
3007         * WebConnection.cs: removed bogus ^M's.
3008         
3009         * WebHeaderCollection.cs: provide more info when the header or value is
3010         wrong.
3011
3012 2003-07-15  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
3013
3014         * ChunkStream.cs: Removed unused members
3015         * IPAddress.cs: Removed unused exception variable, fixes compiler
3016         warning.
3017         * WebConnection.cs: Removed unused exception variables, fixes compiler
3018         warnings.
3019
3020 2003-07-14  Lluis Sanchez Gual <lluis@ximian.com>
3021
3022         * NetConfig.cs: If Clone method is not public, then it must use
3023           explicit interface method implementation syntax.
3024
3025 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
3026
3027         * Dns.cs: Reworked indentation.
3028         Added IPv6 support.
3029         Added literal address checking in GetHostByAddress.
3030         Changed Dns.Resolve behavior.
3031         * IPAddress.cs:
3032         * IPEndPoint.cs: Added IPv6 support.
3033         * IPv6Address.cs: Added address compression.
3034         * NetConfig.cs: Added configuration section.    
3035
3036 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
3037
3038         * ServicePoint.cs: Removed Connect and GetEndPoint methods.
3039         Removed reverse resolution when uri is literal IP address. 
3040         * WebConnection.cs: IPv6 compatibility update: Try to connect
3041         to all addresses returned by IPHostEntry.
3042         * WebConnectionGroup.cs: Removed unused parameter. 
3043
3044 2003-07-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
3045
3046         * WebProxy.cs: Add serialization/ deserialization support
3047
3048 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
3049
3050         * ProxyUseType.cs:
3051         * WebStatus.cs: Deleted (do not exist in this assembly)
3052         * IPv6Address.cs: Made internal
3053
3054 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3055
3056         * HttpWebRequest.cs:
3057         * ServicePointManager.cs:
3058         * WebConnection.cs: added support for proxies.
3059
3060 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
3061
3062         * DnsPermissionAttribute.cs:
3063         * SocketPermissionAttribute.cs: Fixed wrong AttributeUsageAttribute
3064
3065 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
3066
3067         * WebPermission.cs: Added and partially implemented
3068         * WebPermissionAttribute.cs: Added and implemented
3069
3070 2003-07-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3071
3072         * WebClient.cs: fixed bug #45651.
3073
3074 2003-06-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3075
3076         * WebClient.cs: Small fix by Sebastian <scut@nb.in-berlin.de>.
3077
3078 2003-06-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3079
3080         * WebConnection.cs: fixed header writing the reusing a connection and
3081         the server does not send 100-continue response.
3082
3083 2003-06-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3084
3085         * WebConnection.cs: close the socket and connection when disposing.
3086         * WebRequest.cs: removed setter for RequestUri. Allow non-public ctors
3087         when creating instances.
3088
3089         * HttpWebRequest.cs:
3090         * HttpWebResponse.cs:
3091         * FileWebRequest.cs: support serialization.
3092
3093         * FileWebResponse.cs: support serialization and fixed dispose checks.
3094
3095         * FileWebRequestCreator.cs:
3096         * HttpRequestCreator.cs: added internal .ctor.
3097
3098 2003-06-24  Lluis Sanchez Gual <lluis@ximian.com>
3099
3100         * HttpWebRequest.cs: SetWriteStream(): SendRequestHeaders should be
3101         called before asyncWrite.SetCompleted, to make sure that the waiting
3102         thread does not start to send more information before
3103         SendRequestHeaders has finished.
3104
3105 2003-06-22  Lluis Sanchez Gual <lluis@ximian.com>
3106
3107         * WebConnectionStream.cs: Only increment pendingReads if an asynchronous
3108         read is really needed.
3109
3110 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3111
3112         * WebHeaderCollection.cs: prevent duplication headers used niternally.
3113
3114 2003-06-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3115
3116         * HttpWebRequest.cs: if CookieContainer has not been set, make
3117         HttpWebResponse ignore Set-Cookie* headers.
3118
3119         * HttpWebResponse.cs: Set-Cookie and Set-Cookie headers removed if
3120         CookieContainer have been provided to the request.
3121
3122 2003-06-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3123
3124         * AuthenticationManager.cs: get the list of authentication modules from
3125         the configuration files. Added Clear and fixed Unregister.
3126
3127         * BasicClient.cs: fully implemented.
3128
3129         * HttpWebRequest.cs: added support for Basic authentication when
3130         credentials are set.
3131
3132         * NetworkCredential.cs: fixed GetCredential.
3133
3134 2003-06-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3135
3136         * HttpWebRequest.cs: *really* take care of requestSent to prevent
3137         sending the same request twice.
3138         * WebAsyncResult.cs: don't close the handle. Just Reset.
3139         * WebConnectionStream.cs: removed unneeded line.
3140
3141 2003-06-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3142
3143         * HttpWebRequest.cs: use InternalClose when we are not going to send the
3144         rest of the request stream because of an error after sending the
3145         headers.
3146
3147         * WebConnection.cs: check for completion after setting the response.
3148         Enable reading in NextRead.
3149
3150         * WebConnectionStream.cs: re-fixed the count for partially buffered
3151         reads. If the network stream returns 0 bytes, we're done.
3152
3153 2003-06-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3154
3155         * WebClient.cs: implemented UploadFile. Fixed SetupRequest to set the
3156         special headers *after* the others.
3157
3158 2003-06-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3159
3160         * WebConnectionStream.cs: when the read is partially filled from the
3161         initial buffer, add those bytes too. Thanks to Lluis for debugging this.
3162
3163 2003-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3164
3165         * HttpWebRequest.cs: added ExpectContinue property.
3166         * WebConnection.cs: allow 100 Continue to be delayed after waiting for
3167         it.
3168
3169 2003-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3170
3171         * HttpWebRequest.cs: don't send "Expect: 100-continue" is the server
3172         is known not to respond to that.
3173
3174         * ServicePoint.cs: added SendContinue property.
3175
3176         * WebConnection.cs: only wait 2 seconds for a continue reply. If it
3177         timeouts, set SendContinue to false and proceeed sending data.
3178
3179         * WebConnectionStream.cs: if 100-continue is not received and instead we
3180         get a 417 or anything else, don't send the data.
3181
3182         * WebClient.cs: implemented all missing properties and methods except
3183         UploadFile.
3184
3185 2003-06-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3186
3187         * FileWebRequestCreator.cs: splitted from WebRequest.
3188         * HttpRequestCreator.cs: splitted fromWebRequest.
3189         * WebRequest.cs: added methods that are used by the new configuration
3190         handler to set prefix/type name requests creators.
3191
3192 2003-06-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3193
3194         * AuthenticationManager.cs:
3195         * Authorization.cs:
3196         * BasicClient.cs: new file.
3197         * ChunkStream.cs: new file.
3198         * Cookie.cs:
3199         * CookieContainer.cs:
3200         * GlobalProxySelection.cs:
3201         * HttpWebRequest.cs:
3202         * HttpWebResponse.cs:
3203         * IAuthenticationModule.cs:
3204         * ServicePoint.cs:
3205         * ServicePointManager.cs:
3206         * WebAsyncResult.cs: new file.
3207         * WebConnection.cs: new file.
3208         * WebConnectionData.cs: new file.
3209         * WebConnectionGroup.cs: new file.
3210         * WebConnectionStream.cs: new file.
3211         * WebException.cs:
3212         * WebHeaderCollection.cs:
3213         * WebProxy.cs:
3214         * WebResponse.cs:
3215
3216         Reworked HttpWebRequest and related classes.
3217
3218 2003-05-30  Miguel de Icaza  <miguel@ximian.com>
3219
3220         * HttpWebRequest.cs (EndGetResponse): Do not throw exceptions on
3221         InternalServerError (500)
3222
3223 2003-05-29  Miguel de Icaza  <miguel@ximian.com>
3224
3225         * HttpWebRequest.cs (Close): Move the code that accumulates the
3226         output to Close from Flush.  Flush could have been called in the
3227         middle of the processing, and would have generated invalid results
3228         (which it did).
3229
3230 2003-05-23  Zoltan Varga  <vargaz@freemail.hu>
3231
3232         * Dns.cs (GetHostByAddress): Return the local host when called with
3233         IF_ANY.
3234
3235 2003-04-29  Miguel de Icaza  <miguel@ximian.com>
3236
3237         * WebClient.cs (DownloadData): Close the underlyng stream.
3238         (DownloadFile): Use using, so the file gets closed.
3239
3240 2003-04-24  Miguel de Icaza  <miguel@ximian.com>
3241
3242         * WebClient.cs (DownloadData): Instead of using a MemoryStream,
3243         keep track of all the small chunks in an ArrayList.  The
3244         MemoryStream had the property of reallocating itself, and the
3245         problem was that MemoryStream.GetBuffer would return the buffer
3246         (correctly), but not something of the right size.  So clients of
3247         DownloadData would get the extra unused bytes as part of the
3248         result.
3249
3250         The solution would have been to make another copy at this point,
3251         instead, we only keep the small allocations around in the
3252         ArrayList, and we only do one large allocation at the end.
3253
3254         * HttpWebResponse.cs: If there is a Content-Length header, pass
3255         this information to our HttpWebResponseStream, so it knows when to
3256         stop, instead of waiting for the stream to be shut down by the
3257         other end.
3258
3259         * HttpWebRequest.cs: Only set the `delay-header-writing' mode on
3260         the underlying stream if the method will do a content transfer and
3261         no Content-Length was provided. If not (HEAD and GET or
3262         Content-Length provided), keep going.
3263         
3264 2003-04-23  Miguel de Icaza  <miguel@ximian.com>
3265
3266         * HttpWebRequest.cs: .NET Allows the HttpWebRequest to not have
3267         the ContentLength specified on the request.  If that happens, we
3268         have to accumulate all the data written, and once we accumulate
3269         the data, we send it off.  
3270
3271         Notice that the documentation in .NET is actually incorrect, they
3272         state that setting ContentLength is mandatory.  It is not.
3273
3274 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3275
3276         * HttpWebResponse.cs: fixes bug #41180.
3277
3278 2003-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3279
3280         * HttpWebRequest.cs: throw an exception is the response code is >= 300.
3281
3282 2003-03-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3283
3284         * HttpWebRequest.cs: implemented IDisposable, make the request stream
3285         read only. Changed the way of disposing the socket.
3286
3287         * HttpWebResponse.cs: wrapped the socket in a write-only NetworkStream,
3288         handle chunked transfer encoding (no more hangs), added serialization
3289         stuff, call CheckDisposed at the beginning of methods/properties (not
3290         in a finally clause).
3291
3292 2003-02-17  Nick Drochak <ndrochak@gol.com>
3293
3294         * WebClient.cs : Implemented Credentials property.
3295
3296 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3297
3298         * SocketAddress.cs: byte 1 of the data is the high byte of the family,
3299         not the size.
3300
3301 2003-01-29  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
3302
3303         * WebClient.cs : hacked OpenRead, DownloadData and DownloadFile.
3304
3305 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3306
3307         * HttpWebRequest.cs: applied patch from Tim Haynes
3308         (thaynes@openlinksw.com).
3309
3310         Avoided double-sending of the request to the server when both
3311         GetRequestStream() and GetResponse() are called.
3312         System Header attributes survive the Headers attribute set.
3313         Added handling of Connection: KeepAlive/Close
3314
3315 2002-10-03  Dick Porter  <dick@ximian.com>
3316
3317         * Dns.cs: Fixed GetHostName()
3318
3319 2002-09-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3320
3321         * HttpWebRequest.cs:
3322         * HttpWebResponse.cs: applied another patch from Shahms E. King
3323         (shahms@shahms.com).
3324
3325 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3326
3327         * HttpWebRequest.cs:
3328         * HttpWebResponse.cs: applied patch from Shahms E. King
3329         (shahms@shahms.com).
3330
3331 2002-05-29  Lawrence Pit <loz@cable.a2000.nl>
3332
3333         * MonoHttpDate.cs: added
3334         * HttpWebRequest.cs: using MonoHttpDate
3335         * HttpWebResponse.cs: using MonoHttpDate
3336         * DnsPermission.cs: correct XML output
3337         * SocketPermission.cs: correct XML output
3338
3339 2002-05-21  Lawrence Pit <loz@cable.a2000.nl>
3340
3341         * WebClient.cs: stubbed
3342         * WebProxy.cs: fixed bug; had to change internal representation
3343         of bypasslist to ArrayList, different implementation of checking
3344         regex's.
3345
3346 2002-05-20  Lawrence Pit <loz@cable.a2000.nl>
3347
3348         * WebProxy.cs: added, implemented
3349         * ServicePoint.cs: implemented most
3350         * ServicePointManager.cs: implemented
3351         * HttpWebRequest.cs: started implementation
3352         * HttpWebResponse.cs: improved disposable routines
3353         * FileWebRequest.cs: slight improvement of Close method
3354         
3355 2002-05-19  Lawrence Pit <loz@cable.a2000.nl>
3356
3357         * FileWebRequest.cs: finished implementation of async methods.
3358         * FileWebResponse.cs: improved disposable routines.
3359         * IPEndPoint.cs: fixed bug #24666 in Serialize and Create methods, 
3360         byte ordering of address was backwards.
3361
3362 2002-05-13  Lawrence Pit <loz@cable.a2000.nl>
3363
3364         * Dns.cs: Reimplemented (simplified and fixed) asynchronous methods by
3365         relying on standard asynchronous delegate features. Added checks for
3366         null strings.
3367         * HttpWebResponse.cs: implemented properties
3368         * FileWebResponse.cs: improved the way resources are disposed.
3369         * FileWebRequest.cs: started implementation of asynchronous methods
3370         * ServicePointManager.cs: implemented properties
3371
3372 2002-05-12  Lawrence Pit <loz@cable.a2000.nl>
3373
3374         * HttpWebRequest.cs: properties implemented
3375         * HttpWebResponse.cs: added
3376         * GlobalProxySelection.cs: implemented
3377         * FileWebResponse.cs: added
3378         * FileWebRequest.cs: some methods implemented
3379
3380 2002-05-11  Lawrence Pit <loz@cable.a2000.nl>
3381
3382         * WebHeaderCollection.cs: implemented
3383         * WebRequest.cs: implemented
3384         * FileWebRequest.cs and HttpWebRequest.cs stubs added
3385
3386 2002-05-09  Lawrence Pit <loz@cable.a2000.nl>
3387
3388         * Rewrote IPAddress.Parse method, passing all unit tests
3389
3390 2002-05-09  Lawrence Pit <loz@cable.a2000.nl>
3391
3392         * fixed bug in IPEndPoint.Equals method
3393         * fixed bug in IPAddress.Parse method
3394         * fixed bug in IPAddress.SwapLong method
3395         * fixed several bugs in Cookie.cs
3396
3397 2002-05-06  Lawrence Pit <loz@cable.a2000.nl>
3398
3399         * WebRequest.cs: added
3400         * WebResponse.cs: implemented
3401         * WebException.cs: implemented
3402         * WebHeaderCollection.cs: added
3403         * HttpVersion.cs: implemented
3404         * HttpContinueDelegate.cs: added
3405         * IWebProxy.cs: added
3406         * IWebRequestCreate.cs: added
3407         * ICertificatePolicy.cs: added
3408         * ServicePoint.cs: stubbed
3409         * ServicePointManager.cs: stubbed
3410         * CookieContainer.cs: added
3411         * Authorization.cs: implemented
3412
3413 2002-05-05  Lawrence Pit <loz@cable.a2000.nl>
3414
3415         * CredentialCache.cs: implemented
3416
3417 2002-05-05  Lawrence Pit <loz@cable.a2000.nl>
3418
3419         * IPAddress.cs: fixed IsLoopback, address was already in host order
3420
3421 2002-05-05  Lawrence Pit <loz@cable.a2000.nl>
3422
3423         * IPv6Address.cs: added (note: not part of .net spec)
3424
3425 2002-05-01  Lawrence Pit <loz@cable.a2000.nl>
3426
3427         * DnsPermission.cs: implemented
3428         * DnsPermissionAttribute.cs: implemented
3429
3430 2002-04-28  Lawrence Pit <loz@cable.a2000.nl>
3431
3432         * EndpointPermission.cs: implemented
3433         * SocketPermission.cs: implemented
3434         * SocketPermissionAttribute.cs: implemented
3435         * ProtocolViolationException.cs: implemented
3436         * Dns.c: passing w32 error code when no host found
3437
3438 2002-04-27  Lawrence Pit <loz@cable.a2000.nl>
3439
3440         * Cookie.cs: implemented
3441         * CookieCollection.cs: implemented
3442         * CookieException.cs: implemented
3443
3444 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3445
3446         * IPAddress.cs: initialize the read only fields with Parse().
3447
3448 2002-04-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3449
3450         * IPAddress.cs: little changes to behave as MS.
3451
3452 2002-04-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3453
3454         * Dns.cs (Resolve): behave as MS. Agreed with Mads.
3455
3456 2002-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3457
3458         * IPAddress.cs: the icalls for sockets are endianness-aware. So I
3459         changed a few things. Also included a workaround for bug #23547.
3460
3461 2002-04-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3462
3463         * IPAddress.cs: use System.BitConverter.IsLittleEndian (suggested
3464         by Paolo) instead of guessing the endianness.
3465
3466         * SocketAddress.cs: implemented Equals() and GetHashcode().
3467         
3468 2002-04-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3469
3470         * IPEndPoint.cs: modifications to constructors according to the
3471         specifications (suggested by Lawrence Pit).
3472
3473 2002-04-15  Patrik Torstensson <patrik.torstensson@labs2.com>
3474
3475         * IPEndPoint.cs: Fixed build breaker.
3476
3477 2002-04-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3478
3479         * IPEndPoint.cs: implemented Equals() and GetHashCode(). Now 100%
3480         complete.
3481
3482 2002-04-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3483
3484         * IPAddress.cs: finished all MonoTODO's. Use network order to store 
3485         the address. Check for max and min values in Address:set. IsLoopback()
3486         returns now true for all 127.x.y.z. Some more checks in Parse ().
3487         Some changes to behave as MS does.
3488
3489 2002-02-24  Duncan Mak  <duncan@ximian.com>
3490
3491         * ICredentialLookup.cs: Added the GetCredential method to the
3492         interface. The interface is named "ICredentials", should this file
3493         be renamed?     
3494
3495         * NetworkCredential.cs: Added to CVS. Need to investigate on how
3496         GetCredential() works
3497
3498 2002-01-23  Dick Porter  <dick@ximian.com>
3499
3500         * SocketAddress.cs: Implemented.
3501
3502         * IPEndPoint.cs: Turned 'Address' field into a real property.
3503         Implemented Create() and Serialize() methods.
3504
3505         * IPAddress.cs: Fixed class constructor, turned 'Address' field
3506         into a real property. Removed undocumented "public
3507         IPAddress(string)" constructor.
3508
3509         * EndPoint.cs: Implemented.  All methods return
3510         NotSupportedException to enforce subclass overriding.
3511
3512         * Dns.cs: Replaced fixed-layout Hostent struct and cygwin
3513         P/Invokes with portable internal calls.
3514
3515 2002-01-17  Miguel de Icaza  <miguel@ximian.com>
3516
3517         * Dns.cs: Updated to API changes.
3518
3519         * IPAddress.cs: Updated API.  Much left to implement.
3520
3521         * Dns.cs: Remove IPToString method
3522
3523 2002-01-06  Ravi Pratap  <ravi@ximian.com>
3524
3525         * Dns.cs, AuthenticationManager.cs, SocketAddress.cs : MonoTODO
3526         attribute insertion.
3527
3528 2001-11-22  Nick Drochak <ndrochak@gol.com>
3529
3530         * IPAddress.cs: Fix constructor bug, properly name Address property,
3531         and use triple-slash for comments.
3532
3533 2001-11-20  Miguel de Icaza  <miguel@ximian.com>
3534
3535         * IPAddress.cs: Updated to contain Any, Broadcast, Loopback and
3536         None as suggested by Phillip.
3537
3538 2001-09-26  Mads Pultz <mpultz@get2net.dk>
3539         * Dns.cs: Initial work on BeginGetHostByName and EndGetHostByName implemented.
3540
3541 2001-09-24  Mads Pultz <mpultz@get2net.dk>
3542
3543         * Dns.cs: Minor changes (some print statements removed)
3544
3545 2001-09-23  Mads Pultz <mpultz@get2net.dk>
3546
3547         * Dns.cs: Initial work submitted to repository.
3548         * IPHostEntry.cs: Initial work submitted to repository.
3549
3550 2001-07-12  Sean MacIsaac  <macisaac@ximian.com>
3551
3552         * Authorization.cs: Fixed compiler error.
3553
3554         * IAuthenticationModule.cs: Changes for Beta2.
3555
3556         * IPAddress.cs: Internal storage changed to be uint not int.
3557
3558         * IPEndPoint.cs: Fixed compiler error.
3559
3560         * EndPoint.cs: Fixed compiler error.
3561
3562         * AuthenticationManager.cs: Fixed typo.