Files
hexchat/src
TingPing eb08bcfacf Use GTask for async connecting
Previously a child process was used on Unix and
a thread on Windows and they each communicated
with the main thread via pipes which includeded
platform specific code and upon closure on Windows
could result in crash.

Now a thread is used on all platforms with safer
ways of cancellation.

Little behavior should have been changed though timing
of print events are now after connecting finished which
might be a minor issue.
2015-01-02 07:16:27 -05:00
..
2015-01-02 07:16:27 -05:00
2014-12-28 06:44:44 -05:00
2014-12-31 11:57:27 -05:00
2014-12-31 03:56:36 -05:00
2014-01-20 02:38:32 -05:00