Commit Graph

110 Commits

Author SHA1 Message Date
gagan%netscape.com
fb7aa22c15 Cache changes, bug fixes, etc. 1998-12-09 02:43:16 +00:00
kipp%netscape.com
bf1ae8fe33 Fix a cut-paste coding error 1998-12-08 17:19:17 +00:00
ramiro%netscape.com
e2b921bf3c Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +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
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
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
gagan%netscape.com
a32d5eca14 Fixed the NSPR spelling change warning (PRDirectorySeparator). 1998-11-20 23:10:23 +00:00
valeski%netscape.com
21da78a05e Adding a default directory for the new cache when it's being used in modular_netlib and for windows only. I also added the cache.lib to be dumped to the public dist dir when built. 1998-11-06 05:43:01 +00:00
cls%seawood.org
c59be78dc1 Some updated to work with nglayout. Others sync'd to remove cruft. 1998-10-28 03:49:12 +00:00
cls%seawood.org
ed2a7f5f65 Sync'd various Makefile.ins to their Makefile counterparts.
Removed nspr & nspr20 from REQUIRES.  Removed NSPR_LDFLAGS.
Changed LIBNSPR refs to NSPR_LIBS.
Removed leftover NSPR20 ifdefs.
1998-10-21 02:13:56 +00:00
gagan%netscape.com
f482438c59 Backing out my changes of NUCACHE. Gromit/Raptor were broken. 1998-10-20 13:49:16 +00:00
gagan%netscape.com
82f6b20d81 Temp fix for build breakage. 1998-10-20 03:10:10 +00:00
gagan%netscape.com
bf96f2103b Toggled NU_CACHE define. 1998-10-20 02:31:41 +00:00
gagan%netscape.com
e85690692e Added nu cache dir to build. 1998-10-20 02:05:17 +00:00
gagan%netscape.com
7f58e8fa7c Fixed Mac warning on NuCache and made some file private functions static. 1998-10-16 19:16:43 +00:00
gagan%netscape.com
81f8688ad1 su_setup.html fix. See bug #329114. 1998-10-16 01:30:45 +00:00
gagan%netscape.com
8eb4d30a1b NuCache Streams now hold the filename for smoother reopening. Not in build as yet. 1998-10-16 01:29:26 +00:00
gagan%netscape.com
89bdd0ad57 Fix warnings on Mac. 1998-10-15 08:11:42 +00:00
sdagley%netscape.com
df4b3e04a1 First Checked In. 1998-10-14 06:03:41 +00:00
sdagley%netscape.com
9ff0a65088 Mac changes for NuCache (approved gagan and not part of Mozilla/Gromit builds yet) 1998-10-14 05:59:53 +00:00
gagan%netscape.com
ded570fb38 All NuCache changes. Updated unix makefiles for correct export files. Changed XP_Bool to PRBool in mkcache. Renamed cachelib to just cache. 1998-10-12 23:16:44 +00:00
gagan%netscape.com
cb5ee05be2 NuCache deletion fixes. 1998-10-09 23:37:59 +00:00
gagan%netscape.com
09216aae77 NuCache deletion working ok now. 1998-10-09 23:36:48 +00:00
gagan%netscape.com
988d22398c Removed nucacheproto.* This functionality is now wrapped inside mkmemcac.* 1998-10-07 03:26:25 +00:00
gagan%netscape.com
cf32d55d3e Removed some asserts. 1998-10-07 00:29:52 +00:00
gagan%netscape.com
b3ae0a8b3f Added nsMonitorable.cpp for uninlined functions. 1998-10-05 22:58:10 +00:00
gagan%netscape.com
811ddc3c00 Moved nsMonitorable::MonitorLocker constructor and destructor into their
own cpp file. IRIX NuCache was not accepting inlined ones.
1998-10-05 22:48:38 +00:00
cyeh%netscape.com
f31dc000c8 removing obsolete files. use MANIFEST instead. 1998-10-05 18:42:02 +00:00
norris%netscape.com
8647812478 Fix bug 326297: various security holes caused by lack of quoting around
displayed URLs.
1998-10-01 00:23:05 +00:00
gagan%netscape.com
45c2f323ea NuCache wasn't building on Unix. Fixed. 1998-09-29 22:36:06 +00:00
gagan%netscape.com
1b2c02b833 Wrong version went in. Correcting. 1998-09-29 21:30:00 +00:00
gagan%netscape.com
b9a3a75996 Inlined pref accessor/modifiers. 1998-09-29 21:18:53 +00:00
gagan%netscape.com
db3c059500 Prefs changes. 1998-09-28 20:42:58 +00:00
gagan%netscape.com
403f0fde80 Assertion added. 1998-09-28 20:34:28 +00:00
gagan%netscape.com
32c4eadcab Cache Prefs changes. All cache prefs are now read directly by NuCache. 1998-09-28 20:32:40 +00:00
gagan%netscape.com
57bcdca26e Prefs changes. All cache preferences are now read directly by NuCache. 1998-09-28 20:30:54 +00:00
gagan%netscape.com
3c8046969c Added NET_IsURLInCache function. 1998-09-23 06:03:45 +00:00
gagan%netscape.com
b0651c8db7 Correct check for memory objects. 1998-09-23 06:03:27 +00:00
gagan%netscape.com
3998f7fe7e Added NET_IsURLInCache function. This replaces most cases of NET_IsURLInMemCache || NET_IsURLInDiskCache. 1998-09-23 06:03:03 +00:00
gagan%netscape.com
16e7a2b00a Misc. changes. 1998-09-23 06:01:07 +00:00
gagan%netscape.com
add3b6463e Removed m_Flag, replaced with state variable. 1998-09-23 06:00:45 +00:00
gagan%netscape.com
497c20cab9 Disk access for streams to file. 1998-09-23 06:00:13 +00:00
gagan%netscape.com
537738b5e8 Cache Object's state functions. 1998-09-23 05:59:04 +00:00
gagan%netscape.com
1f58ad4893 PRFileDesc instead of XP_file*. 1998-09-23 05:58:03 +00:00
gagan%netscape.com
77831a238e Added State accessor functions. 1998-09-23 05:57:06 +00:00
wtc%netscape.com
96a6a02078 NO_NSPR_PRIVATE_HEADER_BRANCH landing. Removed the inclusions of
private NSPR headers (prosdep.h and primpl.h) from the Mozilla source.
The part of prosdep.h that is actually needed by Mozilla was extracted
and put in the new file mozilla/include/xp_path.h.
1998-09-22 16:59:57 +00:00
gagan%netscape.com
6d4515bdc4 Streams fix for MemCache. 1998-09-18 05:49:47 +00:00
gagan%netscape.com
ed5c25c058 CacheStubs- Added InfoAsHTML for about:cache and CacheObject's Reset.
nsCacheManager- InfoAsHTML for about:cache.

nsCacheObject/nsMemStream- Reset function for rereads.
1998-09-18 05:49:01 +00:00
gagan%netscape.com
375b63e858 Ooops.... Forgot the #ifdef NU_CACHE around this addition. 1998-09-16 10:23:21 +00:00
gagan%netscape.com
dc7c56f42b Added CacheObject_Destroy, IsCompleted to mark end of streams. Added isCompleted field in CacheObject. Changed all PL_strncpy to PL_strncpyz to fix the missing trailing \0 problem. Now deleting streams objects correctly from nsMemCacheObjects. Other misc. changes. 1998-09-16 10:18:40 +00:00