gecko-dev/network/module
1999-06-08 20:57:32 +00:00
..
res
tests Handle the (Unix) platform-specific DLL naming conventions properly. 1999-06-04 22:17:30 +00:00
.cvsignore
Makefile
Makefile.in Switched back to building both shared and static libs by default. 1999-03-23 04:26:03 +00:00
makefile.win Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
MANIFEST
net.def kill related links and single signon (for now). 1999-02-02 19:26:42 +00:00
nsHttpUrl.cpp made Equals() test ref & search too 1999-05-26 23:41:22 +00:00
nsHttpUrl.h Moved nsNetStream.h include to nsHttpUrl.h from the .cpp file to fix build busta 1999-04-27 01:55:44 +00:00
nsHttpURLFactory.cpp Landing changes to support chrome URLs in netlib. Approved by dp. 1999-04-02 19:05:52 +00:00
nsIConnectionInfo.h Add ability to change the url being used for a connection. This allows us to run multiple urls on a connection which we need for many of the mail protocols. 1999-05-13 22:52:25 +00:00
nsINetFile.h
nsINetlibURL.h rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
nsINetService.h reimplement cookie viewer 1999-06-04 21:51:57 +00:00
nsINetSupport.h
nsIProtocol.h
nsIProtocolConnection.h
nsIProtocolURLFactory.h
nsIRefreshUrl.h
nsIRelatedLinks.h
nsIUnicharStreamLoader.h
nsIURLGroup.h added GetIID() method. 1999-04-30 08:59:11 +00:00
nsLoadAttribs.cpp Added a newline at the end of the file to make a couple of Unix builds happier. 1999-03-30 01:48:20 +00:00
nsNetFactory.cpp fix bug 2414 1999-04-13 05:26:59 +00:00
nsNetFile.cpp update to use new nsString API 1999-04-05 08:36:51 +00:00
nsNetFile.h
nsNetIDs.cpp
nsNetService.cpp reimplement cookie viewer 1999-06-04 21:51:57 +00:00
nsNetService.h reimplement cookie viewer 1999-06-04 21:51:57 +00:00
nsNetStream.cpp make sure stream Wrire() returns correct error code when the stream is closed 1999-05-26 21:45:20 +00:00
nsNetStream.h Moved WriteFrom to nsIBufferOutputStream. Made necko pass around buffer streams. 1999-06-08 20:57:32 +00:00
nsNetStreamLoader.cpp Made non-virtual destructors virtual. Thanks Bruce@cybersight.com 1999-03-21 09:31:31 +00:00
nsNetStubs.cpp remove compiler warning about no return value 1999-04-12 20:57:11 +00:00
nsNetStubs.h
nsNetThread.cpp put cookies file in the correct directory 1999-06-05 23:17:47 +00:00
nsNetThread.h
nsRelatedLinks.cpp
nsSocketTransport.cpp Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
nsSocketTransport.h hacks to get the transport socket to correctly run multiple urls over a connection. unfortunately, sockstub caches connections based on the url. so i'm faking it by keeping both the url struct used to open the connection around along with the url_struct for the current running url. 1999-05-13 22:55:44 +00:00
nsStubContext.cpp Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
nsStubContext.h