waterson%netscape.com
9c5fa939f1
Updated Makefile.in for progress bar changes.
1998-10-13 02:43:56 +00:00
morse%netscape.com
61b4870db2
added a missing initialization
1998-10-09 14:56:58 +00:00
ramiro%netscape.com
c325116dc7
Fix IRIX dumbass-ness.
1998-10-09 05:24:57 +00:00
morse%netscape.com
d9571396f6
moved NET_GetTrustList from mkaccess.h to mkgeturl.h
1998-10-09 03:05:49 +00:00
mjudge%netscape.com
d7cb048db8
changing MOZ_MAIL_COMPOSE to MOZ_ENDER_MIME
1998-10-09 02:50:41 +00:00
mcafee%netscape.com
b7aa84df19
Don't stub out NET_GetPopUsername() for the SMART_MAIL case. a=akkana.
1998-10-09 00:37:09 +00:00
mcafee%netscape.com
74338136c6
Add pop3 for SMART_MAIL=1 case. a=akkana
1998-10-09 00:32:56 +00:00
waterson%netscape.com
1457b6ffc2
Touch down progress bar changes from PROGRESS_19981006_BRANCH. a=valeski.
1998-10-08 21:49:38 +00:00
law%netscape.com
5da4087d96
Fix for bug #301397 ; handle about:document from composer windows; approved by gagan
1998-10-08 21:39:49 +00:00
pinkerton%netscape.com
a0a3f0ffb9
fix build bustage. Declare prototype for NET_GetTrustList.
1998-10-06 23:20:54 +00:00
mjudge%netscape.com
9bd6d4cd6b
network changes for multipart related mime encoding with ender. gagan-ok
1998-10-06 22:12:52 +00:00
morse%netscape.com
618b648fb9
fix bugs with trust labels
1998-10-06 20:56:26 +00:00
tomw%netscape.com
9773eecb93
Pull changes forward from Nova.
...
New generalized hashing API.
1998-10-05 22:47:44 +00:00
cyeh%netscape.com
f31dc000c8
removing obsolete files. use MANIFEST instead.
1998-10-05 18:42:02 +00:00
cmanske%netscape.com
ddfc820a77
Added callback to tell Composer when username is entered when uploading. Fixed bug getting username, password for this dialog. Approved/reviewed by valeski
1998-10-02 22:19:06 +00:00
ramiro%netscape.com
586f305fcc
Add support for DGUX. These are simple #ifdefs that dont affect any other
...
platforms. Thanks to fraioli@dg-rtp.dg.com (Marc J. Fraioli) for providing
the patch.
1998-10-01 21:22:42 +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
valeski%netscape.com
8eed4aed55
HTTP header building optimization. reduced dependency on PL_strlen.
1998-09-30 21:45:18 +00:00
valeski%netscape.com
c8ae342f9d
fixed crasher. whoever did the mass removal of nspr20 #defines removed a necessary routine.
1998-09-29 23:36:58 +00:00
valeski%netscape.com
17ee0e3235
initializing line_buffer in build_http_request. added ability to set different http request versions and some optimizations.
1998-09-29 22:40:53 +00:00
cyeh%netscape.com
eec5d10a4a
Remove old NSPR20 #ifdefs
1998-09-29 21:02:23 +00:00
morse%netscape.com
e4641f4df5
fix bug 325820
1998-09-26 21:46:15 +00:00
rpotts%netscape.com
a7c2bc1be9
Fix build bustage of MODULAR_NETLIB...
1998-09-25 23:08:21 +00:00
mlm%netscape.com
bad7e1142a
Branch landing: Multithreading libmocha in mozilla.
...
- Add context parameter to LM_LockJS and friends.
1998-09-25 22:12:33 +00:00
mlm%netscape.com
6355bc6035
Branch landing: Multithreading libmocha in mozilla.
...
- Move jscookie.h to include directory.
- Add JS_BeginRequest and JS_EndRequest for thread safety.
1998-09-25 22:11:47 +00:00
akkana%netscape.com
cd464db8f4
Remove rosetta references from mail compose code
1998-09-24 21:46:32 +00:00
valeski%netscape.com
376dc6bfe3
mozilla - added mkprefs.h to the builds and replaced "*" pref strings with #defines.
...
nglayout - added get & set methods for http proxies to nsINetService.
1998-09-22 22:41:27 +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
morse%netscape.com
e62b32d8ea
avoid js crash in cookie viewer if cookie->host or cookie->path contain a quote
1998-09-19 15:15:59 +00:00
morse%netscape.com
54e31c00b0
display domain name instead of host name if domain is setting a cookie
1998-09-17 10:30:45 +00:00
morse%netscape.com
e72a74649c
second attempt to change Bool to PRBool
1998-09-16 20:18:05 +00:00
mcafee%netscape.com
8c7b38617a
Fixing Linux breakage. r=valeski
1998-09-16 05:48:26 +00:00
mcafee%netscape.com
a5b934d83b
Uninitialized variable compiler warnings on Linux
1998-09-16 04:59:00 +00:00
valeski%netscape.com
8bc9f6b3e5
? network/module/nsILoadAttribs.h
...
New nsIloadAttribs interface that defines the load attributes that are will be associated with a url.
? network/module/nsLoadAttribs.cpp
New nsIloadAttribs interface implementation.
M network/main/mkconect.c
Check for a new local ip address to use. If found PR_Bind() is called to bind the connecting socket to the new address.
M network/main/mkgeturl.c
Added logic to determine whether or not skip the proxy for the given url.
M network/main/mktcp.h
api change. Changed NET_BeginConnect() and NET_FinishConnect() function prototypes.
M network/module/MANIFEST
Added nsILoadAttribs.h to exports list
M network/module/Makefile
Added nsILoadAttribs.h to exports list and nsILoadAttribs.cpp to compile lists.
M network/module/makefile.win
Added nsILoadAttribs.h to exports list and nsILoadAttribs.cpp to compile lists.
M network/module/nsIURL.h
Added accessor methods to the url interface for nsILoadAttribs interface pointer.
M network/module/nsNetService.h
Added urlSetup method to class definition.
M network/module/nsNetService.cpp
Condensed url setup (from nsIURL properties to the actual url struct) into a helper routine. URL struct setup now transfers nsILoadAttributes over into the url struct.
M network/module/nsURL.cpp
Added nsILoadAttribs accessor method implementations to the url implementation.
M network/protocol/ftp/mkftp.c
api change. NET_*Connect().
M network/protocol/gopher/mkgopher.c
api change. NET_*Connect().
M network/protocol/http/mkhttp.c
api change. NET_*Connect().
M network/protocol/imap4/mkimap4.cpp
api change. NET_*Connect().
M network/protocol/nntp/mknews.c
api change. NET_*Connect().
M network/protocol/pop3/mkpop3.c
api change. NET_*Connect().
M network/protocol/smtp/mksmtp.c
api change. NET_*Connect().
1998-09-16 00:35:32 +00:00
gagan%netscape.com
a540b2abf7
Fix for bug # 323918.
1998-09-16 00:01:02 +00:00
gagan%netscape.com
0c36334a81
nu_cache changes.
1998-09-10 19:58:35 +00:00
cls%seawood.org
94d0672b0c
Updated.
1998-09-05 10:25:13 +00:00
akkana%netscape.com
9368d69852
Mailto landing (ifdef MOZ_MAIL_COMPOSE). Approved by valeski.
1998-09-04 18:59:53 +00:00
morse%netscape.com
efc4421e7b
enable trust labels for unix
1998-09-02 05:06:15 +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
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
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
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
valeski%netscape.com
0f008fad17
fixed memory leak a little more safely :)
1998-08-19 23:33:46 +00:00
valeski%netscape.com
0862ae1419
fixed memory leak
1998-08-19 23:32:43 +00:00
cls%seawood.org
84f1cedcbb
AUTOCONF_1_0 landing.
1998-08-19 20:42:14 +00:00
morse%netscape.com
fbd83c1497
fixed incorrect return type on NET_CookiePermission
1998-08-19 02:30:25 +00:00
morse%netscape.com
614353a324
changes for privacy-central pane
1998-08-18 20:00:37 +00:00
morse%netscape.com
c04648b8c7
fix bug in cookie viewer
1998-08-15 15:42:18 +00:00
guha%netscape.com
df981badea
output rfc822 (reviewed by rjc)
1998-08-15 01:33:39 +00:00
morse%netscape.com
e9120b7a73
fix problems in cookie viewer
1998-08-15 01:17:50 +00:00
sdagley%netscape.com
bafb230a6a
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
f144820e06
XP_WIN versions of the privacy FE dialogs
1998-08-12 21:46:09 +00:00
morse%netscape.com
590d9c981f
improved cookie viewer, approved by valeski
1998-08-12 03:59:45 +00:00
valeski%netscape.com
be5d366318
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
c24fb74738
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
0f09a8eff7
another memory leak and formatting changes
1998-08-11 04:52:12 +00:00
valeski%netscape.com
a6a2ce3e93
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
df7ed7fb7a
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
17dec56a44
Modified timing macros to include MWContext parameter.
1998-08-09 20:32:30 +00:00
guha%netscape.com
00b90f1e3e
pop in client
1998-08-05 22:47:23 +00:00
morse%netscape.com
7177ae2212
fix minor bugs, alphabetize items in cookie viewer lists
1998-08-05 03:34:16 +00:00
jgellman%netscape.com
d72a23b27a
whups! cpp ifdefs aren't the same as nmake ifdefs!
1998-08-04 22:59:24 +00:00
waterson%netscape.com
1420a5b95e
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
c8921958bf
Fix for 309403. Support for WebSTAR FTP server added.
1998-08-04 00:24:06 +00:00
guha%netscape.com
2f28e25b96
More random mail stuff
1998-08-03 22:22:40 +00:00
guha%netscape.com
7ad99699e4
Additions for Pop mail. Approved by Judson.
...
(ifdefed out)
1998-08-01 23:17:45 +00:00
morse%netscape.com
0eb74f814b
change for anonymous mode, reviewed by valeski
1998-08-01 14:52:41 +00:00
morse%netscape.com
223acd26c0
changes for anonymous mode, reviewed by valeski
1998-08-01 14:51:15 +00:00
gagan%netscape.com
c78b10e6bc
Fix for 309717 and 64550.
1998-07-30 02:32:48 +00:00
waterson%netscape.com
f85b66269f
Added runtime tracing calls. Approved by gagan.
1998-07-29 06:03:10 +00:00
vidur%netscape.com
e7551f3f13
Added PR_EXTERN_C macros necessry for Raptor
1998-07-24 23:52:27 +00:00
morse%netscape.com
db3025af97
fix bug 309831, reviewed by gagan
1998-07-24 23:38:25 +00:00
scullin%netscape.com
d8865c23f7
Really fix cookies for modular netlib.
1998-07-24 01:34:52 +00:00
valeski%netscape.com
7e812f0625
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
83144ffbbe
123018, changing http authentication mechanism.
1998-07-22 00:49:51 +00:00
scullin%netscape.com
bac101b36d
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
0b7890852b
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
b98d17893c
fix bug 159169, reviewed by rpotts & valeski
1998-07-09 00:37:11 +00:00
ricardob
292e48aa37
fix for free moz in unix
1998-07-02 23:50:34 +00:00
ricardob
2b8c5cc758
fix for free moz in unix
1998-07-02 23:42:42 +00:00
ricardob
f2c9adc953
put back include string, instead of glyph
1998-07-02 22:47:25 +00:00
ricardob
793015553a
changes for free mozilla and fix builds (also in mknews.c)
1998-07-02 22:43:34 +00:00
ricardob
810e15508a
changes for free mozilla
1998-07-02 22:42:36 +00:00
pierre
a056f5a6d9
First Checked In.
1998-07-02 10:20:18 +00:00
pierre
8fdc32e661
Mac MOZ_DARK
1998-07-02 02:38:19 +00:00
valeski
075a4efda1
fixed cookies reset by server bug. 241770, approved by don
1998-07-01 22:36:44 +00:00
atotic
2f53dacb18
MODULAR_NETLIB fixes for netlib
1998-06-27 00:16:36 +00:00
ricardob
8dd686f908
trying to fix compile error for HG22087 with rosetta.h
1998-06-25 20:03:52 +00:00
spider
cb94dae31e
NORMANDY_DDAY merge...
1998-06-25 05:50:45 +00:00
jgellman
12f927e293
adding empty files on the tip before adding them on the branch
1998-06-23 22:03:06 +00:00
jgellman
f2cbc9767b
adding empty files on the tip before adding real ones on the branch
1998-06-23 21:57:32 +00:00
jgellman
a0f1cd9499
adding empty files on tip before adding the real ones on the branch
1998-06-23 21:54:06 +00:00
valeski
e4c6d501b5
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
22a9aae211
122606: ftp password request text change. approved by don
1998-06-11 23:36:55 +00:00
morse
2e6dcc7781
cookie management changes
1998-06-08 04:14:31 +00:00
morse
36b678a6aa
change for cookie management
1998-06-07 16:07:47 +00:00
morse
a22cce2f2d
cookie management changes
1998-06-07 16:01:49 +00:00
morse
2423715c64
cookie management changes
1998-06-06 00:22:03 +00:00
scullin
c58f0c13b4
Moved xp_reg to network/utils/mkreg. It was only used in netlib, anyway.
1998-06-05 23:45:30 +00:00
scullin
58817386bf
Fix typo.
1998-06-05 21:47:00 +00:00
kipp
060bc0bd20
Use PL_strcasecmp so that netlib can link again when it's modular
1998-06-05 00:08:17 +00:00
danm
63a3151a5b
added internet keyword tooltip extraction a:don
1998-06-04 23:25:53 +00:00
scc
432f3ea897
First Checked In.
1998-06-04 22:51:07 +00:00
pinkerton
16ded12a47
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
cbc8c6d2bc
include xp_error
1998-06-04 06:51:17 +00:00
scullin
314c70ad58
Landing modular netlib on UNIX
1998-06-02 00:23:17 +00:00
scullin
5a868c0418
Start building mime type routines as separate library.
1998-06-01 18:29:28 +00:00
scullin
f4bdb23b32
Change XP_IS_ macros to NET_IS_ macros.
1998-05-29 23:04:49 +00:00
scullin
db05167115
Work on landing UNIX modular netlib
1998-05-29 22:54:31 +00:00
morse
3e767afc95
add htmldlgs.h to list of include files
1998-05-29 19:15:45 +00:00
morse
fffc4e7f2f
remove absolute path on include file
1998-05-29 19:15:05 +00:00
morse
e4997a7ba0
bug 122126, reviewed by valeski
1998-05-28 17:07:23 +00:00
scullin
0286a3fe89
Eliminate SOCKET_ERRNO and xp_sock.h
1998-05-28 00:17:37 +00:00
scullin
b9d1162d8f
Fix bool type mismatch.
1998-05-27 21:18:25 +00:00
morse
275291d77e
bug 122126, reviewd by valeski
1998-05-27 19:46:30 +00:00
morse
c9f58bbb02
bug 122126, reviewed by valeski
1998-05-27 19:34:31 +00:00
morse
a54073b93e
bug 122126, approved by valeski
1998-05-27 19:32:19 +00:00
scullin
12c53ea292
Strip out XP functions from last bug fix.
1998-05-27 18:50:54 +00:00
morse
971b18981e
bug 122126, reviewed by valeski
1998-05-27 08:06:33 +00:00
scullin
4c72e0374d
Change magic emacs line to reflect correct tab size.
1998-05-27 01:27:50 +00:00
sfraser
44e9956672
First Checked In.
1998-05-23 01:14:17 +00:00
rjc
662b8691bd
Fix FTP on Mac. (Approval by module owner: gagan)
1998-05-23 00:09:18 +00:00
scullin
213aa607f0
Landed raptor modular netlib stuff
1998-05-22 23:38:40 +00:00
guha
cf08af5b9b
Add prototype, temporary bug fix added.
1998-05-21 19:23:44 +00:00
guha
9572e18899
Cookie changes.
1998-05-21 19:08:38 +00:00
valeski
b649ebd978
fixing a purify UMR as reported by Kipp
1998-05-20 02:33:17 +00:00
montulli
64651aeb6f
fix commercial build
1998-05-19 03:28:35 +00:00
montulli
2107eb2421
fix commercial build
1998-05-19 03:22:20 +00:00
scullin
ac73d7d88c
Moving over from xp library to NSPR. Moved cvactive.h from include to
...
network/cnvts
1998-05-19 00:54:09 +00:00
sar
9efe1963d7
adding jtools to the include path
1998-05-13 17:53:28 +00:00
montulli
892ed3b3d0
add #mkgeturl.h
1998-05-11 21:41:26 +00:00
atotic
8adf0f0f65
Added an include of shist.h
1998-05-08 17:27:49 +00:00
montulli
5f12596688
add mkaccess to makefile fix warnings
1998-05-05 21:40:39 +00:00
montulli
3ab78d60c4
add glhist.h to fix compile warnings
1998-05-05 17:45:41 +00:00
montulli
0c6c3b1811
move bug fix over from lib/libnet
1998-05-01 23:30:33 +00:00
montulli
91b8db16bb
fix prototype
1998-05-01 02:24:39 +00:00
scullin
d6308a21ea
Added netcache requirement.
1998-05-01 00:58:36 +00:00
montulli
4cc9f5cf4a
fix proto
1998-05-01 00:04:12 +00:00