2003-04-11 Sebastien Pouliot <spouliot@videotron.ca>
[mono.git] / mcs / class / System / System.Net /
2003-04-12 Gonzalo Paniagua... 2003-04-12 Gonzalo Paniagua Javier <gonzalo@ximian...
2003-03-25 Gonzalo Paniagua... 2003-03-25 Gonzalo Paniagua Javier <gonzalo@ximian...
2003-03-07 Gonzalo Paniagua... 2003-03-07 Gonzalo Paniagua Javier <gonzalo@ximian...
2003-02-17 Nick Drochak2003-02-17 Nick Drochak <ndrochak@gol.com>
2003-02-04 Gonzalo Paniagua... 2003-02-04 Gonzalo Paniagua Javier <gonzalo@ximian...
2003-01-28 Atsushi Eno2003-01-29 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
2002-10-24 Miguel de IcazaMono coding conventions
2002-10-24 Gonzalo Paniagua... forgot this
2002-10-24 Gonzalo Paniagua... 2002-10-24 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-10-15 Miguel de IcazaApplied patch from Gustavo
2002-10-03 Dick Porter2002-10-03 Dick Porter <dick@ximian.com>
2002-10-02 Mads PultzFix for GetHostName. Now relies on native gethostname.
2002-09-09 Gonzalo Paniagua... 2002-09-09 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-09-04 Gonzalo Paniagua... 2002-09-03 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-07-15 Miguel de IcazaAdd a MonoTODO
2002-05-28 Lawrence Pit * MonoHttpDate.cs: added
2002-05-21 Lawrence Pit * WebProxy.cs: more rigorous testing, fixed bug +...
2002-05-21 Lawrence Pit * WebClient.cs: stubbed
2002-05-20 Lawrence Pit * WebProxy.cs: added, implemented
2002-05-19 Lawrence Pit * FileWebRequest.cs: finished implementation of async...
2002-05-18 Lawrence Pit * IPEndPoint.cs: fixed bug #24666 in Serialize and...
2002-05-13 Lawrence Pit * Dns.cs: Reimplemented (simplified and fixed) asynchr...
2002-05-12 Lawrence Pit * HttpWebRequest.cs: properties implemented
2002-05-11 Lawrence Pit * FileWebResponse.cs: added
2002-05-11 Lawrence PitWebHeaderCollection implemented
2002-05-11 Lawrence Pitfinished WebRequest.cs
2002-05-09 Lawrence Pit * Rewrote IPAddress.Parse method, passing all unit...
2002-05-09 Lawrence Pit2002-05-09 Lawrence Pit <loz@cable.a2000.nl>
2002-05-08 Piers HakenMiscellaneous minor compliancy fixes:
2002-05-05 Lawrence Pit2002-05-06 Lawrence Pit <loz@cable.a2000.nl>
2002-05-05 Lawrence Pitadded implementation of CredentialCache
2002-05-05 Lawrence Pit * IPAddress.cs: fixed IsLoopback, address was already...
2002-05-05 Lawrence Pitnot defined in .net spec, needed for Uri.cs though
2002-05-01 Lawrence Pitnot yet used by Dns itself
2002-04-28 Lawrence PitSocket permission stuff, not yet used by Socket itself.
2002-04-26 Lawrence PitCookie support
2002-04-23 Gonzalo Paniagua... 2002-04-24 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-04-18 Gonzalo Paniagua... 2002-04-18 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-04-18 Gonzalo Paniagua... 2002-04-18 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-04-16 Gonzalo Paniagua... 2002-04-17 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-04-15 Gonzalo Paniagua... 2002-04-15 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-04-15 Gonzalo Paniagua... 2002-04-15 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-04-15 Patrik Torstensson2002-04-15 Patrik Torstensson <patrik.torstensson...
2002-04-15 Gonzalo Paniagua... 2002-04-15 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-04-15 Gonzalo Paniagua... Some changes to behave as MS does.
2002-04-14 Gonzalo Paniagua... 2002-04-15 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-04-01 Piers Hakenfixed member accessibility to match MS (corcompare).
2002-02-24 Duncan Mak2002-02-24 Duncan Mak <duncan@ximian.com>
2002-02-12 Dick PorterAdded a comment
2002-02-11 Mads PultzAdded implementation for System.Net.Dns.BeginResolve...
2002-01-23 Dick Porter2002-01-23 Dick Porter <dick@ximian.com>
2002-01-17 Miguel de IcazaMostly changes to get System.dll compiling again. ...
2002-01-06 Ravi Pratap M2002-01-06 Ravi Pratap <ravi@ximian.com>
2001-11-21 Nick Drochak2001-11-22 Nick Drochak <ndrochak@gol.com>
2001-11-20 Miguel de Icaza2001-11-20 Miguel de Icaza <miguel@ximian.com>
2001-11-20 Miguel de Icazaoops
2001-09-26 Sean MacIsaacRemoving old build files. NAnt doesn't use them.
2001-09-26 Mads Pultz* Dns.cs: Initial work on BeginGetHostByName and EndGet...
2001-09-24 Mads Pultz* DnsTest.cs: now tests GetHostByAddress, GetHostByName...
2001-09-23 Mads Pultz*** empty log message ***
2001-09-23 Mads Pultz* Dns.cs: Initial work submitted to repository.
2001-09-07 Sergey ChabanRemoved auto-generated comments.
2001-09-07 Sergey ChabanRemoved auto-generated comments.
2001-09-04 Miguel de IcazaAdd new files
2001-09-02 Miguel de IcazaFlush
2001-09-02 Miguel de IcazaUpdates with new enumerations that match the ones in...
2001-07-20 Miguel de IcazaWooohooo! System.Web.Cache from Patrick!
2001-07-20 Miguel de IcazaFlush
2001-07-15 Sean MacIsaacmakefile *.src easy compilation stuff.
2001-07-13 Sean MacIsaacFixed all sorts of compiler errors.
2001-06-16 Miguel de IcazaSystem.Net beginning