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

1073 Коммитов

Автор SHA1 Сообщение Дата
rpotts%netscape.com 03d5e07c67 Fixed unix build bustage with forward declared nsCOMPtrs... 1999-09-13 07:40:10 +00:00
rpotts%netscape.com 586ef031a5 Remove the socket transport from the list of active transports if an error occurs while writing the request out to the server... 1999-09-13 06:59:20 +00:00
cls%seawood.org 1a2e16af42 Add -D_POSIX_SOURCE to DEFS to get rid of those useless 'index shadow' warnings. Add either -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 to whichever Makefile.ins need it to accommodate for Posix' strictness. Add check for getopt.h for nsinstall.c. 1999-09-12 14:25:28 +00:00
cls%seawood.org 263211043d Reorderd member initializers to remove silly warnings. 1999-09-12 12:02:03 +00:00
rpotts%netscape.com c3f52c25d0 Throw away any pending channels when Cancel is called... 1999-09-12 08:44:53 +00:00
rpotts%netscape.com 0df69b3960 oops.. 1999-09-12 06:02:51 +00:00
rpotts%netscape.com 0e5b738fa2 The DNS Service is now used for hostname resolution... 1999-09-12 05:29:27 +00:00
warren%netscape.com b27ac097f7 Re-adding these files. 1999-09-11 22:32:20 +00:00
warren%netscape.com e65518aed5 Attempt to fix linux bustage. 1999-09-11 20:45:50 +00:00
warren%netscape.com 41295ce854 More fixes for nsCOMPtr inconsistencies. 1999-09-11 19:43:06 +00:00
warren%netscape.com 0cd0131c3a Fix for linux breakage. 1999-09-11 19:32:03 +00:00
warren%netscape.com fec02a32a9 Removed caps dependency from necko. Used nsCOMPtr for nsInputStreamChannel. 1999-09-11 18:45:36 +00:00
mscott%netscape.com df370cde61 export nsIRequest.idl so other idl files outside of netwerk can inherit from it. 1999-09-11 05:13:13 +00:00
warren%netscape.com df6219e5c5 Reduced IO buffer and transfer size. 1999-09-11 00:56:22 +00:00
jdunn%netscape.com 0fabc7f050 hp requires a newline at the end 1999-09-10 23:56:20 +00:00
mscott%netscape.com 7511275537 export nsIChannel.idl so other idl files outside of netwerk can inherit from it. 1999-09-10 23:23:24 +00:00
hoa.nguyen%intel.com 51123f0f2d Initial checking 1999-09-10 23:17:09 +00:00
hoa.nguyen%intel.com a30ee87ca3 Initial checkin 1999-09-10 23:16:40 +00:00
valeski%netscape.com eed6058ab3 added more robust/accurate numeric ip address check 1999-09-10 22:33:09 +00:00
valeski%netscape.com a8769f79f1 we now handle a complete single line greeting from an ftp server 1999-09-10 22:09:39 +00:00
valeski%netscape.com 4e9250374f we're now escaping the filename in ftp dirlisting's dump of http-index, also fixed a MonthNumber() bug. 1999-09-10 22:08:26 +00:00
valeski%netscape.com 42feeddf17 added accept */* to the default http request 1999-09-10 18:32:02 +00:00
valeski%netscape.com b19029e2ce forcing CString and setting capacitynsStdURL.cpp 1999-09-10 18:30:51 +00:00
valeski%netscape.com 9cd996780d linux breakage. 1999-09-10 15:38:35 +00:00
valeski%netscape.com e412e0e50e build bustage 1999-09-10 15:27:19 +00:00
brade%netscape.com 7e9bbb24d4 add files for valeski 1999-09-10 15:02:10 +00:00
valeski%netscape.com 5ba5207a2e fixing mac bustage - mac doesn't have int 64s it has a struct for it instead 1999-09-10 14:53:49 +00:00
valeski%netscape.com c04598d353 adding nsFTPDirListingConv stream converter to the build. we now dump all stream converter factory registration into one file 1999-09-10 14:36:56 +00:00
valeski%netscape.com ce026bdfa9 updated FTP to use the directory listing stream converter when it encounters a dir listing. also removed it's dependency on time.h 1999-09-10 14:32:06 +00:00
valeski%netscape.com ea1d03fd4b added bin,exe extensions 1999-09-10 14:27:16 +00:00
valeski%netscape.com adc1251d73 using NS_GET_IID macro now 1999-09-10 14:26:47 +00:00
briano%netscape.com 93ef1fd41e General cleanup. 1999-09-10 01:57:11 +00:00
warren%netscape.com e3556ced12 Fix for blocking output streams (affects mailnews). Basically we were calling ReadSegments with a 0 count, and when it returned 0 we thought it was EOF. 1999-09-10 01:46:49 +00:00
briano%netscape.com 9697722005 General cleanup. 1999-09-10 00:59:21 +00:00
vidur%netscape.com 116b2b1ad4 nsLoadGroup now uses weak pointers for observers and LoadGroupListenerFactory. 1999-09-09 23:55:19 +00:00
warren%netscape.com 87b66e4bc8 EOF changes. 1999-09-09 22:18:44 +00:00
warren%netscape.com e6619b2ad6 Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked. 1999-09-09 22:05:05 +00:00
valeski%netscape.com 3db429ff8b NOT HOOKED INTO BUILD. adding FTP directory listing stream converter 1999-09-09 19:33:16 +00:00
briano%netscape.com 8436c25b48 General cleanup. 1999-09-09 07:32:15 +00:00
rpotts%netscape.com b4e64e851f bug #11376. I added GetContentLength to nsIChannel so the content length can be gotten from a channel... 1999-09-09 05:07:30 +00:00
briano%netscape.com 93df94cd60 General cleanup. 1999-09-09 02:02:21 +00:00
briano%netscape.com 7ec0e2423f Removed the obsolete non-NECKO leftovers. 1999-09-09 01:08:34 +00:00
briano%netscape.com a461804a96 Removed the obsolete non-NECKO leftovers. 1999-09-09 00:59:41 +00:00
briano%netscape.com 7ac74af48f Removed the obsolete non-NECKO leftovers. 1999-09-09 00:41:10 +00:00
dougt%netscape.com c8ae27c1bd bug fix for 13321. 1999-09-08 22:53:13 +00:00
andreas.otte%primus-online.de d59d2c2229 adding the data protocol to the build 1999-09-08 07:21:22 +00:00
andreas.otte%primus-online.de f1ecdd48f5 forgot this one 1999-09-08 07:18:45 +00:00
andreas.otte%primus-online.de 7f245225ba add protocol/data makefiles 1999-09-08 07:17:24 +00:00
andreas.otte%primus-online.de d6946dbb85 add a missing return 1999-09-08 07:16:10 +00:00
andreas.otte%primus-online.de 8d1b614ec4 add some ignorance 1999-09-08 07:14:49 +00:00
brendan%mozilla.org 1f1df8328b Don't abuse nsAutoLock in single-exit nsSocketTransport::Process and PR_Unlock
and relock it in subroutines -- this causes false deadlock-detection positives.
Also comment module callouts with lock held.
1999-09-08 06:17:20 +00:00
norris%netscape.com 72e3153d3a * Add checks on urls formed from web scripts
* Make nsScriptSecurityManager implement nsXPCSecurityManager
* Fix unix warnings
1999-09-07 02:54:19 +00:00
cls%seawood.org e093f3ce48 include <string.h> for when it disappears from nsID.h again. 1999-09-06 23:08:43 +00:00
brendan%mozilla.org d31330dd99 Expand tabs to spaces per Emacs modeline; other space cleanups. 1999-09-06 22:59:11 +00:00
brendan%mozilla.org b540021495 Use deadlock detecting nsAutoMonitors, etc., correctly. 1999-09-06 19:57:40 +00:00
shaver%netscape.com d6ac9e277f convert to CreateInstanceFromProgID 1999-09-05 06:42:13 +00:00
shaver%netscape.com 53277f4711 convert to CreateInstanceFromProgID 1999-09-05 06:27:42 +00:00
bruce%cybersight.com b11f3a2196 Change delete[] of nsEscape() result to nsCRT::free(). 1999-09-04 16:37:24 +00:00
valeski%netscape.com 03b9d2d6cb changed nsCOMTypeInfo<> template to NS_GET_IID macro 1999-09-03 23:51:14 +00:00
dougt%netscape.com dd5c903d9e Changes nsIAtom iterface to return a shared (non-allocated) wstring when
GetUnicode() is called.  (thanks waterson, jband)

Also fixing 12237.  (thanks jband).
1999-09-03 22:21:29 +00:00
mscott%netscape.com 84df5a3496 Bug #10845 --> mailnews mime stream converter now works with the stream converter service and uses nsIstreamConverter
instead of nsIStreamConverter2.
1999-09-03 22:03:12 +00:00
bruce%cybersight.com d602e5d399 Use nsCRT::free() instead of delete[] for char* data. 1999-09-03 07:53:26 +00:00
valeski%netscape.com 72589c2530 adding data protocol to the build 1999-09-03 00:44:28 +00:00
valeski%netscape.com 073995e0bc adding data protocol handler to necko 1999-09-03 00:39:55 +00:00
kipp%netscape.com a99f5ec06a Use nsAutoString instead of nsString for temps 1999-09-02 18:13:07 +00:00
valeski%netscape.com 6ff643de46 stream converter service uses the component mgr now to create stream converter instances, rather than the old use of the service mananger. 1999-09-02 03:39:10 +00:00
valeski%netscape.com 42a4bfe59c fixing an ftp crasher 1999-09-02 03:30:04 +00:00
waterson%netscape.com ba3116efb0 Fix ambiguity that was busting --pedantic. 1999-09-02 02:54:57 +00:00
valeski%netscape.com 495413a62e added a context param to the stream converter service 1999-09-02 02:18:28 +00:00
valeski%netscape.com d6f0c9498f fixed mem leak 1999-09-01 23:20:22 +00:00
valeski%netscape.com 415f7f7492 fixing warning 1999-09-01 20:07:50 +00:00
dougt%netscape.com cd9ac1155d Bug fix for 12702.
Adding notes to remove nsIAtom comparison by string.
1999-09-01 20:06:30 +00:00
jdunn%netscape.com d1bffaab39 change static_cast to NSCAP_STATIC_CAST 1999-09-01 19:47:50 +00:00
valeski%netscape.com ea3a16ee62 warning fixes + removal of nsString constructor usage w/ internal string byte size specifier 1999-09-01 14:13:51 +00:00
valeski%netscape.com 18b6b520b9 warning fix 1999-09-01 14:11:15 +00:00
warren%netscape.com bcf332baf2 Cleaning up dependency on nsIBuffer.h 1999-09-01 04:40:12 +00:00
gagan%netscape.com f5d3f920c0 Basic Auth stuff. very basic indeed. 1999-09-01 04:21:12 +00:00
warren%netscape.com d289cdd60f Fix case where suspended file transport terminates early. Fixes missing Help menu and toolbar problem. 1999-09-01 01:31:39 +00:00
cyeh%netscape.com 26effbde96 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 01:13:14 +00:00
rickg%netscape.com f6d615ccf6 removed a warning 1999-09-01 00:58:45 +00:00
warren%netscape.com c5f6d7673b Made NS_BASE_STREAM_WOULD_BLOCK a failure code (for JS). Reduced socket transport buffer size. Fixed ABBA deadlock when calling OnEmpty in pipe code (bug#12870). 1999-08-31 21:47:30 +00:00
gagan%netscape.com c21789520c added files: mozilla/netwerk/protocol/http/src/nsAuth.cpp, mozilla/netwerk/protocol/http/src/nsBasicAuth.cpp 1999-08-31 10:46:23 +00:00
gagan%netscape.com 7613c10b8a added files: mozilla/netwerk/protocol/http/src/nsAuth.cpp, mozilla/netwerk/protocol/http/src/nsBasicAuth.cpp 1999-08-31 10:46:10 +00:00
gagan%netscape.com 9e35370d9a Basic Auth files. First checkin. 1999-08-31 10:40:12 +00:00
gagan%netscape.com 2fe02d2b71 Added a struct to hold auth stuff. Not in the build (at least not for a couple of cycles anyway) 1999-08-31 10:39:38 +00:00
rpotts%netscape.com 9ed88d7a2f ug #8443. Added GetCharset to nsIHTTPChannel 1999-08-31 04:46:05 +00:00
jdunn%netscape.com b423aaf5ed HP requires a newline... 1999-08-30 22:34:15 +00:00
norris%netscape.com 59b4dc8374 * clean up nsScriptSecurityManager
* remove nsJSSecurityManager
* save principals in nsIChannels and nsIDocuments
1999-08-29 21:58:42 +00:00
beard%netscape.com f9254ec871 First Checked In. 1999-08-29 20:02:46 +00:00
rickg%netscape.com 60fd329e91 replaced call to deprecated method in nsString 1999-08-29 17:44:48 +00:00
rickg%netscape.com b6e32796c8 converted an instance to nsCString and replaced deprecated nsString call 1999-08-29 17:42:34 +00:00
valeski%netscape.com a5882fc3aa nsString2 to nsCString 1999-08-29 16:46:30 +00:00
valeski%netscape.com 496fcc14d9 nsSTring2 to nsCString changeover 1999-08-29 16:43:16 +00:00
valeski%netscape.com 57410e59f3 change nsString2 to nsCString 1999-08-29 16:42:27 +00:00
valeski%netscape.com a9c2bf35b4 now we're handlin data sent in non-delimited chunks 1999-08-29 15:53:59 +00:00
valeski%netscape.com 3bcf977dae added file to export list 1999-08-29 14:36:43 +00:00
valeski%netscape.com 1e8285ddd4 added the converters dir to the builds (mac isn't in yet :( 1999-08-29 14:16:32 +00:00
valeski%netscape.com 92d9844e9e added GetContentType functionality. Now the channel tries the mime service and uses it's own member when possible. 1999-08-29 14:14:30 +00:00
valeski%netscape.com f70824ff8d mem leak fix 1999-08-29 14:12:05 +00:00
valeski%netscape.com 0ef24986ef updated final receiver's OnDataAvailable so it now outputs the data it receives. Also added asyncronous conversion test w/ multiple OnDataAvailables 1999-08-29 14:11:41 +00:00
valeski%netscape.com 000ec1775b added newline and encapsulating header file ifdef 1999-08-29 14:09:16 +00:00
bruce%cybersight.com 34779a3e57 Fix build bustage. This has an nsCOMPtr<nsIEventSinkGetter> so it must include nsIEventSinkGetter.h to fully define the type. 1999-08-29 07:04:31 +00:00
rpotts%netscape.com c918f0395c Moved redirect logic out of the HTTPResponseListener and into the Channel... 1999-08-29 06:02:27 +00:00
dougt%netscape.com 77fa9d9ffb Fix for 12702. cookies work again. 1999-08-28 22:28:08 +00:00
jdunn%netscape.com c3bcd0e964 HP requires a newline at the end 1999-08-27 21:23:42 +00:00
sfraser%netscape.com 826e491349 Remove errant semicolon 1999-08-27 20:54:22 +00:00
valeski%netscape.com 3a0610c701 not in main build - added comments and collapsed interface method definitions into related macros 1999-08-27 15:12:40 +00:00
valeski%netscape.com 44ca9d6a67 not in builds yet. updated MUltiMixed stream converter to new model 1999-08-27 14:10:21 +00:00
gagan%netscape.com 57a7e15a93 Fixed tabs to spaces and misc leaks... 1999-08-27 12:38:06 +00:00
warren%netscape.com 9035220499 Fix for linux bustage (different includes for some reason). 1999-08-27 11:03:12 +00:00
warren%netscape.com d7fb477ef3 Fix for failure case. 1999-08-27 10:58:23 +00:00
warren%netscape.com 184fdb8f91 Ported to the new nsPipe2 implementation. 1999-08-27 10:33:37 +00:00
warren%netscape.com ea137ab9b5 Fixed leak in NewURI. 1999-08-27 10:32:55 +00:00
gagan%netscape.com eb7bd04505 More mem leak fixes. 1999-08-27 10:03:07 +00:00
gagan%netscape.com 2fc53d1f83 More mem leak fixes which were showing up originating in nsStdURL. 1999-08-27 09:59:59 +00:00
andreas.otte%primus-online.de bfb4493d85 adding netwerk/streamconv/converters/Makefile 1999-08-27 08:33:31 +00:00
andreas.otte%primus-online.de 8cd7901f93 first checked in 1999-08-27 08:32:24 +00:00
andreas.otte%primus-online.de fdf94d08c6 first checked in - not on current build 1999-08-27 08:31:57 +00:00
jevering%netscape.com 3248e321c0 Finshed null reference fix. 1999-08-27 06:32:18 +00:00
jevering%netscape.com 81f2efbbfa Free'd memory read fix. 1999-08-27 06:08:21 +00:00
rjc%netscape.com 0e42aabae7 When enumerating a folder's contents, don't resolve aliases, and don't return hidden files/folders. 1999-08-27 03:42:23 +00:00
rpotts%netscape.com 7bf583c180 Fix for unix... nsIChannel needed to be fully defined... 1999-08-26 23:05:20 +00:00
rpotts%netscape.com 3ed5c99db2 M9 BRANCH landing... 1999-08-26 22:45:55 +00:00
andreas.otte%primus-online.de 2747436e52 Don't forget the last one in the converter chain 1999-08-26 15:05:26 +00:00
valeski%netscape.com 7a7a8b602b added virtual specifier to destructor 1999-08-26 14:55:14 +00:00
valeski%netscape.com 9e5af42261 adding multipartmixed stream converter implementation NOTE: it's not part of the build yet 1999-08-26 14:53:01 +00:00
valeski%netscape.com 814c030786 fixed transposed args, we now pass the listener in as we're supposed to when we find a 1-to-1 mapping 1999-08-26 14:33:25 +00:00
valeski%netscape.com 9c65a45442 added virtual destructor to elliminate linux warning 1999-08-26 14:28:17 +00:00
andreas.otte%primus-online.de 39ea8dda65 adding the test directory 1999-08-26 09:21:42 +00:00
andreas.otte%primus-online.de 27b7453455 adding netwerk/streamconv/test/Makefile 1999-08-26 09:19:21 +00:00
andreas.otte%primus-online.de 66c03570d3 first checked in 1999-08-26 09:18:33 +00:00
waterson%netscape.com 7ed5b97168 Fix compiler warning. 1999-08-26 04:28:14 +00:00
gagan%netscape.com 1feb14b092 Argh... missed a free. 1999-08-25 23:58:24 +00:00
gagan%netscape.com 5a94dcec3c Fix for #11204. 1999-08-25 23:27:58 +00:00
jdunn%netscape.com e5b4494333 HP requires a newline at the end 1999-08-25 21:21:22 +00:00
ramiro%netscape.com 8644dc2074 Cleanup linking of libimg. 1999-08-25 13:37:11 +00:00
dougt%netscape.com 902502f2fa fixing build bustage. 1999-08-25 00:19:00 +00:00
dougt%netscape.com 314d437715 Fix for bug 10435. Everything except CopyFrom() and MoveFrom() 1999-08-24 22:30:57 +00:00
waterson%netscape.com 59521018ac Okay, checking back in my fix for the filespec and iterator. 1999-08-24 22:08:55 +00:00
valeski%netscape.com 23db9c32a5 added stream converter test dir and accompanying files (win build only for now). fixed an out of order param in teh service implementation as well 1999-08-24 22:04:05 +00:00
valeski%netscape.com 79660f8daf Added start request event firing, and we now maintain the initial response code from a multi-line response 1999-08-24 21:53:27 +00:00
warren%netscape.com 38fada211e Added new nsIPipe/nsPipe2 stuff inside #ifdef NSPIPE2. 1999-08-24 21:47:23 +00:00
valeski%netscape.com ca12694a75 added pr logging to ftp 1999-08-24 21:46:09 +00:00
valeski%netscape.com 5ec14bc58d fixed mem leak 1999-08-24 21:45:20 +00:00
waterson%netscape.com eeed26a507 Backed out per don's request. 1999-08-24 20:07:12 +00:00
waterson%netscape.com db08885230 Can't keep a ref to iterator's filespec, and then advance the iterator; need to make a copy. 1999-08-24 19:58:07 +00:00
danm%netscape.com f22cbeda59 removing (faulty) GLOWCODE directives 1999-08-24 19:18:20 +00:00
hshaw%netscape.com 9435f9ba4b purging temporary NET_SOCKET_PROVIDER_BUILD ifdef, dougt checked in mac build support 1999-08-24 19:04:58 +00:00
warren%netscape.com 88129d044b Replaced nsPipe2.h with nsIPipe.idl 1999-08-24 08:46:32 +00:00
hshaw%netscape.com 1acee3356e NS_DECL_NSIFOO changes 1999-08-24 06:50:41 +00:00
waterson%netscape.com 90b34d7b17 Add some commentary. 1999-08-24 06:45:06 +00:00
waterson%netscape.com e7eee242a4 Oops. Left off the 'file-type' specifier in the '200' line. 1999-08-24 06:41:35 +00:00
hshaw%netscape.com 6b8159b2f7 now that we are sure the socket Makefile got regenerated on linux and solaris, we can reference the output 1999-08-24 04:54:03 +00:00
hshaw%netscape.com 921fc9774e let's make sure configure gets run 1999-08-24 04:26:51 +00:00
waterson%netscape.com ff69d2de0c Add nsDirectoryIndexStream to the build. 1999-08-24 04:24:35 +00:00
waterson%netscape.com 0686693dda Add nsDirectoryIndexStream.cpp to the build. 1999-08-24 04:23:55 +00:00
hshaw%netscape.com bfc6cf3097 remove temporary ifdef 1999-08-24 04:16:15 +00:00
dougt%netscape.com 3256cdc851 adding socket/base 1999-08-24 03:43:37 +00:00
dougt%netscape.com 1a8849efd2 First Checked In. 1999-08-24 03:42:59 +00:00
waterson%netscape.com ac8f702c93 Initial revision. Not yet in the build. 1999-08-24 01:32:19 +00:00
dougt%netscape.com 3da49a37cd Making nsNetModuleMgr use proxy.
Clean up nsNetModuleMgr API.
Change http to use new API.
1999-08-24 00:34:51 +00:00
mscott%netscape.com b4e122caf6 Add a do_QueryInterface to a call in AsyncRead. This fixes an assertion I keep getting whenever I bring up the browser. 1999-08-24 00:29:24 +00:00
hshaw%netscape.com 271268e255 backout reference to socket provider library until I can figure out why it isn't being built 1999-08-23 15:29:58 +00:00
hshaw%netscape.com 2ff728d600 initial checkin 1999-08-23 14:40:24 +00:00
hshaw%netscape.com 033289ff93 build with socket provider - thanks Andreas Otte 1999-08-23 14:38:31 +00:00
hshaw%netscape.com 78d4a55613 link with socket provider base library 1999-08-23 14:37:37 +00:00
hshaw%netscape.com cf48bf2254 list makefiles for socket provider 1999-08-23 14:35:44 +00:00
hshaw%netscape.com 655b48dc82 initial checkin - thanks Andreas Otte 1999-08-23 14:34:41 +00:00
hshaw%netscape.com 76ce4b4b9f conditionally build socket provider until Mac build works - thanks Andreas Otte 1999-08-23 14:20:23 +00:00
gagan%netscape.com 5b52250da7 We dont need this macro here now. Its available in nsCRT for all to use. 1999-08-23 08:30:55 +00:00
hshaw%netscape.com 0bcf491f93 fix depend file generation 1999-08-23 02:14:16 +00:00
mccabe%netscape.com 3d4917b628 Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
1999-08-22 23:52:07 +00:00
hshaw%netscape.com 7cec5bbc3a initial checkin 1999-08-22 20:22:43 +00:00
hshaw%netscape.com 6d1d1b2144 get macro definition from config.mak 1999-08-22 17:51:49 +00:00
hshaw%netscape.com c125258520 allow inheritance 1999-08-22 17:28:36 +00:00
hshaw%netscape.com b2f5f07784 allow selection of socket type using socket providers 1999-08-22 17:26:09 +00:00
hshaw%netscape.com d670e1b615 add socket provider support under NET_SOCKET_PROVIDER_BUILD ifdef (temporary until linux/mac build scripts checked in 1999-08-22 15:20:43 +00:00
hshaw%netscape.com f47337b3e1 compile socket subdir if NET_SOCKET_PROVIDER_BUILD set (will be removed when linux/mac build scripts checked in) 1999-08-22 14:42:05 +00:00
hshaw%netscape.com c5ea0e3f93 Initial checkin of socket provider 'base' files 1999-08-22 14:40:41 +00:00
mccabe%netscape.com 2290033202 NS_DECL_NSIFOO spam for nsIRequest, nsIChannel, nsIStreamListener, nsIStreamObserver, all from netwerk/
convert manual interface method declarations in implementation class to NS_DECL_NSIFOO macro.
1999-08-22 13:26:18 +00:00
mccabe%netscape.com b95a2bdd54 Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO. 1999-08-22 11:25:50 +00:00
ramiro%netscape.com 16bbd09726 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
gagan%netscape.com 1bb2a5c082 Code style consistency cleanup. 1999-08-21 00:22:18 +00:00
cls%seawood.org 0991be09fa Removed all references to obsolete OBJDIR variable.
Removed various sections of config.mk & rules.mk that were only used by OBJDIR or by a non-autoconf build.
1999-08-20 06:52:59 +00:00
jdunn%netscape.com 3a6cd8fce9 Fix problem for HP Native compiler which does not allow 'deletes' on void *.
Judson ok'd the fix
1999-08-19 21:42:13 +00:00
sspitzer%netscape.com d8c53baaea fix warning 1999-08-19 06:27:24 +00:00
tbogard%aol.net c8c8eea4c0 XPCOM Cleanup: Fixed Aggregation macros in nsAgg.h to do aggregation correctly. Fixed usages and implementation of aggregation using these macros through out the tree. 1999-08-19 05:36:30 +00:00
leaf%mozilla.org a38e6bedf1 Finishing backout of dougt 1999-08-19 02:58:12 +00:00
leaf%mozilla.org 59839a7409 backing out dougt 1999-08-19 02:35:39 +00:00
dougt%netscape.com 540f6d37a8 Updating to use new NetMod Notification. 1999-08-18 09:33:27 +00:00
dougt%netscape.com f18b0e74f6 Adding thread proxy support to Net Module Notification.
General cleanup
1999-08-18 09:32:26 +00:00
ramiro%netscape.com 0149d76208 Link in secfree dynamically only where needed. 1999-08-17 15:46:57 +00:00
gordon%netscape.com abc1ed2795 This is just a NECKO test app. Updating to work on Mac. 1999-08-13 22:18:34 +00:00
gagan%netscape.com cb66e1d8ad backslashes in ..\.. cases fixed. Thanks bratell@lysator.liu.se 1999-08-13 05:20:45 +00:00
warren%netscape.com 8439e8f8ec Fix for bug 7682: StringBundle can't load URLs from imap thread. 1999-08-13 00:43:48 +00:00
gagan%netscape.com 67455042ca Fixed bunch of M9 bugs for Necko. 1999-08-12 09:59:24 +00:00
briano%netscape.com ee06fac901 Unix native compilers don't like it when files don't end with a newline. 1999-08-12 01:58:19 +00:00
valeski%netscape.com 05650f0971 added pipe2 stuff back in after patrick got the pipe2 stuff linking in w/ mac 1999-08-12 01:01:55 +00:00
valeski%netscape.com 3da7cb9512 removed nsPipe2 api usage 1999-08-11 23:58:35 +00:00
valeski%netscape.com 55b7938dd5 added files: mozilla/netwerk/protocol/ftp/public/nsIFTPContext.idl 1999-08-11 22:27:12 +00:00
valeski%netscape.com facd45d5f8 adding next rev of ftp protocol 1999-08-11 22:26:32 +00:00
rpotts%netscape.com 5adc1166f0 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
warren%netscape.com 10d6f3a918 Fixed problem for large files (or small buffers). Added logging. 1999-08-11 08:17:35 +00:00
gagan%netscape.com e12e0b8f16 Temporarily fixing the assert which I think is ok, but would let rpotts confirm it. 1999-08-11 04:28:32 +00:00
valeski%netscape.com 7f056f0c0d added user agent language setter routine 1999-08-10 18:33:27 +00:00
mccabe%netscape.com d6e7410f31 Changes to the xpidl compiler -
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].

This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.

As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout.  As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.
1999-08-10 12:18:01 +00:00
rpotts%netscape.com 39966bfda8 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 6c0f3a6058 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 c441f1624b Implement nsIRequest::Cancel() for the SocketTransport. 1999-08-09 07:05:15 +00:00
rpotts%netscape.com d181e6d970 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
morse%netscape.com 05534f19dd cleaned up dialogs 1999-08-06 00:29:10 +00:00
valeski%netscape.com d7b68f26ff 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 9cb016d189 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 0b6b03c19d added files: mozilla/netwerk/protocol/http/public/nsIHTTPHeader.idl 1999-08-05 13:16:39 +00:00
rpotts%netscape.com 95c48cd505 Fix for build bustage on Linux... 1999-08-05 09:07:29 +00:00
rpotts%netscape.com 73266ec8fb Added code to dump all headers in the OnHeadersAvailable() notification. 1999-08-05 08:29:36 +00:00
rpotts%netscape.com c99f3b9d7a bug #10739. Reworking header APIs... I've removed nsIHeader.h. 1999-08-05 08:28:49 +00:00
rpotts%netscape.com 29909c5e4f 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 13343ac97c 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
mscott%netscape.com fc725eefbf bulletproof some NS_RELEASE's with NS_IF_RELEASE. 1999-08-04 21:23:26 +00:00
valeski%netscape.com 67e54f0298 nsNetModRegEntry.cpp - fixed mem leak. nsStdURL.cpp - fixed port parsing bug 1999-08-04 21:20:48 +00:00
gagan%netscape.com 918586775c Added a new MANIFEST file for nsHTTP stuff. 1999-08-04 16:12:30 +00:00
gagan%netscape.com 8d82379027 POSTing works now. 1999-08-04 15:07:26 +00:00
briano%netscape.com d2cc41f504 Added a newline at the EOF to fix the HP build (and others). 1999-08-04 02:11:03 +00:00
briano%netscape.com 578157544d Yet another case of a new file checked in missing the newline at EOF required by Unix native compilers. 1999-08-04 02:02:15 +00:00
valeski%netscape.com 314e58e690 win32 bustage. nspr wasn't being linked into the stream conv dll 1999-08-04 00:50:21 +00:00
valeski%netscape.com 6a7e60e2c8 memory deallocation macro problem 1999-08-03 23:44:16 +00:00
valeski%netscape.com e455d26778 added stream converter to the builds 1999-08-03 22:04:57 +00:00
warren%netscape.com e7a5fbbf4c Returned error when file not found for OpenInputStream. 1999-08-03 22:00:17 +00:00
briano%netscape.com f1ffca414c Cleaned it up and got rid of the redundant HP-specific SHARED_LIBRARY_LIBS stuff. 1999-08-03 21:40:56 +00:00
dougt%netscape.com 09729829be 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 72c37924c2 Removed hack to export to netwerk/dist (used before landing necko). 1999-08-03 00:38:25 +00:00
valeski%netscape.com d2d7def6f8 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
valeski%netscape.com 47c693b1e3 factored repeated mime type retrieval implementations into mime mapping service methods 1999-08-01 16:42:25 +00:00
warren%netscape.com 7dadc19069 Took out more f*** nsCOMPtrs 1999-07-31 07:51:35 +00:00
warren%netscape.com aaa89f95e0 Removed nsCOMPtr breakage. 1999-07-31 07:30:49 +00:00
warren%netscape.com 10e252654f Added GetLoadGroup/SetLoadGroup to nsIChannel so that redirects can discover the group. 1999-07-31 06:53:12 +00:00
warren%netscape.com 417a407ee5 Lots of cool logging code. 1999-07-31 06:28:31 +00:00
warren%netscape.com d5370072c9 Added shtml 1999-07-31 06:27:03 +00:00
beard%netscape.com 06b83d45c9 removed special handling of /usr/local/bin/netscape in favor of better solution in resource: URL handler. 1999-07-31 01:04:23 +00:00
gagan%netscape.com c18005e5cd Fix MLK. Freeing up previous versions of mPath/mScheme 1999-07-31 00:15:49 +00:00
rpotts%netscape.com 97d3178840 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 ace86dbbb6 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
warren%netscape.com 027ffe305b Fixed to not put stuff in netwerk/dist anymore. 1999-07-30 06:10:53 +00:00
warren%netscape.com bba02d9418 Added NS_ERROR_UNKNOWN_PROTOCOL, and changed dns error to NS_ERROR_UNKNOWN_HOST. 1999-07-30 04:17:23 +00:00
valeski%netscape.com c97fba8802 crahser fix 10843 - bad host name was crashing the socket transport in error state 1999-07-30 02:36:52 +00:00
valeski%netscape.com d1c3201cd9 added dns failure check to output 1999-07-30 02:35:12 +00:00
gagan%netscape.com fa92cb338a Fixes the spaces problem also on the Mac! 1999-07-30 01:17:29 +00:00
gagan%netscape.com 80c4f6d45d Fixed the spaces problem. File path is now unescaped before being handed over to file spec. 1999-07-30 00:55:35 +00:00
sdagley%netscape.com c312d13d15 Temp hack for the Mac to address error opening files that aren't properly un-escaped (%20 still in the path instead of spaces for example). We still fail to open the file but now there's an error message to go along with the failure. Note that this will require Macsbug to be installed or a Mac hitting this error will crash. Since we were already telling people that they needed Macsbug installed to run the developmental builds I don't see a problem with this. 1999-07-30 00:37:58 +00:00