Граф коммитов

201 Коммитов

Автор SHA1 Сообщение Дата
pavlov%netscape.com a3a300fdf2 string api changes r=scc 2000-04-25 05:40:45 +00:00
valeski%netscape.com 153f162dd9 fixing multi mixed so it can handle errors coming from the data producer (http) 2000-04-18 13:42:40 +00:00
bryner%uiuc.edu efb948c488 Write the html, title, and body tags directly to the stream listener
without having them go through the txt->html conversion.  This makes it so
we don't accidentely try to form an HREF inside the title.  r=valeski.
2000-04-17 04:40:44 +00:00
scc%netscape.com 26a41b1754 making string conversions explicit 2000-04-15 09:16:58 +00:00
valeski%netscape.com 673a539153 re-write of multi-mixed converter so it handles binary data. also have the unknown decoder looking for script tags. 2000-04-14 21:27:32 +00:00
ruslan%netscape.com 6658571391 Landing link-click problem fix. Also fix DNS lockup (gordon) on Windows,
memory leak of socket transports during pipelined request, add timeout
setters on socket transport, add a restriction on the number of keep-alive
connections.
2000-04-12 01:47:22 +00:00
cls%seawood.org 932870c3c6 Set SHORT_LIBNAME for 8.3 platforms. 2000-04-08 00:39:39 +00:00
bryner%uiuc.edu 1639ba6502 Making nsTXTToHTMLConv implement nsITXTToHTMLConv. r=valeski. 2000-04-05 05:53:35 +00:00
bryner%uiuc.edu 79b1a41cae Adding nsITXTToHTMLConv.idl to the build on Windows and Unix. 2000-04-05 05:49:34 +00:00
bryner%uiuc.edu 7ecfb4869f This CID definition is not needed. 2000-04-05 05:47:29 +00:00
valeski%netscape.com 657b1bb8b9 adding nsITXTToHTMLConv.idl 2000-04-05 05:34:36 +00:00
bryner%uiuc.edu 251632c042 Adding a new interface for the text to HTML converter. 2000-04-05 05:21:13 +00:00
valeski%netscape.com 4f4a4b93e8 r=rhp, mscott. 34401. adding nsTXT converter back into the mix and removing prog id collision between it and mozTXT converter 2000-04-05 04:12:29 +00:00
mkaply%us.ibm.com 16e912ab31 # 34082
r= warren@netscape.com
OS/2 Visual Age build - Adding PR_CALLBACK to some functoins for linkage
2000-04-05 02:32:07 +00:00
ruslan%netscape.com 2f521bf728 Landing the next batch of http pipelining changes. Still not enabled by default
(but you can set a pref in all.js and it'll work and some sites will load
ultra-fast). pipelining_reorg_point2 is pre-checkin tag in case of major
bustages (which there should be none).
2000-04-05 01:43:57 +00:00
ruslan%netscape.com 60817bcb13 Fix 34491 - tree blocker. Double-free in http compress converter. 2000-04-04 22:09:47 +00:00
bruce%cybersight.com 6273154896 Fix leak. #34396. r=ruslan 2000-04-04 14:58:12 +00:00
sspitzer%netscape.com 58f71c90cd fix for #34401. partial backout of valeski's changes.
thanks to mscott, putterman and bienvenu for the detective work.
2000-04-04 07:14:01 +00:00
cls%seawood.org f6740baa20 Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287 2000-04-04 04:46:38 +00:00
bruce%cybersight.com 68c3380b79 Fix for leak of nsByteArrayInputStream objects and associated buffers from nsHTTPChunkConv. r=scc 2000-04-04 04:35:25 +00:00
valeski%netscape.com 88d7fe3689 adding text to html conversion to unix builds 2000-04-03 22:46:38 +00:00
valeski%netscape.com 8906531d96 adding text to html converter to mac prj 2000-04-03 22:43:21 +00:00
valeski%netscape.com 720ad41b96 adding plain text to html text stream converter to converter factory list and build 2000-04-03 22:41:33 +00:00
valeski%netscape.com bdfaaaeb80 adding asynchronous text/plain to text/html stream conversion - NOT PART OF BUILD 2000-04-03 21:41:19 +00:00
scc%netscape.com aaec909a45 making string conversions explicit 2000-04-02 09:10:15 +00:00
scc%netscape.com 10bdd44b99 making string conversions explicit 2000-04-02 08:56:00 +00:00
cls%seawood.org cd487cbabb Set SHORT_LIBNAME in cases that library name will exceed 8 chars for OS/2. Bug #34106 a=leaf 2000-04-01 10:18:48 +00:00
valeski%netscape.com 8d9f80d627 ditching old string api in preperation for new string stuff 2000-04-01 00:14:31 +00:00
rickg%netscape.com afe9bbd6d3 removed references to nsString2 2000-03-31 10:19:31 +00:00
jim_nance%yahoo.com dc0e139673 Bug 33322 - Fix compiler warnings. Its been on n.p.m.builds for a few
days for module owners to comment on.  r=troy@netscape.com
2000-03-30 03:21:26 +00:00
valeski%netscape.com 17c882b79a updating the stream converter tests. registration now happens in nsConvFactories.cpp 2000-03-29 23:14:52 +00:00
warren%netscape.com 727f312b32 Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread. 2000-03-29 03:58:50 +00:00
ruslan%netscape.com 54e93cb367 Make converters implement threadsafe_isupports 2000-03-29 03:19:14 +00:00
cls%seawood.org 1078368569 AIX needs to link against ZLIB_LIBS to resolve all symbols in libconverters.so 2000-03-25 08:01:16 +00:00
ruslan%netscape.com 77aabe9130 Http handler reorg to fix keep-alive raise condition and prepare for
pipeling changes. Also fix 32505, 31979. In case of a major bustage -
http11_reorg_point is the tag before the checkin; r=gagan, a=warren
2000-03-24 21:38:04 +00:00
warren%netscape.com 32f53c9a41 Fixed optimized build dependency on zlib.shlb 2000-03-24 04:01:13 +00:00
ruslan%netscape.com 0d03861942 Finalize http compression convertor. Not in the build yet, but soon it will
be.
2000-03-24 03:18:30 +00:00
warren%netscape.com b12829c781 Added nsHTTPCompressConv.cpp for Ruslan. 2000-03-24 03:17:01 +00:00
ruslan%netscape.com 49075b864d Continue fixing bugs in compress converters. Not part of the build yet. 2000-03-23 22:23:14 +00:00
ruslan%netscape.com 70025d784d Working on 32505. Adding http compression convertors - they are not hooked
up yet and are not part of the build.
2000-03-23 01:09:39 +00:00
ruslan%netscape.com a86e3f7d96 Fix 32914 (relax http chunk-converter to workaround apache bug). The change
is trivial, r=none
2000-03-22 22:19:35 +00:00
ruslan%netscape.com a2b1088aaf Actually fix 32600 now by making chunk-converter use bytearraystream, r=warren 2000-03-22 03:16:30 +00:00
mscott%netscape.com 3df62b94ad Bug #31581 --> nsMultiMixedConv::BuildURI was calling nsString.Append with a PRInt32. Unfortunately,
the compiler was implicitly converting this integer into a PRunichar. this caused us to
get the wrong strings for each part.

I simply forced us to use the correct version of append that takes a PRInt32. This fixes the
problems we've been having using bugzilla.

r=none due to the trivial nature of the fix, the severity of the problem and the fact
that I couldn't find an appropriate reviewer.
2000-03-17 06:52:56 +00:00
valeski%netscape.com 9352941376 29551. we now ignore 'ls: total' coming back from an FTP server 2000-03-15 23:19:58 +00:00
mscott%netscape.com 32c8a84292 Bug #30840 --> i broke scantxt for (c), (r) and +/- cases before beta1
r=alecf
2000-03-15 01:43:55 +00:00
ruslan%netscape.com c9b313d004 Fix 10738, partial fix for 21020. Keep-alive, http/1.1, transfer-encoding: chunked
can now be turned on (network.http.version=1.1); network.http.keep-alive can also
be used, however not recommended (1.1 pref will automatically enable keepa-alive).
r=warren,gagan
2000-03-14 03:41:46 +00:00
warren%netscape.com d3c3942046 Added nsHTTPChunkConv.cpp for Ruslan. 2000-03-14 03:34:37 +00:00
rickg%netscape.com ffe78e83e5 removed calls to deprecated string methods 2000-03-12 09:14:14 +00:00
sspitzer%netscape.com e92380a4a0 better fix for #30646. r=mscott, a=jar. 2000-03-08 04:21:46 +00:00
sspitzer%netscape.com 394509ff28 fix for bug #30646. crash on certain news messages. r=mscott, a=jar. 2000-03-07 20:49:48 +00:00