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

275 Коммитов

Автор SHA1 Сообщение Дата
mscott%netscape.com 76cf34500b Add the ability to open a file based socket. (Part of the nsITransport) code.... 1999-02-11 02:59:53 +00:00
mscott%netscape.com b82f720bbe Added code to make a file based socket transport. nsSocketTransport can now open a file or a network based socket.
When opening a url through a transport, convert the application url scheme to either file or 'sockstub' based on the type
of socket connection.
1999-02-11 02:56:58 +00:00
kipp%netscape.com 8dda9efbb0 Removed some warnings; made the resource noise a one-shot 1999-02-11 02:53:38 +00:00
dp%netscape.com 1310389704 Adding libreg as xpcom depends on it 1999-02-10 02:01:50 +00:00
mcafee%netscape.com 3d6d695360 nettest now builds on Solaris 1999-02-07 21:55:34 +00:00
morse%netscape.com cdeaeacdb3 removed single-signon dependency on lo_ele.h and MWContext 1999-02-05 22:05:59 +00:00
mscott%netscape.com 97ed9ccc17 When interrupting a url, query for the nsINetlibURL interface and not the nsIProtocolConnection interface. The http url only supports the first interface and not the later. Both interfaces have the same method though...we could probably scrap nsIProtocolConnection.... 1999-02-05 01:12:41 +00:00
mscott%netscape.com 4b88941921 Use new open call on the transport instead of LoadUrl.... 1999-02-05 00:51:28 +00:00
mscott%netscape.com 0fc499cb55 support the open inteface. Add ability to close a socket without closing the transport.
cleaned up the destructor to release some interfaces it wasn't releasing before..
1999-02-04 23:50:37 +00:00
vidur%netscape.com b7a4bc5198 Added temporary handling for about: URLs in HTTP url code 1999-02-03 19:36:24 +00:00
michaelp%netscape.com 7966b1ce8d kill related links and single signon (for now). 1999-02-02 19:26:42 +00:00
kipp%netscape.com 697042a9e3 Removed call to RL_Init 1999-02-02 17:36:46 +00:00
kipp%netscape.com 39dd6d904e Stop building related links junk 1999-02-02 17:36:31 +00:00
alecf%netscape.com 37cef6bc39 implement generic Netlib main loop for non-PC platforms 1999-02-02 07:58:39 +00:00
alecf%netscape.com 67887b5f82 make this thread safer by addreffing it before storing the variable
Also check pURL before dereferencing
1999-02-02 07:57:56 +00:00
mcafee%netscape.com f9505669d8 Ignore generated nettest executable 1999-02-02 06:17:14 +00:00
alecf%netscape.com fa582e0a8e rename old MOZ_MAIL_NEWS macro to OLD_MOZ_MAIL_NEWS so that we can turn on MOZ_MAIL_NEWS flag to build the whole client 1999-02-02 04:13:24 +00:00
mcafee%netscape.com c848f7d718 Removing unnecessary rules 1999-01-31 10:06:38 +00:00
mscott%netscape.com 9a31e0227b *sigh* I checked in the same change twice...(added sockstuburl twice) removing one of the ocurrences... 1999-01-28 02:34:50 +00:00
mscott%netscape.com c552ad1fd4 The real check in to build with sockstub
CVSi ----------------------------------------------------------------------
1999-01-28 02:23:01 +00:00
mscott%netscape.com bcbd358430 Link with sockstub url directory 1999-01-28 02:12:09 +00:00
mscott%netscape.com 54bb331eba Initialize sockstub protocol when starting up the netlib thread. 1999-01-28 01:57:58 +00:00
mscott%netscape.com 8d82dd25fa Add socket transport support to the nsINetService interface. 1999-01-28 01:57:30 +00:00
mscott%netscape.com 4a72b5a480 Add support for transport interface. 1999-01-28 01:56:50 +00:00
mscott%netscape.com 2c80787bb7 Register sockstub protocol. 1999-01-28 01:56:20 +00:00
mscott%netscape.com 80fbac4db9 Build nsSocketTransport. 1999-01-28 01:55:40 +00:00
mscott%netscape.com 10c3b7fc48 Build nsTransportSocket 1999-01-28 01:54:04 +00:00
ducarroz%netscape.com 05131bdc47 Added nsSocketTransport.h 1999-01-28 01:50:36 +00:00
slamm%netscape.com 4c779e08f9 Use TK_LIBS instead of TK_GTK_LIBS and clean up the makefile a bit 1999-01-27 19:52:45 +00:00
gagan%netscape.com de7b049477 Replaced default 4.05 with 5.0 for User agent string. 1999-01-27 04:28:34 +00:00
gagan%netscape.com 1b879bf99a Fix for 2107. 1999-01-26 07:23:51 +00:00
mscott%netscape.com 5c4146ac85 Include netutils.h before including mktcp.h for Linux build. 1999-01-25 23:08:27 +00:00
mscott%netscape.com 9a9a785376 Test app for verifying the socket implmeentation of nsITransport. (not currently being built by any of the public makefiles) 1999-01-25 19:42:32 +00:00
mscott%netscape.com 26bbd4972f socket implementation of the transport interface. (not currently being built by checked in makefiles) 1999-01-25 19:10:04 +00:00
sudu%netscape.com 6624efe2b9 OJI MozClassic to raptor merge 1999-01-25 08:05:00 +00:00
gagan%netscape.com 3d92eadcb5 See diffs. Thanks wtc. 1999-01-23 06:15:22 +00:00
radha%netscape.com 9f1a7719fc Don't need that gWebShell_UnixEventQueue anymore. Unix uses the event queue
service just like XP_PC
1999-01-23 00:50:08 +00:00
mcafee%netscape.com f8f18363b5 Better link line, closer to linking... 1999-01-22 11:19:42 +00:00
mcafee%netscape.com 55e725b233 Unhard-coded library suffixes, yanked rules that are already in rules.mk 1999-01-22 11:11:16 +00:00
mcafee%netscape.com 4ce26ffb23 Removing unneeded rule, we are closer to linking now 1999-01-22 11:05:34 +00:00
mcafee%netscape.com 2e7942b607 Add tests if ENABLE_TESTS=1, cleaning up a bit 1999-01-22 11:05:00 +00:00
mscott%netscape.com 6c01722814 Checking in the real fix for nsBufferedStream this time... 1999-01-22 01:46:37 +00:00
mscott%netscape.com 0c32c3376b nsBufferedStream::GetLength should return the data length instead of the write offset. 1999-01-22 01:35:44 +00:00
rpotts%netscape.com 64ade5b01f Always fire the OnStopBinding() notification... Even if a previous call to the stream listener returned an error... 1999-01-15 10:23:32 +00:00
kipp%netscape.com fe0f21d291 Fix build bustage 1999-01-15 01:01:39 +00:00
mcmullen%netscape.com 588492587f Fix build bustage 1999-01-15 00:57:14 +00:00
mcmullen%netscape.com a1febb5a7a Added all the nucache files to the memory module project (as a group) so that NU_CACHE can be turned on with a flick of the wrist, made the modular memory library build with the NU_CACHE flag turned on, fixed build warnings and errors. The NU_CACHE flag is still OFF, because the database code doesn't exist for Macintosh or Unix :-( 1999-01-14 23:27:36 +00:00
mcmullen%netscape.com 24b4daf09f Fixed some warnings.Added all the nucache files to the memory module project (as a group) so that NU_CACHE can be turned on with a flick of the wrist, made the modular memory library build with the NU_CACHE flag turned on, fixed build warnings and errors. The NU_CACHE flag is still OFF, because the database code doesn't exist for Macintosh or Unix :-( 1999-01-14 23:27:27 +00:00
mcmullen%netscape.com 39aa71fd50 Added all the nucache files to the memory module project (as a group) so that NU_CACHE can be turned on with a flick of the wrist, made the modular memory library build with the NU_CACHE flag turned on, fixed build warnings and errors. The NU_CACHE flag is still OFF, because the database code doesn't exist for Macintosh or Unix :-( 1999-01-14 23:21:06 +00:00
mcmullen%netscape.com 6d19063527 First Checked In. 1999-01-14 19:46:11 +00:00