[Issue 13159] std.socket.getAddress allocates once per DNS lookup hit

2015-08-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13159 Vladimir Panteleev changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 13159] std.socket.getAddress allocates once per DNS lookup hit

2015-08-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13159 Vladimir Panteleev changed: What|Removed |Added CC||thecybersha...@gmail.com --- Comment #4

[Issue 13159] std.socket.getAddress allocates once per DNS lookup hit

2015-08-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13159 --- Comment #5 from Vladimir Panteleev --- The getAddress patch is fine. The getAddressInfo patch seems pointless to me, it does not preallocate any memory (but could be made to if the linked list is traversed twice). --

[Issue 13159] std.socket.getAddress allocates once per DNS lookup hit

2015-08-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13159 --- Comment #6 from Jakob Ovrum --- (In reply to Vladimir Panteleev from comment #5) > The getAddress patch is fine. The getAddressInfo patch seems pointless to > me, it does not preallocate any memory (but could be made to if the linked > list is tr

[Issue 13159] std.socket.getAddress allocates once per DNS lookup hit

2014-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13159 Orvid King changed: What|Removed |Added CC||blah38...@gmail.com --- Comment #1 from Orvid K

[Issue 13159] std.socket.getAddress allocates once per DNS lookup hit

2014-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13159 Jakob Ovrum changed: What|Removed |Added CC||jakobov...@gmail.com --- Comment #2 from Jakob

[Issue 13159] std.socket.getAddress allocates once per DNS lookup hit

2014-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13159 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/96893cbf467524d05d9f8b0f51398585ca77a423 Pre-allocate result arr

[Issue 13159] std.socket.getAddress allocates once per DNS lookup hit

2014-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13159 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 13159] std.socket.getAddress allocates once per DNS lookup hit

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13159 Iain Buclaw changed: What|Removed |Added Priority|P1 |P4 --