summaryrefslogtreecommitdiff
path: root/pr/src/md/mac/macsockotpt.c
Commit message (Collapse)AuthorAgeFilesLines
* BugZilla 42367. change license to dual-licenselarryh%netscape.com2000-06-131-13/+29
|
* Compatibility with Universal Headers 3.3 or later.wtc%netscape.com2000-05-091-0/+6
|
* Bugzilla bug #17223: implemented the PR_MSG_PEEK flag for PR_Recv() forwtc%netscape.com2000-05-051-1/+2
| | | | | | | BeOS, Mac OS, OS/2, and Windows. On BeOS, Mac OS, and NT, PR_MSG_PEEK is emulated with a peek buffer in the NSPR file descriptors. Modified files: _beos.h, _macos.h, _winnt.h, primpl.h, prsocket.c, macsockotpt.c, os2sock.c, ntio.c, and w95sock.c
* Bugzilla bug #37272: inet_addr() should return -1 rather than assert onwtc%netscape.com2000-04-261-1/+2
| | | | failure.
* Bugzilla bug #29908: make sure that md.write.thread or md.read.thread iswtc%netscape.com2000-03-151-5/+9
| | | | | | | nil when we return from SendReceiveStream so that we don't leave a dangling reference for the OT notifier routine. This patch is submitted by Gordon Sheridon <gordon@netscape.com>. r=wtc@netscape.com a=jar@netscape.com.
* Landed NSPRPUB_RELEASE_4_0_20000223 onto the main trunk.wtc%netscape.com2000-02-231-25/+57
|
* Checkin for Mark Welch. Approved by wtc. Reviewed by gordon. Fixes for ↵gordon%netscape.com1999-12-071-102/+330
| | | | bugs 4318 and 4320 (server sockets and blocking socket IO for mac).
* Mac specific interrupt<->thread synchronization mechanism, required for ↵gordon%netscape.com1999-11-031-4/+4
| | | | | | async Mac dns. r=warren, patrick, wtc, srinivas, larryh; part of bug:10731.
* Included some new header files, so that building with 'require function ↵sdagley%netscape.com1999-10-061-1/+4
| | | | prototypes' works better. r=sfraser
* Fix #3540 - defer initialization of OT until someone actually makes an OT ↵sdagley%netscape.com1999-09-071-2/+30
| | | | call. Reviewed wtc, approved don.
* Changes to build for TARGET_CARBON.gordon%netscape.com1999-06-301-7/+37
|
* Fix for Mac OT bugs #4251. Added a case for OTGetEndpointState() returning ↵gordon%netscape.com1999-04-271-4/+4
| | | | T_INREL to avoid calling PR_ASSERT. Also removed call to macsock_map_error() in notification routine because it makes assumptions concerning the current thread that are not valid from an interrupt.
* updating to license version 1.1 in boilerplate commentsRDF_19990422_BASEdmose%mozilla.org1999-04-211-1/+1
|
* Fix for Mac OT bugs #2133, #2405, #2451, #2623, #3580 among others. Steve ↵SeaMonkey_M3_BASERDF_SCRIPTABLE_19990317_BASEgordon%netscape.com1999-03-141-278/+417
| | | | Dagley served as buddy for my changes. This is basically the first half of the redesign for Mac NSPR Sockets. Blocking mode or Server sockets remain to be implemented.
* Removed redundant #include "macsocket.h" (already includedwtc%netscape.com1998-12-101-1/+0
| | | | by prinet.h).
* Made the second argument for PR_Writev a const pointerwtc%netscape.com1998-12-101-1/+1
| | | | | | | | (const PRIOVec *iov). Modified files: prio.h, _unixos.h, primpl.h, rcfileio.cpp, rcfileio.h, rcio.h, rcnetio.cpp, rcnetio.h, priometh.c, prlayer.c, prsocket.c, macsockotpt.c, os2sock.c, solaris.c, unix.c, ntio.c, w16sock.c, w95sock.c, ptio.c.
* NSPR20 v3.0 beta landing from NSPRPUB_RELEASE_3_0_LANDING_BRANCH.wtc%netscape.com1998-09-251-1158/+1191
|
* Bug #180965: Mac gets PR_IO_PENDING_ERROR. Inwtc1998-06-261-14/+24
| | | | | | | | | SendReceiveStream and SendReceiveDgram, make sure that we set the io_pending flag of the current thread to PR_FALSE before we return. In gethostbyname(), just store the OS error code in me->md.osErrCode. Do not call macsock_map_error() to map to NSPR error code.
* Merged NSPRPUB_19980421_BRANCH to the main trunk.wtc1998-04-281-1/+1
|
* Free the lizardltabb1998-03-281-0/+1542