npgsql - Npgsql: 2006-08-04 Josh Cooley - Mailing list pgsql-committers

From jbcooley@pgfoundry.org (User Jbcooley)
Subject npgsql - Npgsql: 2006-08-04 Josh Cooley
Date
Msg-id 20060805041625.3482386C65C@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
2006-08-04  Josh Cooley <jbnpgsql@tuxinthebox.net>

    * NpgsqlClosedState.cs: Changed the synchronization mechanism for asynchronous socket connections.  This prevents a
racecondition that allows an unopened socket to be passed to a NetworkStream.  See thread at
http://pgfoundry.org/forum/message.php?msg_id=1001604for more information. 

Modified Files:
--------------
    Npgsql/src/Npgsql:
        NpgsqlClosedState.cs (r1.26 -> r1.27)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlClosedState.cs.diff?r1=1.26&r2=1.27)

pgsql-committers by date:

Previous
From: neilc@postgresql.org (Neil Conway)
Date:
Subject: pgsql: Fix references to the Options section in the pgcrypto
Next
From: jbcooley@pgfoundry.org (User Jbcooley)
Date:
Subject: npgsql - Npgsql: 2006-08-05 Josh Cooley