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

896 Коммитов

Автор SHA1 Сообщение Дата
gagan%netscape.com a6e214f518 Now throwing a dialog box for basic auth username/password. This is a temporary checkin to allow basic auth work to progress. Eventually this will/must go away as the dialog box will come from the app triggered thru the HTTP event sink. But using this basic auth could be tested now. 1999-09-15 23:38:39 +00:00
valeski%netscape.com 451d2f728f minor logging adjustment 1999-09-15 21:56:34 +00:00
warren%netscape.com a18c45690f Making nsIThread nsIRunnable and nsIThreadPool idl interfaces. 1999-09-15 21:41:20 +00:00
slamm%netscape.com db36a93a15 Fix build warnings: reorder initializers. 1999-09-15 19:24:20 +00:00
slamm%netscape.com 03edad3255 Fix build warnings. 1999-09-15 19:18:15 +00:00
warren%netscape.com c9ec17df19 idl versions 1999-09-15 09:51:46 +00:00
warren%netscape.com 0b7d06c326 Adding includes for nsIThreadPool.h and nsIRunnable.h in anticipation of idl files. 1999-09-15 09:49:18 +00:00
ramiro%netscape.com 26dd94b010 Cleanup the neckutil linking thing. 1999-09-15 02:15:11 +00:00
valeski%netscape.com 9740197525 FTP now uses the unknown content-type when it can't find one for the file it's transferring 1999-09-15 00:04:32 +00:00
valeski%netscape.com 61fea7042c we now attempt a read even if the buffer's available count is zero. we were calling available before any data was getting in 1999-09-14 21:21:00 +00:00
valeski%netscape.com fa41d41e0f updated date formatting code for FTP dir listing. we're now more accurate. also commented out some extraneous logging 1999-09-14 19:45:43 +00:00
valeski%netscape.com 5170b2d8d0 content types are now forced to lower case: 13609 1999-09-14 19:42:09 +00:00
warren%netscape.com 440f950f3c Getting ready to turn on the new file transport. 1999-09-14 04:36:16 +00:00
jdunn%netscape.com 3998cbe6ff Fix MAC bustage... don't need the static declaration 1999-09-14 02:54:23 +00:00
jdunn%netscape.com eafcae3901 move GetInstance from the header to the CPP since HPUX was throwing an
unresolved symbol.
1999-09-14 02:05:47 +00:00
briano%netscape.com 0059c0009e General cleanup. 1999-09-14 01:35:43 +00:00
sfraser%netscape.com 33a0552c99 Fix the file type of the shared lib 1999-09-14 00:49:58 +00:00
valeski%netscape.com baa189fbdc fixed buffer mem allocation inconsistencies. we now loop for more data on long dir listings. we also consider any server string with 'windows' in it, to be an NT server. also added deletion of dir listing underlying buffer fir stringstream to the OnDataAvailEvent destructor; kinda ugly, but works 1999-09-13 23:29:12 +00:00
valeski%netscape.com 9984ef19e6 we're now registering sreamconverters in the NSRegisterSelf function; HURRAY!. Also added escaping to FTP's rendition of http-index filenames and dates. date formatting is still hosed though :(. I'm working on it) 1999-09-13 23:26:26 +00:00
warren%netscape.com 7c8a086afa Moving this from netwerk/protocol/file/src. 1999-09-13 20:20:21 +00:00
warren%netscape.com 609776f0f2 New modernized file transport. I'm in the process of factoring this out from nsFileChannel. 1999-09-13 20:19:32 +00:00
valeski%netscape.com 526d7b61ca optimized user-agent setting 1999-09-13 18:36:20 +00:00
valeski%netscape.com baffd43666 beefed up the user agent string component initialization stuff, see bug 10465 for more info 1999-09-13 18:35:27 +00:00
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