PR_GetIPNodeByName to implement PR_AI_ADDRCONFIG correctly. Right now
only AIX implements the function to determine if the system has any IPv4
or IPv6 source address configured. On other platforms PR_GetIPNodeByName
still behaves as if the system had both IPv4 and IPv6 source addresses
configured.
git-svn-id: svn://10.0.0.236/trunk@123238 18797224-902f-48f8-a5cc-f745e15eee43
PRFilePrivate structure because the OJI code in Sun Java 2 1.3-1
distribution is reading the 'md.osfd' field of this private structure.
git-svn-id: svn://10.0.0.236/trunk@123233 18797224-902f-48f8-a5cc-f745e15eee43
socket address length to socket functions like accept. Just fixed enough
of this problem for OJI to work with Mozilla on OpenVMS.
Modified Files: _openvms.h primpl.h ptio.c
git-svn-id: svn://10.0.0.236/trunk@123227 18797224-902f-48f8-a5cc-f745e15eee43
bind the socket. 2. accept does not return the peer's address.
Modified files: _beos.h prsocket.c bnet.c
git-svn-id: svn://10.0.0.236/trunk@123051 18797224-902f-48f8-a5cc-f745e15eee43
code that converts the fully qualified hostname to the unqualified hostname
is invalid for Mac. Thanks to Roger D <rogerd@netscape.com> for the fix.
Modified Files: _macos.h prsystem.c
git-svn-id: svn://10.0.0.236/trunk@122422 18797224-902f-48f8-a5cc-f745e15eee43
_MD_CloseSharedMemory. Thanks to Vladimir Golitsin
<vgolitsin@mindspring.com> for the bug report and bug fix.
git-svn-id: svn://10.0.0.236/trunk@121133 18797224-902f-48f8-a5cc-f745e15eee43
functions of the configure test programs. Miscellaneous changes to fix
compiler warnings about the configure test programs.
git-svn-id: svn://10.0.0.236/trunk@120704 18797224-902f-48f8-a5cc-f745e15eee43
Thanks to Michael Kaply <mkaply@us.ibm.com> for the patch.
Bug #136958 r=cls
git-svn-id: svn://10.0.0.236/trunk@119613 18797224-902f-48f8-a5cc-f745e15eee43
This patch is contributed by Michael Kaply <mkaply@us.ibm.com>.
Modified files: _os2 os2cv.c os2vacpp.asm
git-svn-id: svn://10.0.0.236/trunk@118774 18797224-902f-48f8-a5cc-f745e15eee43
the buffer if the source string length is 0. Thanks to Roger Chickering
<rogc@netscape.com> for the bug fix.
git-svn-id: svn://10.0.0.236/trunk@118019 18797224-902f-48f8-a5cc-f745e15eee43
possible. Thanks to Daniel Bratell <bratell@lysator.liu.se> for suggesting
this change and performing the measurements to show its improvement.
Modified files: configure configure.in WIN32.mk _win95.h w95dllmain.c
w95thred.c
git-svn-id: svn://10.0.0.236/trunk@117737 18797224-902f-48f8-a5cc-f745e15eee43
a zero timeout forever. Thanks to Jeff Stewart of Good Technology for the
bug report and explaining the bug to me.
Modified files: bnet.c os2sock.c unix.c w95sock.c ptio.c
git-svn-id: svn://10.0.0.236/trunk@117726 18797224-902f-48f8-a5cc-f745e15eee43
should call pt_MapError, if only to be consistent with the other I/O
functions.
git-svn-id: svn://10.0.0.236/trunk@117650 18797224-902f-48f8-a5cc-f745e15eee43
which is set by pt_SetSocketOption or pt_Accept and used by
pt_LinuxSendFile to avoid a setsockopt(TCP_CORK) call that is bound to
fail. Modified files: _unixos.h ptio.c
git-svn-id: svn://10.0.0.236/trunk@117649 18797224-902f-48f8-a5cc-f745e15eee43
namespace for the standard C library. Not being able to use "std" as
a variable name in a C file is most likely a bug in the stlport 4.0
header files.
git-svn-id: svn://10.0.0.236/trunk@116839 18797224-902f-48f8-a5cc-f745e15eee43