This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Mozilla
/
mozilla
/
network
/
module
History
dp%netscape.com
b83d6b6d30
Fixing tests
...
git-svn-id: svn://10.0.0.236/trunk@32669 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-26 07:46:01 +00:00
..
res
…
tests
Fixing tests
1999-05-26 07:46:01 +00:00
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
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
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
Switching over to nsIEventQueues instead of PLEventQueues.
1999-05-04 23:31:26 +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
…