Commit Graph

675 Commits

Author SHA1 Message Date
alecf%netscape.com
3894d3530e fix warnings/format problems 1998-12-18 02:48:57 +00:00
vidur%netscape.com
df3ac56c3c Added stream loader 1998-12-18 01:34:30 +00:00
alecf%netscape.com
68cec8af68 remove old broken mknews 1998-12-17 22:45:48 +00:00
alecf%netscape.com
764f755c0a switch over to new C++ versions of news 1998-12-17 22:45:08 +00:00
alecf%netscape.com
7297f0fa15 first insert of mknews (C++ version) into netlib from Nova 1998-12-17 22:44:04 +00:00
alecf%netscape.com
e79445afc4 don't use straight Makefiles 1998-12-16 19:23:08 +00:00
warren%netscape.com
b457ad5f1f Obsolete 1998-12-16 09:51:02 +00:00
warren%netscape.com
bc325cc1e3 Removed nsURL.cpp 1998-12-16 09:50:19 +00:00
warren%netscape.com
7bdabc65fb Added include of autoconf.mk 1998-12-16 08:48:06 +00:00
warren%netscape.com
e14a957013 Fixed EXPORTS 1998-12-16 08:22:04 +00:00
warren%netscape.com
742545bb71 Fixed EXPORTS 1998-12-16 08:21:31 +00:00
beard%netscape.com
1b2b768a64 Added new files. 1998-12-16 06:42:28 +00:00
beard%netscape.com
3425122c7a Fixed up exports. 1998-12-16 06:06:51 +00:00
beard%netscape.com
2b53e73250 Removed nsIPostToServer.h (moved to public dir). 1998-12-16 05:59:42 +00:00
warren%netscape.com
b33ea7f8c9 new 1998-12-16 05:50:21 +00:00
warren%netscape.com
886b80cd8a Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:46:06 +00:00
warren%netscape.com
0580a8e5c4 Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:40:20 +00:00
donm%netscape.com
37804b7a40 backing out Shaver's changes. -donm 1998-12-16 00:49:36 +00:00
shaver%netscape.com
0161071aef Make apprunner link dynamically.
Sprinkle Makefile.ins with NO_STATIC_LIB to speed the build and reduce the disk
requirements.
1998-12-15 22:17:14 +00:00
beard%netscape.com
3cb1e6a525 Regenerated with GenToc. 1998-12-13 18:15:37 +00:00
beard%netscape.com
18984e5a80 First Checked In. 1998-12-13 05:01:04 +00:00
gagan%netscape.com
4f6a9809f5 This was causing part of the disappearing cache objects problem. This is now internally handled in the new cache. 1998-12-09 02:58:50 +00:00
gagan%netscape.com
fb7aa22c15 Cache changes, bug fixes, etc. 1998-12-09 02:43:16 +00:00
raman%netscape.com
4c52c10d3f Bug fix to make ftp:// protocol to work with the new cache code. 1998-12-08 22:11:05 +00:00
raman%netscape.com
2d987076de Bug fix for 928. Check for null address in the URL_s structure. 1998-12-08 17:55:03 +00:00
kipp%netscape.com
bf1ae8fe33 Fix a cut-paste coding error 1998-12-08 17:19:17 +00:00
raman%netscape.com
27869a72de Bug fix for 1741. For XP_FILE_READ_BIN permission types, set mode as nsRead. 1998-12-07 21:49:29 +00:00
rhp%netscape.com
18975a6b8c This is to export the function for stream converter registration in
netlib. This is a temporary change until the XP-COM interface is in
place for this functionality.
1998-12-07 13:51:23 +00:00
rhp%netscape.com
45023b2571 This change is to add a file association for .EML files. These
extensions are setup under WinXX for all RFC822 messages.
1998-12-07 13:27:47 +00:00
ramiro%netscape.com
e2b921bf3c Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
raman%netscape.com
c8661b26e2 Bug fix for 1420. Get filename from HashTable if fileTok is not NULL. If fileTok is NULL return aName for now. Approved by gagan 1998-12-05 03:10:43 +00:00
waterson%netscape.com
de5b429c59 Added text/rdf as a valid mimetype. 1998-12-02 00:27:46 +00:00
gagan%netscape.com
78c984d583 Delayed the cache cleanup to 15 minutes periodicity. 1998-12-01 05:40:16 +00:00
gagan%netscape.com
3b1e716a4d Was not pulling in env changes from config.mak because of the missing include. 1998-12-01 04:46:24 +00:00
gagan%netscape.com
ad22eb66e6 Switching on NU_CACHE by default. Use set NO_NU_CACHE=1 to switch it off. Windows only. 1998-12-01 04:44:31 +00:00
beard%netscape.com
c0c7bc482d Mac shared library migration. 1998-11-30 22:15:00 +00:00
beard%netscape.com
7b2b7b599d First Checked In. 1998-11-30 22:14:25 +00:00
morse%netscape.com
1d86ef20ba fix single-signon problem 1998-11-28 17:16:47 +00:00
kipp%netscape.com
d01fa74c40 Disabled the timebomb on the tip 1998-11-27 15:54:14 +00:00
akkana%netscape.com
0777b3f26c Fix C++ comment for Irix build 1998-11-25 02:50:20 +00:00
joki%netscape.com
4c95fedc33 Send a reasonable value for the JS useragent on Windows. 1998-11-24 02:29:46 +00:00
cyeh%netscape.com
605bcc77c3 activate timebomb for technology demonstration.
THIS NEEDS TO BE REMOVED LATER
1998-11-24 01:08:47 +00:00
rpotts%netscape.com
2fdf4a3780 fix up the places where the C and C++ memory managers were being mixed for allocs and frees... 1998-11-22 09:32:06 +00:00
rpotts%netscape.com
687a62895d Force the URL exit routine to be called via a PLEvent. This insures that the LIBNET() lock is not being held during the call... 1998-11-22 09:31:10 +00:00
rpotts%netscape.com
e473d04d9d Disable async Winsock notifications until we figure out why it exhausts *all* system resources on Win95... 1998-11-22 09:30:00 +00:00
morse%netscape.com
d54e47a11d moved string to allxpstr.h for sake of i18n 1998-11-21 03:10:43 +00:00
cyeh%netscape.com
65038e9551 Removing static makefiles as a part of the transition to Autoconf. I have taken great
care to only remove makefiles affailiated with building nglayout. I have also verified that
the build at this point in time succesfully builds with autoconf.

If you must recover one of these makefiles, you can use the static tag STATIC_MAKEFILES.
If I removed a makefile that you need, please e-mail cyeh@netscape.com.
1998-11-21 00:34:32 +00:00
pnunn%netscape.com
dc8f7451ef png is an internal format.... -pnunn 1998-11-20 23:32:44 +00:00
pnunn%netscape.com
20c73597ad png is an internal format..... -pnunn 1998-11-20 23:32:12 +00:00
pnunn%netscape.com
d8d4276ab9 ...png is an internal format. -pnunn. 1998-11-20 23:31:42 +00:00