Commit Graph

1195 Commits

Author SHA1 Message Date
valeski%netscape.com
9da8d67122 nsIHTTPConnection.h - extended the nsIHTTPConnection interface so the internal streamlistener is accessible.
nsHTTPConnection.cpp - GetInputStream now uses a syncStream listener.
nsHTTPConnection.h  - api update to support new nsIHTTPConnection interface and added nsIStreamListener member.
nsHTTPResponseListener.cpp - added code to push data through the pipe
1999-06-02 17:23:45 +00:00
gagan%netscape.com
99aab3d592 CVS is misbehaving with me again... didnt pick these up... Updates to HTTP. Need nsSyncStreamListener to complete the test. 1999-06-02 13:26:47 +00:00
gagan%netscape.com
230339cc2c Updates to HTTP. Need SyncStreamListener to complete the test. 1999-06-02 13:25:29 +00:00
valeski%netscape.com
ae34b5e190 moved external module insertion to new http file 1999-06-02 05:33:34 +00:00
andreas.otte%primus-online.de
303a9997a4 Adding missing headerfiles 1999-05-28 23:48:58 +00:00
andreas.otte%primus-online.de
92ce036ef4 Change to "camel case" nsIHttpEventSink 1999-05-28 23:48:12 +00:00
gagan%netscape.com
5e2e56e50f General fixes and changed #include nsHTTPEventSink to match the camel-case
file name. Will be fixed when we migrate to network.
1999-05-28 22:34:41 +00:00
gagan%netscape.com
ee8e427e1a General fixes. 1999-05-28 22:31:47 +00:00
andreas.otte%primus-online.de
870c20688f First Checked In 1999-05-28 09:16:47 +00:00
andreas.otte%primus-online.de
f7497e5e99 First Checked In 1999-05-28 09:11:38 +00:00
andreas.otte%primus-online.de
1b4cef9a04 Making libhttp.so a component 1999-05-28 08:22:46 +00:00
valeski%netscape.com
b297c03dc5 added some extern module stuff #ifdef'd zero 1999-05-27 22:00:30 +00:00
valeski%netscape.com
eeabca79d9 added the idl dir and initial nsIHttpNotify.idl 1999-05-27 21:31:26 +00:00
rpotts%netscape.com
4feac47fe0 Initialized m_Request to nsnull to prevent a crash durng destruction - it was trying to free uninitialized memory :-( 1999-05-26 21:04:11 +00:00
gagan%netscape.com
556ae1f0bf Removed nsITimer dependency. 1999-05-26 08:53:17 +00:00
rpotts%netscape.com
8aad0db8b0 Some fixes to get the http test case running... Fixed the handler factory to correctly return the instance. Changed to CID of the URL being created to NS_STANDARDURL_CID. Fixed a signed/unsigned crash when creating connections... 1999-05-26 06:34:44 +00:00
gagan%netscape.com
aa64f27c18 Moved nsHTTPEnums.h to public. 1999-05-25 21:38:53 +00:00
gagan%netscape.com
0d6e518a98 Moved nsHTTPEnums from src to here. 1999-05-25 21:38:27 +00:00
gagan%netscape.com
8f6ccdb2a8 Fixed nsIURL.h to nsIUrl.h... Thanks Andreas. 1999-05-25 21:33:23 +00:00
valeski%netscape.com
4d55943c23 adding http's events for the nsNetModuleMgr api so necko can interract with external modules 1999-05-25 17:34:59 +00:00
warren%netscape.com
f6a80b4dec Moving changes from XPCOM20_BRANCH forward. 1999-05-24 09:01:47 +00:00
gagan%netscape.com
9847e119e7 Made the baseURL default to null. 1999-05-22 00:21:32 +00:00
gagan%netscape.com
b00ba8f58d Changes for the HTTP Handler. 1999-05-21 07:12:31 +00:00
gagan%netscape.com
9f76f6ebd8 Changes for the handler. 1999-05-21 07:12:11 +00:00
gagan%netscape.com
cd014cf449 HTTP changes. 1999-05-21 06:35:21 +00:00
gagan%netscape.com
945fb72b35 HTTP Handler work. 1999-05-21 06:33:17 +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
hshaw%netscape.com
37991de521 fix signature for nsGetFactory() 1999-05-04 00:21:42 +00:00
warren%netscape.com
234d6bcc23 Renamed nsTypicalUrl to nsStandardUrl. 1999-05-01 02:08:18 +00:00
valeski%netscape.com
19ca513966 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
2f30230a3a added a temp default http port (80) 1999-04-29 17:33:51 +00:00
valeski%netscape.com
3d89ac411d hooked up the out nsIUrl param with the resulting url 1999-04-28 20:09:17 +00:00
warren%netscape.com
9426263323 Started hooking up socket transport synchronous streams. Added unix makefiles. 1999-04-25 19:25:24 +00:00
warren%netscape.com
f7fa724505 Added source offset parameter to OnDataAvailable (for byte-range requests). 1999-04-22 08:47:06 +00:00
warren%netscape.com
411dd4b228 Added missing out param to GetHeader. Started making GET request async. 1999-04-20 04:48:51 +00:00
warren%netscape.com
489da35219 Working on GET. 1999-04-17 20:57:48 +00:00
warren%netscape.com
fcd1094a52 Added event queue argument for connection creation. Started http state machine. 1999-04-16 18:00:17 +00:00
warren%netscape.com
f52def1ff3 More on http protocol. 1999-04-14 08:11:10 +00:00
warren%netscape.com
d8edbfcc09 Fixed NSGetFactory sig. 1999-04-14 00:07:42 +00:00
warren%netscape.com
3a5c528a63 More for http. 1999-04-14 00:06:07 +00:00
warren%netscape.com
cf6fa07c94 Added synchronous file input. Worked on cancel/suspend/resume work for file transfer. 1999-04-13 18:10:15 +00:00
warren%netscape.com
86d2879635 Fixed unitialized var. 1999-04-12 22:42:55 +00:00
warren%netscape.com
a7c8e361b8 Began fleshing out http protocol. 1999-04-12 22:34:20 +00:00
warren%netscape.com
f3f777441d Fixed up all the IIDs to be new/unique. Made nsFileTransport work (needs tuned). 1999-04-05 21:05:22 +00:00
warren%netscape.com
e7997a1925 Initial stab at new networking implementation. 1999-03-31 19:53:46 +00:00