warren%netscape.com
|
bd73f68e8b
|
Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport.
|
1999-07-01 19:30:20 +00:00 |
warren%netscape.com
|
1f76168d21
|
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
|
1999-06-23 03:29:44 +00:00 |
mscott%netscape.com
|
1b21b35d6b
|
Fix memory leak of file name.
|
1999-06-12 00:52:06 +00:00 |
dp%netscape.com
|
94344009c8
|
Landing xpcom20/21 branch.
|
1999-05-26 01:38:36 +00:00 |
mscott%netscape.com
|
d1327abcaf
|
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 |
hyatt%netscape.com
|
eb5cc9711c
|
Switching over to nsIEventQueues instead of PLEventQueues.
|
1999-05-04 23:31:26 +00:00 |
mscott%netscape.com
|
b65deefd41
|
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 |
mscott%netscape.com
|
11797f5191
|
Fix some linux problems with mailnews. We were interrupting the stream twice when releasing a file transport.
|
1999-04-01 05:10:55 +00:00 |
mscott%netscape.com
|
d8c239e8c4
|
Initialize host name to null.
|
1999-03-31 19:20:56 +00:00 |
warren%netscape.com
|
4b2d56fbaa
|
nsRepository -> nsIComponentManager changes.
|
1999-03-09 09:44:27 +00:00 |
mcmullen%netscape.com
|
9798175c73
|
Removed the offset parameter from the base stream interfaces. Implemented string streams.
|
1999-03-05 22:53:56 +00:00 |
mscott%netscape.com
|
34b1e85458
|
Added code to make a file based socket transport. nsSocketTransport can now open a file or a network based socket.
When opening a url through a transport, convert the application url scheme to either file or 'sockstub' based on the type
of socket connection.
|
1999-02-11 02:56:58 +00:00 |
mscott%netscape.com
|
7c98230114
|
support the open inteface. Add ability to close a socket without closing the transport.
cleaned up the destructor to release some interfaces it wasn't releasing before..
|
1999-02-04 23:50:37 +00:00 |
alecf%netscape.com
|
bc55677bba
|
make this thread safer by addreffing it before storing the variable
Also check pURL before dereferencing
|
1999-02-02 07:57:56 +00:00 |
mscott%netscape.com
|
7871624541
|
Include netutils.h before including mktcp.h for Linux build.
|
1999-01-25 23:08:27 +00:00 |
mscott%netscape.com
|
410d14bb55
|
socket implementation of the transport interface. (not currently being built by checked in makefiles)
|
1999-01-25 19:10:04 +00:00 |