summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merging changes from the NSPRPUB_RELEASE_4_0_20000223 tag for autoconf,SeaMonkey_M14_no_crypto_RELEASESeaMonkey_M14_BRANCHleaf%mozilla.org2000-02-278-82/+186
| | | | mac fixes.
* fixup commit for branch 'SeaMonkey_M14_BRANCH'cvs2hg2000-02-180-0/+0
|
* Convert the positive error code returned by OTRcvDisconnect to thewtc%netscape.com2000-02-181-1/+2
| | | | negative error code. (NSPRPUB_RELEASE_4_0_BRANCH)
* Delete the blank line. I wanted to fix the file permission.wtc%netscape.com2000-02-181-1/+0
|
* Added a blank line. Prepare for next checkin.wtc%netscape.com2000-02-181-0/+1
|
* Add -DLINUX to the autoconf linux build. Thanks towtc%netscape.com2000-02-182-35/+40
| | | | | | Chris Seawood <cls@seawood.org> for the patch. Modified files: configure.in, configure (NSPRPUB_RELEASE_4_0_BRANCH)
* Update dummy file.wtc%netscape.com2000-02-181-0/+1
|
* More IPv6 clean up. Removed the leading underscore in _pr_s6_addr*.wtc%netscape.com2000-02-183-56/+56
| | | | | | Renamed struct _pr_in6_addr to struct PRIPv6Addr. Modified files: prio.h, pripv6.c, prnetdb.c (NSPRPUB_RELEASE_4_0_BRANCH)
* Fixed incorrect byte ordering.srinivas%netscape.com2000-02-181-5/+4
|
* Fixed typos in previous checkin.srinivas%netscape.com2000-02-181-2/+2
|
* Additional test cases for UDP. Use Ipv4-mapped addresses when using ansrinivas%netscape.com2000-02-181-8/+35
| | | | IPv6 socket to connect to an IPv4 socket.
* Add runtime detection of ipv6 support on Digital UNIX. Bugzilla 25153.wtc%netscape.com2000-02-181-1/+6
| | | | (NSPRPUB_RELEASE_4_0_BRANCH)
* NSPR should be auto-initialized. Bugzilla #28236.srinivas%netscape.com2000-02-171-0/+4
|
* Wake up waiting threads when we receive the T_DISCONNECT or T_ORDRELwtc%netscape.com2000-02-171-13/+42
| | | | | events. This fix is contributed by Mark Welch <mwelch@netscape.com>. (NSPRPUB_RELEASE_4_0_BRANCH)
* IPv6 code cleanup after code review.wtc%netscape.com2000-02-177-79/+18
| | | | | | Modified files: prio.h, prnetdb.h, pr/src/Makefile.in, pr/src/io/Makefile.in, pripv6.c, prnetdb.c, pr/tests/gethost.c (NSPRPUB_RELEASE_4_0_BRANCH)
* Only use HOST_CC for INTERNAL_TOOLS when cross-compiling as it's the only ↵cls%seawood.org2000-02-171-0/+2
| | | | time it actually matters. r,a=wtc
* Fixed print statement.srinivas%netscape.com2000-02-171-1/+1
|
* Added tests for Ipv6 sockets.srinivas%netscape.com2000-02-171-31/+94
|
* Bugzilla bug #27834: fixed PR_ntohll and PR_htonll byte swapping bug.wtc%netscape.com2000-02-171-14/+12
| | | | | Thanks to Doug Turner <dougt@netscape.com> for the bug report. (NSPRPUB_RELEASE_4_0_BRANCH)
* Added new test ntoh.c.wtc%netscape.com2000-02-174-0/+109
| | | | | | Modified files: pr/tests/Makefile, pr/tests/Makefile.in, runtests.ksh Added file: pr/tests/ntoh.c (NSPRPUB_RELEASE_4_0_BRANCH)
* Set PR_VERSION to "4.0" and PR_BETA to PR_FALSE.wtc%netscape.com2000-02-171-2/+2
| | | | (NSPRPUB_RELEASE_4_0_BRANCH)
* Added \n at end of printf string. Thanks to Kurt J. Lidl <lidl@pix.net>wtc%netscape.com2000-02-171-1/+1
| | | | for the fix. (NSPRPUB_RELEASE_4_0_BRANCH)
* Added new tests openfile.c and makedir.c.wtc%netscape.com2000-02-174-0/+210
| | | | | | Modified files: pr/tests/Makefile, pr/tests/Makefile.in Added files: makedir.c, openfile.c (NSPRPUB_RELEASE_4_0_BRANCH)
* union semun is defined by <sys/sem.h> on BSD/OS. Thanks towtc%netscape.com2000-02-161-1/+1
| | | | | Kurt J. Lidl <lidl@pix.net> for the patch. (NSPRPUB_RELEASE_4_0_BRANCH)
* Bugzilla bug #27955: added a static pattern rule to make every objectwtc%netscape.com2000-02-164-2/+50
| | | | | | | | | file depend on a dummy header file. Update the dummy header to force a full rebuild of NSPR in Mozilla's Tinderbox depend builds. Removed the old "depend: clean" hack. Modified files: nsprpub/Makefile.in, nsprpub/Makefile, rules.mk Added file: prdepend.h (NSPRPUB_RELEASE_4_0_BRANCH)
* Modified PR_CancelJob to allow cancellation of IO and timer jobs only.srinivas%netscape.com2000-02-163-117/+183
|
* Removed unused variables. (NSPRPUB_RELEASE_4_0_BRANCH)wtc%netscape.com2000-02-161-7/+0
|
* PR_NetAddrInetPort must check for PR_AF_INET6 family on all paltforms.srinivas%netscape.com2000-02-151-4/+0
| | | | Bugzilla 23815.
* Bugzilla bug #26520: the value of AF_INET6 on Mac OS X is 30.wtc%netscape.com2000-02-151-0/+2
| | | | (NSPRPUB_RELEASE_4_0_BRANCH)
* Define the 'depend' target to invoke GNU makefile's 'depend' target.wtc%netscape.com2000-02-151-4/+1
| | | | (NSPRPUB_RELEASE_4_0_BRANCH)
* Temporary depend:: clean hack.wtc%netscape.com2000-02-151-1/+1
| | | | (NSPRPUB_RELEASE_4_0_BRANCH)
* Added pripv6.c. r=wtcsfraser%netscape.com2000-02-151-0/+0
|
* Bugzilla bug #25127: removed the use of 'errno' because ENOSPC is notwtc%netscape.com2000-02-151-7/+5
| | | | | | | defined on the Mac. We don't really need to set or test 'errno' because inet_ntop and V6AddrToString only have one reason of failure (not enough space in the result buffer). (NSPRPUB_RELEASE_4_0_BRANCH)
* Update project for CodeWarrior Pro 5. r=wtcsfraser%netscape.com2000-02-151-0/+0
|
* The job lock should be held when updating status field. The PR_POLL_ERRsrinivas%netscape.com2000-02-121-0/+17
| | | | error, from PR_Poll, should be handled.
* Bugzilla bug #26520: define PR_AF_INET6 to have the same value aswtc%netscape.com2000-02-1215-0/+34
| | | | | | | | | | AF_INET6 in prcpucfg.h if AF_INET6 is defined on the platform. Otherwise, define PR_AF_INET6 to be 100 in prio.h. Modified files: prio.h, _aix32.cfg, _aix32in6.cfg, _aix64.cfg, _hpux32.cfg, _hpux64.cfg, _irix32.cfg, _irix64.cfg, _linux.cfg, _osf1.cfg, _solaris32.cfg, _solaris64.cfg, _unixware7.cfg, _win95.cfg, _winnt.cfg (NSPRPUB_RELEASE_4_0_BRANCH)
* Bugzilla bug #25970: changed NSPR_VERSION to 4 in configure scripts.wtc%netscape.com2000-02-122-2/+2
| | | | | Modified files: configure.in, configure (NSPRPUB_RELEASE_4_0_BRANCH)
* Construct the PRVersionDescription variable name by concatenation withwtc%netscape.com2000-02-114-8/+36
| | | | | | | | the PR_VMAJOR macro, so that we don't need to change it every time we change the major version number. Modified files: lib/ds/plvrsion.c, lib/libc/src/plvrsion.c, lib/prstreams/plvrsion.c, pr/src/prvrsion.c (NSPRPUB_RELEASE_4_0_BRANCH)
* BugZilla 23641. PR_ACCEPT_READ_BUF_OVERHEADlarryh%netscape.com2000-02-101-3/+9
|
* BugZilla 23641. Add macro PR_ACCEPT_READ_BUF_OVERHEADlarryh%netscape.com2000-02-101-2/+12
|
* Declare a buffer of the right size for PR_AcceptRead.wtc%netscape.com2000-02-108-14/+16
| | | | | | Modified files: accept.c, acceptread.c, ntioto.c, server_test.c, servr_kk.c, servr_ku.c, servr_uk.c, servr_uu.c (NSPRPUB_RELEASE_4_0_BRANCH)
* Include pprthred.h for PR_GetThreadAffinityMask.wtc%netscape.com2000-02-101-0/+1
| | | | (NSPRPUB_RELEASE_4_0_BRANCH)
* Bugzilla bug #24461: define access permission macros in prio.h.wtc%netscape.com2000-02-083-3/+40
| | | | | | Added comments for PR_OpenFile and PR_MakeDir. Modified files: prio.h, pripcsem.h, prshm.h (NSPRPUB_RELEASE_4_0_BRANCH)
* Bugzilla bug #26844: removed lib/prstreams from NSPR build scripts.NSPRPUB_RELEASE_4_0_BETAwtc%netscape.com2000-02-072-8/+0
| | | | | Modified files: lib/Makefile, lib/Makefile.in (NSPRPUB_RELEASE_4_0_BRANCH)
* Bugzilla bug #23815: test for a null 'addr' argument in accept,wtc%netscape.com2000-02-052-9/+26
| | | | | | | acceptread, and recvfrom functions. In prsocket.c, declare the local variable 'addrCopy'. Modified files: prsocket.c, ptio.c (NSPRPUB_RELEASE_4_0_BRANCH)
* Syncing with Pro 5 work from tip and enabling debug info on optimized build ↵sdagley%netscape.com2000-02-041-0/+0
| | | | so sfraser can debug optimized builds. r=sfraser
* Implement PR_QueueJob_Connect. Bugzilla #23951.srinivas%netscape.com2000-02-042-19/+44
|
* Bugsplat bug #361776: handle the different type of the 'len' argumentwtc%netscape.com2000-02-042-2/+8
| | | | | | to streambuf::setbuf in 64-bit AIX. Modified files: prstrms.h, prstrms.cpp (NSPRPUB_RELEASE_4_0_BRANCH)
* Bugzilla bug #23951: miscellaneous changes after code review.wtc%netscape.com2000-02-041-11/+12
| | | | (NSPRPUB_RELEASE_4_0_BRANCH)
* Bugzilla bug #23815: when pt_Accept does the PR_AF_INET6 to AF_INET6wtc%netscape.com2000-02-041-1/+1
| | | | | mapping, it needs to check for a NULL addr. (NSPRPUB_RELEASE_4_0_BRANCH)