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