summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'ANDREAS_URL2_BRANCH'ANDREAS_URL2_BRANCHcvs2hg2000-01-310-0/+0
* Bugzilla bug #21428: fixed LL_CMP and LL_UCMP so that they can be usedANDREAS_URL2_BASEwtc%netscape.com2000-01-311-4/+4
* Fixed bogus error messages. Thanks to Kurt J. Lidl <lidl@pix.net>wtc%netscape.com2000-01-281-2/+2
* Fix #25042. Moving PR_Init_Log proto from prlog.h to pprio.h as it is an inte...sdagley%netscape.com2000-01-282-6/+9
* Bugzilla bug #19150: removed prlink_mac.h and the mac-specificwtc%netscape.com2000-01-283-91/+0
* Bugzilla bug #17101: removed plevent.h and plevent.c. These two fileswtc%netscape.com2000-01-282-1611/+0
* Bugzilla bug #17101: move plevent.h and plevent.c from mozilla/nsprpubwtc%netscape.com2000-01-285-33/+0
* Added plevent.c and plevent.h back.wtc%netscape.com2000-01-261-0/+2
* Added plevent.h and plevent.c back.wtc%netscape.com2000-01-261-0/+2
* Added plevent.h back.wtc%netscape.com2000-01-261-0/+1
* re-add plevent.cblizzard%redhat.com2000-01-261-0/+1114
* re-add plevent.hblizzard%redhat.com2000-01-261-0/+497
* hrmblizzard%redhat.com2000-01-263-5/+0
* Bugzilla bug #17101: removed plevent.h and plevent.c fromwtc%netscape.com2000-01-262-1611/+0
* Bugzilla bug #23969: checked in dougt/bienvenu's modified fix.PLEVENT_MOVE_BASEwtc%netscape.com2000-01-251-2/+29
* Backed out previous checkin because it introduced bug #23969.wtc%netscape.com2000-01-221-10/+1
* Bugzilla bug #23969: checked in patches from dougt@netscape.com andwtc%netscape.com2000-01-211-1/+10
* 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