Commit Graph

824 Commits

Author SHA1 Message Date
mcafee%netscape.com
25369007bc nettest now builds on Solaris 1999-02-07 21:55:34 +00:00
warren%netscape.com
af4892e337 Fixed unsigned problems. 1999-02-06 04:02:02 +00:00
morse%netscape.com
aabe3e8b27 removed single-signon dependency on lo_ele.h and MWContext 1999-02-05 22:05:59 +00:00
morse%netscape.com
45e0041feb removed dependency on lo_ele.h and MWContext 1999-02-05 22:02:04 +00:00
mscott%netscape.com
628d17297c 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
7d5b5f344c Use new open call on the transport instead of LoadUrl.... 1999-02-05 00:51:28 +00:00
mscott%netscape.com
02cf4efc6c open transport functionality. 1999-02-04 23:51:02 +00:00
mscott%netscape.com
7c98230114 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
ec4594cb9b Added temporary handling for about: URLs in HTTP url code 1999-02-03 19:36:24 +00:00
vidur%netscape.com
b8872ee15c Added handling for about:blank 1999-02-03 19:35:57 +00:00
hyatt%netscape.com
bc15ad173d Implementation of the XUL content sink. Adding text/xul as a new MIME type. 1999-02-03 02:46:05 +00:00
cltbld%netscape.com
71afce77d3 backing out changes made against a closed tree 1999-02-02 23:50:52 +00:00
hyatt%netscape.com
3bab3cee71 Added XUL as a MIME type. 1999-02-02 23:34:01 +00:00
michaelp%netscape.com
07f4a212b3 kill related links and single signon (for now). 1999-02-02 19:26:42 +00:00
kipp%netscape.com
96926732c3 Removed call to RL_Init 1999-02-02 17:36:46 +00:00
kipp%netscape.com
fd4c0ae7b3 Stop building related links junk 1999-02-02 17:36:31 +00:00
kipp%netscape.com
6556ccaecf Removed layers usage 1999-02-02 17:35:30 +00:00
alecf%netscape.com
5f5802f623 implement generic Netlib main loop for non-PC platforms 1999-02-02 07:58:39 +00:00
alecf%netscape.com
bc55677bba 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
d9f360bf18 Ignore generated nettest executable 1999-02-02 06:17:14 +00:00
mcafee%netscape.com
faebf2123c Better attempt at linking on Linux 1999-02-02 05:59:00 +00:00
alecf%netscape.com
94af0d03e7 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
87417af899 ValidateDocData() isn't implemented anywhere, the only usage is in this file and there's 8 stubs in the tree to get around the undefine. Moving the stub to this file in lieu of yanking it; will remove other stubs from viewer, apprunner, etc. 1999-02-01 12:33:19 +00:00
mcafee%netscape.com
c38e5003b7 Removing unused REQUIRES line 1999-01-31 20:14:35 +00:00
mcafee%netscape.com
9952b537d3 removing unused REQUIRES line 1999-01-31 10:13:55 +00:00
mcafee%netscape.com
d9f7993357 Removing unnecessary rules 1999-01-31 10:06:38 +00:00
petitta%netscape.com
e29b25b22d deleted autoupdt.h 1999-01-28 20:00:34 +00:00
mscott%netscape.com
6377e3a655 *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
160af16727 The real check in to build with sockstub
CVSi ----------------------------------------------------------------------
1999-01-28 02:23:01 +00:00
mscott%netscape.com
2f7268e175 Link with sockstub url directory 1999-01-28 02:12:09 +00:00
mscott%netscape.com
c4d71e1045 requires sockstub 1999-01-28 02:00:56 +00:00
mscott%netscape.com
3f0c9d8f46 Initialize sockstub protocol when starting up the netlib thread. 1999-01-28 01:57:58 +00:00
mscott%netscape.com
02cedbd20b Add socket transport support to the nsINetService interface. 1999-01-28 01:57:30 +00:00
mscott%netscape.com
0963740ab9 Add support for transport interface. 1999-01-28 01:56:50 +00:00
mscott%netscape.com
5b16c58aaa Register sockstub protocol. 1999-01-28 01:56:20 +00:00
mscott%netscape.com
45d6b30fe5 Build nsSocketTransport. 1999-01-28 01:55:40 +00:00
mscott%netscape.com
1f8ced88fd parse url should look for sock stub urls... 1999-01-28 01:55:13 +00:00
mscott%netscape.com
e2bd42bd14 Build nsTransportSocket 1999-01-28 01:54:04 +00:00
ducarroz%netscape.com
a9035efd86 added nsSocketTransport to group module 1999-01-28 01:50:51 +00:00
ducarroz%netscape.com
f4285cee13 Added nsSocketTransport.h 1999-01-28 01:50:36 +00:00
mscott%netscape.com
b5294bc4cb Fix typo in Makefile. 1999-01-28 01:22:37 +00:00
mscott%netscape.com
969509e5c8 Properly export public sockstub functions for Linux.... 1999-01-28 01:21:44 +00:00
petitta%netscape.com
ebc70632c7 Added Files 1999-01-27 21:48:24 +00:00
mcmullen%netscape.com
2722a9b868 First Checked In. 1999-01-27 21:34:36 +00:00
slamm%netscape.com
b1a5887a71 Use TK_LIBS instead of TK_GTK_LIBS and clean up the makefile a bit 1999-01-27 19:52:45 +00:00
mscott%netscape.com
124f1f9ada Include sockstub 1999-01-27 18:19:40 +00:00
mscott%netscape.com
c6318c2b10 Include sockstub directory... 1999-01-27 18:17:25 +00:00
gagan%netscape.com
00d7f6af59 Replaced default 4.05 with 5.0 for User agent string. 1999-01-27 04:28:34 +00:00
ducarroz%netscape.com
52ab963a6d added sub group sockstub and added to it file sockstub.cpp 1999-01-27 00:12:09 +00:00
ducarroz%netscape.com
0593443812 Added nsITransport.h 1999-01-27 00:03:49 +00:00