gecko-dev/security
nelsonb%netscape.com d8286a7935 This patch does two things, one large and one small. Bug 207313.
1, It uses two new symbols SSOCK_FD and STDIN_FD instead of 0 and 1 to
reference members of the poll set array.  I just could never remember whether
pollset[0] was the socket or was stdin.  Now I don't have to remember.
This changes a lot of lines, but is very simple.
2. It implementa a new flag clientSpeaksFirst, set with the -f option.
The only effect of this flag is whether the value of
pollset[SSOCK_FD].in_flags is initially zero (if true) or PR_POLL_READ (if false).  Note that pollset[SSOCK_FD].in_flags is set to PR_POLL_READ after
each succesful write to the socket.
2003-06-01 03:01:39 +00:00
..
coreconf coreconf needs HP-UXB.11.22.mk to build on new HP box - bug 177984 2003-05-21 22:08:37 +00:00
dbm Add WinCE suport. 2002-04-03 23:27:16 +00:00
jss update to JSS 3.4 RTM. 2003-05-19 21:44:23 +00:00
manager Bug 204067 Creating "@mozilla.org/nsCMSEncoder;1" and then deleting it crashes because m_ecx isn't initialized 2003-05-23 21:55:15 +00:00
nss This patch does two things, one large and one small. Bug 207313. 2003-06-01 03:01:39 +00:00
Makefile.in Cause this to build the PSM 2.0 directory now instead. 2001-04-16 20:41:00 +00:00