summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bugzilla bugs #17558 and #26479: PR_Open and PR_OpenFile need towtc%netscape.com2000-02-041-0/+11
* Bugzilla bug #23642: removed obsolete functions PR_GetSockOpt,wtc%netscape.com2000-02-0312-451/+25
* Declare libVersionPoint(), which is no longer (and cannot be) declaredwtc%netscape.com2000-02-031-0/+2
* Added comments explaining how to define the libVersionPoint() functionwtc%netscape.com2000-02-031-0/+12
* Bugzilla bug #23951: first round of code review changes for threadwtc%netscape.com2000-02-036-23/+20
* Bugzilla bug #25127: added a test program addrstr.c forwtc%netscape.com2000-02-023-0/+97
* Bugzilla bug #25127: improve upon John Myers's StringToV6Addr() andwtc%netscape.com2000-02-021-44/+53
* The Ipv4 loopback addresses should be converted to Ipv4-mapped Ipv6srinivas%netscape.com2000-02-022-6/+2
* Bugzilla bug #25970: updated the version compatibility check algorithmwtc%netscape.com2000-02-012-12/+17
* Bugzilla #25970: do not need to define PR_VMAJOR_STR in prinit.h.wtc%netscape.com2000-02-015-5/+20
* Fixed a 'AF_INET6-not-defined" error in previous checkin. Bugzilla 25111.srinivas%netscape.com2000-02-011-1/+5
* Bugzilla bug #25970: changed the NSPR version to "4.0 Beta".wtc%netscape.com2000-02-012-6/+6
* Bugzilla bug #21428: added test cases to reproduce the LL_CMP(<=) bug.wtc%netscape.com2000-02-011-2/+110
* Fixed PR_GetHostByAddr() to handle Ipv6 addresses correctly.srinivas%netscape.com2000-01-314-23/+91
* Bugzilla bug #21428: fixed LL_CMP and LL_UCMP so that they can be usedwtc%netscape.com2000-01-311-4/+4
* comment cleanuplarryh%netscape.com2000-01-311-41/+1
* Add runtime detection of ipv6 support on Linux and Solaris. Bugzilla 25153.srinivas%netscape.com2000-01-311-4/+33
* Add runtime detection of ipv6 support on Linux and Solaris. Bugzilla 25153.srinivas%netscape.com2000-01-297-33/+148
* Fixed bogus error messages. Thanks to Kurt J. Lidl <lidl@pix.net>wtc%netscape.com2000-01-281-2/+2
* Fixed byte ordering for IPv6 loopback address. Added new function,srinivas%netscape.com2000-01-284-59/+317
* Fix #25042. Moving PR_Init_Log proto from prlog.h to pprio.h as it is an internawtc%netscape.com2000-01-282-6/+9
* Bugzilla bug #17101: move plevent.h and plevent.c from mozilla/nsprpubwtc%netscape.com2000-01-287-1644/+0
* Bugzilla bug #19150: removed prlink_mac.h and the mac-specificwtc%netscape.com2000-01-283-91/+0
* Bugzilla bug #24542: removed the private exported funcitonwtc%netscape.com2000-01-272-244/+110
* Bugzilla bug #24461: compute the size of an ACL (using the algorithmwtc%netscape.com2000-01-271-4/+7
* The error PR_ADDRESS_NOT_SUPPORTED_ERROR should be returned when ipv4srinivas%netscape.com2000-01-272-40/+86
* Bugzilla bug #24461: change the file access rights mapping table to usewtc%netscape.com2000-01-272-10/+28
* PR_MakeDir should call nspr initialization (needed on Windows, at least).wtc%netscape.com2000-01-271-0/+1
* BugZilla 5451. Update after code review commentslarryh%netscape.com2000-01-271-12/+14
* Windows doesnot do timeout correctly. add bigfile[2,3], mbcs to list of tests...larryh%netscape.com2000-01-271-23/+65
* BugZilla #25140. multi-byte filenamelarryh%netscape.com2000-01-272-0/+169
* BugZilla 25140, 5451. multi-byte char-set handling. Big file handling on NTlarryh%netscape.com2000-01-261-15/+24
* BugSplat 25140. multi-byte char-set handling on Win32larryh%netscape.com2000-01-261-7/+10
* Modified PR_IsNetAddrType to recognize Ipv4-mapped loopback and unspecifiedsrinivas%netscape.com2000-01-262-32/+69
* Return ipv4 and ipv6 addresses when PR_AI_ADDRCONFIG or PR_AI_ALL is set.srinivas%netscape.com2000-01-261-30/+30
* Fixed errors in previous checkin for Bugzilla #23815. Removed referencessrinivas%netscape.com2000-01-265-25/+38
* Bugzilla bug #24461: changed the Windows implementation ofwtc%netscape.com2000-01-2615-22/+195
* Print error codes on failure. (NSPRPUB_RELEASE_4_0_BRANCH)wtc%netscape.com2000-01-262-4/+8
* Delete PR_SetIPv6Enable. Bugzilla 23815.srinivas%netscape.com2000-01-261-22/+0
* Delete PR_FamilyInet. Bugzilla 23815.srinivas%netscape.com2000-01-261-8/+0
* Delete PR_SetIPv6Enable and PR_FamilyInet. Bugzilla 23815.srinivas%netscape.com2000-01-2612-158/+24
* Enable the use of all values for the 'flags' argument insrinivas%netscape.com2000-01-262-28/+62
* Add Ipv6 support for non-Ipv6 platforms. Bugzilla 23815.srinivas%netscape.com2000-01-2510-168/+635
* Bugzilla bug #21666: _pt_root should wait on pt_book.cv before decrementingwtc%netscape.com2000-01-251-10/+10
* Bugzilla bug #23969: checked in dougt/bienvenu's modified fix.wtc%netscape.com2000-01-241-2/+29
* Bugzilla bug #18700: added new error code PR_OPERATION_ABORTED_ERROR forwtc%netscape.com2000-01-245-5/+8
* Backed out previous checkin because it introduced bug #23969.wtc%netscape.com2000-01-221-10/+1
* Replaced HeapAlloc and LocalAlloc by PR_Malloc, and HeapFree and LocalFreewtc%netscape.com2000-01-221-11/+10
* Bugzilla bug #21750: take advantage of the fact that the non-blockingwtc%netscape.com2000-01-224-43/+82
* Bugzilla bug #21750: take advantage of the fact that the non-blockingwtc%netscape.com2000-01-221-0/+1