ChangeLog 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629
  1. 2003-10-17 Pedro Martínez Juliá <[email protected]>
  2. * WebClient.cs: use Path.DirectorySeparator instead of "/" for
  3. windows compatibility. Add some checks for file paths like
  4. "C:/xxx/yyy/..." and like "/home/xxx/...".
  5. 2003-10-16 Pedro Martínez Juliá <[email protected]>
  6. * WebClient.cs: added a slash between directory and file names.
  7. 2003-10-13 Gonzalo Paniagua Javier <[email protected]>
  8. * HttpWebRequest.cs:
  9. * HttpWebResponse.cs: better abort handling and leave the stream in a
  10. stable status on abort.
  11. 2003-10-12 Pedro Martínez Juliá <[email protected]>
  12. * WebClient.cs: refine reading of local files (like MS.NET).
  13. 2003-10-10 Pedro Martínez Juliá <[email protected]>
  14. * WebClient.cs: MS.NET works right when we try OpenRead("file.txt")
  15. but we didn't. Now, when Uri fails with an exception, it adds
  16. "file://" before the URI and tries again.
  17. 2003-10-09 Gonzalo Paniagua Javier <[email protected]>
  18. * ServicePoint.cs: preparing for recycling. Not yet finished.
  19. * ServicePointManager.cs: this is the one that reads config.
  20. * WebConnectionGroup.cs: don't read config here.
  21. * WebConnection.cs: added the queue again. Launch queued requests on
  22. error.
  23. 2003-10-08 Gonzalo Paniagua Javier <[email protected]>
  24. * WebConnection.cs: the queue is now handled by the threadpool.
  25. Initialize the connection data in a place where it does not depend on
  26. the execution order of the requests in threadpool. More error handling.
  27. * WebConnectionGroup.cs: use the limits in the config file and reuse
  28. connections when the limit is reached.
  29. 2003-10-02 Gonzalo Paniagua Javier <[email protected]>
  30. * HttpWebRequest.cs: handle 304 à la MS.
  31. * WebConnection.cs: set the response data when reading 0 bytes.
  32. 2003-09-16 Gonzalo Paniagua Javier <[email protected]>
  33. * WebConnectionStream.cs: fix by Lluis to avoid the stream being in an
  34. invalid state.
  35. 2003-08-14 Nick Drochak <[email protected]>
  36. * WebRequest.cs: Check lower case string since that is what we will add.
  37. 2003-08-04 Jerome Laban <[email protected]>
  38. * IPHostEntry.cs: Default contructor must not initialize members.
  39. (Fixes bug #45575).
  40. 2003-07-27 Andreas Nahr <[email protected]>
  41. * CredentialCache.cs: Removed undefined serializable attribute
  42. 2003-07-20 Gonzalo Paniagua Javier <[email protected]>
  43. * ChunkStream.cs:
  44. (WantMore): true if we've not received the last chunk yet. Fixes
  45. bug #45463. Thanks to Miguel for tracking this down and providing a
  46. test case.
  47. * WebConnection.cs: removed bogus ^M's.
  48. * WebHeaderCollection.cs: provide more info when the header or value is
  49. wrong.
  50. 2003-07-15 Andreas Nahr <[email protected]>
  51. * ChunkStream.cs: Removed unused members
  52. * IPAddress.cs: Removed unused exception variable, fixes compiler
  53. warning.
  54. * WebConnection.cs: Removed unused exception variables, fixes compiler
  55. warnings.
  56. 2003-07-14 Lluis Sanchez Gual <[email protected]>
  57. * NetConfig.cs: If Clone method is not public, then it must use
  58. explicit interface method implementation syntax.
  59. 2003-07-14 Jerome Laban <[email protected]>
  60. * Dns.cs: Reworked indentation.
  61. Added IPv6 support.
  62. Added literal address checking in GetHostByAddress.
  63. Changed Dns.Resolve behavior.
  64. * IPAddress.cs:
  65. * IPEndPoint.cs: Added IPv6 support.
  66. * IPv6Address.cs: Added address compression.
  67. * NetConfig.cs: Added configuration section.
  68. 2003-07-14 Jerome Laban <[email protected]>
  69. * ServicePoint.cs: Removed Connect and GetEndPoint methods.
  70. Removed reverse resolution when uri is literal IP address.
  71. * WebConnection.cs: IPv6 compatibility update: Try to connect
  72. to all addresses returned by IPHostEntry.
  73. * WebConnectionGroup.cs: Removed unused parameter.
  74. 2003-07-13 Andreas Nahr <[email protected]>
  75. * WebProxy.cs: Add serialization/ deserialization support
  76. 2003-07-10 Andreas Nahr <[email protected]>
  77. * ProxyUseType.cs:
  78. * WebStatus.cs: Deleted (do not exist in this assembly)
  79. * IPv6Address.cs: Made internal
  80. 2003-07-08 Gonzalo Paniagua Javier <[email protected]>
  81. * HttpWebRequest.cs:
  82. * ServicePointManager.cs:
  83. * WebConnection.cs: added support for proxies.
  84. 2003-07-05 Andreas Nahr <[email protected]>
  85. * DnsPermissionAttribute.cs:
  86. * SocketPermissionAttribute.cs: Fixed wrong AttributeUsageAttribute
  87. 2003-07-05 Andreas Nahr <[email protected]>
  88. * WebPermission.cs: Added and partially implemented
  89. * WebPermissionAttribute.cs: Added and implemented
  90. 2003-07-01 Gonzalo Paniagua Javier <[email protected]>
  91. * WebClient.cs: fixed bug #45651.
  92. 2003-06-29 Gonzalo Paniagua Javier <[email protected]>
  93. * WebClient.cs: Small fix by Sebastian <[email protected]>.
  94. 2003-06-29 Gonzalo Paniagua Javier <[email protected]>
  95. * WebConnection.cs: fixed header writing the reusing a connection and
  96. the server does not send 100-continue response.
  97. 2003-06-26 Gonzalo Paniagua Javier <[email protected]>
  98. * WebConnection.cs: close the socket and connection when disposing.
  99. * WebRequest.cs: removed setter for RequestUri. Allow non-public ctors
  100. when creating instances.
  101. * HttpWebRequest.cs:
  102. * HttpWebResponse.cs:
  103. * FileWebRequest.cs: support serialization.
  104. * FileWebResponse.cs: support serialization and fixed dispose checks.
  105. * FileWebRequestCreator.cs:
  106. * HttpRequestCreator.cs: added internal .ctor.
  107. 2003-06-24 Lluis Sanchez Gual <[email protected]>
  108. * HttpWebRequest.cs: SetWriteStream(): SendRequestHeaders should be
  109. called before asyncWrite.SetCompleted, to make sure that the waiting
  110. thread does not start to send more information before
  111. SendRequestHeaders has finished.
  112. 2003-06-22 Lluis Sanchez Gual <[email protected]>
  113. * WebConnectionStream.cs: Only increment pendingReads if an asynchronous
  114. read is really needed.
  115. 2003-06-20 Gonzalo Paniagua Javier <[email protected]>
  116. * WebHeaderCollection.cs: prevent duplication headers used niternally.
  117. 2003-06-14 Gonzalo Paniagua Javier <[email protected]>
  118. * HttpWebRequest.cs: if CookieContainer has not been set, make
  119. HttpWebResponse ignore Set-Cookie* headers.
  120. * HttpWebResponse.cs: Set-Cookie and Set-Cookie headers removed if
  121. CookieContainer have been provided to the request.
  122. 2003-06-13 Gonzalo Paniagua Javier <[email protected]>
  123. * AuthenticationManager.cs: get the list of authentication modules from
  124. the configuration files. Added Clear and fixed Unregister.
  125. * BasicClient.cs: fully implemented.
  126. * HttpWebRequest.cs: added support for Basic authentication when
  127. credentials are set.
  128. * NetworkCredential.cs: fixed GetCredential.
  129. 2003-06-13 Gonzalo Paniagua Javier <[email protected]>
  130. * HttpWebRequest.cs: *really* take care of requestSent to prevent
  131. sending the same request twice.
  132. * WebAsyncResult.cs: don't close the handle. Just Reset.
  133. * WebConnectionStream.cs: removed unneeded line.
  134. 2003-06-12 Gonzalo Paniagua Javier <[email protected]>
  135. * HttpWebRequest.cs: use InternalClose when we are not going to send the
  136. rest of the request stream because of an error after sending the
  137. headers.
  138. * WebConnection.cs: check for completion after setting the response.
  139. Enable reading in NextRead.
  140. * WebConnectionStream.cs: re-fixed the count for partially buffered
  141. reads. If the network stream returns 0 bytes, we're done.
  142. 2003-06-11 Gonzalo Paniagua Javier <[email protected]>
  143. * WebClient.cs: implemented UploadFile. Fixed SetupRequest to set the
  144. special headers *after* the others.
  145. 2003-06-10 Gonzalo Paniagua Javier <[email protected]>
  146. * WebConnectionStream.cs: when the read is partially filled from the
  147. initial buffer, add those bytes too. Thanks to Lluis for debugging this.
  148. 2003-06-09 Gonzalo Paniagua Javier <[email protected]>
  149. * HttpWebRequest.cs: added ExpectContinue property.
  150. * WebConnection.cs: allow 100 Continue to be delayed after waiting for
  151. it.
  152. 2003-06-08 Gonzalo Paniagua Javier <[email protected]>
  153. * HttpWebRequest.cs: don't send "Expect: 100-continue" is the server
  154. is known not to respond to that.
  155. * ServicePoint.cs: added SendContinue property.
  156. * WebConnection.cs: only wait 2 seconds for a continue reply. If it
  157. timeouts, set SendContinue to false and proceeed sending data.
  158. * WebConnectionStream.cs: if 100-continue is not received and instead we
  159. get a 417 or anything else, don't send the data.
  160. * WebClient.cs: implemented all missing properties and methods except
  161. UploadFile.
  162. 2003-06-06 Gonzalo Paniagua Javier <[email protected]>
  163. * FileWebRequestCreator.cs: splitted from WebRequest.
  164. * HttpRequestCreator.cs: splitted fromWebRequest.
  165. * WebRequest.cs: added methods that are used by the new configuration
  166. handler to set prefix/type name requests creators.
  167. 2003-06-06 Gonzalo Paniagua Javier <[email protected]>
  168. * AuthenticationManager.cs:
  169. * Authorization.cs:
  170. * BasicClient.cs: new file.
  171. * ChunkStream.cs: new file.
  172. * Cookie.cs:
  173. * CookieContainer.cs:
  174. * GlobalProxySelection.cs:
  175. * HttpWebRequest.cs:
  176. * HttpWebResponse.cs:
  177. * IAuthenticationModule.cs:
  178. * ServicePoint.cs:
  179. * ServicePointManager.cs:
  180. * WebAsyncResult.cs: new file.
  181. * WebConnection.cs: new file.
  182. * WebConnectionData.cs: new file.
  183. * WebConnectionGroup.cs: new file.
  184. * WebConnectionStream.cs: new file.
  185. * WebException.cs:
  186. * WebHeaderCollection.cs:
  187. * WebProxy.cs:
  188. * WebResponse.cs:
  189. Reworked HttpWebRequest and related classes.
  190. 2003-05-30 Miguel de Icaza <[email protected]>
  191. * HttpWebRequest.cs (EndGetResponse): Do not throw exceptions on
  192. InternalServerError (500)
  193. 2003-05-29 Miguel de Icaza <[email protected]>
  194. * HttpWebRequest.cs (Close): Move the code that accumulates the
  195. output to Close from Flush. Flush could have been called in the
  196. middle of the processing, and would have generated invalid results
  197. (which it did).
  198. 2003-05-23 Zoltan Varga <[email protected]>
  199. * Dns.cs (GetHostByAddress): Return the local host when called with
  200. IF_ANY.
  201. 2003-04-29 Miguel de Icaza <[email protected]>
  202. * WebClient.cs (DownloadData): Close the underlyng stream.
  203. (DownloadFile): Use using, so the file gets closed.
  204. 2003-04-24 Miguel de Icaza <[email protected]>
  205. * WebClient.cs (DownloadData): Instead of using a MemoryStream,
  206. keep track of all the small chunks in an ArrayList. The
  207. MemoryStream had the property of reallocating itself, and the
  208. problem was that MemoryStream.GetBuffer would return the buffer
  209. (correctly), but not something of the right size. So clients of
  210. DownloadData would get the extra unused bytes as part of the
  211. result.
  212. The solution would have been to make another copy at this point,
  213. instead, we only keep the small allocations around in the
  214. ArrayList, and we only do one large allocation at the end.
  215. * HttpWebResponse.cs: If there is a Content-Length header, pass
  216. this information to our HttpWebResponseStream, so it knows when to
  217. stop, instead of waiting for the stream to be shut down by the
  218. other end.
  219. * HttpWebRequest.cs: Only set the `delay-header-writing' mode on
  220. the underlying stream if the method will do a content transfer and
  221. no Content-Length was provided. If not (HEAD and GET or
  222. Content-Length provided), keep going.
  223. 2003-04-23 Miguel de Icaza <[email protected]>
  224. * HttpWebRequest.cs: .NET Allows the HttpWebRequest to not have
  225. the ContentLength specified on the request. If that happens, we
  226. have to accumulate all the data written, and once we accumulate
  227. the data, we send it off.
  228. Notice that the documentation in .NET is actually incorrect, they
  229. state that setting ContentLength is mandatory. It is not.
  230. 2003-04-12 Gonzalo Paniagua Javier <[email protected]>
  231. * HttpWebResponse.cs: fixes bug #41180.
  232. 2003-03-25 Gonzalo Paniagua Javier <[email protected]>
  233. * HttpWebRequest.cs: throw an exception is the response code is >= 300.
  234. 2003-03-07 Gonzalo Paniagua Javier <[email protected]>
  235. * HttpWebRequest.cs: implemented IDisposable, make the request stream
  236. read only. Changed the way of disposing the socket.
  237. * HttpWebResponse.cs: wrapped the socket in a write-only NetworkStream,
  238. handle chunked transfer encoding (no more hangs), added serialization
  239. stuff, call CheckDisposed at the beginning of methods/properties (not
  240. in a finally clause).
  241. 2003-02-17 Nick Drochak <[email protected]>
  242. * WebClient.cs : Implemented Credentials property.
  243. 2003-02-04 Gonzalo Paniagua Javier <[email protected]>
  244. * SocketAddress.cs: byte 1 of the data is the high byte of the family,
  245. not the size.
  246. 2003-01-29 Atsushi Enomoto <[email protected]>
  247. * WebClient.cs : hacked OpenRead, DownloadData and DownloadFile.
  248. 2002-10-24 Gonzalo Paniagua Javier <[email protected]>
  249. * HttpWebRequest.cs: applied patch from Tim Haynes
  250. ([email protected]).
  251. Avoided double-sending of the request to the server when both
  252. GetRequestStream() and GetResponse() are called.
  253. System Header attributes survive the Headers attribute set.
  254. Added handling of Connection: KeepAlive/Close
  255. 2002-10-03 Dick Porter <[email protected]>
  256. * Dns.cs: Fixed GetHostName()
  257. 2002-09-09 Gonzalo Paniagua Javier <[email protected]>
  258. * HttpWebRequest.cs:
  259. * HttpWebResponse.cs: applied another patch from Shahms E. King
  260. ([email protected]).
  261. 2002-09-03 Gonzalo Paniagua Javier <[email protected]>
  262. * HttpWebRequest.cs:
  263. * HttpWebResponse.cs: applied patch from Shahms E. King
  264. ([email protected]).
  265. 2002-05-29 Lawrence Pit <[email protected]>
  266. * MonoHttpDate.cs: added
  267. * HttpWebRequest.cs: using MonoHttpDate
  268. * HttpWebResponse.cs: using MonoHttpDate
  269. * DnsPermission.cs: correct XML output
  270. * SocketPermission.cs: correct XML output
  271. 2002-05-21 Lawrence Pit <[email protected]>
  272. * WebClient.cs: stubbed
  273. * WebProxy.cs: fixed bug; had to change internal representation
  274. of bypasslist to ArrayList, different implementation of checking
  275. regex's.
  276. 2002-05-20 Lawrence Pit <[email protected]>
  277. * WebProxy.cs: added, implemented
  278. * ServicePoint.cs: implemented most
  279. * ServicePointManager.cs: implemented
  280. * HttpWebRequest.cs: started implementation
  281. * HttpWebResponse.cs: improved disposable routines
  282. * FileWebRequest.cs: slight improvement of Close method
  283. 2002-05-19 Lawrence Pit <[email protected]>
  284. * FileWebRequest.cs: finished implementation of async methods.
  285. * FileWebResponse.cs: improved disposable routines.
  286. * IPEndPoint.cs: fixed bug #24666 in Serialize and Create methods,
  287. byte ordering of address was backwards.
  288. 2002-05-13 Lawrence Pit <[email protected]>
  289. * Dns.cs: Reimplemented (simplified and fixed) asynchronous methods by
  290. relying on standard asynchronous delegate features. Added checks for
  291. null strings.
  292. * HttpWebResponse.cs: implemented properties
  293. * FileWebResponse.cs: improved the way resources are disposed.
  294. * FileWebRequest.cs: started implementation of asynchronous methods
  295. * ServicePointManager.cs: implemented properties
  296. 2002-05-12 Lawrence Pit <[email protected]>
  297. * HttpWebRequest.cs: properties implemented
  298. * HttpWebResponse.cs: added
  299. * GlobalProxySelection.cs: implemented
  300. * FileWebResponse.cs: added
  301. * FileWebRequest.cs: some methods implemented
  302. 2002-05-11 Lawrence Pit <[email protected]>
  303. * WebHeaderCollection.cs: implemented
  304. * WebRequest.cs: implemented
  305. * FileWebRequest.cs and HttpWebRequest.cs stubs added
  306. 2002-05-09 Lawrence Pit <[email protected]>
  307. * Rewrote IPAddress.Parse method, passing all unit tests
  308. 2002-05-09 Lawrence Pit <[email protected]>
  309. * fixed bug in IPEndPoint.Equals method
  310. * fixed bug in IPAddress.Parse method
  311. * fixed bug in IPAddress.SwapLong method
  312. * fixed several bugs in Cookie.cs
  313. 2002-05-06 Lawrence Pit <[email protected]>
  314. * WebRequest.cs: added
  315. * WebResponse.cs: implemented
  316. * WebException.cs: implemented
  317. * WebHeaderCollection.cs: added
  318. * HttpVersion.cs: implemented
  319. * HttpContinueDelegate.cs: added
  320. * IWebProxy.cs: added
  321. * IWebRequestCreate.cs: added
  322. * ICertificatePolicy.cs: added
  323. * ServicePoint.cs: stubbed
  324. * ServicePointManager.cs: stubbed
  325. * CookieContainer.cs: added
  326. * Authorization.cs: implemented
  327. 2002-05-05 Lawrence Pit <[email protected]>
  328. * CredentialCache.cs: implemented
  329. 2002-05-05 Lawrence Pit <[email protected]>
  330. * IPAddress.cs: fixed IsLoopback, address was already in host order
  331. 2002-05-05 Lawrence Pit <[email protected]>
  332. * IPv6Address.cs: added (note: not part of .net spec)
  333. 2002-05-01 Lawrence Pit <[email protected]>
  334. * DnsPermission.cs: implemented
  335. * DnsPermissionAttribute.cs: implemented
  336. 2002-04-28 Lawrence Pit <[email protected]>
  337. * EndpointPermission.cs: implemented
  338. * SocketPermission.cs: implemented
  339. * SocketPermissionAttribute.cs: implemented
  340. * ProtocolViolationException.cs: implemented
  341. * Dns.c: passing w32 error code when no host found
  342. 2002-04-27 Lawrence Pit <[email protected]>
  343. * Cookie.cs: implemented
  344. * CookieCollection.cs: implemented
  345. * CookieException.cs: implemented
  346. 2002-04-24 Gonzalo Paniagua Javier <[email protected]>
  347. * IPAddress.cs: initialize the read only fields with Parse().
  348. 2002-04-18 Gonzalo Paniagua Javier <[email protected]>
  349. * IPAddress.cs: little changes to behave as MS.
  350. 2002-04-18 Gonzalo Paniagua Javier <[email protected]>
  351. * Dns.cs (Resolve): behave as MS. Agreed with Mads.
  352. 2002-04-17 Gonzalo Paniagua Javier <[email protected]>
  353. * IPAddress.cs: the icalls for sockets are endianness-aware. So I
  354. changed a few things. Also included a workaround for bug #23547.
  355. 2002-04-15 Gonzalo Paniagua Javier <[email protected]>
  356. * IPAddress.cs: use System.BitConverter.IsLittleEndian (suggested
  357. by Paolo) instead of guessing the endianness.
  358. * SocketAddress.cs: implemented Equals() and GetHashcode().
  359. 2002-04-15 Gonzalo Paniagua Javier <[email protected]>
  360. * IPEndPoint.cs: modifications to constructors according to the
  361. specifications (suggested by Lawrence Pit).
  362. 2002-04-15 Patrik Torstensson <[email protected]>
  363. * IPEndPoint.cs: Fixed build breaker.
  364. 2002-04-15 Gonzalo Paniagua Javier <[email protected]>
  365. * IPEndPoint.cs: implemented Equals() and GetHashCode(). Now 100%
  366. complete.
  367. 2002-04-15 Gonzalo Paniagua Javier <[email protected]>
  368. * IPAddress.cs: finished all MonoTODO's. Use network order to store
  369. the address. Check for max and min values in Address:set. IsLoopback()
  370. returns now true for all 127.x.y.z. Some more checks in Parse ().
  371. Some changes to behave as MS does.
  372. 2002-02-24 Duncan Mak <[email protected]>
  373. * ICredentialLookup.cs: Added the GetCredential method to the
  374. interface. The interface is named "ICredentials", should this file
  375. be renamed?
  376. * NetworkCredential.cs: Added to CVS. Need to investigate on how
  377. GetCredential() works
  378. 2002-01-23 Dick Porter <[email protected]>
  379. * SocketAddress.cs: Implemented.
  380. * IPEndPoint.cs: Turned 'Address' field into a real property.
  381. Implemented Create() and Serialize() methods.
  382. * IPAddress.cs: Fixed class constructor, turned 'Address' field
  383. into a real property. Removed undocumented "public
  384. IPAddress(string)" constructor.
  385. * EndPoint.cs: Implemented. All methods return
  386. NotSupportedException to enforce subclass overriding.
  387. * Dns.cs: Replaced fixed-layout Hostent struct and cygwin
  388. P/Invokes with portable internal calls.
  389. 2002-01-17 Miguel de Icaza <[email protected]>
  390. * Dns.cs: Updated to API changes.
  391. * IPAddress.cs: Updated API. Much left to implement.
  392. * Dns.cs: Remove IPToString method
  393. 2002-01-06 Ravi Pratap <[email protected]>
  394. * Dns.cs, AuthenticationManager.cs, SocketAddress.cs : MonoTODO
  395. attribute insertion.
  396. 2001-11-22 Nick Drochak <[email protected]>
  397. * IPAddress.cs: Fix constructor bug, properly name Address property,
  398. and use triple-slash for comments.
  399. 2001-11-20 Miguel de Icaza <[email protected]>
  400. * IPAddress.cs: Updated to contain Any, Broadcast, Loopback and
  401. None as suggested by Phillip.
  402. 2001-09-26 Mads Pultz <[email protected]>
  403. * Dns.cs: Initial work on BeginGetHostByName and EndGetHostByName implemented.
  404. 2001-09-24 Mads Pultz <[email protected]>
  405. * Dns.cs: Minor changes (some print statements removed)
  406. 2001-09-23 Mads Pultz <[email protected]>
  407. * Dns.cs: Initial work submitted to repository.
  408. * IPHostEntry.cs: Initial work submitted to repository.
  409. 2001-07-12 Sean MacIsaac <[email protected]>
  410. * Authorization.cs: Fixed compiler error.
  411. * IAuthenticationModule.cs: Changes for Beta2.
  412. * IPAddress.cs: Internal storage changed to be uint not int.
  413. * IPEndPoint.cs: Fixed compiler error.
  414. * EndPoint.cs: Fixed compiler error.
  415. * AuthenticationManager.cs: Fixed typo.