Граф коммитов

12 Коммитов

Автор SHA1 Сообщение Дата
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