rpotts%netscape.com
a806fec196
Bug #11410 . Changed NS_ASSERTION to checkc the *correct* variable. Someday I'll grow a brain and become really dangerous...
1999-08-11 21:15:49 +00:00
gagan%netscape.com
4207799f58
Temporarily fixing the assert which I think is ok, but would let rpotts confirm it.
1999-08-11 04:28:32 +00:00
rpotts%netscape.com
f2ce78ae81
Release the pointers that were passed into AsyncRead(...) when the operation is compelete. This breaks some circular references that prevented WebShells from being deleted...
1999-08-10 04:02:10 +00:00
rpotts%netscape.com
04a3d364ce
Implement the nsIRequest interface for nsHTTPChannel. This allows channels that are cancelled from a LoadGroup to *actually* get removed...
1999-08-09 07:07:08 +00:00
rpotts%netscape.com
449ba12da6
bug #10790 . The HTTPChannel is now given to the HTTPResponseListener during construction. Before, it was getting it via a dirty cast in the OnStartRequest notification. Unfortunately, OnStartRequest is only called if the connection is successful. This caused a crash in OnStopRequest if the HTTPChannel was not available :-(
1999-08-06 07:57:44 +00:00
valeski%netscape.com
9ef221c292
fixing mac build bustage. brade verified the changes in her mac build. I switched from com ptrs to regular pointers as the com pointer abuse wasn't appreciated on the mac
1999-08-05 16:17:22 +00:00
rhp%netscape.com
98bb37cae0
added files: mozilla/netwerk/protocol/http/src/nsHTTPHeaderArray.cpp, mozilla/netwerk/protocol/http/src/nsHTTPAtoms.cpp
1999-08-05 13:23:45 +00:00
rhp%netscape.com
f02cb85a5f
added files: mozilla/netwerk/protocol/http/public/nsIHTTPHeader.idl
1999-08-05 13:16:39 +00:00
rpotts%netscape.com
fd0ec4db70
Fix for build bustage on Linux...
1999-08-05 09:07:29 +00:00
rpotts%netscape.com
0d546eaffa
bug #10739 . Reworking header APIs... I've added 2 new CPP files - nsHTTPAtoms.cpp and nsHTTPHeaderArray.cpp.
1999-08-05 08:27:49 +00:00
rpotts%netscape.com
6e6cdb32c5
bug #10739 . Reworking header APIs... I've added a new IDL file - nsIHTTPHeader.idl and remove 3 obsolete header files...
1999-08-05 08:26:57 +00:00
gagan%netscape.com
f182cc62db
Added a new MANIFEST file for nsHTTP stuff.
1999-08-04 16:12:30 +00:00
gagan%netscape.com
46143f3127
POSTing works now.
1999-08-04 15:07:26 +00:00
dougt%netscape.com
3c1d894f1c
removing hard coded "http" string and using GetScheme() instead.
...
cleaning up a memory leak
1999-08-03 02:15:30 +00:00
warren%netscape.com
529c0b2b71
Removed hack to export to netwerk/dist (used before landing necko).
1999-08-03 00:38:25 +00:00
valeski%netscape.com
1cdf612052
pulled file extension search code and started using new mime mapping method which does it for us
1999-08-01 16:44:29 +00:00
warren%netscape.com
7451a9a44d
Took out more f*** nsCOMPtrs
1999-07-31 07:51:35 +00:00
warren%netscape.com
07b963204e
Added GetLoadGroup/SetLoadGroup to nsIChannel so that redirects can discover the group.
1999-07-31 06:53:12 +00:00
rpotts%netscape.com
558cdd62be
bug #10424 URL redirects. If the server did *not* send an entity along with the 302, necko would not correctly follow the redirect.
1999-07-30 07:13:05 +00:00
rpotts%netscape.com
21e7d3da37
bug #10424 URL redirects. If the server did *not* send an entity along with the 302, necko would not correctly follow the redirect.
1999-07-30 06:39:24 +00:00
mscott%netscape.com
d563520210
fix build by including config.mak
1999-07-29 03:10:23 +00:00
rpotts%netscape.com
8c60c16be7
Set the max number of open transports to 8.
1999-07-28 09:26:55 +00:00
rpotts%netscape.com
315de829f9
Obsolete file...
1999-07-28 09:25:51 +00:00
rpotts%netscape.com
bf7d1235bc
Support for a Max number of open transports.
1999-07-28 09:25:31 +00:00
warren%netscape.com
c7b57f1e08
Fixed mismatched delete problem (purify).
1999-07-28 04:05:10 +00:00
warren%netscape.com
cfc523f742
Added assertion for bug I was hitting (spinning).
1999-07-27 08:47:43 +00:00
warren%netscape.com
17c0cb8533
Added missing error check.
1999-07-27 08:47:13 +00:00
valeski%netscape.com
748a1853fe
necko - we now set the user agent by default
1999-07-25 13:54:47 +00:00
gordon%netscape.com
d8313c8a56
Added nsHTTPEncodeStream.cpp.
1999-07-23 01:03:15 +00:00
gordon%netscape.com
dd4ca602e8
Added nsIHTTPProtocolHandler.idl.
1999-07-23 00:56:23 +00:00
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
tbogard%aol.net
fc1c23671b
Fixing Necko build bustage.
1999-07-22 03:33:49 +00:00
tbogard%aol.net
8f76874619
Looks like I missed a header for the nsCStringKey -> nsStringKey change.
1999-07-22 02:47:39 +00:00
warren%netscape.com
ab34582f5b
Added encode flags.
1999-07-21 07:05:12 +00:00
warren%netscape.com
568cf0dedf
Working on NS_NewPostDataStream -- doesn't work yet though.
1999-07-21 05:53:25 +00:00
mscott%netscape.com
824bad82e8
we were always returning text/html as the content type for any page using the http channel!!!! this was preventing us from
...
properly loading rdf files from the web (particularly the tinderbox page for the flash panel). Only use the default
dummy type if we weren't able to extract a legitimate content type from the header.
1999-07-20 22:44:24 +00:00
valeski%netscape.com
3373348387
using more appropriate notification progids
1999-07-20 20:44:02 +00:00
mscott%netscape.com
ff5d0893fc
Necko only!!! Fix build breakage for clobber builds by removing reference to nsIHTTPHandler.h
...
which is no longer being exported.
1999-07-20 18:46:34 +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
ffe7345c94
Started adding encode stream for necko posting.
1999-07-20 08:45:41 +00:00
rickg%netscape.com
23b232d248
switch to faster string search API
1999-07-19 03:29:56 +00:00
mscott%netscape.com
e5bf603535
bulletproofing some code. it's possible for the loadgroup to be null.
1999-07-17 02:06:47 +00:00
valeski%netscape.com
4ee45defd5
mime map api change
1999-07-16 22:00:11 +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
rpotts%netscape.com
888168a292
Very simple implementation of 301/302 HTTP redirects...
1999-07-16 09:54:20 +00:00
gagan%netscape.com
b778e933c4
Changed status from nsresult to PRUint32.
1999-07-16 00:40:06 +00:00
gagan%netscape.com
7da5059cdb
Changed const char* to char* for GetStatus calls.
1999-07-16 00:32:50 +00:00
gagan%netscape.com
3abf7c6edb
Fixed some broken status headers. Added Host: header by default. This was otherwise breaking (as in unsuccessful HTTP) for some sites that use virtual hosts and depend upon the Host: header.
1999-07-15 22:57:04 +00:00
rpotts%netscape.com
500486a5d0
Added the query string (if any) to the GET request... NECKO only.
1999-07-13 20:42:36 +00:00
warren%netscape.com
699e29f427
Fixed http loading in viewer. Wrong channel was being passes to doc loader's stream listener by http. Also added ifdef to easily remove Fill change.
1999-07-11 02:43:37 +00:00