gecko-dev/network/module
valeski%netscape.com 88d5bf1ae9 network/module/Makefile -
1. 310133 - Added nsIRefreshUrl.h to the list of exports.

network/module/makefile.win -
1. 310133 - Added nsIRefreshUrl.h to the list of exports.

network/module/nsIHttpUrl.h -
1. 310133 - Extended the nsIHttpUrl interface to include the AddMimeHeader() method which adds an http header to the url.

network/module/nsHttpUrl.cpp -
310133 - 1. Added support for the AddMimeHeader() method so http urls can have headers added outside of the actual data retrieval in netlib. This method calls NET_ParseMimeHeader() directly.
2. Added a public member, a pointer to the netlib URL_Struct that was created for this nsHttpUrlImpl. This pointer is the link between netlib and the outside world; the adhesive agent between url structs and nsURLImpls.

network/module/nsNetStream.h -
1. 310133 - Added a public memeber variable to nsConnectionInfo. It's a bool that tells us whether or not a redirect has occurred.

network/module/nsNetStream.cpp -
1. 310133 - Added initialization (FALSE) of new redirect member.

network/module/nsNetStubs.cpp -
1. 310133 - Implemented FE_SetRefreshURLTimer(). This function is called from NET_GetURL() when we recognize that we have a url to refresh.

network/module/nsStubContext.cpp -
1. 310133 - Added check to see if we're redirecting in stub_complete() which gets called when a stream completes. If we are, we don't want to release/destroy the pConsumer, this will happen in nsNetService's bam_exit_routine().

network/module/nsNetService.cpp -
1. 310133 - added nsConnectionInfo->redirect check in bam_exit_routine() so we give the consumer a successful binding event if the consumer is still around. This is iffy.
1998-08-13 20:10:49 +00:00
..
res Icons for ftp/file directories. 1998-07-21 19:35:35 +00:00
tests Removed all calls to NET_PollSockets(...). Netlib now does the polling itself... 1998-07-29 06:01:57 +00:00
Makefile network/module/Makefile - 1998-08-13 20:10:49 +00:00
makefile.win network/module/Makefile - 1998-08-13 20:10:49 +00:00
MANIFEST Hook up status remarks from netlib, add interface for prompts and alerts. 1998-07-21 20:27:59 +00:00
net.def Hook up status remarks from netlib, add interface for prompts and alerts. 1998-07-21 20:27:59 +00:00
nsHttpUrl.cpp network/module/Makefile - 1998-08-13 20:10:49 +00:00
nsIHttpUrl.h network/module/Makefile - 1998-08-13 20:10:49 +00:00
nsINetContainerApplication.h Added nsINetContainerApplication interface and a way to get the user agent, etc. from the containing application 1998-07-01 23:56:20 +00:00
nsINetService.h Added methods to nsINetService to get and set cookie string for a URL 1998-07-25 00:32:32 +00:00
nsINetSupport.h Hook up status remarks from netlib, add interface for prompts and alerts. 1998-07-21 20:27:59 +00:00
nsIPostToServer.h Landed raptor modular netlib stuff 1998-05-22 23:38:40 +00:00
nsIProtocolConnection.h Landed raptor modular netlib stuff 1998-05-22 23:38:40 +00:00
nsIRefreshUrl.h 310133 - Added nsIRefreshUrl.h to the build. This file defines the nsIRefreshUrl interface which simply declares a method that allows a url to be refreshed/reloaded after a given interval. 1998-08-13 20:05:13 +00:00
nsIRelatedLinks.h Related links stuff.. Guha's related links code stolen from 4.5 and 1998-07-15 18:44:26 +00:00
nsIStreamListener.h Added IStreamListener::OnStatus(...)... 1998-07-24 10:02:50 +00:00
nsIURL.h Added better handling of search component of URL. Added GetSearch() method to nsIURL. 1998-08-13 04:35:37 +00:00
nsNetIDs.cpp Hook up status remarks from netlib, add interface for prompts and alerts. 1998-07-21 20:27:59 +00:00
nsNetService.cpp network/module/Makefile - 1998-08-13 20:10:49 +00:00
nsNetService.h Removed the need for clients to explicitly call NET_PollSockets(...). This has been replaced with a timer based polling scheme 1998-07-29 06:01:11 +00:00
nsNetStream.cpp network/module/Makefile - 1998-08-13 20:10:49 +00:00
nsNetStream.h network/module/Makefile - 1998-08-13 20:10:49 +00:00
nsNetStubs.cpp network/module/Makefile - 1998-08-13 20:10:49 +00:00
nsNetStubs.h Landed raptor modular netlib stuff 1998-05-22 23:38:40 +00:00
nsRelatedLinks.cpp Fix for bug reported by Mr. Hickman 1998-07-16 18:22:23 +00:00
nsStubContext.cpp network/module/Makefile - 1998-08-13 20:10:49 +00:00
nsURL.cpp Fixed problem with mSpec being allocated with something other than PR_Malloc 1998-08-13 19:05:36 +00:00