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

43 Коммитов

Автор SHA1 Сообщение Дата
dveditz%netscape.com 962801384f remove obsolete header 1999-04-28 00:09:12 +00:00
briano%netscape.com ae6e485be5 Switched back to building both shared and static libs by default. 1999-03-23 04:26:03 +00:00
alecf%netscape.com 8520ba6cd1 add NPL and comment for LXR 1998-12-24 01:07:29 +00:00
alecf%netscape.com 54f09897ee use new RFC822 parser & factory
use new XPCOM offline state
fix PR_smprintf formatting
1998-12-24 01:07:12 +00:00
alecf%netscape.com 668a890646 removal of SetNewsgroupPassword / GetNewsgroupPassword - start using the new API 1998-12-22 04:59:39 +00:00
alecf%netscape.com babb954add News Hosts and Article Lists are now XPComified. 1998-12-22 02:14:08 +00:00
alecf%netscape.com 5940bd6852 jefft@netscape.com's changes to eliminate calls to libmsg/libmime when composing
a cancel message
1998-12-21 22:47:04 +00:00
alecf%netscape.com d43ca7d6d2 don't go into public yet 1998-12-21 22:45:56 +00:00
alecf%netscape.com 5aacdf735d libmsg interfaces moved to mailnews/news/public 1998-12-21 22:32:34 +00:00
alecf%netscape.com af50842c98 XPCOMify access to nsIMsgXOVERParser 1998-12-19 01:59:32 +00:00
alecf%netscape.com 909ee1fe29 update makefiles to reflect XPComification 1998-12-19 01:59:07 +00:00
alecf%netscape.com 75278c3477 Add the NPL 1998-12-19 01:48:35 +00:00
alecf%netscape.com bc1fd1596d update interfaces slightly to include nsISupports and use it 1998-12-19 01:19:51 +00:00
alecf%netscape.com 0d4d8ebaf6 XPCOMify news hosts by using nsIMsgNewsHost instead of MSG_NewsHost 1998-12-18 23:07:08 +00:00
alecf%netscape.com 1010a40350 placeholder IDLs (eventually to go into libmsg) 1998-12-18 23:02:02 +00:00
alecf%netscape.com 232cf00fa0 start pluggin in XPCOM calls for nsIMsgXOVERParser and nsIMsgNewsArticleList 1998-12-18 05:21:44 +00:00
alecf%netscape.com e8b7eb288f use #defines instead of hardcoded response codes 1998-12-18 04:22:23 +00:00
shaver%netscape.com af51904fec resprinkle NO_STATIC_LIB, but spare libpng so that viewer is cool. Also, repair some viewer/apprunner link foibles 1998-12-18 02:55:23 +00:00
alecf%netscape.com 3894d3530e fix warnings/format problems 1998-12-18 02:48:57 +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
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
ramiro%netscape.com e2b921bf3c Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +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
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
cyeh%netscape.com f31dc000c8 removing obsolete files. use MANIFEST instead. 1998-10-05 18:42:02 +00:00
cyeh%netscape.com eec5d10a4a Remove old NSPR20 #ifdefs 1998-09-29 21:02:23 +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
cls%seawood.org 84f1cedcbb AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +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
ricardob 810e15508a changes for free mozilla 1998-07-02 22:42:36 +00:00
pierre 8fdc32e661 Mac MOZ_DARK 1998-07-02 02:38:19 +00:00
spider cb94dae31e NORMANDY_DDAY merge... 1998-06-25 05:50:45 +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
scc 432f3ea897 First Checked In. 1998-06-04 22:51:07 +00:00
scullin f4bdb23b32 Change XP_IS_ macros to NET_IS_ macros. 1998-05-29 23:04:49 +00:00
scullin 0286a3fe89 Eliminate SOCKET_ERRNO and xp_sock.h 1998-05-28 00:17:37 +00:00
morse a54073b93e bug 122126, approved by valeski 1998-05-27 19:32:19 +00:00
sfraser 44e9956672 First Checked In. 1998-05-23 01:14:17 +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
montulli e302ceefde 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