[Issue 2835] std.socket.TcpSocket.connect doesn't actually connect

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2835 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.027 |D2 --

[Issue 2835] std.socket.TcpSocket.connect doesn't actually connect

2010-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2835 --- Comment #11 from Shin Fujishiro rsi...@gmail.com 2010-05-23 23:29:58 PDT --- (In reply to comment #10) BTW, Issue 3489 is also a same report of this issue I think. So you can close the Issue 3489 too. I see. Thank you for pointing it

[Issue 2835] std.socket.TcpSocket.connect doesn't actually connect

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2835 Sohgo Takeuchi so...@sohgo.dyndns.org changed: What|Removed |Added CC|

[Issue 2835] std.socket.TcpSocket.connect doesn't actually connect

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2835 --- Comment #10 from Sohgo Takeuchi so...@sohgo.dyndns.org 2010-05-23 22:28:02 PDT --- I have looked at the Changeset 1548. Thanks for applying this fix to the phobos1. BTW, Issue 3489 is also a same report of this issue I think. So you can

[Issue 2835] std.socket.TcpSocket.connect doesn't actually connect

2010-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2835 --- Comment #7 from Alexey Ivanov aifg...@gmail.com 2010-02-14 07:18:56 PST --- Created an attachment (id=567) patch for std.socket Patch for std.socket -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 2835] std.socket.TcpSocket.connect doesn't actually connect

2010-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2835 iorlas denis.tomi...@gmail.com changed: What|Removed |Added CC||4yb...@gmail.com ---

[Issue 2835] std.socket.TcpSocket.connect doesn't actually connect

2009-12-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2835 Foy Savas foysa...@gmail.com changed: What|Removed |Added CC||foysa...@gmail.com ---

[Issue 2835] std.socket.TcpSocket.connect doesn't actually connect

2009-04-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2835 --- Comment #4 from graham.stj...@internode.on.net 2009-04-16 20:00 --- It did indeed fix the issue. My (improved) test code now works in 2.026 and 2.028 when I use the workaround. --

[Issue 2835] std.socket.TcpSocket.connect doesn't actually connect

2009-04-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2835 unkn...@simplemachines.org changed: What|Removed |Added CC||unkn...@simplemachines.org

[Issue 2835] std.socket.TcpSocket.connect doesn't actually connect

2009-04-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2835 --- Comment #3 from unkn...@simplemachines.org 2009-04-15 21:03 --- Created an attachment (id=324) -- (http://d.puremagic.com/issues/attachment.cgi?id=324action=view) Set sin_family properly. Pruning down some C-style socket code,