summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix for PDT+ bug 29908 "Crash on quit after using mail; horks machine". r=wtc...nscp_beta1_BRANCHgordon%netscape.com2000-03-151-5/+9
* fixup commit for branch 'nscp_beta1_BRANCH'cvs2hg2000-02-18143-4061/+3886
* Fix based on rogerl's keen analysis to ancient circa 1995 bug (19165).SeaMonkey_M13_BASENSPRPUB_RELEASE_4_0_BASENSIFILE_01202000_BASENSIFILE_01192000_BASEANDREAS_URL_BASEbrendan%mozilla.org2000-01-192-2/+2
* Added missing function argument type declarations.wtc%netscape.com2000-01-191-1/+1
* Add threadpool feature. Bugzilla #23951. rwtc.srinivas%netscape.com2000-01-187-0/+2149
* Fixed performance problem with pollable events on Win32.srinivas%netscape.com2000-01-181-0/+11
* Bugzilla bug #20770: CopyHostent should handle the possibility thatwtc%netscape.com2000-01-141-7/+15
* Bugzilla bug #20770: on Solaris, gethost.c needs to link with -lsocketwtc%netscape.com2000-01-141-1/+5
* Removed the assertion in PR_JoinThread. Returning PR_FAILURE is enough.wtc%netscape.com2000-01-141-2/+0
* Set the reuseaddr socket option before calling PR_Bind.wtc%netscape.com2000-01-141-0/+5
* Bugzilla bug #23694: added a global variable to control thewtc%netscape.com2000-01-141-7/+19
* Use only one definition of PipeAvailable and PipeAvailable64, whichwtc%netscape.com2000-01-122-16/+6
* Use PR_IMPLEMENT to define an exported function. Don't need extern whenwtc%netscape.com2000-01-121-3/+2
* Adding back rev 3.22 after fixing a typo. Update to OS/2 port; the buildsrinivas%netscape.com2000-01-111-21/+25
* Ok, that was lame. The comment: 'Added check for GNU as as we can only use c...cls%seawood.org2000-01-112-42/+62
* Bugzilla bug #23304: protypes.h should only test a macro defined inwtc%netscape.com2000-01-113-3/+9
* Merged minor fixes related to PR_Available and PR_Sync for pipeswtc%netscape.com2000-01-116-9/+53
* Previous checkin broke Linux build.srinivas%netscape.com2000-01-101-25/+21
* BugZilla 19247. FreeBSD uses /dev/random toolarryh%netscape.com2000-01-101-1/+1
* Update to OS/2 port; the build now uses OS_ARCH=OS2, in place of WINNT.srinivas%netscape.com2000-01-1047-220/+535
* Backed out the NSPR 3.5.1 merge. Mozilla client cannot exit on shutdown.wtc%netscape.com2000-01-089-187/+776
* Backed out the previous checkin (found a better fix).wtc%netscape.com2000-01-081-1/+0
* For platforms that don't implement PR_CreatePipe, define PipeAvailablewtc%netscape.com2000-01-081-0/+14
* Define _MD_PIPEAVAILABLE for mac (simply returns -1).wtc%netscape.com2000-01-081-0/+1
* Temporary depend:clean hack.wtc%netscape.com2000-01-082-2/+2
* Merged the fixes in NSPR 3.5.1 to the main trunk.wtc%netscape.com2000-01-089-776/+173
* Add new API declaration, NSPR_API. Bugzilla #12913.srinivas%netscape.com2000-01-0752-768/+768
* Sync'd Makefile.in's to reflect srinivas' NSPR API changes.NSIFILE_0106200_BASEcls%seawood.org2000-01-0618-19/+61
* Backed out previous checkin; NSPR_API needs to be defined for Mac.srinivas%netscape.com2000-01-061-4/+4
* Support platform-specific import declaration for public NSPR functions.srinivas%netscape.com2000-01-0618-4/+83
* A more efficient implementation for OpenVMS using event flags, contributedwtc%netscape.com2000-01-041-1/+82
* Bugzilla bug #22549: fixed a problem in the previous checkin that usedwtc%netscape.com1999-12-301-10/+10
* 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
* Bugzilla bug #22549: made PR_Read/PR_Write for sockets equivalent towtc%netscape.com1999-12-291-4/+14
* Implement block/unblock interrupt. Bugzilla #17055.srinivas%netscape.com1999-12-291-3/+5
* Backed out previous checkin for build breakage on Mac/Win.srinivas%netscape.com1999-12-241-5/+3
* Minimize spurious notifications when interrupts are blocked.srinivas%netscape.com1999-12-242-4/+6
* PR_FindSymbol looks up a symbol only in the specified library.srinivas%netscape.com1999-12-231-3/+1
* Pedantic changes: use the exact types as documented for AIX send_file().wtc%netscape.com1999-12-231-3/+5
* Added a little logging to the OpenVMS code. (Contributed by Colin Blakewtc%netscape.com1999-12-231-3/+7
* Checked in NetBSD/MIPS port contributed by Tom Weinsteinwtc%netscape.com1999-12-222-1/+5
* Fixed pthreads build problems on OpenBSD (Bugzilla bug #20529) and FreeBSD.wtc%netscape.com1999-12-225-20/+23
* NetBSD has System V semaphores and shared memory.wtc%netscape.com1999-12-221-0/+2
* Fixed use of uninitialized variable. Bugzilla #21201.srinivas%netscape.com1999-12-221-0/+1
* Fixed PR_SetThreadAffinityMask, which returned random value on Irix.srinivas%netscape.com1999-12-221-0/+2
* 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
* Bugzilla bug #20528: UnixWare 7 has long longs, so add a new _unixware7.cfgwtc%netscape.com1999-12-222-0/+125
* Pass LL_ZERO instead of 0 as the second argument to PR_MemMap so thatwtc%netscape.com1999-12-221-2/+2