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