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

358 Коммитов

Автор SHA1 Сообщение Дата
akkana%netscape.com e4a4b00aa4 Fixing crash because of unprotected NULL ptr. - akkana & dp 1999-05-27 23:42:34 +00:00
danm%netscape.com 6bb6711f52 save search part of URL when munging and reconstructing 1999-05-27 20:34:42 +00:00
peterl%netscape.com b21512200e made Equals() test ref & search too 1999-05-26 23:41:22 +00:00
jefft%netscape.com 628d85ba39 use NS_IF_ADDREF & NS_IF_RELEASE instead of NS_ADDREF & NS_RELEASE in case of null mURL & mProxy 1999-05-26 21:46:42 +00:00
jefft%netscape.com 6433017be7 make sure stream Wrire() returns correct error code when the stream is closed 1999-05-26 21:45:20 +00:00
dp%netscape.com a4a8a169a8 Fixing tests 1999-05-26 07:46:01 +00:00
dp%netscape.com 94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
mscott%netscape.com d1327abcaf hacks to get the transport socket to correctly run multiple urls over a connection. unfortunately, sockstub caches connections based on the url. so i'm faking it by keeping both the url struct used to open the connection around along with the url_struct for the current running url. 1999-05-13 22:55:44 +00:00
mscott%netscape.com 694043411e Add ability to change the url being used for a connection. This allows us to run multiple urls on a connection which we need for many of the mail protocols. 1999-05-13 22:52:25 +00:00
sspitzer%netscape.com 76ba1a5617 make destructor virtual 1999-05-13 03:39:34 +00:00
jdunn%netscape.com 716aaad46d fix error... returning 'false' instead of 'FALSE' 1999-05-11 00:51:00 +00:00
davidm%netscape.com f0fcabbccd work needed to get password UI up and working 1999-05-10 22:18:08 +00:00
hyatt%netscape.com eb5cc9711c Switching over to nsIEventQueues instead of PLEventQueues. 1999-05-04 23:31:26 +00:00
pinkerton%netscape.com 7638e305fb added GetIID() method. 1999-04-30 08:59:11 +00:00
bruce%cybersight.com cf149ac0d7 Further purging of -lnetutil from Unix build. 1999-04-28 05:39:11 +00:00
dveditz%netscape.com 9311a16cbb fix zlib name on windows 1999-04-28 00:40:56 +00:00
dveditz%netscape.com a12feb655c move shexp out where others can use it 1999-04-28 00:07:18 +00:00
bruce%cybersight.com 8a8e0dd0c3 delete vs delete[] 1999-04-27 02:07:31 +00:00
bruce%cybersight.com fdfde27d68 Moved nsNetStream.h include to nsHttpUrl.h from the .cpp file to fix build busta
ge on gcc 2.7.2.3 due to incomplete type errors.
1999-04-27 01:55:44 +00:00
scc%netscape.com 71e4bc20e3 Adjusted the ownership model slightly. URLs no longer `own' their container or their URL group 1999-04-27 01:29:23 +00:00
warren%netscape.com c289c670cd Added Write(nsIInputStream) and Flush to nsIOutputStream. 1999-04-22 07:31:03 +00:00
morse%netscape.com 23c8a4c014 nsINetService.h 1999-04-21 03:52:05 +00:00
morse%netscape.com f9f40fb7bd re-enable single-signon for browser-generated forms 1999-04-17 04:35:48 +00:00
morse%netscape.com af954fc6b1 fix bug 2414 1999-04-13 05:26:59 +00:00
sfraser%netscape.com dc627147c8 Add assertion on null URL. 1999-04-13 01:21:51 +00:00
jdunn%netscape.com 08b49c00de remove compiler warning about no return value 1999-04-12 20:57:11 +00:00
hyatt%netscape.com 040008671e Fixing build bustage. 1999-04-10 09:13:54 +00:00
spence%netscape.com 4649c4bc27 solaris was choking 1999-04-08 09:04:04 +00:00
spence%netscape.com c77b359a2c async dialog work for ftp; generalized async interface 1999-04-08 07:37:37 +00:00
spence%netscape.com 9daec18a39 remove outside dependency from netlib 1999-04-08 02:51:14 +00:00
spence%netscape.com 314504ac5f don't break the mac 1999-04-07 07:11:27 +00:00
spence%netscape.com 3c61fedd8a changes for async modal dialogs 1999-04-07 06:54:12 +00:00
mscott%netscape.com e86d8d8bd5 Fix mismatched allocation/deallocation routines for the buffer in nsBufferedStream. 1999-04-06 03:26:23 +00:00
rickg%netscape.com 201fa4fc6e update to use new nsString API 1999-04-05 08:36:51 +00:00
mcmullen%netscape.com 694d407546 Since I changed prefapi.h to use prtypes instead of the obsolete XP_ things, I have to change calls to match. 1999-04-02 20:41:58 +00:00
hyatt%netscape.com 89e8611ba6 Landing changes to support chrome URLs in netlib. Approved by dp. 1999-04-02 19:05:52 +00:00
mscott%netscape.com b65deefd41 Remove the code that used to interrupt the connection. We ended up interrupting the connection twice. If the protocol needs the ability to close a connection directly then we need to add a new method to the transport interface to do this explicitly. 1999-04-01 21:12:27 +00:00
dp%netscape.com 629aace8e8 Unix Only:
XPCOM was being initialized from a static initializer in netlib.
    Removed the static inializer. This will get xpcom to be initialized
    after main() not before it.
1999-04-01 07:48:25 +00:00
mscott%netscape.com 11797f5191 Fix some linux problems with mailnews. We were interrupting the stream twice when releasing a file transport. 1999-04-01 05:10:55 +00:00
mscott%netscape.com e20a49ec84 Fix for scottip. Initialize return value to NS_OK for nsStreamListenerProxy::OnDataAvailable. This was causing some failures on release builds and purify builds in particular because there was a particular case in one of the clauses where it would rely on rv which was unitialized. 1999-04-01 01:22:47 +00:00
mscott%netscape.com d8c239e8c4 Initialize host name to null. 1999-03-31 19:20:56 +00:00
waterson%netscape.com bf53711090 Removed NODEPEND. 1999-03-31 06:47:10 +00:00
dougt%netscape.com 7c01707aac adding the declaration for fe_encoding_extensions back to nsNetStubs.cpp. 1999-03-31 05:09:58 +00:00
dougt%netscape.com 3f7f8513c0 removing softupdt refereces. Approved by dp. 1999-03-30 14:33:08 +00:00
ramiro%netscape.com 532f507e84 delete vs. delete[] vs. free fixes.
Thanks to "Bruce Mitchener, Jr." <bruce@cybersight.com for finding all these
and making patches.
1999-03-30 05:26:59 +00:00
briano%netscape.com c934cc8737 Added a newline at the end of the file to make a couple of Unix builds happier. 1999-03-30 01:48:20 +00:00
gagan%netscape.com 4e6f62a933 N2 landing... everybody run! duck! hide...! It really should be ok. 1999-03-25 00:22:56 +00:00
briano%netscape.com ae6e485be5 Switched back to building both shared and static libs by default. 1999-03-23 04:26:03 +00:00
dp%netscape.com 77d4592bed getting ftp:// urls working. Ftp urls to a file will work.
Still ftp directory and ftp authentication need implementation.
1999-03-21 19:38:45 +00:00
gagan%netscape.com eb600dec9d Made non-virtual destructors virtual. Thanks Bruce@cybersight.com 1999-03-21 09:31:31 +00:00