warren%netscape.com
|
cf763ddb3f
|
Started about: protocol.
|
1999-07-01 07:52:08 +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 |
|
mscott%netscape.com
|
72580a4db8
|
Not part of tinderbox and release builds! Fix type of include file nsComPtr.h --> nsCOMPtr.h so necko can build
again on Linux builds. Thanks to Jim Nance for pointing this out.
|
1999-06-30 18:42:51 +00:00 |
|
rpotts%netscape.com
|
1e61b3ac94
|
tweaked the GetContentType(...) hack to first check the Content-type header before returning text/html...
|
1999-06-30 06:00:02 +00:00 |
|
valeski%netscape.com
|
94f842b81e
|
very temporary gross necko hack to force an text/html content type in the file and http protocols
|
1999-06-29 23:28:15 +00:00 |
|
rpotts%netscape.com
|
d7461c4b7f
|
Terminate the consumer request if an error occurs while writing the request to the server...
|
1999-06-29 20:10:47 +00:00 |
|
rpotts%netscape.com
|
903423a651
|
mapped NS_BASE_STREAM to NS_OK for the OnStopBinding(...) notification...
|
1999-06-29 08:48:41 +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
|
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
|
6f7e7ea213
|
Adding BeOS case.
|
1999-06-26 06:46:20 +00:00 |
|
gordon%netscape.com
|
68b0d3bb26
|
First Checked In.
|
1999-06-26 01:14:51 +00:00 |
|
rpotts%netscape.com
|
f0ccdc91c0
|
Added code to propagate the nsISupports context passed into AsyncRead(...) by the consumer back out in the calls to OnStartBinding/OnDataAvailable/OnStopBinding...
|
1999-06-25 07:51:17 +00:00 |
|
mcafee%netscape.com
|
5e732d9a66
|
typo, fixing linux bustage.
|
1999-06-25 05:16:37 +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 |
|
valeski%netscape.com
|
efa7a153ba
|
not on main pull - pulled extraneous reference to an nsIHTTPNotify
|
1999-06-24 21:35:21 +00:00 |
|
rpotts%netscape.com
|
654bb4089c
|
Fixed some reference counting problems with nsHTTPChannel::GetTransport(...)
|
1999-06-24 11:26:38 +00:00 |
|
rpotts%netscape.com
|
323c65c8b7
|
Fixed nsHTTPChannel::GetEventSink(...) to addref the event sink being returned. This is consistant with XPCom guidelines..
|
1999-06-24 11:00:46 +00:00 |
|
rpotts%netscape.com
|
9dca85f93d
|
Fixed nsHTTPChannel::GetURI(...) to addref the URI being returned. This is consistant with XPCom guidelines..
|
1999-06-24 10:52:41 +00:00 |
|
rpotts%netscape.com
|
ebf0309305
|
Added NSPR logging... Reworked the building of the request to *only* use nsStrings.
|
1999-06-24 10:05:01 +00:00 |
|
rpotts%netscape.com
|
a39e1f12ff
|
Added initial support for PR_LOG...
|
1999-06-24 08:56:57 +00:00 |
|
gordon%netscape.com
|
8a3f1735a0
|
First Checked In.
|
1999-06-24 01:14:30 +00:00 |
|
valeski%netscape.com
|
6cef7df918
|
not in SeaMonkey pull. added toLowerCase() on the header passed into the GetHeader() method so we're comparing like case strings. also made the ExamineREsponse call syncronous until the proxy object problems are worked out.
|
1999-06-24 01:12:16 +00:00 |
|
rpotts%netscape.com
|
a4d83afdb2
|
Added the call to FireOnHeadersAvailable(...) which was lost when I reworked the header parsing...
|
1999-06-23 23:56:41 +00:00 |
|
rpotts%netscape.com
|
104a580e01
|
Reference counting fixes to plug some leaks...
|
1999-06-23 23:51:16 +00:00 |
|
rpotts%netscape.com
|
12c8c31d6e
|
Temp removed the code which caches socket transport instances. This will be hooked up again once connection keep-alive is supported...
|
1999-06-23 07:50:30 +00:00 |
|
rpotts%netscape.com
|
7a70a758f7
|
Reworked Server-Status and Response-Header parsing...
|
1999-06-23 07:41:22 +00:00 |
|
warren%netscape.com
|
89f98a47db
|
Added stuff needed for landing -- LoadQuiet, BypassCache, BypassProxy
|
1999-06-22 00:19:58 +00:00 |
|
rpotts%netscape.com
|
e774288f38
|
The new status line parsing code is now enabled...
|
1999-06-21 21:21:22 +00:00 |
|
rpotts%netscape.com
|
4de371d508
|
First pass at parsing the server Response in a more robust way... This is a WIP (not tested yet)
|
1999-06-21 08:21:28 +00:00 |
|
rpotts%netscape.com
|
af6c7d7ee9
|
Cleaned up the destructor to correctly release the input stream...
|
1999-06-21 08:19:26 +00:00 |
|
andreas.otte%primus-online.de
|
9b156af152
|
include some header files to get rid of some warnings
|
1999-06-20 19:53:39 +00:00 |
|
warren%netscape.com
|
b5c184f197
|
Fixed indentation. (Don't use tabs!)
|
1999-06-19 22:24:44 +00:00 |
|
gagan%netscape.com
|
bad26efa50
|
Fixed header parsing in HTTP. This should work ok now.
|
1999-06-19 04:02:20 +00:00 |
|
valeski%netscape.com
|
e23b3c673c
|
NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061.
|
1999-06-18 17:34:08 +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 |
|
andreas.otte%primus-online.de
|
dfc5264ab8
|
some more ignorance
|
1999-06-17 19:00:56 +00:00 |
|
andreas.otte%primus-online.de
|
62803631b8
|
renaming library from fileprotocol to resourceprotocol
adding hack to change PUBLIC variable
|
1999-06-17 18:20:13 +00:00 |
|
warren%netscape.com
|
dc528f8358
|
Fixed refcount problem.
|
1999-06-17 10:11:35 +00:00 |
|
warren%netscape.com
|
c2dfabdd2f
|
Added resource: protocol.
|
1999-06-17 09:24:31 +00:00 |
|
warren%netscape.com
|
0116ceb4a0
|
cleanup
|
1999-06-17 09:24:11 +00:00 |
|
warren%netscape.com
|
47f641c14a
|
fixed refcount problem
|
1999-06-17 09:23:34 +00:00 |
|
warren%netscape.com
|
165315ccac
|
Fixed GetPort
|
1999-06-17 03:38:23 +00:00 |
|
rpotts%netscape.com
|
53ea579cb6
|
Added an if check around the call out through the event sink...
|
1999-06-16 09:50:30 +00:00 |
|
rpotts%netscape.com
|
ce2c24bc6a
|
Separated the Event Sink from the nsIStreamListener...
|
1999-06-16 09:40:40 +00:00 |
|
warren%netscape.com
|
634f48802b
|
Changed nsAutoMonitor to nsAutoCMonitor (cached).
|
1999-06-16 04:15:25 +00:00 |
|