.. |
res
|
Icons for ftp/file directories.
|
1998-07-21 19:35:35 +00:00 |
tests
|
Changing RegisterFactory to use the new API.
|
1999-02-26 17:19:00 +00:00 |
.cvsignore
|
Add cvsignore entries for makefiles generated bu autoconf.
|
1998-12-05 09:07:33 +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
|
Stop building related links junk
|
1999-02-02 17:36:31 +00:00 |
makefile.win
|
Stop building related links junk
|
1999-02-02 17:36:31 +00:00 |
MANIFEST
|
Added nsSocketTransport.h
|
1999-01-28 01:50:36 +00:00 |
net.def
|
kill related links and single signon (for now).
|
1999-02-02 19:26:42 +00:00 |
nsHttpUrl.cpp
|
Fix bugzilla bug #2568
nsHttpUrlImpl::GetContainer was always returning with NS_OK even if the container is nil. After discussing it with rpotts I've changed it to return NS_ERROR_UNEXPECTED if mContainer is nil which fixes the Mac crash (calling QueryInterface on a nil container is probably bad everywhere though).
|
1999-02-25 01:28:24 +00:00 |
nsHttpUrl.h
|
Added GetContentLength and GetServerStatus to nsIURL class
|
1999-01-12 19:45:46 +00:00 |
nsHttpURLFactory.cpp
|
Added temporary handling for about: URLs in HTTP url code
|
1999-02-03 19:36:24 +00:00 |
nsIConnectionInfo.h
|
Adding ::IID() methods to these interfaces...
|
1999-02-18 00:34:33 +00:00 |
nsINetFile.h
|
See diffs. Thanks wtc.
|
1999-01-23 06:15:22 +00:00 |
nsINetlibURL.h
|
Adding ::IID() methods to these interfaces...
|
1999-02-18 00:34:33 +00:00 |
nsINetService.h
|
Adding ::IID() methods to these interfaces...
|
1999-02-18 00:34:33 +00:00 |
nsINetSupport.h
|
Changed the IID to not use NS_DECLARE_ID...
|
1998-11-03 08:01:51 +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 |
nsIUnicharStreamLoader.h
|
Added stream loader
|
1998-12-18 01:34:30 +00:00 |
nsIURLGroup.h
|
Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener.
|
1998-12-16 05:40:20 +00:00 |
nsLoadAttribs.cpp
|
If no range headers are set then return NULL from GetByteRangeHeader() not an empty string...
|
1999-01-13 07:17:39 +00:00 |
nsNetFactory.cpp
|
Changes for RDF component registration using nsRepository. Also changed args to NSGetFactory and friends.
|
1999-02-26 10:17:14 +00:00 |
nsNetFile.cpp
|
rename old MOZ_MAIL_NEWS macro to OLD_MOZ_MAIL_NEWS so that we can turn on MOZ_MAIL_NEWS flag to build the whole client
|
1999-02-02 04:13:24 +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
|
Add the ability to open a file based socket. (Part of the nsITransport) code....
|
1999-02-11 02:59:53 +00:00 |
nsNetService.h
|
Add the ability to open a file based socket. (Part of the nsITransport) code....
|
1999-02-11 02:59:53 +00:00 |
nsNetStream.cpp
|
Checking in the real fix for nsBufferedStream this time...
|
1999-01-22 01:46:37 +00:00 |
nsNetStream.h
|
Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener.
|
1998-12-16 05:40:20 +00:00 |
nsNetStreamLoader.cpp
|
Added stream loader
|
1998-12-18 01:34:30 +00:00 |
nsNetStubs.cpp
|
Fix mac build issue
|
1999-02-17 19:24:02 +00:00 |
nsNetStubs.h
|
Landed raptor modular netlib stuff
|
1998-05-22 23:38:40 +00:00 |
nsNetThread.cpp
|
Have generic text, image, and application look for plugins in
|
1999-02-18 17:14:25 +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
|
Added code to make a file based socket transport. nsSocketTransport can now open a file or a network based socket.
|
1999-02-11 02:56:58 +00:00 |
nsSocketTransport.h
|
Added code to make a file based socket transport. nsSocketTransport can now open a file or a network based socket.
|
1999-02-11 02:56:58 +00:00 |
nsStubContext.cpp
|
Avoid crashing if the url doesn't have a container
|
1999-02-25 16:43:17 +00:00 |
nsStubContext.h
|
First Checked In.
|
1999-01-14 19:46:11 +00:00 |