| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
|
| |
This should fix issues with hosts that have IPv6 and IPv4 addresses but listen
on only one of them. (Bug #673)
This also fixes a bug that broke error checking in gaim_io_connected(), until
now event handlers were never actually getting proper error reporting (fd=-1),
but IIRC they should all handle it anyway as I was never aware of this bug.
|
|
|
|
|
| |
lets proxy_connect() connect to IPv6 hosts.
|
|
|
|
|
|
|
|
|
|
| |
diverged too much this is fairly transparent. I did rename and redefine
GAIM_INPUT_* variables to really make it work without adding another stupid
layer in between.
One problem left, the new libpurple input API doesn't care about return
values. Fixing that in the next CL.
|
|
|
|
|
| |
invoked but was stupid anyway). #409.
|
|
|
|
|
| |
specific interface before connecting to a remote host.
|
|
|
|
|
|
|
| |
to Miles Bader for reporting this in the Debian BTS. Apparently not many
people use this functionality, it was broken in bzr for more than a year
already...
|
|
|
|
|
|
| |
a non-blocking connect() can return immediately (when connecting to
localhost, for example). Closes bug #233 and #340.
|
| |
|
| |
|
| |
|
|
protocols/, and adding RC4 code.
|