gagan%netscape.com
b44058b222
Changes for the standard URL parsing. Added SetRelativePath. Cleaned up the deletions (all thru nsCRT now) Added functionality for Query and Ref portions of the Path. Added DirFile function to nsIURL to allow just Directory and the Filename. Misc. cleanups as well.
1999-07-22 21:14:51 +00:00
valeski%netscape.com
7126bb1563
added notification progids
1999-07-20 21:54:40 +00:00
warren%netscape.com
1dd4c2627a
Fixed query/ref problem.
1999-07-20 08:46:35 +00:00
warren%netscape.com
bf8423a769
Changed around load group insertion/removal to happen on mozilla thread.
1999-07-20 08:46:33 +00:00
warren%netscape.com
134fa48807
Backed out Gagan's nsStdURL changes.
1999-07-17 01:32:48 +00:00
jdunn%netscape.com
3a1390d2ca
include nsILoadGroup.h before it is referenced by nsCOMPtr
1999-07-16 22:20:24 +00:00
jdunn%netscape.com
471abae47d
declare nsINetModRegEntry public (it is assumed private if not specified)
1999-07-16 22:19:38 +00:00
warren%netscape.com
84bd74a4fd
Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome).
1999-07-16 11:14:36 +00:00
gagan%netscape.com
7703e6769b
Removed obsolete files.
1999-07-16 02:33:44 +00:00
gagan%netscape.com
a552a0dd21
Switching to nsStdURL from nsStandardUrl.
1999-07-16 02:32:47 +00:00
warren%netscape.com
da524b4bb1
Removed. Replaced with file: protocol stuff.
1999-07-15 17:45:08 +00:00
rpotts%netscape.com
fa8e9138bc
random changes... NECOK only
1999-07-13 20:43:49 +00:00
rpotts%netscape.com
07d24e787b
Added support for GetQuery(). NECKO only.
1999-07-13 20:43:22 +00:00
waterson%netscape.com
bd562847fc
Fix necko build bustage. NECKO BUILD ONLY.
1999-07-13 00:15:56 +00:00
mscott%netscape.com
5ef626fbe1
Fix linux build by using the get() method on a nsCOMPtr to extract the raw ptr before comparing it to another
...
raw ptr. Also changed the variable name: lock to remove linux warnings.
(NOt part of the build! Necko only)
1999-07-12 18:33:33 +00:00
mscott%netscape.com
0790b1e673
Fix linux warning..remove comma at the end of the enum.
1999-07-12 18:32:18 +00:00
rpotts%netscape.com
994910d266
Changes for sync streams with the socket transport... Added an OnWrite(...) method to nsIBufferObserver...
1999-07-12 06:20:46 +00:00
warren%netscape.com
d83d3e1aad
Reverted to nsStandardUrl which works.
1999-07-10 18:24:02 +00:00
warren%netscape.com
8386bdad29
Fixing gagan's bustage.
1999-07-10 17:33:06 +00:00
warren%netscape.com
608a516952
Upped socket buffer size to avoid buffer full problems.
1999-07-10 11:26:49 +00:00
warren%netscape.com
860db76806
Replaced AddChannel with AsyncRead,AsyncWrite. Removed RemoveChannel.
1999-07-10 11:26:47 +00:00
warren%netscape.com
73a8f5ba23
Fixed scheme parsing code. Added outer param to NewLoadGroup.
1999-07-10 11:26:43 +00:00
gagan%netscape.com
cc251f6406
Thou shalt parse thy URLs... again.
1999-07-10 05:00:23 +00:00
warren%netscape.com
61c8d73b43
Necko stuff for dealing with load groups when opening URLs.
1999-07-09 21:18:47 +00:00
gagan%netscape.com
66f3cad02c
Fixed a warning for virtual destructor.
1999-07-09 09:35:30 +00:00
valeski%netscape.com
7e9a9c8cb2
not in main build - nsFileTransport now implements nsIBufferObserver and it's thread waits and notifies when the underlying buffer fills up (for async i/o).
1999-07-09 01:38:40 +00:00
valeski%netscape.com
bd11ce93e9
not in main build - backed out transport files from windows build
1999-07-08 17:17:48 +00:00
valeski%netscape.com
ebae96df31
not in main build - updated nsFileTransport stuff to use new apis
1999-07-08 17:16:47 +00:00
warren%netscape.com
9975942bdb
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
1999-07-07 08:08:40 +00:00
gordon%netscape.com
ee9ab382f2
File Removed.
1999-07-07 00:23:06 +00:00
warren%netscape.com
d3c6265c13
Fix for about:blank to work -- not destroy the listener prematurely in the OnStopRequest method.
1999-07-03 20:27:27 +00:00
warren%netscape.com
0195199112
Fixed case where spec given to MakeAbsolute is null.
1999-07-03 07:11:07 +00:00
warren%netscape.com
98887ee4af
Added.
1999-07-03 04:45:49 +00:00
warren%netscape.com
7284413878
Implemented about:blank.
1999-07-03 04:05:14 +00:00
dveditz%netscape.com
0eb6c820cf
nakefile cleanups
1999-07-02 13:42:17 +00:00
warren%netscape.com
6e208d1b2d
Fixed QI bug.
1999-07-02 04:57:45 +00:00
warren%netscape.com
ce9eba0c3c
Fixed initialization problems.
1999-07-02 04:56:53 +00:00
warren%netscape.com
933f5e1571
Fixed refcounting bug.
1999-07-02 04:55:52 +00:00
valeski%netscape.com
f7475a9941
necko bustage
1999-07-01 21:02:53 +00:00
warren%netscape.com
bd73f68e8b
Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport.
1999-07-01 19:30:20 +00:00
gordon%netscape.com
5be98ff231
Added nsIHeader.h, nsIProxy.h, nsISocketTransportService.h to list of headers to export.
1999-07-01 19:12:07 +00:00
warren%netscape.com
1a019fce8f
Added simple URI to parse about:foo, javascript:bar, etc.
1999-07-01 07:52:52 +00:00
valeski%netscape.com
fe56395bae
change all GetIID() calls to nsCOMTypeInfo<foo>::GetIID() calls
1999-06-30 20:20:17 +00:00
valeski%netscape.com
578e858da5
changed our nsISupports::GetIID() calls over to nsCOMTypeInfo<foo>::GetIID().
1999-06-30 20:00:19 +00:00
rpotts%netscape.com
5d0599badc
Got rid of the IEventQueue instance variable...
1999-06-30 08:15:40 +00:00
rpotts%netscape.com
3eac314475
Fixed up socket transport to abort the operation if the consumer OnDataAvailable(...) returns a failure...
1999-06-29 23:28:19 +00:00
valeski%netscape.com
650fc3493f
various fixes. Big one was that we're no longer passing the uri in as the context to nsAsyncStreamObserver, it's now the channel.
1999-06-29 21:53:45 +00:00
rpotts%netscape.com
863d28745c
Applied patches provided by Tim Rowley - tor@boojum.cs.brown.edu. To fix build problems with the SUNWspro compilers. Thanks Tim!!
1999-06-29 07:23:00 +00:00
rpotts%netscape.com
190ef76896
Applied patches provided by Tim Rowley - tor@boojum.cs.brown.edu. To fix build problems with the SUNWspro compilers. Thanks Tim!!
1999-06-29 06:58:06 +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
085d10cc15
Add undef for SetPort too.
1999-06-28 23:11:55 +00:00
mscott%netscape.com
5d01523ea0
nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream.
1999-06-28 20:37:10 +00:00
bruce%cybersight.com
cbeef0eae2
Fixes for builds in an objdir. Use $(topsrcdir) and not $(DEPTH) for calculating path to rules.mk
1999-06-27 05:47:04 +00:00
mcafee%netscape.com
3177b94949
Adding BeOS case.
1999-06-26 06:39:43 +00:00
valeski%netscape.com
fe9e740d89
these are now in the public dir.
1999-06-26 03:13:39 +00:00
gordon%netscape.com
68b0d3bb26
First Checked In.
1999-06-26 01:14:51 +00:00
warren%netscape.com
361aeeb508
Added strdups to string accessors.
1999-06-25 17:59:58 +00:00
warren%netscape.com
78d0e0f7c6
Added #undef GetPort for Windows.
1999-06-25 17:59:34 +00:00
andreas.otte%primus-online.de
beb8e61bfc
adding nsILoadGroup.idl
1999-06-25 17:41:38 +00:00
warren%netscape.com
a1f7bf6f4e
Fixed makefiles for necko module, but netwerk directory.
1999-06-25 03:00:32 +00:00
warren%netscape.com
054ac73b6c
Changed our library names from netwerk to necko.
1999-06-24 23:13:46 +00:00
warren%netscape.com
3fc52f0e95
Added nsILoadGroup. Changed load attribute strategy to flags.
1999-06-24 22:58:42 +00:00
warren%netscape.com
89f98a47db
Added stuff needed for landing -- LoadQuiet, BypassCache, BypassProxy
1999-06-22 00:19:58 +00:00
warren%netscape.com
dbe7cd0107
Fixed for recent buffer changes.
1999-06-19 22:26:08 +00:00
rpotts%netscape.com
f36b444774
The write count passed to AsyncWrite(...) is now honored... Fixed things up so the InputStream passed to AsyncWrite does not *have* to really be a nsIBufferedInputStream...
1999-06-19 10:00:42 +00:00
rpotts%netscape.com
dd13833983
Removing nsSocketTransportStreams.h.cpp
1999-06-19 06:17:33 +00:00
rpotts%netscape.com
13078ccde6
got rid of nsSocketTransportStreams... Using the nsIBuffer notification interfaces instead...
1999-06-19 05:49:04 +00:00
warren%netscape.com
d7807651c4
replaced by nsIOService
1999-06-17 21:42:42 +00:00
warren%netscape.com
98b59e6b35
Made MakeAbsolute just return the input URI if it's already absolute.
1999-06-17 21:41:26 +00:00
andreas.otte%primus-online.de
a6a5bc0774
adding hack to change PUBLIC variable
...
This has no effect until some other changes to SeaMonkey
1999-06-17 19:07:58 +00:00
warren%netscape.com
e29ca073a9
Fixed refcount problem in Clone.
1999-06-17 10:11:58 +00:00
warren%netscape.com
f877b5736e
Added QI for nsIURL
1999-06-17 09:23:05 +00:00
warren%netscape.com
98606d8e53
Added NewChannelFromNativePath for convenience.
1999-06-16 04:15:22 +00:00
gagan%netscape.com
f21af13f8c
Removed the temporary Open call on nsIChannel. Inspite of the misnomer, the AsyncRead is the one to use.
1999-06-16 00:49:01 +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
gagan%netscape.com
15a7f1be6d
Added nsIChannel::Open temporarily to get the test working. There is a problem with the nsIBuffer search routine (see news://npm.netlib) which causes an assertion since refcnt gets reset after a Read following a Search on nsIBuffer.
1999-06-15 04:30:34 +00:00
rpotts%netscape.com
2d59a49818
Added FillStream(...) which exposes nsIBuffer::WriteSegments()
1999-06-12 08:56:05 +00:00
rpotts%netscape.com
3b9b3f2321
Changed doRead() to fill the stream using the IBuffer::WriteSegments api rather than Fill()... This removes an intermediate buffer copy and cleans up the code...
1999-06-12 08:54:56 +00:00
warren%netscape.com
6ea7c972dd
Removed link dependency on netwerk.dll.
1999-06-12 08:07:05 +00:00
warren%netscape.com
b1d48ac370
Added NS_NET to export global functions.
1999-06-12 07:14:12 +00:00
warren%netscape.com
f33dad4b97
Added dns to the build. Factored Cancel/Suspend/Resume into nsIRequest.
1999-06-12 02:53:21 +00:00
warren%netscape.com
4defd84b03
Rule to create netwerk/dist/include.
1999-06-12 01:47:13 +00:00
warren%netscape.com
2c894653f9
Hack to make necko co-exist with seamonkey so headers don't collide.
1999-06-12 01:41:08 +00:00
valeski%netscape.com
de59b3a2cb
some const build problems are now fixed
1999-06-11 18:48:10 +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
rpotts%netscape.com
7ed8823445
Fixed a memory corruption where a buffer was allocated with new[] but freed with PL_strfree()...
1999-06-11 09:17:11 +00:00
rpotts%netscape.com
2b42ced83f
Changes to get transport streams working with the new BufferInputStream implementations...
1999-06-11 08:35:26 +00:00
rpotts%netscape.com
610723bbaf
Fixed deadlock if another thread holds the transport lock when Process is called...
1999-06-11 08:34:21 +00:00
rpotts%netscape.com
d14aa0339b
moved the test for being suspended inside of the main Process() loop since doRead() can suspend the transport... Also call nsSocketTransportStream::GetWriteAmount() to determine how much data can be written to the stream...
1999-06-11 08:28:22 +00:00
warren%netscape.com
7c8cb8eb81
Added range offsets to open stream methods.
1999-06-11 01:37:43 +00:00
valeski%netscape.com
c16f2f9fe9
making the nsNetModuleMgr a singleton
1999-06-10 22:26:37 +00:00
valeski%netscape.com
c5ceb90b90
added some comments and thread safety fixes
1999-06-10 21:57:47 +00:00
valeski%netscape.com
ea499bc8be
I was continuing through a loop when I wasn't supposed to be
1999-06-10 15:13:37 +00:00
andreas.otte%primus-online.de
6bf51fc600
some cosmetics
1999-06-09 20:41:58 +00:00
andreas.otte%primus-online.de
01f138ddc8
remove export of header files
...
some cosmetics
1999-06-09 20:40:59 +00:00
andreas.otte%primus-online.de
1238226f4c
adding XPIDL_MODUL
...
some cosmetics
1999-06-09 20:37:42 +00:00
valeski%netscape.com
4f4f8c7c5a
added thread safety back in
1999-06-09 17:12:34 +00:00
andreas.otte%primus-online.de
a96343faf2
nsNetModuleMgr.h has to be exported to be used by nsNetFactory
1999-06-09 14:52:28 +00:00
valeski%netscape.com
418899e17d
moved up into public dir
1999-06-09 14:33:46 +00:00
valeski%netscape.com
79bd80fdf5
added nsNetModuleMgr.h to the src dir and added the Create method to the modMgr impl so it can be in the factory
1999-06-09 14:30:20 +00:00
valeski%netscape.com
3135f6a755
removed nsNetModuleMgr.h from the expport list. it now lives where it should in base/src
1999-06-09 14:28:54 +00:00
valeski%netscape.com
dd48adac86
moved over to base/src
1999-06-09 14:21:00 +00:00
valeski%netscape.com
3418e0c7d3
no longer needed
1999-06-09 14:20:17 +00:00
valeski%netscape.com
4431e970b6
api changes
1999-06-09 14:00:50 +00:00
valeski%netscape.com
e528a93deb
compile issues
1999-06-09 14:00:05 +00:00
valeski%netscape.com
1397d30e9c
interface changes
1999-06-09 13:58:51 +00:00
valeski%netscape.com
48b89f3502
moved to base/src
1999-06-09 13:56:12 +00:00
valeski%netscape.com
8b2bbb5cc3
added external module files to unix builds
1999-06-09 01:01:59 +00:00
valeski%netscape.com
162e8500e9
added idl srcs to unix mkfile
1999-06-09 01:01:17 +00:00
valeski%netscape.com
4824632915
removing this as it's been depricated to public dir
1999-06-08 23:14:08 +00:00
warren%netscape.com
b113f2332f
Moved WriteFrom to nsIBufferOutputStream. Made necko pass around buffer streams.
1999-06-08 20:57:32 +00:00
valeski%netscape.com
b5e5c99114
added nsNetModuleMgr.cpp to the necko library. also made various changes to modEntry and modMgr implementations.
1999-06-08 20:12:53 +00:00
valeski%netscape.com
919d511ca1
added moduelMgr and ModRegEntry idls to the idl list. also updated the nsINetModuleMgr.idl interface
1999-06-08 20:11:53 +00:00
valeski%netscape.com
89e02bd8b8
we were freeing a static buf
1999-06-08 20:09:43 +00:00
valeski%netscape.com
5806d05a78
adding the module registery entry idl file
1999-06-08 20:03:48 +00:00
valeski%netscape.com
919fe8c0c7
adding the module mgr header and the entry header
1999-06-08 20:02:53 +00:00
warren%netscape.com
a3874dc189
Added back in user agent stuff.
1999-06-08 19:04:13 +00:00
warren%netscape.com
b8cb6d85e5
Added NewChannel method.
1999-06-08 18:28:10 +00:00
valeski%netscape.com
1d8bf6ff3c
added root notification idl
1999-06-08 17:07:39 +00:00
valeski%netscape.com
d5e9119fa7
added nsINetNotify.idl to idl list
1999-06-08 17:07:09 +00:00
andreas.otte%primus-online.de
a2b5c4f6f4
some cleanup after IDLisation
1999-06-08 09:44:04 +00:00
warren%netscape.com
550ed382f3
obsoleting files
1999-06-07 22:19:20 +00:00
warren%netscape.com
3f748629d6
Removed nsITransport.
1999-06-07 22:12:19 +00:00
warren%netscape.com
b5b8476315
Updated for file name changes.
1999-06-07 22:04:19 +00:00
warren%netscape.com
c0797ee094
New IDL interfaces.
1999-06-07 21:33:30 +00:00
rpotts%netscape.com
fee781a983
Fixed up compiler warning on Linux...
1999-06-07 06:30:59 +00:00
rpotts%netscape.com
a7c51818e8
Added a new file - nsSocketTransportStreams.cpp to the build...
1999-06-07 06:28:07 +00:00
rpotts%netscape.com
699ccbf0a8
Work on blocking streams...
1999-06-07 06:27:34 +00:00
gagan%netscape.com
f20c8bca8b
Fixed the stream length to be zero. Thanks Andreas.
1999-06-04 11:10:31 +00:00
rpotts%netscape.com
632129fa67
Added NSPR logging messages...
1999-06-04 08:52:02 +00:00
gagan%netscape.com
5052bb91df
Getting base building again. Fixed the changes from nsIOutputStream's Write function.
1999-06-04 07:25:16 +00:00
valeski%netscape.com
95b3c9ed6a
added the class id to identify the actual class that implements teh nsINetNotify interface
1999-06-03 20:00:38 +00:00
rpotts%netscape.com
941c492269
Added support for Suspend/Resume...
1999-06-03 05:43:56 +00:00
andreas.otte%primus-online.de
39406b6852
integrating Alec Fletts nsISupportsArray changes
1999-06-02 11:12:21 +00:00
rpotts%netscape.com
0ba5814dee
PRCList cleanup. More syncronization code... some work toward blocking streams.
1999-06-02 04:26:55 +00:00
valeski%netscape.com
ae0a59dca1
variable name change
1999-06-01 22:03:47 +00:00
rpotts%netscape.com
3b7139d78f
Added synchronization to socket transport APIs... Added access methods for getting the PRCList from a transport...
1999-06-01 21:37:52 +00:00
valeski%netscape.com
2f1ae6fbea
Added the user agent string getter methods to nsINetService, as well as the implementation of them. Note: that they current aren't being initialized.
1999-06-01 21:27:25 +00:00
rpotts%netscape.com
930f205760
First pass at supporting simultaneous read and write on sockets...
1999-05-31 05:15:40 +00:00
andreas.otte%primus-online.de
0696ef3fcc
make no shared lib and do not install it in $(DIST)/bin
1999-05-28 11:20:30 +00:00
andreas.otte%primus-online.de
f7497e5e99
First Checked In
1999-05-28 09:11:38 +00:00
valeski%netscape.com
b1887c4937
module mananger implementation files
1999-05-27 21:30:31 +00:00
valeski%netscape.com
11d24da81a
idl: added the idl dir and some initial files.
...
added module manager headers and idl files
1999-05-27 21:29:52 +00:00
valeski%netscape.com
228178818b
removed these two because they've been added to the proper idl directory
1999-05-27 21:13:34 +00:00
valeski%netscape.com
297ce5b121
removed #include "nsXPComCIID.h" as it is no longer pertinent
1999-05-26 20:51:19 +00:00
valeski%netscape.com
a3891561b2
the base class for necko events to be used with the nsINetModuleMgr api
1999-05-25 17:29:04 +00:00
valeski%netscape.com
37ecf43967
added revised comment
1999-05-25 17:27:01 +00:00
valeski%netscape.com
7b296c4f99
added context arguments and a set headers method.
1999-05-24 22:06:12 +00:00
valeski%netscape.com
e09312f5b2
the notify api and the external module interface now use the nsIObserver stuff
1999-05-24 20:40:21 +00:00
valeski%netscape.com
287e938586
First whack at various external module apis.
1999-05-24 19:50:39 +00:00
valeski%netscape.com
3c86c65f7f
wrong parameters were being passed into the handler's NewUrl() call
1999-05-24 19:33:52 +00:00
warren%netscape.com
f6a80b4dec
Moving changes from XPCOM20_BRANCH forward.
1999-05-24 09:01:47 +00:00
gagan%netscape.com
c16c43cc07
Made the baseURL a default to null.
1999-05-22 00:21:08 +00:00
gagan%netscape.com
a19d7e86f2
Added files for the HTTP Handler.
1999-05-21 07:14:19 +00:00
gagan%netscape.com
f99ba44b2a
Miscellaneous fixes.
1999-05-21 06:30:21 +00:00
valeski%netscape.com
7d5b074b29
changed us over to teh correct EventQueueServiceCID
1999-05-18 20:53:38 +00:00
hshaw%netscape.com
f33eebaf27
Add new methods for nsICollection
1999-05-13 22:14:43 +00:00
hshaw%netscape.com
dc109f925c
Propagate IDL changes from nsICollection.h, we'll need to do the same to nsIConnectionGroup->Count() once we IDLize
1999-05-13 21:57:07 +00:00
valeski%netscape.com
507254f4bd
defined implicit ranges for error codes.
1999-05-09 19:25:20 +00:00
valeski%netscape.com
75be3509c9
Added correct error codes and misc touch up.
1999-05-09 19:24:37 +00:00
valeski%netscape.com
e09ab98051
removed nsSycnOutStreamListener references. No longer using it.
1999-05-06 19:49:23 +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
b8e0667887
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
d84921402a
changed non-existant xp_win to win32
1999-05-04 18:53:44 +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
hshaw%netscape.com
1e0820285f
remove duplicate nsISocketTransportService.h reference
1999-05-03 23:53:18 +00:00
warren%netscape.com
975fc99516
Changed include for nsStandardUrl.h
1999-05-02 08:46:08 +00:00
warren%netscape.com
a0f2a8cd7d
Fixed to use new nsIBuffer and related buffer streams.
1999-05-01 02:15:59 +00:00
warren%netscape.com
21c0733d26
Renamed nsMarshalingStreamListener to nsAsyncStreamListener.
1999-05-01 02:11:10 +00:00
warren%netscape.com
234d6bcc23
Renamed nsTypicalUrl to nsStandardUrl.
1999-05-01 02:08:18 +00:00
warren%netscape.com
980e6b92d3
Removed some noise.
1999-04-30 22:55:26 +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
d2c28ea06c
added NS_NewConnection() implementation
1999-04-28 23:11:41 +00:00
valeski%netscape.com
9610d2bd0b
added NS_NewConnection(). The NS_New*() stuff probably should go elsewhere, but for now, here it lands.
1999-04-28 23:11:04 +00:00
valeski%netscape.com
dfebfa2144
remove #define error macro and #included the netCore.h file which has the error macros in it.
1999-04-28 22:53:17 +00:00
valeski%netscape.com
b034ef8883
added inclusive #define
1999-04-28 22:51:28 +00:00
valeski%netscape.com
19217aa5d7
pulled the ftp specific code out
1999-04-28 22:46:28 +00:00
valeski%netscape.com
23d9668b0b
nsIUrl.h = now is a subclass of nsITypicalUrl explicitly
...
nsUrl.h = nsIUrl change reflected.
nsNetService.cpp = NS_NewUrl() helper routine added
1999-04-28 20:05:23 +00:00
valeski%netscape.com
e2a5d81e26
added ftp error codes
1999-04-27 19:55:48 +00:00
warren%netscape.com
9426263323
Started hooking up socket transport synchronous streams. Added unix makefiles.
1999-04-25 19:25:24 +00:00
valeski%netscape.com
1e9b1a0045
#included netCore.h so the socket transport can start using more descriptive error codes.
1999-04-23 21:57:10 +00:00
valeski%netscape.com
937c215b30
added netCore.h which currently contains netlib error codes (generated using nsError.h macros)
1999-04-23 21:56:01 +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
bc9c5230bf
correctly set the status argument on the OnStopBinding(...) call.
1999-04-20 04:31:52 +00:00
rpotts%netscape.com
f74ebbc7c8
Added an Event Queue argument to the NewConnection(...) call. This fixed up the build bustage...
1999-04-19 07:28:02 +00:00
rpotts%netscape.com
cf24c3e0e3
First pass at a socket transport implementation...
1999-04-19 07:17:37 +00:00
rpotts%netscape.com
fa3b8c696d
split up the async stream listener into an async stream observer and async stream listener...
1999-04-19 07:15:03 +00:00
warren%netscape.com
83e8f8a24e
Removed PAC file for now.
1999-04-17 20:54:57 +00:00
warren%netscape.com
ddbf461eda
Started implement file transport writing code.
1999-04-17 20:50:57 +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
44eec8e7ae
Fixed up RemoveElement returning bool problem.
1999-04-15 20:11:21 +00:00
warren%netscape.com
65c8d98792
Moved read/write methods from TransportService to Transport.
1999-04-14 08:10:50 +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
a7c8e361b8
Began fleshing out http protocol.
1999-04-12 22:34:20 +00:00
warren%netscape.com
853900c2db
Fixed up nsIUrl and added an implementation that allows for setting the parts. Added MakeAbsoluteUrl to nsINetService and nsIProtocolHandler.
1999-04-12 20:35:24 +00:00
rpotts%netscape.com
03e4d470d8
fixed typo... This class should implement the nsIFileTransportService interface.
1999-04-09 05:43:30 +00:00
gagan%netscape.com
31c335db36
Temporary checkin. Brought in the original implementations. Will need some cleaning now...
1999-04-09 02:31:48 +00:00
gagan%netscape.com
1dc46c4054
Brought in the original work.
1999-04-09 02:26:05 +00:00