summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge to 1.6 branchFIREFOX_0_8_RELEASEFIREBIRD_0_8_BRANCHben%bengoodger.com2004-01-121-0/+9
|
* fixup commit for branch 'FIREBIRD_0_8_BRANCH'THUNDERBIRD_M4_BASETHUNDERBIRD_0_5_RELEASEMOZILLA_1_6_20031218_BASEcvs2hg2003-12-160-0/+0
|
* Bugzilla bug 228621: regenerated this file with the correct version ofwchang0222%aol.com2003-12-161-171/+69
| | | | | autoconf. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 226470: use a C compiler rather than a C++ compiler to compilewchang0222%aol.com2003-12-152-79/+175
| | | | | | | C code. Removed -qarch=com, which is the default for the compiler now. This patch is contributed by Philip K. Warren <pkw@us.ibm.com>. a=mkaply for Mozilla 1.6. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* fixes bug 222031 "OSX getaddrinfo returns concatenated results from ↵THUNDERBIRD_0_4_BASEMOZILLA_1_6b_RELEASEdarin%meer.net2003-11-272-2/+20
| | | | /etc/hosts and DNS, which breaks /etc/hosts based ad blocking" r=wtc a=dbaron
* fixes bug 216021 "chekesp error if i link against a msvcrt that is built ↵THUNDERBIRD_M3_BASEdarin%meer.net2003-11-185-17/+26
| | | | with strict calling rules" patch=wtc r=darin
* fixes bug 226022 "overflow error in PR_Poll means timeout < 1 second returns ↵darin%meer.net2003-11-184-8/+4
| | | | too quickly" patch=brofield@jellycan.com r=wtc,darin
* Bugzilla bug 219913: define _PR_HAVE_THREADSAFE_GETHOST for OS/2 so thatwchang0222%aol.com2003-11-163-40/+24
| | | | | | | | we can issue concurrent gethostbyname calls. Moved the definition of _PR_GLOBAL_THREADS_ONLY, BSD_SELECT, and TCPV40HDRS from configure.in to _os2.h. Modified Files: configure configure.in _os2.h Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Brought the NSPRPUB_PRE_4_2_CLIENT_BRANCH in sync with the tip.wchang0222%aol.com2003-11-166-11/+21
| | | | | | Modified Files: os_Linux_x86.s solaris.c prtime.c pr/tests/Makefile.in runtests.ksh runtests.sh Added File: pr/tests/formattm.c
* Bugzilla bug 224707: added Linux HPPA support. The patch came from thewchang0222%aol.com2003-11-162-0/+47
| | | | | | Debian Mozilla package (maintainer is Takuo KITAME <kitame@debian.org>). Modified Files: _linux.cfg _linux.h Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 207803: added 64-bit UltraSPARC FreeBSD support to NSPR. Thewchang0222%aol.com2003-11-154-22/+76
| | | | | | | patch was contributed by Joe Marcus Clarke <marcus@freebsd.org>, Thomas Moestl <tmm@FreeBSD.org>, and Kris Kennaway <kris@freebsd.org>. r=wtc. Modified Files: configure configure.in _freebsd.cfg _freebsd.h Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 225260: link NSPR dynamic shared libraries with thewchang0222%aol.com2003-11-132-2/+2
| | | | | -headerpad_max_install_names option. sr=fraser. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* fixes bug 223811 "getaddrinfo returns 3 addrinfo structs for each IP addressdarin%meer.net2003-10-311-0/+9
| | | | [was: very long timeout for retrying IPv6 to IPv4 addresses]" r=wtc
* fixup commit for branch 'NSPRPUB_PRE_4_2_CLIENT_BRANCH'cvs2hg2003-10-241-0/+56
|
* Bugzilla bug 179828: released plarena.h and plarena.c under theTHUNDERBIRD_M2_BASEMOZILLA_1_6a_RELEASEwchang0222%aol.com2003-10-192-43/+51
| | | | | MPL/GPL/LGPL tri-license. r=gerv,wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 221385: we need to set tm_zone and tm_gmtoff on FreeBSD, too.wchang0222%aol.com2003-10-131-1/+1
| | | | | The patch is contributed by Tai-hwa Liang <fk9cs702@sneakemail.com>. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 221124: declare variables with const. Thanks towchang0222%aol.com2003-10-091-4/+4
| | | | | timeless@bemail.org for the patch. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* fixes bug 220020 "PR_EnumerateAddrInfo should not special case port 0" r=wtcdarin%meer.net2003-09-231-2/+4
|
* Removed all obsolete <OS>.mk files, which have been replaced by thewtc%netscape.com2003-09-1832-3381/+0
| | | | | configure script. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 208973: removed obsolete Mac classic CFM build files.wtc%netscape.com2003-09-187-8317/+0
|
* Bugzilla bug 219487: fixed build failure on OpenVMS. struct addrinfo iswtc%netscape.com2003-09-181-1/+3
| | | | | | defined in <netdb.h>. We use AI_CANONNAME, a macro to be used with struct addrinfo, to detect that. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 219061: fixed build failure on OSF1. struct addrinfo iswtc%netscape.com2003-09-171-1/+3
| | | | | | defined in <netdb.h> on recent Tru64 Unix releases. We use AI_CANONNAME, a macro to be used with struct addrinfo, to detect that. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 218967: do not initialize unsigned chars with characterwtc%netscape.com2003-09-171-16/+16
| | | | | | | constants '\ddd' where ddd is an octal number larger than 127 (decimal). Such character constants have negative integer values if 'char' is signed. Thanks to timeless@bemail.org for the bug report and a suggested fix. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 124958: the pthread priority range is 0-31 on OpenBSD.wtc%netscape.com2003-09-161-1/+4
| | | | | | The patch is contributed by Mats Palmgren <mats.palmgren@bredband.net>. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 215581: checked in the rest of the GCC 3.2.2 for OS/2 changeswtc%netscape.com2003-09-163-20/+7
| | | | | | from Javier Pedemonte <pedemont@us.ibm.com>. Modified Files: prio.h prtypes.h os2misc.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* White space change to force the Mozilla tinderboxes to rebuild.wtc%netscape.com2003-09-161-0/+1
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 215581: build with GCC 3.2.2 for OS/2. The patch iswtc%netscape.com2003-09-1620-251/+131
| | | | | contributed by Javier Pedemonte <pedemont@us.ibm.com>. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* fixup commit for branch 'NSPRPUB_PRE_4_2_CLIENT_BRANCH'cvs2hg2003-09-163-0/+138
|
* Bugzilla bug 124958: Checked in OpenBSD changes from Mats Palmgrenwtc%netscape.com2003-09-164-5/+53
| | | | | | | <mats.palmgren@bredband.net>. Added support for 64-bit SPARC v9, ELF objects, etc. Modified Files: _openbsd.cfg prlink.c prnetdb.c prtime.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* When calling windres, use a temp file to work around resouce issues.seawood%netscape.com2003-09-152-24/+26
| | | | Bug #213281 r=wtc
* White space change to force the Mozilla tinderboxes to rebuild.wtc%netscape.com2003-09-131-1/+0
|
* fix mingw/vc7 bustagewtc%netscape.com2003-09-131-1/+4
|
* Brought the NSPRPUB_PRE_4_2_CLIENT_BRANCH in synch with the tip.wtc%netscape.com2003-09-1316-47/+173
|
* Bugzilla bug 219104: handle sockaddr structures that have a sa_len field.wtc%netscape.com2003-09-131-0/+1
| | | | | | That field should not be copied to PRNetAddr's. The patch is contributed by David Baron <dbaron@mozilla.org>. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* fix mingw/vc7 bustagedarin%meer.net2003-09-121-1/+4
|
* A white space change to force the Mozilla tinderboxes to rebuild.wtc%netscape.com2003-09-111-0/+1
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Use the current PR_GetAddrInfoByName prototype.wtc%netscape.com2003-09-111-1/+2
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Define _PR_INET6 on Solaris 8 or higher because they have IPv6.wtc%netscape.com2003-09-112-19/+54
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Set NSPR version to 4.5 Beta.wtc%netscape.com2003-09-111-2/+2
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 158240: fixed a crash on startup if NSPR_LOG_FILE is set onwtc%netscape.com2003-09-111-2/+2
| | | | | | BeOS. The patch is contributed by arougthopher@lizardland.net (Paul). r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* patch for bug 211501 "NSPR should provide getaddrinfo" r=wtcdarin%meer.net2003-09-1121-48/+569
|
* Bugzilla bug 217501: specify the standard AIX libpath (/usr/lib:/lib) whenwtc%netscape.com2003-08-302-5/+5
| | | | | | | building NSPR libraries, otherwise the path passed to the -L linker flag is added to the head the libpath. The patch is contributed by Philip K. Warren <pkw@us.ibm.com>. r=wtc. a=asa for checkin to Mozilla 1.5. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Avoid pulling in libdl on OSX.seawood%netscape.com2003-07-172-66/+68
| | | | | Thanks to Josh Soref <timeless@bemail.org> for the patch. Bug #212708 r=wtc
* Bug 212566: _pr_ipv6_v6only_on_by_default needs to be defined for DARWINwtc%netscape.com2003-07-141-18/+28
| | | | | | | | under all cases, not just when _PR_INET6_PROBE is defined, because _PR_INET6_PROBE is only defined when Mac OS X deployment target is 10.1. Bug 211512: defined IPV6_V6ONLY if it's not defined so that we can build on Mac OS X 10.1, where this macro is not defined. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 126937: implement PR_GetSysfdTableMax and PR_SetSysfdTableSize forwtc%netscape.com2003-07-091-4/+18
| | | | | | OS/2. The patch is contributed by Michael Kaply <mkaply@us.ibm.com>. r=pedemont. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 211512: worked around Mac OS X Panther Beta's bug that the IPV6_V6ONLYwtc%netscape.com2003-07-091-6/+32
| | | | | socket option is turned on by default. r=bryner. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Use standard __declspec keyword instead of _declspec.seawood%netscape.com2003-06-251-13/+8
| | | | Bug #202826 r=wtc
* Bug 207614: fixed the way prcpucfg.h is created on OpenVMS so that itsCFM_LAST_RITESwtc%netscape.com2003-06-061-1/+9
| | | | | modified time doesn't get updated whenever we do "gmake export". Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 207421: use /Op to disable some floating-point optimizations of MSVCwtc%netscape.com2003-06-061-0/+10
| | | | | | 6.0 Processor Pack because they make the floating-point calculations in prdtoa.c produce incorrect results. r=cls. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 206815: fixed a benign UMR in the PR_Poll implementations based onwtc%netscape.com2003-05-232-0/+2
| | | | | | | | poll(). We should initialize the events field of the pollfd structure when we set the fd field to -1 even though the events field is ignored if the fd field is negative. Modified Files: ptio.c uxpoll.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH