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

19 Коммитов

Автор SHA1 Сообщение Дата
valeski%netscape.com e7260ede87 changed nsIEventQueue->ProcessPendingEvents() to nsIEventQueue->EVentLoop() 1999-05-06 19:47:55 +00:00
valeski%netscape.com 943c469643 changed over to nsIEventQueue interface, from straight PL_EventQueue. Also took a whack at getting socketTRansport::OpenOutputSTream to work (hasn't been tested) 1999-05-05 22:41:44 +00:00
valeski%netscape.com 142c08df8e changed us over to regular monitors (prmon.h) in lieu of cached monitors (prcmon.h) for performance increase. cached monitors can be 5 times slower than regular monitors. 1999-05-04 19:33:37 +00:00
valeski%netscape.com 7da95187dd Fixed windows builds. changed #ifdef'd #included <windows.h> from XP_PC/XP_WIN to WIN32. There is not a XP_WIN macro. 1999-05-04 18:50:59 +00:00
hshaw%netscape.com f05420e8cb wrap #include <windows.h> with #ifdef XP_WIN (for unix builds) 1999-05-04 00:31:40 +00:00
valeski%netscape.com 1dbe4d3aa1 nsIUrl.h - switched back to single inheritance of nsISupports (removed nsITypicalUrl)
nsUrl.h - switched back to multiple inheritance including nsITypicalUrl
nsFtpConnectionThread.cpp - various initializations.
nsFtpConnectionThread.h - various initialization api changes
nsFtpProtocolConnection.cpp - Switched back to ProtoConn implementing the nsISTreamListener interface + some initialization changes.
nsFtpProtocolConnection.h - inherits nsIStreamListener.
everyone else was just init changes.
1999-04-30 15:28:33 +00:00
valeski%netscape.com d4011270e6 conditionally include windows.h on pc only - patch from Andreas Otte <andreas.otte@primus-online.de> 1999-04-29 18:52:14 +00:00
valeski%netscape.com 18720793f4 added nettest.cpp test app to the unix builds 1999-04-28 23:14:21 +00:00
valeski%netscape.com bc40ed9342 now we go so far as to create the actual nsIProtocolConnection instance. 1999-04-28 23:13:07 +00:00
valeski%netscape.com ba1c7ba96e comprhensive networking service excersiser. 1999-04-28 20:07:33 +00:00
warren%netscape.com e9e1dc1c23 Started hooking up socket transport synchronous streams. Added unix makefiles. 1999-04-25 19:25:24 +00:00
warren%netscape.com 0bef817947 Added source offset parameter to OnDataAvailable (for byte-range requests). 1999-04-22 08:47:06 +00:00
rpotts%netscape.com a18186876e Added some error checking... 1999-04-20 08:01:31 +00:00
rpotts%netscape.com 722b00f7fa First pass at a socket transport implementation... 1999-04-19 07:17:37 +00:00
warren%netscape.com 9de1540b6e Fixed create/AsyncRead stuff. 1999-04-14 08:13:35 +00:00
warren%netscape.com 8f99982227 Added synchronous file input. Worked on cancel/suspend/resume work for file transfer. 1999-04-13 18:10:15 +00:00
warren%netscape.com eb79562943 Fixed to work, but don't try it for a directory with too many files! 1999-04-06 06:11:23 +00:00
warren%netscape.com 78b9a7c8b5 Used nsIByteBufferInputStream. Fixed file transport test. 1999-04-06 01:45:24 +00:00
warren%netscape.com fd62531512 Added TestFileInput 1999-04-05 21:06:07 +00:00