Граф коммитов

219 Коммитов

Автор SHA1 Сообщение Дата
gagan%netscape.com 6724c306e6 Fix for bug # 323918. 1998-09-16 00:01:02 +00:00
gagan%netscape.com ed86de28ae nu_cache changes. 1998-09-10 19:58:35 +00:00
cls%seawood.org a1294edb2f Updated. 1998-09-05 10:25:13 +00:00
akkana%netscape.com 6bcd465c89 Mailto landing (ifdef MOZ_MAIL_COMPOSE). Approved by valeski. 1998-09-04 18:59:53 +00:00
morse%netscape.com f567de491e enable trust labels for unix 1998-09-02 05:06:15 +00:00
valeski%netscape.com 9b318efd3d 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
pinkerton%netscape.com 5f05f1e517 add mkaccess.h to dist 1998-09-01 20:22:23 +00:00
pinkerton%netscape.com 9a98b13993 turn on trust labels on mac. 1998-09-01 20:21:19 +00:00
morse%netscape.com 5c63d8dbd6 fix bustage on all platforms 1998-08-30 16:42:20 +00:00
morse%netscape.com eab2280708 still trying to fix up mac 1998-08-30 15:59:53 +00:00
morse%netscape.com b0d93947b9 one more attempt to clean up mac build 1998-08-30 15:43:56 +00:00
morse%netscape.com d9ff6c6bf6 I give up, backing out trust labels 1998-08-30 08:49:56 +00:00
morse%netscape.com 418f7d91c5 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 1c965781ef fix compile error 1998-08-30 06:01:22 +00:00
morse%netscape.com b06bddbbbb *** empty log message *** 1998-08-30 05:54:08 +00:00
morse%netscape.com d2a2fc75c2 attempt to fix bustage on the mac 1998-08-30 05:09:35 +00:00
morse%netscape.com 3b138266dd added trust labels 1998-08-30 03:40:51 +00:00
morse%netscape.com fe82ff45c3 mkaccess.h 1998-08-30 03:23:42 +00:00
valeski%netscape.com 0390246b80 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 1d5bfd448d 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
valeski%netscape.com 325635f76c fixed memory leak a little more safely :) 1998-08-19 23:33:46 +00:00
valeski%netscape.com 82dab1fc3a fixed memory leak 1998-08-19 23:32:43 +00:00
cls%seawood.org 90d0af1408 AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
morse%netscape.com 649e87efc2 fixed incorrect return type on NET_CookiePermission 1998-08-19 02:30:25 +00:00
morse%netscape.com f7c322de3f changes for privacy-central pane 1998-08-18 20:00:37 +00:00
morse%netscape.com 19cd8473fe fix bug in cookie viewer 1998-08-15 15:42:18 +00:00
guha%netscape.com 77609883b0 output rfc822 (reviewed by rjc) 1998-08-15 01:33:39 +00:00
morse%netscape.com 7444319825 fix problems in cookie viewer 1998-08-15 01:17:50 +00:00
sdagley%netscape.com 02ff6820f9 Add MacFE stubs for FE_CheckConfirm and FE_SelectDialog for morse's privacy code. danm acquired the appropriate permissions from the module owners for the XP spammage. 1998-08-13 22:11:56 +00:00
danm%netscape.com e7eccbbf13 XP_WIN versions of the privacy FE dialogs 1998-08-12 21:46:09 +00:00
morse%netscape.com 52e7734fff improved cookie viewer, approved by valeski 1998-08-12 03:59:45 +00:00
valeski%netscape.com 7e6f750228 added the transfer_encoding reset code to all builds (no longer #ifdef'd) and placed it everywhere we were doing content_encoding clearing. Also did some reformatting. Ran the transfer_encoding stuff by gagan. 1998-08-11 19:07:55 +00:00
valeski%netscape.com a1d79335a3 nglayout - clear the transfer encoding field in the url_s before doing a redirect so it doesn't interfer with the redirecting url stream selection 1998-08-11 05:19:03 +00:00
valeski%netscape.com c07f086539 another memory leak and formatting changes 1998-08-11 04:52:12 +00:00
valeski%netscape.com a587fbf475 someone forgot to add parenthesis which could cause memory leaks on redirects. Not anymore! Parenthesis added. 1998-08-11 02:59:31 +00:00
donm%netscape.com ba8400e0d7 Fixes Unix build problem with MOZ_COOKIEMANAGE and MOZ_SINGLESIGNON
flags turned on.  Approved by: Steve Morse
1998-08-10 20:38:26 +00:00
waterson%netscape.com e4563540c7 Modified timing macros to include MWContext parameter. 1998-08-09 20:32:30 +00:00
guha%netscape.com e1aa427b2b pop in client 1998-08-05 22:47:23 +00:00
morse%netscape.com fbe932d725 fix minor bugs, alphabetize items in cookie viewer lists 1998-08-05 03:34:16 +00:00
jgellman%netscape.com 48829a3a23 whups! cpp ifdefs aren't the same as nmake ifdefs! 1998-08-04 22:59:24 +00:00
waterson%netscape.com 7de0f7bb02 Changes to timing to support clocks. Layout changes approved by toshok, netlib changes approved by gagan. 1998-08-04 19:35:56 +00:00
gagan%netscape.com e5cfe823bb Fix for 309403. Support for WebSTAR FTP server added. 1998-08-04 00:24:06 +00:00
guha%netscape.com 8acd4b32a9 More random mail stuff 1998-08-03 22:22:40 +00:00
guha%netscape.com b6afc1fc83 Additions for Pop mail. Approved by Judson.
(ifdefed out)
1998-08-01 23:17:45 +00:00
morse%netscape.com 03ee881e2f change for anonymous mode, reviewed by valeski 1998-08-01 14:52:41 +00:00
morse%netscape.com e9563747e3 changes for anonymous mode, reviewed by valeski 1998-08-01 14:51:15 +00:00
gagan%netscape.com 56f203be3e Fix for 309717 and 64550. 1998-07-30 02:32:48 +00:00
waterson%netscape.com 2f000d17c4 Added runtime tracing calls. Approved by gagan. 1998-07-29 06:03:10 +00:00
vidur%netscape.com c2d3765031 Added PR_EXTERN_C macros necessry for Raptor 1998-07-24 23:52:27 +00:00
morse%netscape.com 587f3b3686 fix bug 309831, reviewed by gagan 1998-07-24 23:38:25 +00:00
scullin%netscape.com 9a44c2c7a9 Really fix cookies for modular netlib. 1998-07-24 01:34:52 +00:00
valeski%netscape.com 15c32afc12 299916. no longer sending gratuitus connection header if we don't need to. and no longer sending uname/password in referer fields (edge case bug) 1998-07-22 01:04:01 +00:00
valeski%netscape.com f1fb013e12 123018, changing http authentication mechanism. 1998-07-22 00:49:51 +00:00
scullin%netscape.com 3ab6e1888d Use resource urls for icons, close stream on completion, and clean up
generated html, all only for nglayout.
1998-07-21 20:16:16 +00:00
dfm%netscape.com 91d899a2d0 Landed privacy features from PRIVACY_BRANCH_070898; Transaction Receipts
and Privacy Policies are still switched off, so mozilla/privacy doesn't
build by default.
1998-07-20 18:40:09 +00:00
morse e8e558a3f2 fix bug 159169, reviewed by rpotts & valeski 1998-07-09 00:37:11 +00:00
ricardob 822715ede7 fix for free moz in unix 1998-07-02 23:50:34 +00:00
ricardob e712ffc980 fix for free moz in unix 1998-07-02 23:42:42 +00:00
ricardob 446ac9779e put back include string, instead of glyph 1998-07-02 22:47:25 +00:00
ricardob 8414f53c49 changes for free mozilla and fix builds (also in mknews.c) 1998-07-02 22:43:34 +00:00
ricardob 472f1ccc4f changes for free mozilla 1998-07-02 22:42:36 +00:00
pierre 499afd426f First Checked In. 1998-07-02 10:20:18 +00:00
pierre 0e2c6bd9f5 Mac MOZ_DARK 1998-07-02 02:38:19 +00:00
valeski 5f7c91d4d1 fixed cookies reset by server bug. 241770, approved by don 1998-07-01 22:36:44 +00:00
atotic b1d0ea8e0f MODULAR_NETLIB fixes for netlib 1998-06-27 00:16:36 +00:00
ricardob 668f3a2f83 trying to fix compile error for HG22087 with rosetta.h 1998-06-25 20:03:52 +00:00
spider 7b08c23fa4 NORMANDY_DDAY merge... 1998-06-25 05:50:45 +00:00
jgellman 78b59b5c6e adding empty files on the tip before adding them on the branch 1998-06-23 22:03:06 +00:00
jgellman 1a3485ed94 adding empty files on the tip before adding real ones on the branch 1998-06-23 21:57:32 +00:00
jgellman 8cd886dcaa adding empty files on tip before adding the real ones on the branch 1998-06-23 21:54:06 +00:00
valeski bc863fda6b 123702 - we weren't handling http 100 "continue" status codes properly. rev'd by gagan, approved by don 1998-06-16 17:52:42 +00:00
valeski 09c1d0d801 122606: ftp password request text change. approved by don 1998-06-11 23:36:55 +00:00
morse 6639da6400 cookie management changes 1998-06-08 04:14:31 +00:00
morse f497601f0c change for cookie management 1998-06-07 16:07:47 +00:00
morse 3a8eef8a25 cookie management changes 1998-06-07 16:01:49 +00:00
morse 579973ea21 cookie management changes 1998-06-06 00:22:03 +00:00
scullin 8952d819ce Moved xp_reg to network/utils/mkreg. It was only used in netlib, anyway. 1998-06-05 23:45:30 +00:00
scullin f49c018adb Fix typo. 1998-06-05 21:47:00 +00:00
kipp e44ba81da9 Use PL_strcasecmp so that netlib can link again when it's modular 1998-06-05 00:08:17 +00:00
danm 6eb2d7b8f3 added internet keyword tooltip extraction a:don 1998-06-04 23:25:53 +00:00
scc c518b6d483 First Checked In. 1998-06-04 22:51:07 +00:00
pinkerton 562338fe0e Fix some mac problems in single signon and cookie management. Also fix problems when no security is available (ie, free source). 1998-06-04 17:47:31 +00:00
sfraser 0361e98fa8 include xp_error 1998-06-04 06:51:17 +00:00
scullin f122c938a6 Landing modular netlib on UNIX 1998-06-02 00:23:17 +00:00
scullin 38d31c06b9 Start building mime type routines as separate library. 1998-06-01 18:29:28 +00:00
scullin 6828d6df9b Change XP_IS_ macros to NET_IS_ macros. 1998-05-29 23:04:49 +00:00
scullin 3a1d12e989 Work on landing UNIX modular netlib 1998-05-29 22:54:31 +00:00
morse 0dc7c509ef add htmldlgs.h to list of include files 1998-05-29 19:15:45 +00:00
morse 5b7d2abeef remove absolute path on include file 1998-05-29 19:15:05 +00:00
morse e5b7e964c0 bug 122126, reviewed by valeski 1998-05-28 17:07:23 +00:00
scullin 3170f9c0c9 Eliminate SOCKET_ERRNO and xp_sock.h 1998-05-28 00:17:37 +00:00
scullin 171f34b2e8 Fix bool type mismatch. 1998-05-27 21:18:25 +00:00
morse c21ebf95fc bug 122126, reviewd by valeski 1998-05-27 19:46:30 +00:00
morse 46c109eb23 bug 122126, reviewed by valeski 1998-05-27 19:34:31 +00:00
morse aca41505f7 bug 122126, approved by valeski 1998-05-27 19:32:19 +00:00
scullin 6b3a0ee5c9 Strip out XP functions from last bug fix. 1998-05-27 18:50:54 +00:00
morse 7b3a4d2013 bug 122126, reviewed by valeski 1998-05-27 08:06:33 +00:00
scullin 5271cf4072 Change magic emacs line to reflect correct tab size. 1998-05-27 01:27:50 +00:00
sfraser 061bb4d1e2 First Checked In. 1998-05-23 01:14:17 +00:00
rjc 4d23f5f733 Fix FTP on Mac. (Approval by module owner: gagan) 1998-05-23 00:09:18 +00:00
scullin d4dcfbffd0 Landed raptor modular netlib stuff 1998-05-22 23:38:40 +00:00
guha 94e6266f7f Add prototype, temporary bug fix added. 1998-05-21 19:23:44 +00:00
guha aaaba15db0 Cookie changes. 1998-05-21 19:08:38 +00:00
valeski 5872e0fb6d fixing a purify UMR as reported by Kipp 1998-05-20 02:33:17 +00:00
montulli a2533ce26a fix commercial build 1998-05-19 03:28:35 +00:00
montulli 9e071098fe fix commercial build 1998-05-19 03:22:20 +00:00
scullin 78e9402534 Moving over from xp library to NSPR. Moved cvactive.h from include to
network/cnvts
1998-05-19 00:54:09 +00:00
sar e9147a5102 adding jtools to the include path 1998-05-13 17:53:28 +00:00
montulli e1f75c7e02 add #mkgeturl.h 1998-05-11 21:41:26 +00:00
atotic b26873107a Added an include of shist.h 1998-05-08 17:27:49 +00:00
montulli bf9d168124 add mkaccess to makefile fix warnings 1998-05-05 21:40:39 +00:00
montulli c226c0e287 add glhist.h to fix compile warnings 1998-05-05 17:45:41 +00:00
montulli 5406e2605e move bug fix over from lib/libnet 1998-05-01 23:30:33 +00:00
montulli ffc19d88ad fix prototype 1998-05-01 02:24:39 +00:00
scullin 5fb770829c Added netcache requirement. 1998-05-01 00:58:36 +00:00
montulli c11ba7bb16 fix proto 1998-05-01 00:04:12 +00:00
montulli 095a5a8394 Add unix makefiles and make a few include file tweaks for unix compilation 1998-04-30 23:52:15 +00:00
montulli eb91ba8b9d fix makefile 1998-04-30 23:44:45 +00:00
montulli 29db749ae6 Add netlib in new location.
This is a (mostly) unmodified version of lib/libnet
broken up into functional areas
It should be binary compatible with the lib created by lib/libnet
but is now 10 libs.
The only substantial things changed in the version is the include files
1998-04-30 20:53:59 +00:00