Commit Graph

239 Commits

Author SHA1 Message Date
valeski%netscape.com
e3a4da8230 added nsIHTTPNotify.idl to the idl list on unix 1999-06-09 01:02:37 +00:00
valeski%netscape.com
8b2bbb5cc3 added external module files to unix builds 1999-06-09 01:01:59 +00:00
valeski%netscape.com
162e8500e9 added idl srcs to unix mkfile 1999-06-09 01:01:17 +00:00
valeski%netscape.com
4824632915 removing this as it's been depricated to public dir 1999-06-08 23:14:08 +00:00
warren%netscape.com
b113f2332f Moved WriteFrom to nsIBufferOutputStream. Made necko pass around buffer streams. 1999-06-08 20:57:32 +00:00
valeski%netscape.com
c4e98ed33c updated the external module stuff 1999-06-08 20:15:26 +00:00
valeski%netscape.com
b5e5c99114 added nsNetModuleMgr.cpp to the necko library. also made various changes to modEntry and modMgr implementations. 1999-06-08 20:12:53 +00:00
valeski%netscape.com
919d511ca1 added moduelMgr and ModRegEntry idls to the idl list. also updated the nsINetModuleMgr.idl interface 1999-06-08 20:11:53 +00:00
valeski%netscape.com
89e02bd8b8 we were freeing a static buf 1999-06-08 20:09:43 +00:00
valeski%netscape.com
5806d05a78 adding the module registery entry idl file 1999-06-08 20:03:48 +00:00
valeski%netscape.com
919fe8c0c7 adding the module mgr header and the entry header 1999-06-08 20:02:53 +00:00
valeski%netscape.com
9de5693010 we were erroneously freeing static mem. 1999-06-08 19:59:43 +00:00
warren%netscape.com
a3874dc189 Added back in user agent stuff. 1999-06-08 19:04:13 +00:00
warren%netscape.com
b8cb6d85e5 Added NewChannel method. 1999-06-08 18:28:10 +00:00
valeski%netscape.com
1e42ea1bf1 removed this one. good one is in mozilla/netwerk/protocol/http/public 1999-06-08 17:10:25 +00:00
valeski%netscape.com
1d8bf6ff3c added root notification idl 1999-06-08 17:07:39 +00:00
valeski%netscape.com
d5e9119fa7 added nsINetNotify.idl to idl list 1999-06-08 17:07:09 +00:00
valeski%netscape.com
c27c8b5ecd added nsIHttpNotify.idl to the idl srcs list 1999-06-08 16:40:44 +00:00
valeski%netscape.com
6e31ac7943 changed method names to match new symantics 1999-06-08 16:39:48 +00:00
andreas.otte%primus-online.de
7924e08238 removed obsolete (I think) endless while loop from run method
added check for file size zero in SerialTest
1999-06-08 12:28:27 +00:00
andreas.otte%primus-online.de
629596441c use new HandleEvent method of EventQueue
removed obselete stuff from manual registration
added two printf failure messages
1999-06-08 12:26:12 +00:00
andreas.otte%primus-online.de
57320fedd0 use new HandleEvent method of EventQueue 1999-06-08 12:24:10 +00:00
andreas.otte%primus-online.de
4b6841d203 fix to build with new AsyncRead interface from nsIChannel 1999-06-08 10:09:00 +00:00
andreas.otte%primus-online.de
f9e00b49a3 some cleanup after IDLisation 1999-06-08 10:07:50 +00:00
andreas.otte%primus-online.de
070a9cfe91 building the right library 1999-06-08 09:50:19 +00:00
andreas.otte%primus-online.de
c819d27dd4 included dns makefiles 1999-06-08 09:48:28 +00:00
andreas.otte%primus-online.de
ae4ff75af8 first checked in 1999-06-08 09:47:53 +00:00
andreas.otte%primus-online.de
a57dfa00be changed nsIUrl.h to nsIURL.h 1999-06-08 09:46:10 +00:00
andreas.otte%primus-online.de
a2b5c4f6f4 some cleanup after IDLisation 1999-06-08 09:44:04 +00:00
warren%netscape.com
550ed382f3 obsoleting files 1999-06-07 22:19:20 +00:00
warren%netscape.com
3f748629d6 Removed nsITransport. 1999-06-07 22:12:19 +00:00
gagan%netscape.com
a2a3cdbd03 Adding Makefile.in for Linux. Testing for Andreas. 1999-06-07 22:07:49 +00:00
gagan%netscape.com
66981e29b5 Adding Makefile.in. Testing for Andreas. 1999-06-07 22:05:44 +00:00
gagan%netscape.com
96abb80a2b First checkin for Makefile.in. Testing for Andreas. 1999-06-07 22:05:17 +00:00
warren%netscape.com
b5b8476315 Updated for file name changes. 1999-06-07 22:04:19 +00:00
warren%netscape.com
c0797ee094 New IDL interfaces. 1999-06-07 21:33:30 +00:00
rpotts%netscape.com
141fc00e61 Added unix support for processing PLEvents... 1999-06-07 20:06:41 +00:00
rpotts%netscape.com
3015ef6aa1 Fixed up header parsing, so that if OnDataAvailable(...) is called more than once we remember that headers have been processed... Made a temp change to the stream being passed out of OnDataAvailable(...). It was inStr which was *never* initialized... Right now it is passing out the original stream (which is wrong I think) but it doesn't crash :-) 1999-06-07 19:51:01 +00:00
andreas.otte%primus-online.de
332b7d7c0e correct two typos 1999-06-07 16:56:36 +00:00
rpotts%netscape.com
b13ab4754e Fixed up uninitialized variable... Oops 1999-06-07 07:12:56 +00:00
rpotts%netscape.com
fee781a983 Fixed up compiler warning on Linux... 1999-06-07 06:30:59 +00:00
rpotts%netscape.com
a7c51818e8 Added a new file - nsSocketTransportStreams.cpp to the build... 1999-06-07 06:28:07 +00:00
rpotts%netscape.com
699ccbf0a8 Work on blocking streams... 1999-06-07 06:27:34 +00:00
andreas.otte%primus-online.de
324027b316 write \0 not on but after the CRLF on Headers 1999-06-06 09:40:56 +00:00
andreas.otte%primus-online.de
45b8467782 variable rv of type nsresult was not initialized in CreateInstance and in case of creating a StandardUrl with no Init in CreateInstance (and using rv) making it random to the calling function if creating the Url succeeded. This is what I thought was a namespace problem between necko and old netlib. 1999-06-06 09:16:49 +00:00
gagan%netscape.com
f20c8bca8b Fixed the stream length to be zero. Thanks Andreas. 1999-06-04 11:10:31 +00:00
rpotts%netscape.com
3886d6e062 Added PLEvent pump for unix... 1999-06-04 09:03:45 +00:00
rpotts%netscape.com
632129fa67 Added NSPR logging messages... 1999-06-04 08:52:02 +00:00
gagan%netscape.com
16afdaa83e Getting it building again... changed the Write call to match its signature in nsIByteBufferInputStream. It will probably change again to FillFrom once we move that to idl. 1999-06-04 07:36:04 +00:00
gagan%netscape.com
5052bb91df Getting base building again. Fixed the changes from nsIOutputStream's Write function. 1999-06-04 07:25:16 +00:00