Commit Graph

1620 Commits

Author SHA1 Message Date
warren%netscape.com
69f52253da Added #undef GetPort for Windows.
git-svn-id: svn://10.0.0.236/trunk@36898 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 17:59:34 +00:00
andreas.otte%primus-online.de
05fa433341 adding nsILoadGroup.idl
git-svn-id: svn://10.0.0.236/trunk@36897 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 17:41:38 +00:00
rpotts%netscape.com
2ab4cbd6f4 Added a -verbose flag in preparation for batching URLs from a file...
git-svn-id: svn://10.0.0.236/trunk@36845 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 07:52:12 +00:00
rpotts%netscape.com
225b3fdc31 Added code to propagate the nsISupports context passed into AsyncRead(...) by the consumer back out in the calls to OnStartBinding/OnDataAvailable/OnStopBinding...
git-svn-id: svn://10.0.0.236/trunk@36844 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 07:51:17 +00:00
rpotts%netscape.com
a125f0a621 Fixed bug where extra garbage was being read from the stream...
git-svn-id: svn://10.0.0.236/trunk@36835 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 06:28:58 +00:00
mcafee%netscape.com
ca431364ec typo, fixing linux bustage.
git-svn-id: svn://10.0.0.236/trunk@36834 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 05:16:37 +00:00
warren%netscape.com
83c4cabaf7 Fixed makefiles for necko module, but netwerk directory.
git-svn-id: svn://10.0.0.236/trunk@36826 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 03:00:32 +00:00
mscott%netscape.com
d6dd99109e fix build breakage. Change directory path from necko to netwerk. Note: I'm not changing any of the library names,
just the paths (which should still be netwerk).


git-svn-id: svn://10.0.0.236/trunk@36825 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 02:45:05 +00:00
warren%netscape.com
4c7ea3f2f7 Added group argument. Swapped args to NS_OpenURI
git-svn-id: svn://10.0.0.236/trunk@36780 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 00:07:34 +00:00
warren%netscape.com
7c6d53b215 Changed our library names from netwerk to necko.
git-svn-id: svn://10.0.0.236/trunk@36755 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-24 23:13:46 +00:00
warren%netscape.com
741b9ebc71 Added nsILoadGroup. Changed load attribute strategy to flags.
git-svn-id: svn://10.0.0.236/trunk@36753 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-24 22:58:42 +00:00
valeski%netscape.com
4973b3ef25 not in main pull - added cookie test stuff
git-svn-id: svn://10.0.0.236/trunk@36736 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-24 21:41:19 +00:00
valeski%netscape.com
5ed0d75ddc not on main pull - pulled extraneous reference to an nsIHTTPNotify
git-svn-id: svn://10.0.0.236/trunk@36735 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-24 21:35:21 +00:00
rpotts%netscape.com
bc5c9d506e Fixed some reference counting problems with nsHTTPChannel::GetTransport(...)
git-svn-id: svn://10.0.0.236/trunk@36687 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-24 11:26:38 +00:00
rpotts%netscape.com
91a28d3986 Fixed nsHTTPChannel::GetEventSink(...) to addref the event sink being returned. This is consistant with XPCom guidelines..
git-svn-id: svn://10.0.0.236/trunk@36686 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-24 11:00:46 +00:00
rpotts%netscape.com
29855c8143 Fixed nsHTTPChannel::GetURI(...) to addref the URI being returned. This is consistant with XPCom guidelines..
git-svn-id: svn://10.0.0.236/trunk@36685 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-24 10:52:41 +00:00
rpotts%netscape.com
56be324fe8 Added NSPR logging... Reworked the building of the request to *only* use nsStrings.
git-svn-id: svn://10.0.0.236/trunk@36684 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-24 10:05:01 +00:00
rpotts%netscape.com
ad9e57e6a5 Added initial support for PR_LOG...
git-svn-id: svn://10.0.0.236/trunk@36680 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-24 08:56:57 +00:00
gagan%netscape.com
637e828345 Fix the default line problem. Added a /cookie case to send a dummy "set-cookie: header"
git-svn-id: svn://10.0.0.236/trunk@36664 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-24 02:29:20 +00:00
gordon%netscape.com
37f37b892f First Checked In.
git-svn-id: svn://10.0.0.236/trunk@36651 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-24 01:14:30 +00:00
valeski%netscape.com
5dd32b9c34 not in SeaMonkey pull. added toLowerCase() on the header passed into the GetHeader() method so we're comparing like case strings. also made the ExamineREsponse call syncronous until the proxy object problems are worked out.
git-svn-id: svn://10.0.0.236/trunk@36650 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-24 01:12:16 +00:00
rpotts%netscape.com
c27bd7ddf7 Added the call to FireOnHeadersAvailable(...) which was lost when I reworked the header parsing...
git-svn-id: svn://10.0.0.236/trunk@36634 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-23 23:56:41 +00:00
rpotts%netscape.com
564c8537ce Reference counting fixes to plug some leaks...
git-svn-id: svn://10.0.0.236/trunk@36633 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-23 23:51:16 +00:00
andreas.otte%primus-online.de
764f2cd471 removing libnetwerkutil_s.a from Makefile and move util down again. Took some time for me to get what netwerkutil_s.a is really for
git-svn-id: svn://10.0.0.236/trunk@36617 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-23 21:57:01 +00:00
rpotts%netscape.com
281800d7e2 Oops... Forgot to check this in... Allow multiple URLs to be processed before exiting the app.
git-svn-id: svn://10.0.0.236/trunk@36572 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-23 19:27:44 +00:00
rpotts%netscape.com
fd895755c1 Temp removed the code which caches socket transport instances. This will be hooked up again once connection keep-alive is supported...
git-svn-id: svn://10.0.0.236/trunk@36537 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-23 07:50:30 +00:00
rpotts%netscape.com
6daf39e5fc Reworked Server-Status and Response-Header parsing...
git-svn-id: svn://10.0.0.236/trunk@36535 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-23 07:41:22 +00:00
warren%netscape.com
dedf8df377 nsString/nsString2 -- what's the difference. Now using const too.
git-svn-id: svn://10.0.0.236/trunk@36513 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-23 06:08:13 +00:00
warren%netscape.com
b164c9adeb Added nsString interfaces. Removed NS_NET because this stuff isn't for DLL export.
git-svn-id: svn://10.0.0.236/trunk@36510 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-23 05:28:48 +00:00
gordon%netscape.com
8421adfeb7 Updated to match changes to Windows/Unix makefiles.
git-svn-id: svn://10.0.0.236/trunk@36428 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-23 01:12:57 +00:00
gordon%netscape.com
24a617c6a8 Added registration of DNS Service.
git-svn-id: svn://10.0.0.236/trunk@36427 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-23 01:12:01 +00:00
gordon%netscape.com
475509ad15 Added include of OpenTransport header files for XP_MAC.
git-svn-id: svn://10.0.0.236/trunk@36426 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-23 01:11:19 +00:00
andreas.otte%primus-online.de
3182d63b9e fixing for new AutoRegistration
git-svn-id: svn://10.0.0.236/trunk@36290 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-22 18:24:02 +00:00
andreas.otte%primus-online.de
0d0318dfeb adding libnetwerkutil_s to libnetwerk
git-svn-id: svn://10.0.0.236/trunk@36289 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-22 18:06:47 +00:00
andreas.otte%primus-online.de
86f4b770d9 moving util in front of build since it looks like util will be part of the netwerk lib.
git-svn-id: svn://10.0.0.236/trunk@36288 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-22 18:05:32 +00:00
andreas.otte%primus-online.de
07008e069b added util makefiles
git-svn-id: svn://10.0.0.236/trunk@36287 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-22 18:04:37 +00:00
andreas.otte%primus-online.de
61b39ba1b4 first checked in
git-svn-id: svn://10.0.0.236/trunk@36286 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-22 18:04:02 +00:00
warren%netscape.com
dac1243979 Added stuff needed for landing -- LoadQuiet, BypassCache, BypassProxy
git-svn-id: svn://10.0.0.236/trunk@36168 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-22 00:19:58 +00:00
warren%netscape.com
033ad63962 Added util
git-svn-id: svn://10.0.0.236/trunk@36167 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-22 00:19:16 +00:00
rpotts%netscape.com
b23da3b181 The new status line parsing code is now enabled...
git-svn-id: svn://10.0.0.236/trunk@36090 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-21 21:21:22 +00:00
rpotts%netscape.com
c89ae9c790 First pass at parsing the server Response in a more robust way... This is a WIP (not tested yet)
git-svn-id: svn://10.0.0.236/trunk@36034 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-21 08:21:28 +00:00
rpotts%netscape.com
dbc76bf3ce Cleaned up the destructor to correctly release the input stream...
git-svn-id: svn://10.0.0.236/trunk@36033 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-21 08:19:26 +00:00
andreas.otte%primus-online.de
0f3bebe404 include some header files to get rid of some warnings
git-svn-id: svn://10.0.0.236/trunk@35985 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-20 19:53:39 +00:00
warren%netscape.com
8f81708baf Fixed for recent buffer changes.
git-svn-id: svn://10.0.0.236/trunk@35940 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-19 22:26:08 +00:00
warren%netscape.com
09a430dedd Fixed indentation. (Don't use tabs!)
git-svn-id: svn://10.0.0.236/trunk@35939 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-19 22:24:44 +00:00
rpotts%netscape.com
6acc3bbd87 The write count passed to AsyncWrite(...) is now honored... Fixed things up so the InputStream passed to AsyncWrite does not *have* to really be a nsIBufferedInputStream...
git-svn-id: svn://10.0.0.236/trunk@35900 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-19 10:00:42 +00:00
rpotts%netscape.com
35f66382a7 Fixed a bug due to nsIBufferInputStreams... GetLength(...) does *not* necessarily return the total amount of data in the stream (only the contiguous amount).
git-svn-id: svn://10.0.0.236/trunk@35899 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-19 09:42:59 +00:00
rpotts%netscape.com
a93ee3e248 Removing nsSocketTransportStreams.h.cpp
git-svn-id: svn://10.0.0.236/trunk@35898 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-19 06:17:33 +00:00
rpotts%netscape.com
64bb4480ee got rid of nsSocketTransportStreams... Using the nsIBuffer notification interfaces instead...
git-svn-id: svn://10.0.0.236/trunk@35897 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-19 05:49:04 +00:00
gagan%netscape.com
7274fad247 Added special cases to allow for something like http://gagan/?Length=5000 to get a response back with Content-Length (actual and header both) set to 5000. Its cool for testing bigger responses.
git-svn-id: svn://10.0.0.236/trunk@35896 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-19 04:05:10 +00:00