summaryrefslogtreecommitdiff
Commit message (Expand)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
* 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
* 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
* 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
* 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
* Add runtime detection of ipv6 support on Digital UNIX. Bugzilla 25153.wtc%netscape.com2000-02-181-1/+6
* 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
* IPv6 code cleanup after code review.wtc%netscape.com2000-02-177-79/+18
* Only use HOST_CC for INTERNAL_TOOLS when cross-compiling as it's the only tim...cls%seawood.org2000-02-171-0/+2
* 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
* Added new test ntoh.c.wtc%netscape.com2000-02-174-0/+109
* Set PR_VERSION to "4.0" and PR_BETA to PR_FALSE.wtc%netscape.com2000-02-171-2/+2
* Added \n at end of printf string. Thanks to Kurt J. Lidl <lidl@pix.net>wtc%netscape.com2000-02-171-1/+1
* Added new tests openfile.c and makedir.c.wtc%netscape.com2000-02-174-0/+210
* union semun is defined by <sys/sem.h> on BSD/OS. Thanks towtc%netscape.com2000-02-161-1/+1
* Bugzilla bug #27955: added a static pattern rule to make every objectwtc%netscape.com2000-02-164-2/+50
* 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 bug #26520: the value of AF_INET6 on Mac OS X is 30.wtc%netscape.com2000-02-151-0/+2
* Define the 'depend' target to invoke GNU makefile's 'depend' target.wtc%netscape.com2000-02-151-4/+1
* Temporary depend:: clean hack.wtc%netscape.com2000-02-151-1/+1
* 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
* 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
* Bugzilla bug #26520: define PR_AF_INET6 to have the same value aswtc%netscape.com2000-02-1215-0/+34
* Bugzilla bug #25970: changed NSPR_VERSION to 4 in configure scripts.wtc%netscape.com2000-02-122-2/+2
* Construct the PRVersionDescription variable name by concatenation withwtc%netscape.com2000-02-114-8/+36
* 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
* Include pprthred.h for PR_GetThreadAffinityMask.wtc%netscape.com2000-02-101-0/+1
* Bugzilla bug #24461: define access permission macros in prio.h.wtc%netscape.com2000-02-083-3/+40
* Bugzilla bug #26844: removed lib/prstreams from NSPR build scripts.NSPRPUB_RELEASE_4_0_BETAwtc%netscape.com2000-02-072-8/+0
* Bugzilla bug #23815: test for a null 'addr' argument in accept,wtc%netscape.com2000-02-052-9/+26
* Syncing with Pro 5 work from tip and enabling debug info on optimized build s...sdagley%netscape.com2000-02-041-0/+0
* 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
* Bugzilla bug #23951: miscellaneous changes after code review.wtc%netscape.com2000-02-041-11/+12
* Bugzilla bug #23815: when pt_Accept does the PR_AF_INET6 to AF_INET6wtc%netscape.com2000-02-041-1/+1