gecko-dev/network/module
spence%netscape.com 3c61fedd8a changes for async modal dialogs 1999-04-07 06:54:12 +00:00
..
res Icons for ftp/file directories. 1998-07-21 19:35:35 +00:00
tests Removed NODEPEND. 1999-03-31 06:47:10 +00:00
.cvsignore Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
MANIFEST Added nsSocketTransport.h 1999-01-28 01:50:36 +00:00
Makefile Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:40:20 +00:00
Makefile.in Switched back to building both shared and static libs by default. 1999-03-23 04:26:03 +00:00
makefile.win Landing changes to support chrome URLs in netlib. Approved by dp. 1999-04-02 19:05:52 +00:00
net.def kill related links and single signon (for now). 1999-02-02 19:26:42 +00:00
nsHttpURLFactory.cpp Landing changes to support chrome URLs in netlib. Approved by dp. 1999-04-02 19:05:52 +00:00
nsHttpUrl.cpp delete vs. delete[] vs. free fixes. 1999-03-30 05:26:59 +00:00
nsHttpUrl.h Added GetContentLength and GetServerStatus to nsIURL class 1999-01-12 19:45:46 +00:00
nsIConnectionInfo.h rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
nsINetFile.h See diffs. Thanks wtc. 1999-01-23 06:15:22 +00:00
nsINetService.h rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
nsINetSupport.h Changed the IID to not use NS_DECLARE_ID... 1998-11-03 08:01:51 +00:00
nsINetlibURL.h rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
nsIProtocol.h Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:40:20 +00:00
nsIProtocolConnection.h Added support for interrupting streams via the nsINetService::InterruptStream() method. 1998-10-16 22:20:05 +00:00
nsIProtocolURLFactory.h Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:40:20 +00:00
nsIRefreshUrl.h network/module/nsIRefreshUrl.h 1998-08-18 23:24:28 +00:00
nsIRelatedLinks.h Added all the nucache files to the memory module project (as a group) so that NU_CACHE can be turned on with a flick of the wrist, made the modular memory library build with the NU_CACHE flag turned on, fixed build warnings and errors. The NU_CACHE flag is still OFF, because the database code doesn't exist for Macintosh or Unix :-( 1999-01-14 23:21:06 +00:00
nsIURLGroup.h Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:40:20 +00:00
nsIUnicharStreamLoader.h Added stream loader 1998-12-18 01:34:30 +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 nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
nsNetFile.cpp update to use new nsString API 1999-04-05 08:36:51 +00:00
nsNetFile.h Solaris needs EOF character 1998-09-12 05:52:39 +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 update to use new nsString API 1999-04-05 08:36:51 +00:00
nsNetService.h Landing changes to support chrome URLs in netlib. Approved by dp. 1999-04-02 19:05:52 +00:00
nsNetStream.cpp Fix mismatched allocation/deallocation routines for the buffer in nsBufferedStream. 1999-04-06 03:26:23 +00:00
nsNetStream.h Added an mRequestingThread member to nsConnectionInfo... This is a PRThread pointer to the thread which made the network request (ie. the UI thread, etc)... This information is necessary when marshelling information back to the requesting thread... 1999-03-11 08:19:54 +00:00
nsNetStreamLoader.cpp Made non-virtual destructors virtual. Thanks Bruce@cybersight.com 1999-03-21 09:31:31 +00:00
nsNetStubs.cpp adding the declaration for fe_encoding_extensions back to nsNetStubs.cpp. 1999-03-31 05:09:58 +00:00
nsNetStubs.h Landed raptor modular netlib stuff 1998-05-22 23:38:40 +00:00
nsNetThread.cpp Fix for scottip. Initialize return value to NS_OK for nsStreamListenerProxy::OnDataAvailable. This was causing some failures on release builds and purify builds in particular because there was a particular case in one of the clauses where it would rely on rv which was unitialized. 1999-04-01 01:22:47 +00:00
nsNetThread.h add #includes and prototypes to reduce compiler warnings on Macintosh 1998-12-30 16:05:27 +00:00
nsRelatedLinks.cpp make several functions PRIVATE to reduce compiler warnings on Macintosh 1998-12-30 16:06:22 +00:00
nsSocketTransport.cpp Remove the code that used to interrupt the connection. We ended up interrupting the connection twice. If the protocol needs the ability to close a connection directly then we need to add a new method to the transport interface to do this explicitly. 1999-04-01 21:12:27 +00:00
nsSocketTransport.h nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
nsStubContext.cpp changes for async modal dialogs 1999-04-07 06:54:12 +00:00
nsStubContext.h First Checked In. 1999-01-14 19:46:11 +00:00