[Issue 5401] std.socket updates and boost license

2013-05-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5401


Jameson beatgam...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||beatgam...@gmail.com
 Resolution||FIXED


--- Comment #8 from Jameson beatgam...@gmail.com 2013-05-19 22:47:38 PDT ---
This appears to be resolved. The associated pull request has been merged 2
years ago.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5401] std.socket updates and boost license

2011-08-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5401


Vladimir Panteleev thecybersha...@gmail.com changed:

   What|Removed |Added

 CC||mike.casingh...@gmail.com


--- Comment #6 from Vladimir Panteleev thecybersha...@gmail.com 2011-08-23 
22:08:08 PDT ---
*** Issue 4234 has been marked as a duplicate of this issue. ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5401] std.socket updates and boost license

2011-02-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5401


Masahiro Nakagawa repeate...@gmail.com changed:

   What|Removed |Added

 CC||repeate...@gmail.com


--- Comment #5 from Masahiro Nakagawa repeate...@gmail.com 2011-02-16 
08:27:57 PST ---
http://lists.puremagic.com/pipermail/phobos/2010-July/001171.html

I suggested std.socket replacement in Phobos ML. This improvement that creates
Asio based new socket is still continuing with a view to event, but I don't
have enough time ;(

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5401] std.socket updates and boost license

2011-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5401


Johannes Pfau johannesp...@gmail.com changed:

   What|Removed |Added

 CC||johannesp...@gmail.com


--- Comment #4 from Johannes Pfau johannesp...@gmail.com 2011-02-15 09:41:02 
PST ---
Another small request: Could we use gethostbyname_r instead of gethostbyname
where supported? This seems to be a lot safer regarding multithreading.
gethostbyname_r seems to be a gnu extension, but it's a better option for all
systems with the gnu c library. Or probably the getaddrinfo(3), getnameinfo(3),
gai_strerror(3) functions could be used. Those are standard and also
threadsafe.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5401] std.socket updates and boost license

2011-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5401


Daniel Gibson metalcae...@gmail.com changed:

   What|Removed |Added

 CC||metalcae...@gmail.com


--- Comment #3 from Daniel Gibson metalcae...@gmail.com 2011-02-14 23:42:04 
PST ---
This is great, thanks!
When this code is accepted http://d.puremagic.com/issues/show_bug.cgi?id=4234
can be closed.

If additional work is done for a review process etc, may I suggest to add
support for IPv6 (Internet6Address?) and local addresses (AF_UNIX) as well
(also a function like socketpair() would go nice with that)?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5401] std.socket updates and boost license

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5401


Andrei Alexandrescu and...@metalanguage.com changed:

   What|Removed |Added

 CC||and...@metalanguage.com


--- Comment #1 from Andrei Alexandrescu and...@metalanguage.com 2011-01-03 
08:52:27 PST ---
Thanks, Chris! Since you went through the trouble of doing the actual work, any
chance you could pass it through a formal review process modeled after
http://www.boost.org/community/reviews.html? What you mainly have to do is
enhance the documentation, generate HTML so people can see it, and act on
feedback from people on the digitalmars.d newsgroup. Let us know - thanks!

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5401] std.socket updates and boost license

2011-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5401


Walter Bright bugzi...@digitalmars.com changed:

   What|Removed |Added

 CC||bugzi...@digitalmars.com


--- Comment #2 from Walter Bright bugzi...@digitalmars.com 2011-01-03 
12:17:59 PST ---
I also want to specifically thank Chris for changing the license to Boost.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---