summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BugZilla: 42367. Fix copyright date, Original Codelarryh%netscape.com2000-06-20684-871/+871
* Changed default host name to www.mozilla.org.wtc%netscape.com2000-06-201-1/+1
* BugZilla 42367. change license to dual-licenselarryh%netscape.com2000-06-13685-8924/+20087
* Bugzilla bug #17806: improved comments for PR_Poll.wtc%netscape.com2000-06-101-6/+5
* Bugzilla bug #17806: made the comments for PR_Poll clearer about thewtc%netscape.com2000-06-091-6/+9
* Bugzilla bug #40542: pass the correct size of struct sockaddr_in8 towtc%netscape.com2000-06-092-0/+51
* Bugzilla bug #38599: added new test prpollml.c. This test should bewtc%netscape.com2000-06-094-0/+118
* Bugzilla bug #38599: removed an extra semicolon.wtc%netscape.com2000-06-091-1/+1
* Bugzilla bug #38599: pthreads PR_Poll optimizations. 1. Increased thewtc%netscape.com2000-06-083-29/+51
* Define the new macro _PR_POLL_WITH_SELECT for OSF1 and HP-UX.wtc%netscape.com2000-06-083-8/+22
* Bugzilla bug #40941: define _PR_HAVE_LARGE_OFF_T for ia64.wtc%netscape.com2000-06-071-12/+1
* Bugzilla bug #40778: PR_GetConnectStatus was passing the wrong fd towtc%netscape.com2000-06-072-2/+2
* BugZilla: 40941. IA-64 Linuxlarryh%netscape.com2000-06-062-0/+59
* Make the ifdef's in PR_Socket a little easier to understand.wtc%netscape.com2000-06-062-20/+8
* Fixed typo. Thanks to whoever posted a patch in mozilla.patches.wtc%netscape.com2000-06-031-1/+1
* Corrected typo.wtc%netscape.com2000-06-032-2/+2
* Bugzilla bug #40778: added new function PR_ConnectContinue and newwtc%netscape.com2000-06-027-40/+115
* 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 #39731: added PR_ImportPipe and support of pipes towtc%netscape.com2000-05-314-0/+31
* Bugzilla bug #39696: implemented the NSPR atomic routines inwtc%netscape.com2000-05-313-1/+83
* Bugzilla bug #39712: work around the /GT bug of MSVC 6.0 SP3.wtc%netscape.com2000-05-302-7/+22
* Bugzilla bug #5518: in _PR_MD_LSEEK and _PR_MD_LSEEK64, map thewtc%netscape.com2000-05-301-35/+42
* Added another (new) reason for the 5 second timeout towtc%netscape.com2000-05-301-1/+6
* 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
* BugSplat 25981. missing #endiflarryh%netscape.com2000-05-261-0/+1
* Bugzilla bug #39967: replace an assertion in _PR_MD_GETFILEINFO64 bywtc%netscape.com2000-05-262-2/+8
* Bugzilla bug #25981: sysconf(_SC_NPROC_ONLN) on SINIX-Z 5.42 andwtc%netscape.com2000-05-261-1/+1
* Bugzilla bug #25981: made PR_GetNumberOfProcessors() work on HP-UX 10wtc%netscape.com2000-05-261-4/+3
* BugSplat 25981. Fix OS/2 Implementationlarryh%netscape.com2000-05-261-1/+4
* Bugzilla bug #40629: the _PR_NewSegment and _PR_DestroySegment functionswtc%netscape.com2000-05-254-46/+66
* Bugzilla bug #39674: added a test selintr.c to verify that the select()wtc%netscape.com2000-05-254-0/+65
* Bugzilla bug #26506: removed the dns lock if the platform haswtc%netscape.com2000-05-257-16/+162
* Bugzilla bug #40529: fixed bugs in PR_GetIPNodeByName (the code thatwtc%netscape.com2000-05-251-28/+45
* BugZilla 25981. PR_GetNumberOfCpus()larryh%netscape.com2000-05-233-0/+91
* Bugzilla bug #26506: getipnodebyname and getipnodebyaddr are threadwtc%netscape.com2000-05-231-6/+34
* Bugzilla bug #39110: removed the test freeif.c from the makefile andwtc%netscape.com2000-05-223-3/+0
* Bugzilla bug #39110: backed out the fix because it breaks code thatwtc%netscape.com2000-05-221-8/+2
* 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
* Bugzilla bug #39110: put PR_BEGIN_MACRO and PR_END_MACRO aroundwtc%netscape.com2000-05-221-2/+8
* Bugzilla bug #34920: modified PR_EmulateSendFile so that it doesn'twtc%netscape.com2000-05-201-21/+10
* Bugzilla bug #39674: removed unnecessary sigprocmask() calls.wtc%netscape.com2000-05-181-50/+0
* Checked in IPv6 patch for Colin Blake <colin@theblakes.com>.wtc%netscape.com2000-05-171-0/+11
* Bugzilla bug #39350: checked in patch from beard@netscape.com. Justwtc%netscape.com2000-05-162-13/+8
* Added missing parentheses that I missed in the previous checkin.wtc%netscape.com2000-05-151-1/+1
* Bugzilla bug #34920: use the new PR_GetMemMapAlignment() function towtc%netscape.com2000-05-121-8/+13