summaryrefslogtreecommitdiff
path: root/pr/tests
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla bug #38599: added new test prpollml.c. This test should bewtc%netscape.com2000-06-094-0/+118
* Corrected typo.wtc%netscape.com2000-06-032-2/+2
* Added #include <string.h> for memset.wtc%netscape.com2000-06-021-0/+2
* Added #include <string.h> for strcmp and memset.wtc%netscape.com2000-06-021-0/+1
* Added parentheses to remove nested if-else ambiguity.wtc%netscape.com2000-06-021-2/+6
* Bugzilla bug #39731: added new tests pipeping2.c and pipepong2.cwtc%netscape.com2000-05-315-0/+289
* Bugzilla bug #34920: added new test acceptreademu.c to testwtc%netscape.com2000-05-264-1/+287
* Bugzilla bug #34920: test PR_EmulateSendFile.wtc%netscape.com2000-05-261-0/+53
* Bugzilla bug #39674: added a test selintr.c to verify that the select()wtc%netscape.com2000-05-254-0/+65
* BugZilla 25981. PR_GetNumberOfCpus()larryh%netscape.com2000-05-231-0/+1
* Bugzilla bug #39110: removed the test freeif.c from the makefile andwtc%netscape.com2000-05-223-3/+0
* Improved the test a little.wtc%netscape.com2000-05-221-0/+9
* Bugzilla bug #39110: added a new test freeif.c to catch this bug.wtc%netscape.com2000-05-224-0/+50
* Added the peek.c test to runtests.ksh.wtc%netscape.com2000-05-081-0/+1
* Non-blocking PR_Connect fails with PR_IN_PROGRESS_ERROR as opposed towtc%netscape.com2000-05-041-24/+36
* Bugzilla bug #17223: added the PR_MSG_PEEK (with same value as MSG_PEEK)wtc%netscape.com2000-05-033-0/+363
* Bugzilla bug #37146: fixed the output of the test.wtc%netscape.com2000-04-251-20/+24
* Bugzilla bug #5757: added a while loop around the PR_Wait call.wtc%netscape.com2000-03-221-6/+7
* Implemented a new style stack of IO layers with a fixed, dummy header.srinivas%netscape.com2000-03-171-0/+70
* Added new functions to look up function symbols in dynamic libraries.srinivas%netscape.com2000-03-141-3/+3
* Bugzilla bug #31697: Mac OS X (Rhapsody) port, based on the patch thatwtc%netscape.com2000-03-142-2/+2
* Bugzilla bug #30746: added a new test primblok.c to show that NSPR I/Owtc%netscape.com2000-03-094-0/+132
* Bugzilla bug #31049: pass both null and non-null 'addr' argument towtc%netscape.com2000-03-091-2/+6
* Bugzilla bug #31120: added a new test intrio.c to reproduce this bug.wtc%netscape.com2000-03-094-0/+153
* Bugzilla bug #30367: define uint for Neutrino. Rearranged the ifdef'swtc%netscape.com2000-03-073-0/+66
* Merged NSPR 4.0 release onto the main trunk.NSPRPUB_RELEASE_4_0_ON_MAIN_TRUNKwtc%netscape.com2000-03-031-20/+9
* Removed #if !defined(DEBUG). Bugzilla #29181.wtc%netscape.com2000-03-011-2/+0
* PR_SetThreadPrivate should be passed an invalid key for the failure case.srinivas%netscape.com2000-03-011-2/+2
* Landed NSPRPUB_RELEASE_4_0_20000223 onto the main trunk.wtc%netscape.com2000-02-2336-272/+1093
* Pro5 updatescc%netscape.com2000-02-071-0/+0
* Access path updates in anticipation of update to CW Pro5 (#25949). r=pinkertonJAR_20000216_BASEsdagley%netscape.com2000-02-011-0/+0
* Fixed bogus error messages. Thanks to Kurt J. Lidl <lidl@pix.net>wtc%netscape.com2000-01-281-2/+2
* Add threadpool feature. Bugzilla #23951. rwtc.srinivas%netscape.com2000-01-183-0/+934
* Bugzilla bug #20770: on Solaris, gethost.c needs to link with -lsocketwtc%netscape.com2000-01-141-1/+5
* Set the reuseaddr socket option before calling PR_Bind.wtc%netscape.com2000-01-141-0/+5
* Update to OS/2 port; the build now uses OS_ARCH=OS2, in place of WINNT.srinivas%netscape.com2000-01-1011-34/+86
* Sync'd Makefile.in's to reflect srinivas' NSPR API changes.NSIFILE_0106200_BASEcls%seawood.org2000-01-061-14/+16
* Bugzilla bug #18511: on Windows NT, the IP_MULTICAST_TTL option cannot bewtc%netscape.com1999-12-291-4/+8
* Added a test to join with an unjoinable thread.wtc%netscape.com1999-12-291-0/+46
* Fixed pthreads build problems on OpenBSD (Bugzilla bug #20529) and FreeBSD.wtc%netscape.com1999-12-221-18/+13
* Bugzilla bug #5802: call PR_Bind and PR_Listen before passing thewtc%netscape.com1999-12-221-9/+17
* Bugzilla bug #21651: call PR_Listen on the listening socket before passingwtc%netscape.com1999-12-221-9/+14
* Pass LL_ZERO instead of 0 as the second argument to PR_MemMap so thatwtc%netscape.com1999-12-221-2/+2
* Print error codes if PR_Connect() fails.wtc%netscape.com1999-12-041-1/+2
* BugZilla: 19247. Add support for VMS, QNX, NTOlarryh%netscape.com1999-11-291-1/+5
* Ported script to Windows 95.wtc%netscape.com1999-11-201-1/+10
* Allow specification of timeout for test programs.wtc%netscape.com1999-11-191-3/+31
* Added test case for PR_Available on pipes.wtc%netscape.com1999-11-191-0/+79
* BugZilla: 19247. PR_GetRandomNoise()larryh%netscape.com1999-11-183-0/+145
* Added a new test sendzlf.c, which sends a zero-length file with PR_SendFilewtc%netscape.com1999-11-184-0/+230