dougt%netscape.com
|
1da7d3868d
|
fix for 18078. r=mstoltz,warren
|
1999-11-30 00:32:43 +00:00 |
dmose%mozilla.org
|
7a91d8fab2
|
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
|
8462929dda
|
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
|
23864df5e3
|
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
|
1999-06-23 03:29:44 +00:00 |
mscott%netscape.com
|
2eb325f4bd
|
Fix memory leak of file name.
|
1999-06-12 00:52:06 +00:00 |
dp%netscape.com
|
0443b20e33
|
Landing xpcom20/21 branch.
|
1999-05-26 01:38:36 +00:00 |
mscott%netscape.com
|
b3593daae0
|
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
|
47320d484d
|
Switching over to nsIEventQueues instead of PLEventQueues.
|
1999-05-04 23:31:26 +00:00 |
mscott%netscape.com
|
f3dc0019ae
|
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
|
365e2dabf6
|
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
|
1544099f8b
|
Initialize host name to null.
|
1999-03-31 19:20:56 +00:00 |
warren%netscape.com
|
c50687b845
|
nsRepository -> nsIComponentManager changes.
|
1999-03-09 09:44:27 +00:00 |
mcmullen%netscape.com
|
0b721e55f8
|
Removed the offset parameter from the base stream interfaces. Implemented string streams.
|
1999-03-05 22:53:56 +00:00 |
mscott%netscape.com
|
b82f720bbe
|
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
|
0fc499cb55
|
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
|
67887b5f82
|
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
|
5c4146ac85
|
Include netutils.h before including mktcp.h for Linux build.
|
1999-01-25 23:08:27 +00:00 |
mscott%netscape.com
|
26bbd4972f
|
socket implementation of the transport interface. (not currently being built by checked in makefiles)
|
1999-01-25 19:10:04 +00:00 |