rpotts%netscape.com
af7eee2a74
Fixed up uninitialized variable... Oops
1999-06-07 07:12:56 +00:00
rpotts%netscape.com
73587c3610
Added PLEvent pump for unix...
1999-06-04 09:03:45 +00:00
gagan%netscape.com
cb787f5194
Getting it building again... changed the Write call to match its signature in nsIByteBufferInputStream. It will probably change again to FillFrom once we move that to idl.
1999-06-04 07:36:04 +00:00
valeski%netscape.com
0dcaa3a2a0
http - fixed build probs
...
test - moved a local var into a #ifdef because it was throwing a warning on windows
1999-06-03 22:12:26 +00:00
rpotts%netscape.com
30eddd63a8
Fixes to build on Linux...
1999-06-03 21:56:56 +00:00
rpotts%netscape.com
7230834dc6
Fixes to build on Linux... Removed nettest since it is not building on windows either.
1999-06-03 21:56:29 +00:00
andreas.otte%primus-online.de
cc26f5c151
fixes to get the test working under linux, mac stuff still missing
1999-06-03 18:34:51 +00:00
andreas.otte%primus-online.de
12f1f2604a
fixes to get the test running under linux, mac stuff still missing
1999-06-03 18:12:13 +00:00
rpotts%netscape.com
6de0e3a897
Added raptorgfxwin.lib for nsITimer support :-(
1999-06-03 05:45:56 +00:00
rpotts%netscape.com
1f9839c6ca
Added support for testing Sync transport access and Suspending and resuming transports...
1999-06-03 05:45:23 +00:00
gagan%netscape.com
075cf3f5fd
Test case changes
1999-06-02 23:02:53 +00:00
andreas.otte%primus-online.de
7a0fbe2afb
integrating Alec Fletts nsISupportsArray changes
...
remove manual registration
adding creation of eventqueue
giving EventQueueService the right CIID
1999-06-02 11:42:43 +00:00
andreas.otte%primus-online.de
de462fd267
removed manual registration, added autoregistration
1999-06-02 11:30:05 +00:00
andreas.otte%primus-online.de
ac665a5d66
removed manual registration
1999-06-02 11:29:26 +00:00
andreas.otte%primus-online.de
0b32237c1b
removed manual registration
1999-06-02 11:27:07 +00:00
andreas.otte%primus-online.de
d5053caf86
Ignore TestSocketTransport
1999-06-01 22:04:46 +00:00
andreas.otte%primus-online.de
ed6876c1d7
Build TestProtocols
1999-06-01 22:03:48 +00:00
andreas.otte%primus-online.de
b0fbf5f284
Some fixes to build TestProtocols under linux
1999-06-01 22:02:40 +00:00
rpotts%netscape.com
54fda6211b
Added a new test for the socket transport...
1999-05-31 05:18:19 +00:00
andreas.otte%primus-online.de
944e5d0543
Some more ignorance
1999-05-29 00:06:00 +00:00
andreas.otte%primus-online.de
dfb9c17c3f
First Checked In
1999-05-28 09:11:38 +00:00
valeski%netscape.com
7ee4dbe328
removed #include "nsXPComCIID.h" as it is no longer pertinent
1999-05-26 20:51:19 +00:00
warren%netscape.com
b3c3a30965
Moving changes from XPCOM20_BRANCH forward.
1999-05-24 09:01:47 +00:00
gagan%netscape.com
d5f210a075
Added TestProtocols.cpp and renamed nettest to testnet since that was conflicting with nettest in dist.
1999-05-21 06:29:13 +00:00
valeski%netscape.com
eaed06e7ab
added eventQueue CID registration and am now passing in an EventQueue in to NewConnection
1999-05-18 20:52:07 +00:00
valeski%netscape.com
c487e9f6be
updated the nsSupportsArray::Count() api usage
1999-05-14 17:25:27 +00:00
valeski%netscape.com
c325d0f196
Added Andreas' test program diffs for linux building. Also added an OpenOutputStream test to TestSocketIO.cpp.
1999-05-09 19:18:25 +00:00
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