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

8 Коммитов

Автор SHA1 Сообщение Дата
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 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
warren%netscape.com c50687b845 nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +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
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