[Freeciv-Dev] [patch #1845] libcurl

2010-09-20 Thread pepeto
Follow-up Comment #3, patch #1845 (project freeciv): Note that since glib 2.22, there are lot of tools to perform what we probably want to do. Notably GNetworkService, GSocketConnectable and GResolver. If we decide to use GThread (like patch #1846), we probably could also use those tools. Note

[Freeciv-Dev] [patch #1845] libcurl

2010-08-11 Thread Marko Lindqvist
URL: http://gna.org/patch/?1845 Summary: libcurl Project: Freeciv Submitted by: cazfi Submitted on: Wednesday 08/11/2010 at 15:20 Category: general Priority: 5 - Normal Status: In

[Freeciv-Dev] [patch #1845] libcurl

2010-08-11 Thread pepeto
Follow-up Comment #1, patch #1845 (project freeciv): Do this allow to do asynchronous DNS lookup for the server? Didn't you forgot to mention client/server.c for getting the metaserver list? ___ Reply to this item at:

[Freeciv-Dev] [patch #1845] libcurl

2010-08-11 Thread Marko Lindqvist
Follow-up Comment #2, patch #1845 (project freeciv): Do this allow to do asynchronous DNS lookup for the server? No, I don't think so. But I already opened ticket patch #1846 about threads and one thing I was thinking about was metaserver handling. Didn't you forgot to mention