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

73 Коммитов

Автор SHA1 Сообщение Дата
valeski%netscape.com fe56395bae change all GetIID() calls to nsCOMTypeInfo<foo>::GetIID() calls 1999-06-30 20:20:17 +00:00
valeski%netscape.com bec54efcc1 nsIChannel api change. you no longer have to supply an nsIEventQueue when calling an AsyncRead|Write() method. 1999-06-29 01:52:30 +00:00
mscott%netscape.com 5d01523ea0 nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream. 1999-06-28 20:37:10 +00:00
andreas.otte%primus-online.de 18c2fd395a fixing for new AutoRegistration 1999-06-22 18:24:02 +00:00
rpotts%netscape.com cd5b805356 Fixed a bug due to nsIBufferInputStreams... GetLength(...) does *not* necessarily return the total amount of data in the stream (only the contiguous amount). 1999-06-19 09:42:59 +00:00
warren%netscape.com f44c21a640 Removed file transport, now consolidated with file channel. Various buffer(stream) cleanup. 1999-06-15 05:18:40 +00:00
rpotts%netscape.com e5c9cbeb18 Changed printf(...) to puts(...) in OnDataAvailable(...) calls. This allows % characters to be present in the output stream without crashing the test app... Added call to AsyncRead(... )in Testprotocols.cpp to get http working again... 1999-06-14 23:42:12 +00:00
andreas.otte%primus-online.de 19b6475c9e conversion to wstring / PRUnichar
some cosmetics to various Makefiles
1999-06-11 15:50:14 +00:00
warren%netscape.com b113f2332f Moved WriteFrom to nsIBufferOutputStream. Made necko pass around buffer streams. 1999-06-08 20:57:32 +00:00
andreas.otte%primus-online.de 57320fedd0 use new HandleEvent method of EventQueue 1999-06-08 12:24:10 +00:00
warren%netscape.com c0797ee094 New IDL interfaces. 1999-06-07 21:33:30 +00:00
valeski%netscape.com 2248ec3a5b 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
andreas.otte%primus-online.de d2a54b2441 fixes to get the test running under linux, mac stuff still missing 1999-06-03 18:12:13 +00:00
andreas.otte%primus-online.de fcf74e15a9 removed manual registration 1999-06-02 11:27:07 +00:00
warren%netscape.com f6a80b4dec Moving changes from XPCOM20_BRANCH forward. 1999-05-24 09:01:47 +00:00
valeski%netscape.com f1ec11c09c 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 1b339a8876 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 074b42d878 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 2202874089 wrap #include <windows.h> with #ifdef XP_WIN (for unix builds) 1999-05-04 00:31:40 +00:00
valeski%netscape.com 4dc6f1de9e conditionally include windows.h on pc only - patch from Andreas Otte <andreas.otte@primus-online.de> 1999-04-29 18:52:14 +00:00
warren%netscape.com f7fa724505 Added source offset parameter to OnDataAvailable (for byte-range requests). 1999-04-22 08:47:06 +00:00
rpotts%netscape.com df49c31735 Added some error checking... 1999-04-20 08:01:31 +00:00
rpotts%netscape.com cf24c3e0e3 First pass at a socket transport implementation... 1999-04-19 07:17:37 +00:00