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
..
common Use GTask for async connecting 2015-01-02 07:16:27 -05:00
dirent Use glib for all allocations 2014-12-28 06:44:44 -05:00
fe-gtk Remove last remnants of GtkClists 2014-12-31 11:57:27 -05:00
fe-text Move userlist sorting to frontend 2014-12-31 03:56:36 -05:00
htm Respect verbosity setting when building htm 2014-01-29 16:25:57 -05:00
Makefile.am configure: Clean up EXTRA_DIST 2014-01-20 02:38:32 -05:00
version-script Added functions to create/destroy event_attrs to plugin interface. 2013-07-12 22:46:04 +01:00