andreas.otte%primus-online.de
26da9b2475
Adding missing headerfiles
1999-05-28 23:48:58 +00:00
andreas.otte%primus-online.de
4def615a43
Change to "camel case" nsIHttpEventSink
1999-05-28 23:48:12 +00:00
gagan%netscape.com
1167739df0
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
50b9784af9
General fixes.
1999-05-28 22:31:47 +00:00
andreas.otte%primus-online.de
bd3e6b0428
First Checked In
1999-05-28 09:16:47 +00:00
andreas.otte%primus-online.de
dfb9c17c3f
First Checked In
1999-05-28 09:11:38 +00:00
andreas.otte%primus-online.de
32146a2ef7
Making libftp.so a component
1999-05-28 08:23:48 +00:00
andreas.otte%primus-online.de
0fb5a4fe27
Making libhttp.so a component
1999-05-28 08:22:46 +00:00
valeski%netscape.com
a250f2cba4
added some extern module stuff #ifdef'd zero
1999-05-27 22:00:30 +00:00
valeski%netscape.com
043d4e8984
added the idl dir and initial nsIHttpNotify.idl
1999-05-27 21:31:26 +00:00
rpotts%netscape.com
0e844f07ca
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
valeski%netscape.com
7ee4dbe328
removed #include "nsXPComCIID.h" as it is no longer pertinent
1999-05-26 20:51:19 +00:00
gagan%netscape.com
e4fe46d13d
Removed nsITimer dependency.
1999-05-26 08:53:17 +00:00
rpotts%netscape.com
34f735e0b8
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
380cd9cea0
Moved nsHTTPEnums.h to public.
1999-05-25 21:38:53 +00:00
gagan%netscape.com
730706264e
Moved nsHTTPEnums from src to here.
1999-05-25 21:38:27 +00:00
gagan%netscape.com
68a8fd4989
Fixed nsIURL.h to nsIUrl.h... Thanks Andreas.
1999-05-25 21:33:23 +00:00
gagan%netscape.com
8412b90662
Changes inherited from nsIProtocolHandler. Also changed default port to 21.
1999-05-25 21:31:46 +00:00
valeski%netscape.com
4fff3a7467
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
b3c3a30965
Moving changes from XPCOM20_BRANCH forward.
1999-05-24 09:01:47 +00:00
gagan%netscape.com
14548c81ae
Made the baseURL default to null.
1999-05-22 00:21:32 +00:00
gagan%netscape.com
6dcf68157c
Made the baseURL a default to null.
1999-05-22 00:21:08 +00:00
gagan%netscape.com
4f6fffbf22
Changes for the HTTP Handler.
1999-05-21 07:12:31 +00:00
gagan%netscape.com
82449943da
Changes for the handler.
1999-05-21 07:12:11 +00:00
gagan%netscape.com
20ff86c7ce
HTTP changes.
1999-05-21 06:35:21 +00:00
gagan%netscape.com
e4b49f1a7b
HTTP Handler work.
1999-05-21 06:33:17 +00:00
valeski%netscape.com
d705ca1ac9
nsFtpConnectionThread now implements (not yet properly) nsICancelable.
1999-05-18 21:01:49 +00:00
valeski%netscape.com
1e4cda8972
added the correct EventQueueCID
1999-05-18 20:56:25 +00:00
valeski%netscape.com
0a950992ad
shifted ftp error codes into their proper range
1999-05-09 19:25:59 +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
f95b9661d2
removed prcmon from #include list
1999-05-04 18:52:38 +00:00
hshaw%netscape.com
559af684ee
fix signature for nsGetFactory()
1999-05-04 00:21:42 +00:00
warren%netscape.com
ee3f32d177
Renamed nsTypicalUrl to nsStandardUrl.
1999-05-01 02:08:18 +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
6cffde5f7a
added a temp default http port (80)
1999-04-29 17:33:51 +00:00
valeski%netscape.com
1283780ba8
added ftpCore.h to unix build
1999-04-28 23:15:14 +00:00
valeski%netscape.com
e8229da105
initialized the ref cnt, again :(
1999-04-28 23:12:30 +00:00
valeski%netscape.com
3786327331
put ftp error codes into their own file (probably shouldn't export the file to the world..).
1999-04-28 22:45:57 +00:00
valeski%netscape.com
ec200fff1b
hooked up the out nsIUrl param with the resulting url
1999-04-28 20:09:17 +00:00
valeski%netscape.com
5aacd0d813
added ref count init macro to handler constructor. hooked up the newUrl method to set the out nsIUrl param.
1999-04-28 20:01:02 +00:00
valeski%netscape.com
db5326ca1c
Added error handling.
1999-04-27 19:55:09 +00:00
valeski%netscape.com
07dab5e914
added more states. file stat, dir listing and file download is now enabled (not tested).
1999-04-26 23:13:14 +00:00
warren%netscape.com
e9e1dc1c23
Started hooking up socket transport synchronous streams. Added unix makefiles.
1999-04-25 19:25:24 +00:00
valeski%netscape.com
4a11bb301e
changed TRUE -> PR_TRUE. and changed use of nsIUrl->GetPort() (linux caught a compile problem msvc wasn't catching)
1999-04-23 22:07:46 +00:00
valeski%netscape.com
9164450da6
#included netCore.h so more descriptive error msgs can be used. also removed FTP_S_PORT use.
1999-04-23 21:58:42 +00:00
valeski%netscape.com
a88d9c8a77
nsFtpStreamListenerEvent.h - explicit #include "nsString.h" (fix build prob on linux)
...
nsFtpConnectionThread.* - added the passive data connection mode (PASV) state
1999-04-23 20:01:03 +00:00
valeski%netscape.com
5f68503eaf
nsFtpConnectionThread.* added more states. we now handle mkdir and delete (file/dir).
...
nsFtpFactory.cpp api change.
1999-04-23 17:34:33 +00:00
valeski%netscape.com
054e2c8616
nsFtpConnectionThread.h - made the destructor virtual
...
nsFtpProtocolConnection.h|.cpp - switched some #includes around in a blind attempt to satisfy linux
1999-04-22 21:32:30 +00:00
warren%netscape.com
09ee7c3d28
Added sourceOffset parameter to OnDataAvailable.
1999-04-22 21:06:04 +00:00
valeski%netscape.com
1f7276a6fa
removed UsePasv from the connection handler. added some more states.
1999-04-22 20:17:46 +00:00