gecko-dev/network/module
1999-05-26 21:46:42 +00:00
..
res
tests Fixing tests 1999-05-26 07:46:01 +00:00
.cvsignore
Makefile
Makefile.in
makefile.win Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
MANIFEST
net.def
nsHttpUrl.cpp
nsHttpUrl.h
nsHttpURLFactory.cpp
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
nsINetService.h
nsINetSupport.h
nsIProtocol.h
nsIProtocolConnection.h
nsIProtocolURLFactory.h
nsIRefreshUrl.h
nsIRelatedLinks.h
nsIUnicharStreamLoader.h
nsIURLGroup.h
nsLoadAttribs.cpp
nsNetFactory.cpp
nsNetFile.cpp
nsNetFile.h
nsNetIDs.cpp
nsNetService.cpp Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
nsNetService.h
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 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
nsNetStreamLoader.cpp
nsNetStubs.cpp
nsNetStubs.h
nsNetThread.cpp use NS_IF_ADDREF & NS_IF_RELEASE instead of NS_ADDREF & NS_RELEASE in case of null mURL & mProxy 1999-05-26 21:46:42 +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