dmose@mozilla.org
|
34fd2555cf
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 02:47:15 +00:00 |
|
warren@netscape.com
|
1496c3eec1
|
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
|
753ac43fff
|
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
|
1999-06-23 03:29:44 +00:00 |
|
mscott@netscape.com
|
1568a58179
|
Fix memory leak of file name.
|
1999-06-12 00:52:06 +00:00 |
|
dp@netscape.com
|
6dc8a899c6
|
Landing xpcom20/21 branch.
|
1999-05-26 01:38:36 +00:00 |
|
mscott@netscape.com
|
57949b5590
|
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
|
c65cef93bd
|
Switching over to nsIEventQueues instead of PLEventQueues.
|
1999-05-04 23:31:26 +00:00 |
|
mscott@netscape.com
|
3295bdece0
|
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
|
9c7ff788aa
|
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
|
04b3551733
|
Initialize host name to null.
|
1999-03-31 19:20:56 +00:00 |
|
warren@netscape.com
|
35d5e6e062
|
nsRepository -> nsIComponentManager changes.
|
1999-03-09 09:44:27 +00:00 |
|
mcmullen@netscape.com
|
118b87bb09
|
Removed the offset parameter from the base stream interfaces. Implemented string streams.
|
1999-03-05 22:53:56 +00:00 |
|
mscott@netscape.com
|
d3d034304f
|
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
|
eed2eb27bc
|
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
|
8af23f2f65
|
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
|
4e7a2c822e
|
Include netutils.h before including mktcp.h for Linux build.
|
1999-01-25 23:08:27 +00:00 |
|
mscott@netscape.com
|
c30f2dfb02
|
socket implementation of the transport interface. (not currently being built by checked in makefiles)
|
1999-01-25 19:10:04 +00:00 |
|