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

696 Коммитов

Автор SHA1 Сообщение Дата
tbogard%aol.net eb0dd2815e Changed nsCStringKey to nsStringKey. This new key now has the ability to hash on PRUnichar* strings as well as char* strings. 1999-07-22 02:11:04 +00:00
gagan%netscape.com 20c0996ab2 Replaced resource:// with resource:/ to be more compliant with our parsing rules. 1999-07-21 11:48:56 +00:00
warren%netscape.com 78e5f4fcb6 Added encode flags. 1999-07-21 07:05:12 +00:00
warren%netscape.com ee768165e8 Working on NS_NewPostDataStream -- doesn't work yet though. 1999-07-21 05:53:25 +00:00
mscott%netscape.com 89620d3de1 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 829cfe29f6 added notification progids 1999-07-20 21:54:40 +00:00
valeski%netscape.com 23398403cb using more appropriate notification progids 1999-07-20 20:44:02 +00:00
mscott%netscape.com 871ba705fe 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 b42c5297ac Fixed query/ref problem. 1999-07-20 08:46:35 +00:00
warren%netscape.com 7bcb94a320 Changed around load group insertion/removal to happen on mozilla thread. 1999-07-20 08:46:33 +00:00
warren%netscape.com a0781936c1 Started adding encode stream for necko posting. 1999-07-20 08:45:41 +00:00
warren%netscape.com 43c61c6a31 Added BeOS fix. 1999-07-19 18:42:44 +00:00
rickg%netscape.com 844a7e45ef switch to faster string search API 1999-07-19 03:29:56 +00:00
mcafee%netscape.com 7c22a8aaa2 Removing unnecessary includes of xp_core.h and xp_str.h to help BeOS compile. Patch provided by warren. 1999-07-17 06:50:57 +00:00
mcafee%netscape.com 057b904582 More error checking for nsFTPChannel::Init() 1999-07-17 03:02:22 +00:00
mscott%netscape.com ce79c62b51 bulletproofing some code. it's possible for the loadgroup to be null. 1999-07-17 02:06:47 +00:00
warren%netscape.com f64274c766 Backed out Gagan's nsStdURL changes. 1999-07-17 01:32:48 +00:00
mscott%netscape.com f1935c2a87 Add support for honoring the offset parameter on AsynchRead by seeking to the offset position in the file before
reading.
1999-07-16 23:29:12 +00:00
jdunn%netscape.com 4928643ce2 include nsILoadGroup.h before it is referenced by nsCOMPtr 1999-07-16 22:20:24 +00:00
jdunn%netscape.com e2cc3dc8aa declare nsINetModRegEntry public (it is assumed private if not specified) 1999-07-16 22:19:38 +00:00
valeski%netscape.com 996ae44af0 mime map api change 1999-07-16 22:00:11 +00:00
valeski%netscape.com b26d6ed824 changed mime map service to use nsHashtabel 1999-07-16 21:56:54 +00:00
warren%netscape.com c5684bf4d7 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 9bf7d77b24 Very simple implementation of 301/302 HTTP redirects... 1999-07-16 09:54:20 +00:00
gagan%netscape.com 5e043ea485 Removed obsolete files. 1999-07-16 02:33:44 +00:00
gagan%netscape.com 74b2f0b0b2 Switching to nsStdURL from nsStandardUrl. 1999-07-16 02:32:47 +00:00
gagan%netscape.com a48324fabd Included the test for resource: protocol that was breaking apprunner. 1999-07-16 02:31:07 +00:00
gagan%netscape.com e6e88da3d6 Changed status from nsresult to PRUint32. 1999-07-16 00:40:06 +00:00
gagan%netscape.com dd34216562 Changed const char* to char* for GetStatus calls. 1999-07-16 00:32:50 +00:00
gagan%netscape.com d29aad6b3b Added HTTP Status to printout. 1999-07-15 22:57:50 +00:00
gagan%netscape.com e2e849d721 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
mscott%netscape.com 26c2ebcce3 Necko only! not part of the build. back out gordon's change to fix the windows build until he has a chance to take a
look at it.
1999-07-15 17:57:22 +00:00
warren%netscape.com 8829be55c0 Removed. Replaced with file: protocol stuff. 1999-07-15 17:45:08 +00:00
gordon%netscape.com 13f55e60c0 Necko-only change. Changed fragment name from NETLIB_DLL to NETWORK_DLL, because the NetwerkUtil library uses NETLIB_DLL for compatibility. 1999-07-15 01:23:38 +00:00
gordon%netscape.com aa651c605f Necko only change. Updated preferences for NetworkModular[Debug].shlb doppleganger targets. 1999-07-15 01:14:50 +00:00
gordon%netscape.com 8ddd7faa0c Export NS_NewUnicharStreamLoader since this file is part of a shared library for now. 1999-07-14 21:21:37 +00:00
gordon%netscape.com 2fc749e868 Export functions since this is built as a shared library for now. 1999-07-14 21:20:38 +00:00
mscott%netscape.com d69b9675bc Register "eml" file extension as text/message (rfc822) 1999-07-14 04:08:41 +00:00
valeski%netscape.com ffbce16be3 adding warning comment 1999-07-13 23:39:31 +00:00
valeski%netscape.com 2abdba01c4 added image mime types to hardcoded area 1999-07-13 23:37:11 +00:00
rpotts%netscape.com ad6fedced2 random changes... NECOK only 1999-07-13 20:43:49 +00:00
rpotts%netscape.com 5729a65b6e Added support for GetQuery(). NECKO only. 1999-07-13 20:43:22 +00:00
rpotts%netscape.com 162a4eeb6a Added the query string (if any) to the GET request... NECKO only. 1999-07-13 20:42:36 +00:00
gagan%netscape.com f2399d4e5b Fixes for the libcookie.so problem (thanks to Andreas for the patch) and then some additional fixes for warnings and such. 1999-07-13 02:37:08 +00:00
waterson%netscape.com 2b04d1a190 Fix necko build bustage. NECKO BUILD ONLY. 1999-07-13 00:15:56 +00:00
mscott%netscape.com 439e11dc40 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 01da697bf0 Fix linux warning..remove comma at the end of the enum. 1999-07-12 18:32:18 +00:00
rpotts%netscape.com 78ccc8f926 Added a -sync flag for testing sync streams with the socket transport... 1999-07-12 06:22:39 +00:00
rpotts%netscape.com e65411e118 Added nsIBufferObserver::OnWrite(...) nsFileChannel.h nsFileChannel.cpp 1999-07-12 06:21:41 +00:00
rpotts%netscape.com 1847264191 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 e400f4c284 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
warren%netscape.com 2456eb613d Reverted to nsStandardUrl which works. 1999-07-10 18:24:02 +00:00
warren%netscape.com 1f33a9ea23 Fixing gagan's bustage. 1999-07-10 17:33:06 +00:00
warren%netscape.com fcd36cebd4 Added outer param to NewLoadGroup. 1999-07-10 11:27:05 +00:00
warren%netscape.com 5d32aee9fc Changed uses of nsIBufferInputStream::Fill to nsIBuffer::Write. 1999-07-10 11:26:59 +00:00
warren%netscape.com b07497cbf4 Changed file transport worker count to 1 for ease of debugging. Revert later. 1999-07-10 11:26:53 +00:00
warren%netscape.com 4cc4f7d94f Fixed some file channel problems. Works better now. Upped buffer size to avoid buffer full problems. 1999-07-10 11:26:51 +00:00
warren%netscape.com 7c731d4888 Upped socket buffer size to avoid buffer full problems. 1999-07-10 11:26:49 +00:00
warren%netscape.com 053aaa1a37 Replaced AddChannel with AsyncRead,AsyncWrite. Removed RemoveChannel. 1999-07-10 11:26:47 +00:00
warren%netscape.com 0879a196b3 Fixed scheme parsing code. Added outer param to NewLoadGroup. 1999-07-10 11:26:43 +00:00
andreas.otte%primus-online.de f73634c596 NECKO only: changed string/error handling in NS_MakeAbsoluteURI A: chofmann R: valeski 1999-07-10 08:00:55 +00:00
andreas.otte%primus-online.de 8c09626144 NECKO Only: fixes segfault with uninitialized channel A: chofmann R: valeski 1999-07-10 07:58:11 +00:00
gagan%netscape.com 143f81ea46 Added a trailing slash for optimization. 1999-07-10 05:44:16 +00:00
warren%netscape.com da430b8781 Top 100 sites for testing. 1999-07-10 05:21:07 +00:00
gagan%netscape.com c9e9030668 Thou shalt parse thy URLs... again. 1999-07-10 05:00:23 +00:00
warren%netscape.com 0cd57746e8 Necko stuff for dealing with load groups when opening URLs. 1999-07-09 21:18:47 +00:00
gagan%netscape.com ec7ef50420 Fixed a warning for virtual destructor. 1999-07-09 09:35:30 +00:00
valeski%netscape.com b9117fe2a7 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
mscott%netscape.com 125fd2927a Not part of the regular build yet! Necko change only. Fix my linux build. You can't compare a nsCOMPtr directly to a raw ptr. You need to call .Get() to retrieve the raw ptr and then you can compare for equality 1999-07-08 19:05:48 +00:00
mscott%netscape.com e9a6c957b8 (Not part of the normal mozilla build yet) Necko change only. Make destructor virtual. 1999-07-08 19:04:53 +00:00
valeski%netscape.com 7bc13426f4 not in main build - backed out transport files from windows build 1999-07-08 17:17:48 +00:00
valeski%netscape.com 3e26d1f123 not in main build - updated nsFileTransport stuff to use new apis 1999-07-08 17:16:47 +00:00
gagan%netscape.com 3037f684ff Fixed warnings on Linux because of missing virtual keyword on destructors. 1999-07-08 00:50:02 +00:00
waterson%netscape.com 73224fdf86 Fix VC5.0 build bustage (Necko build ONLY). 1999-07-07 20:55:57 +00:00
warren%netscape.com 9efa754f74 Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods. 1999-07-07 08:08:40 +00:00
warren%netscape.com c9ce12757e Fixed clobber rule. 1999-07-07 04:20:56 +00:00
valeski%netscape.com 9e93ba1816 added style sheet mime type 1999-07-07 02:26:14 +00:00
gordon%netscape.com 8a580e3ade Update for changes to Windows makefiles. 1999-07-07 00:59:20 +00:00
gordon%netscape.com 9cb3167dd8 First Checked In. 1999-07-07 00:36:08 +00:00
gordon%netscape.com 82257cfce9 File Removed. 1999-07-07 00:23:06 +00:00
valeski%netscape.com 63584fd124 added a date header to the cookie test (cookies require a server date to work) 1999-07-06 23:54:12 +00:00
valeski%netscape.com 4c0be90d9d default to text/html content type if we don't know what it is 1999-07-06 23:44:15 +00:00
gordon%netscape.com 27421d85e0 Removed nsHTTPRequestObserver.cpp from build, because it is obsolete. 1999-07-06 20:15:03 +00:00
gordon%netscape.com ea50f9706f File Removed. 1999-07-06 19:26:57 +00:00
valeski%netscape.com 95f1ec8192 added newlines 1999-07-06 14:37:24 +00:00
valeski%netscape.com ae3afa14af corrected string parsing argument order 1999-07-06 14:26:29 +00:00
andreas.otte%primus-online.de a7cb885282 implemented MakeAbsolute 1999-07-04 15:50:56 +00:00
warren%netscape.com 6ba186da0c Fix for about:blank to work -- not destroy the listener prematurely in the OnStopRequest method. 1999-07-03 20:27:27 +00:00
andreas.otte%primus-online.de a30b542e7f NECKO only: little better error handling 1999-07-03 09:53:09 +00:00
andreas.otte%primus-online.de d34fefc505 NECKO only: adding some ignorance 1999-07-03 08:32:38 +00:00
andreas.otte%primus-online.de 121e038f55 NECKO only: adding protocol/about makefiles 1999-07-03 08:29:27 +00:00
warren%netscape.com fe7d57f21a Fixed case where spec given to MakeAbsolute is null. 1999-07-03 07:11:07 +00:00
warren%netscape.com 7b7d415d65 Fixed GetContentType method to work. 1999-07-03 05:56:24 +00:00
mcafee%netscape.com 15f0282511 Fixing linux bustage, rv needs declaration. 1999-07-03 05:50:56 +00:00
warren%netscape.com 51b67ed5e2 Fixed GetContentType method to work. 1999-07-03 05:48:45 +00:00
warren%netscape.com 0c657f451d Fixed CID to not collide with nsIIOService. 1999-07-03 05:36:09 +00:00
warren%netscape.com 401b3775c3 Added missing uuid. 1999-07-03 04:53:14 +00:00
warren%netscape.com 77c9791de1 Added. 1999-07-03 04:45:49 +00:00
rpotts%netscape.com 5c46454a6d Changes to build without NECKO defined... 1999-07-03 04:14:44 +00:00
rpotts%netscape.com 92eee7d17c Got the TestSocketTransport test working again after removing the nsIEventQueue argument to AsyncRead and AsyncWrite... 1999-07-03 04:14:28 +00:00
warren%netscape.com 604b91233e Implemented about:blank. 1999-07-03 04:05:14 +00:00
waterson%netscape.com f10f88706a Ensure all control paths return a value. 1999-07-03 03:54:28 +00:00
valeski%netscape.com 1e2e82fe1f dumping objs to the correct dir now on windows. 1999-07-03 03:47:27 +00:00
valeski%netscape.com f04f3d575c whoops! 1999-07-03 02:21:01 +00:00
valeski%netscape.com 186f7e1705 added mime type mapping to file 1999-07-03 00:59:51 +00:00
valeski%netscape.com f1c37b22bb added mime type mapping service to http 1999-07-03 00:48:21 +00:00
valeski%netscape.com 65fa5cc4c9 added mime dir to main necko build 1999-07-03 00:46:27 +00:00
valeski%netscape.com 05daff9c8c added factory class for the mime service 1999-07-03 00:05:51 +00:00
gordon%netscape.com f8ef48adb6 First Checked In. 1999-07-02 21:12:57 +00:00
andreas.otte%primus-online.de 28fc962458 NECKO only: add mime makefiles 1999-07-02 21:02:33 +00:00
andreas.otte%primus-online.de 89d3592ef1 NECKO only: remove EXPORTS lines 1999-07-02 21:01:54 +00:00
valeski%netscape.com 03cc0639f2 adding mime type resolver module. 1999-07-02 20:08:27 +00:00
dveditz%netscape.com 4c4f269dd4 nakefile cleanups 1999-07-02 13:42:17 +00:00
warren%netscape.com e8ec6cc337 Added another NS_OpenURI call. 1999-07-02 06:15:49 +00:00
mcafee%netscape.com ac8e2e4ae5 Solaris needs newline at EOF. 1999-07-02 05:37:21 +00:00
mcafee%netscape.com d07ec61461 Fixing Solaris/CC bustage. 1999-07-02 05:36:07 +00:00
warren%netscape.com 8af19177eb Removed bogus comment. 1999-07-02 05:00:36 +00:00
warren%netscape.com bd950fb2eb Added newline at eof. 1999-07-02 04:59:27 +00:00
warren%netscape.com c6916ca48c Removed semicolon. 1999-07-02 04:58:27 +00:00
warren%netscape.com a0f1223aeb Added nsSimpleURI to build. 1999-07-02 04:58:06 +00:00
warren%netscape.com 86e936c304 Fixed QI bug. 1999-07-02 04:57:45 +00:00
warren%netscape.com 527b2a45c6 Fixed initialization problems. 1999-07-02 04:56:53 +00:00
warren%netscape.com 5559bc36d5 Fixed refcounting bug. 1999-07-02 04:55:52 +00:00
mscott%netscape.com 0ff0d53e4b fix necko build brekage. NS_NewLoadGroup is declared to have 2 arguments so I have given it two arguments in its
implementation.
1999-07-02 00:11:30 +00:00
mscott%netscape.com 66db1fd657 Fix necko build brekage...onstart/stopbiding --> onStart/stop request. 1999-07-01 23:01:32 +00:00
valeski%netscape.com 149969c2e4 necko bustage 1999-07-01 21:02:53 +00:00
valeski%netscape.com 3c62bd0044 necko build bustage. 1999-07-01 21:02:06 +00:00
gordon%netscape.com 0d2661369b First Checked In. 1999-07-01 19:50:15 +00:00
warren%netscape.com 8462929dda 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 6ddc775a7e First Checked In. 1999-07-01 19:29:45 +00:00
gordon%netscape.com 39ac6ae9a2 Added nsIHeader.h, nsIProxy.h, nsISocketTransportService.h to list of headers to export. 1999-07-01 19:12:07 +00:00
gordon%netscape.com 15542e1ce4 Updated to match changes to Windows/Unix makefiles. 1999-07-01 19:11:17 +00:00
gordon%netscape.com 2de5e55474 Updated list of IDL files. 1999-07-01 19:10:31 +00:00
gordon%netscape.com beeaffa0bf Changed access paths. 1999-07-01 19:09:51 +00:00
gordon%netscape.com 88643e7e3a First Checked In. 1999-07-01 19:07:32 +00:00
mcafee%netscape.com 36ef6a618e Moving test directory inside ifdef ENABLE_TESTS. Thanks to patch from Jim Nance. 1999-07-01 10:52:22 +00:00
warren%netscape.com 54bd764acd Added simple URI to parse about:foo, javascript:bar, etc. 1999-07-01 07:52:52 +00:00
warren%netscape.com b50f94427d Started about: protocol. 1999-07-01 07:52:08 +00:00
valeski%netscape.com 855db69b79 necko bustage 1999-06-30 20:48:49 +00:00
valeski%netscape.com a754d778e7 change all GetIID() calls to nsCOMTypeInfo<foo>::GetIID() calls 1999-06-30 20:20:17 +00:00
valeski%netscape.com a8b4609040 changed our nsISupports::GetIID() calls over to nsCOMTypeInfo<foo>::GetIID(). 1999-06-30 20:00:19 +00:00
mscott%netscape.com 6e29b90b9a 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 b6d1f7d250 Got rid of the IEventQueue instance variable... 1999-06-30 08:15:40 +00:00
rpotts%netscape.com cf3f1d021d replaced a call to nsIHTTPChannel::GetResponseHeader(...) with a call to nsIChannel::GetContentType(...) 1999-06-30 06:05:10 +00:00
rpotts%netscape.com 10110b7f14 tweaked the GetContentType(...) hack to first check the Content-type header before returning text/html... 1999-06-30 06:00:02 +00:00
rpotts%netscape.com 456644cad0 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 01525cf417 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
valeski%netscape.com 4eaa64d3c1 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 da22bd6396 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 85fff1b09e mapped NS_BASE_STREAM to NS_OK for the OnStopBinding(...) notification... 1999-06-29 08:48:41 +00:00
rpotts%netscape.com 8595686c4d 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 56aeb8f181 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
rpotts%netscape.com 39f0c7490f Fixed up a divide by zero bug... 1999-06-29 06:54:05 +00:00
valeski%netscape.com 65011fa313 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 1d781378f8 Add undef for SetPort too. 1999-06-28 23:11:55 +00:00
mscott%netscape.com aad910c48a nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream. 1999-06-28 20:37:10 +00:00
warren%netscape.com bd9c5215ea Fixed NS_NewUnicharStreamLoader export. Added NS_NewLoadGroup. 1999-06-28 06:58:05 +00:00
warren%netscape.com 2be9eae6ed Added nsIBlockingNotification.h. Fixed NS_NewUnicharStreamLoader export. 1999-06-28 06:57:35 +00:00
valeski%netscape.com 13c12a0435 copied the nsIUnicharStreamLoader interface and implementation over to necko; TEMPORARILY. This stuff does not belong in necko and needs to be factored out. I pushed it in to satisfy the NECKO builds. 1999-06-27 16:02:03 +00:00
rpotts%netscape.com 8efeed5446 Fix to avoid those nasty divide by zero errors :-) 1999-06-27 11:14:35 +00:00
rpotts%netscape.com 3f3752d83c Added support for loading a bunch of URLs from a file which is specified on the command-line... 1999-06-27 11:02:40 +00:00
bruce%cybersight.com f23b43cc61 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 dcd3528312 Adding BeOS case. 1999-06-26 06:46:20 +00:00
mcafee%netscape.com 410e40c20b Adding BeOS case. 1999-06-26 06:39:43 +00:00
valeski%netscape.com a541b3d8f7 these are now in the public dir. 1999-06-26 03:13:39 +00:00
gordon%netscape.com cb77bebe14 First Checked In. 1999-06-26 01:14:51 +00:00
valeski%netscape.com d27a84bb78 not in main build - changed newCString to get buffer() 1999-06-25 18:49:35 +00:00
warren%netscape.com e91b7028b0 Added strdups to string accessors. 1999-06-25 17:59:58 +00:00
warren%netscape.com c69701142b Added #undef GetPort for Windows. 1999-06-25 17:59:34 +00:00
andreas.otte%primus-online.de d6c2c55929 adding nsILoadGroup.idl 1999-06-25 17:41:38 +00:00
rpotts%netscape.com 46aa7ebbac Added a -verbose flag in preparation for batching URLs from a file... 1999-06-25 07:52:12 +00:00
rpotts%netscape.com 3d86d3cad6 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
rpotts%netscape.com 308b62c2da Fixed bug where extra garbage was being read from the stream... 1999-06-25 06:28:58 +00:00
mcafee%netscape.com 539b2bac6e typo, fixing linux bustage. 1999-06-25 05:16:37 +00:00
warren%netscape.com 9ac7aaff06 Fixed makefiles for necko module, but netwerk directory. 1999-06-25 03:00:32 +00:00
mscott%netscape.com 9e072c4c81 fix build breakage. Change directory path from necko to netwerk. Note: I'm not changing any of the library names,
just the paths (which should still be netwerk).
1999-06-25 02:45:05 +00:00
warren%netscape.com 18af8d84a2 Added group argument. Swapped args to NS_OpenURI 1999-06-25 00:07:34 +00:00
warren%netscape.com c9b3f8540a Changed our library names from netwerk to necko. 1999-06-24 23:13:46 +00:00
warren%netscape.com cbef31b2d1 Added nsILoadGroup. Changed load attribute strategy to flags. 1999-06-24 22:58:42 +00:00
valeski%netscape.com 7cb4455287 not in main pull - added cookie test stuff 1999-06-24 21:41:19 +00:00
valeski%netscape.com 901590987b not on main pull - pulled extraneous reference to an nsIHTTPNotify 1999-06-24 21:35:21 +00:00
rpotts%netscape.com 9eb8624bf0 Fixed some reference counting problems with nsHTTPChannel::GetTransport(...) 1999-06-24 11:26:38 +00:00
rpotts%netscape.com 18056ccc22 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 78542664cd 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 e978586cdb Added NSPR logging... Reworked the building of the request to *only* use nsStrings. 1999-06-24 10:05:01 +00:00
rpotts%netscape.com d9a0ad849f Added initial support for PR_LOG... 1999-06-24 08:56:57 +00:00
gagan%netscape.com 8488317c0c Fix the default line problem. Added a /cookie case to send a dummy "set-cookie: header" 1999-06-24 02:29:20 +00:00
gordon%netscape.com a8bc7b8f59 First Checked In. 1999-06-24 01:14:30 +00:00
valeski%netscape.com 52d9da00b1 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 b6759adde7 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 c627268767 Reference counting fixes to plug some leaks... 1999-06-23 23:51:16 +00:00
andreas.otte%primus-online.de 24555ad46d removing libnetwerkutil_s.a from Makefile and move util down again. Took some time for me to get what netwerkutil_s.a is really for 1999-06-23 21:57:01 +00:00
rpotts%netscape.com ed37052d62 Oops... Forgot to check this in... Allow multiple URLs to be processed before exiting the app. 1999-06-23 19:27:44 +00:00
rpotts%netscape.com c42b0d7fb6 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 00396576e8 Reworked Server-Status and Response-Header parsing... 1999-06-23 07:41:22 +00:00
warren%netscape.com 23bd396034 nsString/nsString2 -- what's the difference. Now using const too. 1999-06-23 06:08:13 +00:00
warren%netscape.com 7a18145c96 Added nsString interfaces. Removed NS_NET because this stuff isn't for DLL export. 1999-06-23 05:28:48 +00:00
gordon%netscape.com cec9f8c25b Updated to match changes to Windows/Unix makefiles. 1999-06-23 01:12:57 +00:00
gordon%netscape.com 4c3fd8666d Added registration of DNS Service. 1999-06-23 01:12:01 +00:00
gordon%netscape.com fc12496d9c Added include of OpenTransport header files for XP_MAC. 1999-06-23 01:11:19 +00:00