raman%netscape.com
c2f26441cf
Added a background/autoupdate pulling of URLs
1998-09-02 19:08:32 +00:00
raman%netscape.com
94c71eea30
Added a background, autoupdate pulling of URLs
1998-09-02 19:08:00 +00:00
cls%seawood.org
52c74ded1d
Tweaks to remove XFE dependencies from other parts of the tree. Approved by {gagan,malmer,ramiro}%netscape.com.
1998-09-02 07:02:04 +00:00
morse%netscape.com
efc4421e7b
enable trust labels for unix
1998-09-02 05:06:15 +00:00
valeski%netscape.com
7308624784
added net_xp_file.h to #include
1998-09-02 03:01:14 +00:00
mcafee%netscape.com
8c8b81fd84
Solaris wants EOF character, added comment for #endif.
1998-09-02 01:35:54 +00:00
valeski%netscape.com
827d7f1fe5
Adding layer of abstraction (via #defines) between netlib and file code (XP_File*). This will allow raptor to build with a different file implementation (nsINetFile) and no longer rely on XP_File*(). All XP_File*() routines were renamed to NET_XP_File*(). The #define to do the masking is mozilla/network/main/net_xp_file.h .
...
Aleks told me all I had to do in order to export net_xp_file.h on the mac was to include it in mozilla/network/main/manifest. I did that, so, if mac builds break in netlib, it's likely the exporting of the file isn't happening (I'm not sure of the state of manifest files anymore) and I don't have a mac. So if MAC BREAKS, please add the file to the mac project and check it in (thank you).
I'll be at 408.867.2701 or cell - 415.307.7101 tonight.
1998-09-02 01:00:42 +00:00
cls%seawood.org
c764d0bf4e
Sync'd Makefile.ins
1998-09-02 00:54:34 +00:00
rpotts%netscape.com
3ed30d363b
Fixed return value from PerformNastyWindowsAsyncDNSHack(...)
1998-09-02 00:27:54 +00:00
pinkerton%netscape.com
42cd5b5865
turn on trust labels for mac.
1998-09-01 20:23:44 +00:00
pinkerton%netscape.com
1b6d31bd8f
add mkaccess.h to dist
1998-09-01 20:22:23 +00:00
pinkerton%netscape.com
daf1ee2a34
turn on trust labels on mac.
1998-09-01 20:21:19 +00:00
gagan%netscape.com
24a63a42a1
Changes from NuCache. Should'nt affect the build.
1998-09-01 20:00:07 +00:00
valeski%netscape.com
b96d1b7784
xp_dir to pr_dir
1998-09-01 19:18:00 +00:00
valeski%netscape.com
a858be150e
adding net_xp_file.h to the list of exports
1998-09-01 18:59:17 +00:00
valeski%netscape.com
8c2a70ec0d
this file adds a level of abstraction between netlib and xp_file routines.
1998-09-01 18:55:22 +00:00
ebina%netscape.com
eb654c8114
Transfer encoded gzip streams were sent to this converter, but the
...
transfer-encoding was never removed from the URL structure, causing
infinite recursion. This fixes that bug.
1998-08-31 16:31:12 +00:00
morse%netscape.com
f65058fecc
fix bustage on all platforms
1998-08-30 16:42:20 +00:00
morse%netscape.com
0c2ddd9225
still trying to fix up mac
1998-08-30 15:59:53 +00:00
morse%netscape.com
eaccbb83f6
one more attempt to clean up mac build
1998-08-30 15:43:56 +00:00
morse%netscape.com
9762f635fc
I give up, backing out trust labels
1998-08-30 08:49:56 +00:00
morse%netscape.com
d8b702b5c4
giving up on mac for now, backing out some but not all of the changes
1998-08-30 07:09:27 +00:00
morse%netscape.com
fbacae5a4b
fix compile error
1998-08-30 06:01:22 +00:00
morse%netscape.com
e96c77be7e
*** empty log message ***
1998-08-30 05:54:08 +00:00
morse%netscape.com
fac3e0ab83
attempt to fix bustage on the mac
1998-08-30 05:09:35 +00:00
morse%netscape.com
2b6d38fe3c
added trust labels
1998-08-30 03:40:51 +00:00
morse%netscape.com
a747f68910
mkaccess.h
1998-08-30 03:23:42 +00:00
morse%netscape.com
fb6166a5c1
fixed background color on signon viewer
1998-08-30 03:22:40 +00:00
morse%netscape.com
2cb728f66f
fix bug found by mjudge
1998-08-28 04:10:08 +00:00
thom%netscape.com
584891891e
fixed heap corruption in mac version of the function mangleResourceIntoFileURL. This change ONLY effects macs
1998-08-28 01:33:14 +00:00
morse%netscape.com
296faca4df
added apple keychain
1998-08-27 21:14:41 +00:00
gagan%netscape.com
731c17fef0
Merge from NuCache_BRANCH. Will not affect the build process.
1998-08-26 18:35:28 +00:00
gagan%netscape.com
6f56051e9e
Test checkin to verify merge. Not in build process.
1998-08-26 18:31:05 +00:00
cls%seawood.org
9020b80c52
Updates to autoconf files.
1998-08-26 04:04:57 +00:00
valeski%netscape.com
6a97080b91
removed some macros (for debugging ease). Changed the XP_OpenDir and an XP dir status routine to PR_* to get local file system directory listings working in Raptor.
1998-08-25 23:33:28 +00:00
valeski%netscape.com
6e76b6cca3
we're now respecting success/failure return values from PREF_Get* routines, for the most part. imap, pop, news weren't cleaned up (nor was nucache).
...
Default values are now used when PREFs are down.
1998-08-25 21:17:03 +00:00
jwz%mozilla.org
d87d1e35f3
All Unix versions of Mozilla link against libmime, so they should all
...
call MIME_RegisterConverters() to register the converter for documents
of type message/rfc822.
On Windows, that converter is currently only registered if SMART_MAIL is
defined.
On Mac, it's never registered at all.
Someone needs to consolidate all this.
1998-08-25 19:19:13 +00:00
rpotts%netscape.com
cf4d8e6925
Evil fix for deadlock during synchronous http url loads...
1998-08-25 05:51:40 +00:00
thom%netscape.com
4d14ad9a57
fixed mac compile error in the initialization code
1998-08-25 00:04:27 +00:00
rpotts%netscape.com
53c77d56fe
NGLayout only... Added a synchronous command line option for testing synchronous URL fetching.
1998-08-24 20:46:44 +00:00
waterson%netscape.com
9a022988f6
Fixed bad read references noticed by Jud with Quantify.
1998-08-23 22:15:21 +00:00
morse%netscape.com
dad55125bf
added routines for composer publishing
1998-08-23 15:19:19 +00:00
morse%netscape.com
f84ba1b8e7
fix up multi-user logic for single singon
1998-08-22 02:46:49 +00:00
rpotts%netscape.com
dcf275e458
Added support to shut down netlib and the nsINetService instance...
1998-08-22 00:12:54 +00:00
valeski%netscape.com
5478e948ce
fixing UMR (unitialized memory read) error in netlib timer tracing.
1998-08-21 07:01:22 +00:00
morse%netscape.com
8ec22be133
fix problem caused by dereferencing null pointer
1998-08-21 01:53:08 +00:00
vidur%netscape.com
c050c0e7ac
Fixed build bustage.
1998-08-20 23:07:31 +00:00
vidur%netscape.com
00f1de03b8
Added nsIConnectionInfo interface. Temporarily special-cased javascript: URLs in URL parsing.
1998-08-20 22:28:09 +00:00
vidur%netscape.com
1c697055ef
Exported NET_StreamBuilder and NET_RegisterProtocolImplementation for modular netlib
1998-08-20 22:27:20 +00:00
kmcclusk%netscape.com
105745e312
Added XP_UNIX code to leave the top slash for absolute file paths under UNIX.
...
This fixes a problem where all of the slashs get stripped off because the URL
is asked to parse a previously parsed url string.
1998-08-20 20:32:52 +00:00